Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
ABS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
abs() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
abs(Expression<N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the absolute value of its argument.
ABS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ABS'.
abs(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression ABS(x).
abs(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression ABS(x).
abs(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression ABS(x).
AbsExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The ABS function removes the minus sign from a specified argument and returns the absolute value, which is always a positive number or zero.
AbsExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
Creates a new AbsExpression.
AbsExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbsExpression_InvalidNumericExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbsExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbsExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbsExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbsExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This AbsExpressionFactory creates a new AbsExpression when the portion of the query to parse starts with ABS.
AbsExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbsExpressionFactory
Creates a new AbsExpressionFactory.
AbsExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The ABS function removes the minus sign from a specified argument and returns the absolute value, which is always a positive number or zero.
AbsExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Creates a new AbsExpressionStateObject.
AbsExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Creates a new AbsExpressionStateObject.
AbsFunctionResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to calculate the IType based on the type of the ABS expression.
AbsFunctionResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.AbsFunctionResolver
Creates a new AbsFunctionResolver.
AbsNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
AbsNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AbsNode
 
absolute(int) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
Moves the cursor to the given row number in the result set
absolute(int) - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Moves the cursor to the given row number in the result set
AbstractAccessorImpl<T extends MetadataAccessor,R> - Class in org.eclipse.persistence.internal.jpa.config
JPA scripting API implementation.
AbstractAccessorImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
AbstractActualJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
This IJPQLQueryFormatter is used to generate a string representation of a StateObject based on how it was parsed, which means this formatter can only be used when the StateObject was created by parsing a JPQL query because it needs to retrieve parsing information from the corresponding Expression.
AbstractBasicMappingImpl<T extends BasicAccessor,R> - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
AbstractBasicMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
 
AbstractCaseExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
This abstract implementation of ICaseExpressionStateObjectBuilder adds support for creating a CASE expression.
AbstractClassImpl<T extends ClassAccessor,R> - Class in org.eclipse.persistence.internal.jpa.config.classes
JPA scripting API implementation.
AbstractClassImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
AbstractCollectionMappingImpl<T extends CollectionAccessor,R> - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
AbstractCollectionMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
 
AbstractColumnImpl<T extends MetadataColumn,R> - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
AbstractColumnImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AbstractColumnImpl
 
AbstractColumnMapping - Class in org.eclipse.persistence.mappings.foundation
Purpose: Maps an attribute or some other property to the corresponding database field type.
AbstractColumnMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
Default constructor.
AbstractCompositeCollectionMapping - Class in org.eclipse.persistence.mappings.foundation
Define an embedded collection of objects.
AbstractCompositeCollectionMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
Default constructor.
AbstractCompositeDirectCollectionMapping - Class in org.eclipse.persistence.mappings.foundation
AbstractCompositeDirectCollectionMapping consolidates the behavior of mappings that map collections of "native" data objects (e.g.
AbstractCompositeDirectCollectionMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
Default constructor.
AbstractCompositeObjectMapping - Class in org.eclipse.persistence.mappings.foundation
Chunks of data from non-relational data sources can have an embedded component objects.
AbstractCompositeObjectMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
Default constructor.
AbstractConditionalClause - Class in org.eclipse.persistence.jpa.jpql.parser
Conditional expressions are composed of other conditional expressions, comparison operations, logical operations, path expressions that evaluate to boolean values, boolean literals, and boolean input parameters.
AbstractConditionalClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Conditional expressions are composed of other conditional expressions, comparison operations, logical operations, path expressions that evaluate to boolean values, boolean literals, and boolean input parameters.
AbstractConditionalExpressionStateObjectBuilder<T extends IAbstractConditionalExpressionStateObjectBuilder<T>> - Class in org.eclipse.persistence.jpa.jpql.tools.model
The abstract implementation of IConditionalExpressionStateObjectBuilder that supports the creation of the conditional expression based on the JPQL grammar defined in JPA 2.0.
AbstractConditionalExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
Creates a new AbstractStateObjectBuilder.
AbstractConditionalStateObjectBuilderWrapper - Class in org.eclipse.persistence.jpa.jpql.tools.model
This builder wraps another builder and delegates the calls to it.
AbstractConditionalStateObjectBuilderWrapper(IConditionalExpressionStateObjectBuilder) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates a new AbstractConditionalStateObjectBuilderWrapper.
AbstractContentAssistVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
The visitor provides support for finding the possible proposals within a JPQL query at a certain position.
AbstractConverterMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: Abstract metadata converter.
AbstractCopyPolicy - Class in org.eclipse.persistence.descriptors.copying
Purpose: Allows customization of how an object is cloned.
AbstractCopyPolicy() - Constructor for class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
 
AbstractDirectColumnImpl<T extends DirectColumnMetadata,R> - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
AbstractDirectColumnImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AbstractDirectColumnImpl
 
AbstractDirectMapping - Class in org.eclipse.persistence.mappings.foundation
Purpose: Maps an attribute to the corresponding database field type.
AbstractDirectMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
Default constructor.
AbstractDirectMappingImpl<T extends DirectAccessor,R> - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
AbstractDirectMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl
 
AbstractDiscriminatorColumnImpl<T extends DiscriminatorColumnMetadata,R> - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
AbstractDiscriminatorColumnImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AbstractDiscriminatorColumnImpl
 
AbstractDoubleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This Expression takes care of parsing an expression that encapsulates two expressions separated by a comma.
AbstractDoubleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject represents a JPQL expression that has a JPQL identifier followed by two an encapsulated expression with parenthesis, the two expression are separated by a comma.
AbstractDoubleEncapsulatedExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Creates a new AbstractDoubleEncapsulatedExpressionStateObject.
AbstractEclipseLinkExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
The abstract implementation of EclipseLinkExpressionVisitor.
AbstractEclipseLinkExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
 
AbstractEclipseLinkParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor calculates the type of an input parameter.
AbstractEclipseLinkSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
AbstractEclipseLinkSemanticValidator - Class in org.eclipse.persistence.jpa.jpql
This validator is responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid for EclipseLink.
AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor retrieves the clause owning the visited Expression.
AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
AbstractEclipseLinkStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The abstract definition of EclipseLinkStateObjectVisitor, which implements all the methods but does nothing.
AbstractEclipseLinkStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkStateObjectVisitor
 
AbstractEclipseLinkTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This ExpressionVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given Expression.
AbstractEclipseLinkTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
 
AbstractEclipseLinkTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given StateObject.
AbstractEclipseLinkTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseChildrenVisitor
 
AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This EclipseLinkExpressionVisitor traverses up the hierarchy.
AbstractEclipseLinkTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
 
AbstractEclipseLinkTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses up the hierarchy.
AbstractEclipseLinkTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseParentVisitor
 
AbstractEmbeddedMappingImpl<T extends EmbeddedAccessor,R> - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
AbstractEmbeddedMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractEmbeddedMappingImpl
 
AbstractEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression handles parsing the identifier followed by an expression encapsulated within parenthesis.
AbstractEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This expression handles parsing the identifier followed by an expression encapsulated within parenthesis.
AbstractEntityResource - Class in org.eclipse.persistence.jpa.rs.resources.common
Base class for entity resource.
AbstractEntityResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource
 
AbstractExceptionMapper - Class in org.eclipse.persistence.jpa.rs.exceptions
 
AbstractExceptionMapper() - Constructor for class org.eclipse.persistence.jpa.rs.exceptions.AbstractExceptionMapper
 
AbstractExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This is the abstract definition of all the parts used to create the tree hierarchy representing the parsed JPQL query.
AbstractExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
The abstract definition of ExpressionVisitor, which implements all the methods but does nothing.
AbstractExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
 
AbstractExternalizableDelegator - Class in org.eclipse.persistence.sdo
 
AbstractExternalizableDelegator() - Constructor for class org.eclipse.persistence.sdo.AbstractExternalizableDelegator
 
AbstractExternalizableDelegator(Object) - Constructor for class org.eclipse.persistence.sdo.AbstractExternalizableDelegator
 
AbstractFromClause - Class in org.eclipse.persistence.jpa.jpql.parser
The FROM clause of a query defines the domain of the query by declaring identification variables.
AbstractFromClause_IdentificationVariableDeclarationEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractFromClause_IdentificationVariableDeclarationIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractFromClause_InvalidFirstIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractFromClause_MissingIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractFromClause_WrongOrderOfIdentificationVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractFromClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object represents the abstract definition of a FROM clause, which is either the FROM clause of the query or of a sub-query expression.
AbstractGrammarValidator - Class in org.eclipse.persistence.jpa.jpql
The base validator responsible to gather the problems found in a JPQL query by validating it against the provided JPQL grammar.
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
 
AbstractIdentificationVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
 
AbstractIdentityMap - Class in org.eclipse.persistence.internal.identitymaps
Purpose: Caches objects, and allows their retrieval by their primary key.
AbstractIdentityMap() - Constructor for class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
 
AbstractIdentityMap(int, ClassDescriptor, AbstractSession, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Instantiate an new IdentityMap with it's maximum size.
AbstractJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
The abstract definition of a JPQLGrammar.
AbstractJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
An abstract implementation of IJPQLQueryBuilder that parses a JPQL query or any JPQL fragments and creates the StateObject representation by delegating the creation to an instance of BasicStateObjectBuilder.
AbstractJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
The abstract definition of a IJPQLQueryFormatter, which converts an StateObject into its string representation that can be used as a real JPQL query.
AbstractJPQLQueryHelper - Class in org.eclipse.persistence.jpa.jpql.tools
This helper can perform the following operations over a JPQL query: Calculates the result type of a query: AbstractJPQLQueryHelper.getResultType(); Calculates the type of an input parameter: AbstractJPQLQueryHelper.getParameterType(String). Calculates the possible choices to complete the query from a given position (used for content assist): AbstractJPQLQueryHelper.buildContentAssistProposals(int). Validates the query by introspecting it grammatically and semantically: AbstractJPQLQueryHelper.validate(), AbstractJPQLQueryHelper.validateGrammar(), AbstractJPQLQueryHelper.validateSemantic(). Refactoring support: AbstractJPQLQueryHelper.buildBasicRefactoringTool() provides support for generating the delta of the refactoring operation through a collection of TextEdit objects. AbstractJPQLQueryHelper.buildRefactoringTool() provides support for refactoring the JPQL query through the editable StateObject and once all refactoring operations have been executed, the IJPQLQueryFormatter will generate a new string representation of the JPQL query.
AbstractJPQLQueryHelper(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Creates a new AbstractJPQLQueryHelper.
AbstractListHolderStateObject<T extends StateObject> - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The abstraction definition of a StateObject that holds onto a list of children, the methods defined in ListHolderStateObject are automatically handled here.
AbstractLiteralExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This factory is responsible to return the right literal expression.
AbstractMappedClassImpl<T extends MappedSuperclassAccessor,R> - Class in org.eclipse.persistence.internal.jpa.config.classes
JPA scripting API implementation.
AbstractMappedClassImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
AbstractMappingImpl<T extends MappingAccessor,R> - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
AbstractMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractMappingImpl
 
AbstractMarshalRecord<ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,MARSHALLER extends Marshaller,NAMESPACE_RESOLVER extends NamespaceResolver> - Interface in org.eclipse.persistence.internal.oxm.record
This class represents marshal record behaviour that is common to all XML platforms.
AbstractMarshalRecordImpl<ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,MARSHALLER extends Marshaller,NAMESPACE_RESOLVER extends NamespaceResolver> - Class in org.eclipse.persistence.internal.oxm.record
 
AbstractMarshalRecordImpl(AbstractMarshalRecord) - Constructor for class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
AbstractModifyClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
 
AbstractModifyStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The abstract definition of a modify statement.
AbstractNamedQueryImpl<T extends NamedQueryMetadata,R> - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
AbstractNamedQueryImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.AbstractNamedQueryImpl
 
AbstractNewValueStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
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
 
AbstractObjectMappingImpl<T extends ObjectAccessor,R> - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
AbstractObjectMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractObjectMappingImpl
 
AbstractOrderByClause - Class in org.eclipse.persistence.jpa.jpql.parser
An ordering clause allows the objects or values that are returned by the query to be ordered.
AbstractOverrideImpl<T extends OverrideMetadata,R> - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
AbstractOverrideImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AbstractOverrideImpl
 
AbstractPartitioningMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.partitioning
INTERNAL: Define JPA meta-data for partitioning policy.
AbstractPartitioningMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
INTERNAL: Used for annotation loading.
AbstractPathExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An identification variable followed by the navigation operator (.) and a state field or association field is a path expression.
AbstractPathExpression(AbstractExpression, AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Creates a new AbstractPathExpression.
AbstractPathExpression_CannotEndWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractPathExpression_InvalidIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractPathExpression_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractPathExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
An identification variable followed by the navigation operator (.) and a state field or association field is a path expression.
AbstractPathResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to resolve a single path of a path expression (state field path expression, singled valued object field, or a collection-valued path expression).
AbstractPersistenceResource - Class in org.eclipse.persistence.jpa.rs.resources.common
Base class for persistent unit resources.
AbstractPersistenceResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource
 
AbstractPersistenceUnitResource - Class in org.eclipse.persistence.jpa.rs.resources.common
 
AbstractPersistenceUnitResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource
 
AbstractPlsqlStoredQueryImpl<T extends NamedPLSQLStoredProcedureQueryMetadata,R> - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
AbstractPlsqlStoredQueryImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.AbstractPlsqlStoredQueryImpl
 
AbstractPlsqlTypeImpl<T extends PLSQLComplexTypeMetadata,R> - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
AbstractPlsqlTypeImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.AbstractPlsqlTypeImpl
 
AbstractQueryImpl<T extends NamedQueryMetadata,R> - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
AbstractQueryImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.AbstractQueryImpl
 
AbstractQueryImpl<T> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the AbstractQuery interface of the JPA criteria API.
AbstractQueryImpl(Metamodel, AbstractQueryImpl.ResultType, CriteriaBuilderImpl, Class<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
 
AbstractQueryResource - Class in org.eclipse.persistence.jpa.rs.resources.common
Base class for query resource.
AbstractQueryResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource
 
AbstractRangeDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
The abstract definition of a range declaration, which is used to navigate to a "root" object.
AbstractRangeDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
Creates a new AbstractRangeDeclaration.
AbstractRangeVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
 
AbstractRangeVariableDeclarationStateObject(AbstractIdentificationVariableDeclarationStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Creates a new RangeVariableDeclarationStateObject.
AbstractRangeVariableDeclarationStateObject(AbstractIdentificationVariableDeclarationStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Creates a new RangeVariableDeclarationStateObject.
AbstractRangeVariableDeclarationStateObject(AbstractModifyClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Creates a new AbstractRangeVariableDeclarationStateObject.
AbstractRecord - Class in org.eclipse.persistence.internal.sessions
Purpose: Define the abstract definition of a record for internal use.
AbstractRecord() - Constructor for class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: converts JDBC results to collections of rows.
AbstractRecord(int) - Constructor for class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: converts JDBC results to collections of rows.
AbstractRecord(Vector, Vector) - Constructor for class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: converts JDBC results to collections of rows.
AbstractRecord(Vector, Vector, int) - Constructor for class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: converts JDBC results to collections of rows.
AbstractRecord.NoEntry - Class in org.eclipse.persistence.internal.sessions
INTERNAL: NoEntry: This is used to differentiate between the two kinds of nulls: no entry exists, and the field is actually mapped to null.
AbstractRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
The abstract definition of a refactoring
AbstractRelationalColumnImpl<T extends RelationalColumnMetadata,R> - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
AbstractRelationalColumnImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AbstractRelationalColumnImpl
 
AbstractRelationshipMappingImpl<T extends RelationshipAccessor,R> - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
AbstractRelationshipMappingImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
AbstractResource - Class in org.eclipse.persistence.jpa.rs.resources.common
Base class for all resources.
AbstractResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
 
AbstractScalarExpressionStateObjectBuilder<T extends IScalarExpressionStateObjectBuilder<T>> - Class in org.eclipse.persistence.jpa.jpql.tools.model
This abstract definition of a builder provides the support for creating expressions defined by a scalar expression.
abstractSchemaName() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
AbstractSchemaName - Class in org.eclipse.persistence.jpa.jpql.parser
An abstract schema name designates the abstract schema type over which the query ranges.
AbstractSchemaName(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
Creates a new AbstractSchemaName.
AbstractSchemaName_Invalid - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSchemaNameBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an abstract schema name.
AbstractSchemaNameBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameBNF
Creates a new AbstractSchemaNameBNF.
AbstractSchemaNameFactory - Class in org.eclipse.persistence.jpa.jpql.parser
AbstractSchemaNameFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameFactory
Creates a new AbstractSchemaNameFactory.
AbstractSchemaNameStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
An abstract schema name designates the abstract schema type over which the query ranges.
AbstractSchemaNameStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Creates a new AbstractSchemaNameStateObject.
AbstractSchemaNameStateObject(StateObject, IEntity) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Creates a new AbstractSchemaNameStateObject.
AbstractSchemaNameStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Creates a new AbstractSchemaNameStateObject.
abstractSchemaTypes() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the collection of possible abstract schema types.
abstractSchemaTypes() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the collection of possible abstract schema types.
AbstractSelectClause - Class in org.eclipse.persistence.jpa.jpql.parser
The SELECT clause denotes the query result.
AbstractSelectClause_InvalidSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_MissingSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_SelectExpressionEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_SelectExpressionIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClause_SelectExpressionMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object represents the abstract definition of a SELECT clause, which is either the SELECT clause of the top-level query or of a subquery.
AbstractSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
AbstractSelectStatement - Class in org.eclipse.persistence.jpa.jpql.parser
A query is an operation that retrieves data from one or more tables or views.
AbstractSelectStatement_FromClauseMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AbstractSelectStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object represents the select statement, which has at least a SELECT clause and a FROM clause.
AbstractSemanticValidator - Class in org.eclipse.persistence.jpa.jpql
The base validator responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid, i.e.
AbstractSerializedObjectPolicy - Class in org.eclipse.persistence.internal.descriptors
The base class for SerializedObjectPolicy.
AbstractSerializedObjectPolicy() - Constructor for class org.eclipse.persistence.internal.descriptors.AbstractSerializedObjectPolicy
 
AbstractSerializer - Class in org.eclipse.persistence.sessions.serializers
Abstract Serializer class.
AbstractSerializer() - Constructor for class org.eclipse.persistence.sessions.serializers.AbstractSerializer
 
AbstractSession - Class in org.eclipse.persistence.internal.sessions
Implementation of org.eclipse.persistence.sessions.Session The public interface should be used.
AbstractSession(Login) - Constructor for class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Create and return a new session.
AbstractSession(Project) - Constructor for class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Create and return a new session.
AbstractSessionLog - Class in org.eclipse.persistence.logging
Represents the abstract log that implements all the generic logging functions.
AbstractSessionLog() - Constructor for class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: Create a new AbstractSessionLog
AbstractSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The abstract implementation of ISimpleSelectExpressionStateObjectBuilder that supports the creation of the select expression based on the JPQL grammar defined in JPA 2.0.
AbstractSingleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression handles parsing a JPQL identifier followed by an expression encapsulated within parenthesis.
AbstractSingleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject represents a JPQL expression that has a JPQL identifier followed by an encapsulated expression with parenthesis.
AbstractSingleResultQueryResource - Class in org.eclipse.persistence.jpa.rs.resources.common
Base class for all single result query resources.
AbstractSingleResultQueryResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource
 
AbstractStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The abstract definition of a StateObject.
AbstractStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The abstract definition of a builder of a StateObject hierarchy based on a JPQL fragment that is manually created.
AbstractStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The abstract definition of StateObjectVisitor, which implements all the methods but does nothing.
AbstractStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
 
AbstractStaticWeaveOutputHandler - Class in org.eclipse.persistence.internal.jpa.weaving
The abstract class provides a set of methods to out outputs into the sepcified archive file.
AbstractStaticWeaveOutputHandler() - Constructor for class org.eclipse.persistence.internal.jpa.weaving.AbstractStaticWeaveOutputHandler
 
AbstractStoredQueryImpl<T extends NamedStoredProcedureQueryMetadata,R> - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
AbstractStoredQueryImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.AbstractStoredQueryImpl
 
AbstractSynchronizationListener - Class in org.eclipse.persistence.transaction
Purpose: Abstract Synchronization Listener class Description: This abstract class is paired with the AbstractTransactionController class.
AbstractSynchronizationListener() - Constructor for class org.eclipse.persistence.transaction.AbstractSynchronizationListener
INTERNAL:
AbstractTableImpl<T extends TableMetadata,R> - Class in org.eclipse.persistence.internal.jpa.config.tables
JPA scripting API implementation.
AbstractTableImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl
 
AbstractTransactionController - Class in org.eclipse.persistence.transaction
Purpose: Abstract implementation of an ExternalTransactionController.
AbstractTransactionController() - Constructor for class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return a new controller.
AbstractTransformationMapping - Class in org.eclipse.persistence.mappings.foundation
Purpose: A transformation mapping is used for a specialized translation between how a value is represented in Java and its representation on the databae.
AbstractTransformationMapping() - Constructor for class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Default constructor.
AbstractTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This ExpressionVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given Expression.
AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseChildrenVisitor
 
AbstractTraverseChildrenVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given StateObject.
AbstractTraverseChildrenVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseChildrenVisitor
 
AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This ExpressionVisitor traverses up the hierarchy.
AbstractTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseParentVisitor
 
AbstractTraverseParentVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObjectVisitor traverses up the hierarchy.
AbstractTraverseParentVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseParentVisitor
 
AbstractTripleEncapsulatedExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This Expression takes care of parsing an expression that encapsulates three expressions separated by a comma.
AbstractTripleEncapsulatedExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object takes care of parsing an expression that encapsulates three expressions separated by a comma.
AbstractUnmarshalRecord<ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,UNMARSHALLER extends Unmarshaller> - Interface in org.eclipse.persistence.internal.oxm.record
This class represents unmarshal record behaviour that is common to all XML platforms.
AbstractValidator - Class in org.eclipse.persistence.jpa.jpql
The abstract definition of a validator, which provides helper methods and visitors.
AbstractValidator.BypassChildCollectionExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor is responsible to traverse the children of a CollectionExpression in order to properly validate the Expression.
AbstractValidator.BypassParentSubExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor is responsible to traverse the parent hierarchy and to skip SubExpression if it's a parent.
AbstractValidator.ChildrenCollectorVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor gathers the children of a CollectionExpression or a single visited Expression.
AbstractValidator.JPQLQueryBNFValidator - Class in org.eclipse.persistence.jpa.jpql
This visitor validates any Expression by checking its BNF against some BNFs.
AbstractValidator.OwningClauseVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor retrieves the clause owning the visited Expression.
ABYTE - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
ABYTE - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
ABYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMaxFacet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMinFacet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
 
accept(FacetVisitor<R, P>, P) - Method in interface org.eclipse.persistence.jaxb.compiler.facets.Facet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.MaxFacet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.MinFacet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternFacet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternListFacet
 
accept(FacetVisitor<R, P>, P) - Method in class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
 
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AdditionExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AvgFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Visits this Expression by the given visitor.
accept(int, ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Visits the child Expression at the given position by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DivisionExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntryExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeyExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MaxFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MinFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.MultiplicationExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubtractionExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SumFunction
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ValueExpression
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Visits this Expression by the given visitor.
accept(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClause
Visits this Expression by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Visits this StateObject by the given visitor.
accept(StateObjectVisitor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
Visits this StateObject by the given visitor.
accept(IManagedTypeVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
Visits this managed type with the given visitor.
accept(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
Determines whether the specified object is "accepted" by the filter.
accept(T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.filter.Filter
Determines whether the specified object is "accepted" by the filter.
accept(Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.filter.NullFilter
Determines whether the specified object is "accepted" by the filter.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Visits the children of this Expression.
acceptChildren(ExpressionVisitor) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Visits the children of this Expression.
ACCESS_EXTERNAL_DTD - Static variable in class org.eclipse.persistence.internal.helper.XMLHelper
 
ACCESS_EXTERNAL_SCHEMA - Static variable in class org.eclipse.persistence.internal.helper.XMLHelper
 
ACCESS_TYPE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
AccessLevel - Class in org.eclipse.persistence.internal.codegen
INTERNAL:
AccessLevel() - Constructor for class org.eclipse.persistence.internal.codegen.AccessLevel
 
AccessLevel(int) - Constructor for class org.eclipse.persistence.internal.codegen.AccessLevel
 
AccessMethods - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
AccessMethodsImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
AccessMethodsImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.AccessMethodsImpl
 
AccessMethodsMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.mappings
INTERNAL: Metadata for user specified property access methods and also used with VIRTUAL access types.
AccessMethodsMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.AccessMethodsMetadata
 
AccessMethodsMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.AccessMethodsMetadata
INTERNAL: Used for XML loading.
Accessor - Interface in org.eclipse.persistence.internal.databaseaccess
INTERNAL: Accessor defines the interface used primarily by the assorted TopLink Sessions to interact with a data store.
Accessor_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
ACCESSOR_FACTORY_ANNOTATION_CLASS - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
ACCESSOR_FACTORY_VALUE_METHOD - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
AccessorFactoryWrapper - Class in org.eclipse.persistence.internal.jaxb
Purpose: This class provides a wrapper for an instance of AccessorFactory.
AccessorFactoryWrapper(Object) - Constructor for class org.eclipse.persistence.internal.jaxb.AccessorFactoryWrapper
 
AccessPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides Microsoft Access specific behavior.
AccessPlatform() - Constructor for class org.eclipse.persistence.platform.database.AccessPlatform
 
ACHAR - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
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.internal.helper.ConcurrencyManager
Wait for all threads except the active thread.
acquire(boolean) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Wait for all threads except the active thread.
acquire() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Acquire the lock on the cache key object.
acquire(boolean) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Acquire the lock on the cache key object.
acquire() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
Avoid acquiring locks for unit of work.
acquire(boolean) - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
Avoid acquiring locks for unit of work.
acquire() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquire(boolean) - Method in class org.eclipse.persistence.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() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Add deferred lock into a hashtable to avoid deadlock
acquireDeferredLock(Object, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Acquire a deferred lock on the object.
acquireDeferredLock() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Acquire the deferred lock.
acquireDeferredLock(Object, boolean) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Acquire a deferred lock on the object.
acquireDeferredLock(Object, Class, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Provides access for setting a deferred lock on an object in the IdentityMap.
acquireDeferredLock() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
Avoid acquiring locks for unit of work.
acquireDeferredLock(Object, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
Avoid acquiring any lock as uow is single threaded.
acquireDeferredLock(Object, Class, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Deferred lock the identity map for the object, this is used for avoiding deadlock The return cacheKey should be used to release the deferred lock.
acquireDeferredLock(Object, Class, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Deferred lock the identity map for the object, this is used for avoiding deadlock The return cacheKey should be used to release the deferred lock
acquireDeferredLock(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire a deferred lock on the object.
acquireDeferredLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the deferred lock.
acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.internal.history.HistoricalSession
INTERNAL: Acquires a special historical session for reading objects as of a past time.
acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Constructs a HistoricalSession given a valid AsOfClause.
acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Acquires a special historical session for reading objects as of a past time.
acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Acquires a special historical session for reading objects as of a past time.
acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
INTERNAL: Acquires a special historical session for reading objects as of a past time.
acquireHistoricalSession(AsOfClause) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Acquires a special historical session for reading objects as of a past time.
acquireHistoricalSession(AsOfClause) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Returns a light weight read-only session where all objects are automatically read as of the specified past time.
acquireIfUnownedNoWait(boolean) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
If the activeThread is not set, acquire it and return true.
acquireIfUnownedNoWait() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Acquire the lock on the cache key object.
acquireIfUnownedNoWait() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquireLock(Object, boolean, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Acquire an active lock on the object.
acquireLock(ObjectBuildingQuery) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
acquireLock(Object, boolean, boolean) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Acquire an active lock on the object.
acquireLock(Object, Class, boolean, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Provides access for setting a concurrency lock on an object in the IdentityMap.
acquireLock(Object, boolean, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
Avoid acquiring any lock as uow is single threaded.
acquireLock(Object, Class, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Lock the identity map for the object, this must be done when building objects.
acquireLock(Object, Class, boolean, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Provides access for setting a concurrency lock on an object in the IdentityMap.
acquireLock(Object, Class, boolean, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Provides access for setting a concurrency lock on an object in the IdentityMap.
acquireLock(Object, boolean, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire an active lock on the object.
acquireLockAndRelatedLocks(Object, Map, Map, CacheKey, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
INTERNAL: This is a recursive method used to acquire read locks on all objects that will be cloned.
acquireLockNoWait(Object, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Acquire an active lock on the object, if not already locked.
acquireLockNoWait(Object, boolean) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Acquire an active lock on the object, if not already locked.
acquireLockNoWait(Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Provides access for setting a concurrency lock on an object in the IdentityMap.
acquireLockNoWait(Object, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
Avoid acquiring any lock as uow is single threaded.
acquireLockNoWait(Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Provides access for setting a concurrency lock on an object in the IdentityMap.
acquireLockNoWait(Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Provides access for setting a concurrency lock on an object in the IdentityMap.
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.
acquireLocksForClone(Object, ClassDescriptor, CacheKey, AbstractSession) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
INTERNAL: This method will return once the object is locked and all non-indirect related objects are also locked.
acquireLocksWithoutWaiting() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the query to lock without waiting (blocking), this will also turn refreshCache on.
acquireLockWithWait(Object, boolean, int) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Acquire an active lock on the object, if not already locked.
acquireLockWithWait(Object, boolean, int) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Acquire an active lock on the object, if not already locked.
acquireLockWithWait(Object, Class, boolean, ClassDescriptor, int) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Provides access for setting a concurrency lock on an object in the IdentityMap.
acquireLockWithWait(Object, boolean, int) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
Avoid acquiring any lock as uow is single threaded.
acquireLockWithWait(Object, Class, boolean, ClassDescriptor, int) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Provides access for setting a concurrency lock on an object in the IdentityMap.
acquireLockWithWait(Object, Class, boolean, ClassDescriptor, int) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Provides access for setting a concurrency lock on an object in the IdentityMap.
acquireLockWithWait(Object, boolean, int) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire an active lock on the object, if not already locked.
acquireNonSynchronizedUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return a unit of work for this session not registered with the JTS transaction.
acquireNonSynchronizedUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return a unit of work for this session not registered with the JTS transaction.
acquireNoWait() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
If the lock is not acquired already acquire it and return true.
acquireNoWait(boolean) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
If the lock is not acquired already acquire it and return true.
acquireNoWait() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Acquire the lock on the cache key object.
acquireNoWait(boolean) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Acquire the lock on the cache key object.
acquireNoWait() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
Avoid acquiring locks for unit of work.
acquireNoWait(boolean) - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
Avoid acquiring locks for unit of work.
acquireNoWait() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquireNoWait(boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the lock on the cache key object.
acquireReadLock() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Wait on any writer.
acquireReadLock() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Acquire the read lock on the cache key object.
acquireReadLock() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Provides access for setting a concurrency lock on an IdentityMap.
acquireReadLock() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
Avoid acquiring locks for unit of work.
acquireReadLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the read lock on the cache key object.
acquireReadLockNoWait() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
If this is acquired return false otherwise acquire readlock and return true
acquireReadLockNoWait() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Acquire the read lock on the cache key object.
acquireReadLockNoWait() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
Avoid acquiring locks for unit of work.
acquireReadLockNoWait() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Acquire the read lock on the cache key object.
acquireReadLockOnCacheKey(Object) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Acquire a read lock on the object.
acquireReadLockOnCacheKey(Object) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Acquire a read lock on the object.
acquireReadLockOnCacheKey(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
INTERNAL: Find the cachekey for the provided primary key and place a readlock on it.
acquireReadLockOnCacheKey(Object) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
Avoid acquiring any lock as uow is single threaded.
acquireReadLockOnCacheKey(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Find the cachekey for the provided primary key and place a readlock on it.
acquireReadLockOnCacheKey(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Find the cachekey for the provided primary key and place a readlock on it.
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.internal.identitymaps.AbstractIdentityMap
Acquire a read lock on the object, if not already locked.
acquireReadLockOnCacheKeyNoWait(Object) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Acquire a read lock on the object, if not already locked.
acquireReadLockOnCacheKeyNoWait(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
INTERNAL: Find the cachekey for the provided primary key and place a readlock on it.
acquireReadLockOnCacheKeyNoWait(Object) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
Avoid acquiring any lock as uow is single threaded.
acquireReadLockOnCacheKeyNoWait(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Find the cachekey for the provided primary key and place a readlock on it.
acquireReadLockOnCacheKeyNoWait(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Find the cachekey for the provided primary key and place a readlock on it.
acquireReadLockOnCacheKeyNoWait(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Acquire a read lock on the object, if not already locked.
acquireRepeatableWriteUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return a repeatable write unit of work for this session.
acquireRepeatableWriteUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
PUBLIC: Return a repeatable write unit of work for this session.
acquireRequiredLocks(MergeManager, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
INTERNAL: This method will be the entry point for threads attempting to acquire locks for all objects that have a changeset.
acquireSession() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
Returns the Session active for this specified helper.
acquireUnitOfWork() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
INTERNAL: A UnitOfWork can not be acquired from a Historical Session.
acquireUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return a unit of work for this session.
acquireUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return a unit of work for this session.
acquireUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
The nested unit of work must also be remote.
acquireUnitOfWork(ReferenceMode) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
The nested unit of work must also be remote.
acquireUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Return a nested unit of work for this unit of work.
acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return a unit of work for this session broker.
acquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
Looks up the active UnitOfWork using either the global JTA TX or acquires a new one from the active session.
acquireUnitOfWork(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.
acquireWithWait(boolean, int) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
If the lock is not acquired already acquire it and return true.
acquireWithWait(boolean, int) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Acquire the lock on the cache key object.
acquireWriteLock() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Lock the entire cache if the cache isolation requires.
acquireWriteLock() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Lock the entire cache if the cache isolation requires.
acquireWriteLock() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Lock the entire cache if the cache isolation requires.
ACTIVE_LOCK_ALREADY_TRANSITIONED - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
activeLockAlreadyTransitioned(Thread) - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
ADAPTER_CLASS_COULD_NOT_BE_INSTANTIATED - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ADAPTER_CLASS_METHOD_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ADAPTER_CLASS_NOT_LOADED - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
adapterClassCouldNotBeInstantiated(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occurred while attempting to get a new instance of the adapter class.
adapterClassMethodsCouldNotBeAccessed(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occurred while attempting to get the declared methods from the adapter class.
adapterClassNotLoaded(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: The adapter class set on XMLJavaTypeConverter could not be loaded.
ADD - Static variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
 
add(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
add(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Add - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
add(int, E) - Method in class org.eclipse.persistence.indirection.IndirectList
 
add(E) - Method in class org.eclipse.persistence.indirection.IndirectList
 
add(E) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
add(Object) - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
Adds the given object to this IdentityHashSet.
add(Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
add(int, Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
add(int, Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
add(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
add(int, Object) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Add and notify any waiters that there are new elements.
add(Object) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Add and notify any waiters that there are new elements.
add(Object) - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
Append the value to the end of the primary key values.
add(Node) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLNodeList
 
add(FIELD, Object) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
add(DatabaseField, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: Add the field-value pair to the row.
add(DatabaseField, Object) - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
INTERNAL: Add the field-value pair to the row.
add(DatabaseField, Object) - Method in class org.eclipse.persistence.internal.sessions.EmptyRecord
 
add(Object) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
add(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression x + y.
add(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression x + y.
add(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression x + y.
add(E) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
add(E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
add(int, T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
Add the specified object to the original list.
add(int, Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
 
add(DatabaseField, Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Add the field-value pair to the document.
add(CoreField, Object) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL: Add the field-value pair to the document.
add(CoreField, Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
add(Node) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
 
add(FieldResult) - Method in class org.eclipse.persistence.queries.FieldResult
INTERNAL: This method is used to support mapping multiple fields, fields are concatenated/added to one fieldResult.
add(Object) - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Add is not support for scrollable cursors.
add(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, 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, 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.
addAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Add the accessors from this class accessors java class to the descriptor tied to this class accessor.
addAccessorWithCustomizer(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
addAccessorWithDerivedId(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
addActiveLock(Object) - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
add a concurrency manager as active locks to the DLM
addAddedChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
Add an added change set.
addAddedChangeSet(Object, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Add an added change set.
addAdditionalExpression(Expression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
 
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.internal.queries.ContainerPolicy
INTERNAL: Called when the selection query is being initialized to add any required additional fields to the query.
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Called when the selection query is being initialize to add the fields for the key to the query
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: Add the index field to the query.
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the selection query is being initialized to add the fields for the map key to the query
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Used when initializing queries for mappings that use a Map.
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the selection query is being initialized to add the fields for the map key to the query
addAdditionalFieldsToQuery(ReadQuery, Expression) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Used when initializing queries for mappings that use a Map.
addAdditionalLocalExpression(Expression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
Similar to addAdditionalExpression, this keeps a running expression used for joins so that they can be added locally within 'OR' predicates rather than to the entire where clause.
addAdditionChange(Map, ContainerPolicy, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This method takes a Map of objects, converts these into ObjectChangeSets.
addAdditionChange(HashMap, HashMap) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
This method takes a map of primitive objects and adds them to the add list.
addAdditionChange(Object, Integer) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
This method takes a single addition value and records it.
addAdditionChange(HashMap) - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
Adds the items that were added to the collection.
addAdditionChange(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
Adds the items that were added to the collection.
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.
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, MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
addAlias(String, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Add an alias for the descriptor
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<? extends E>) - Method in class org.eclipse.persistence.indirection.IndirectList
 
addAll(Collection<? extends E>) - Method in class org.eclipse.persistence.indirection.IndirectList
 
addAll(Collection<? extends E>) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
addAll(Collection) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
addAll(int, Collection) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
addAll(Collection) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
addAll(int, Collection) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
addAll(Collection) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
addAll(int, Collection) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
addAll(int, Collection) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Add and notify any waiters that there are new elements.
addAll(Collection) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Add and notify any waiters that there are new elements.
addAll(NodeList) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLNodeList
 
addAll(List, Object, AbstractSession, List<AbstractRecord>, ObjectBuildingQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: This is used for ordered List containers to add all of the elements to the collection in the order of the index field in the row.
addAll(List, Object, AbstractSession, List<AbstractRecord>, DataReadQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: This is used for ordered List containers to add all of the elements to the collection in the order of the index field in the row.
addAll(List, Object, AbstractSession, List<AbstractRecord>, ObjectBuildingQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: Add a list of elements to container.
addAll(List, Object, AbstractSession, List<AbstractRecord>, DataReadQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: Add a list of elements to container.
addAll(Collection<? extends Object>) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
addAll(T, E[]) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Adds to the given Collection the items contained in the array.
addAll(T, Iterable<? extends E>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Adds to the given Collection the items contained in the Iterable.
addAll(T, Iterator<? extends E>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Adds to the given Collection the items returned by the given Iterator.
addAll(NodeList) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
 
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
 
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.
addAllOf(Reference) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
addAllToVector(Vector, Vector) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
addAllUniqueToList(List, List) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
addAllUniqueToVector(Vector, List) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
addAlternate(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'alternate' link.
addAndPrepareJoinedMapping(ForeignReferenceMapping, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Add the mapping for join fetch, prepare and return the join expression being used.
addAnnotation(MetadataAnnotation) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
addAny(Any) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
addAny(Any) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
addAny(Any) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
addArgument(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, String) - Method in class org.eclipse.persistence.internal.codegen.NonreflectiveMethodDefinition
 
addArgument(Class, String) - Method in class org.eclipse.persistence.internal.codegen.ReflectiveMethodDefinition
 
addArgument(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argument named argumentName.
addArgument(String, Class) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argument named argumentName and its class type.
addArgument(String, Class, DatabaseQuery.ParameterType) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Add the argument named argumentName.
addArgument(String, Class, boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argument named argumentName and its class type.
addArgument(String, Class, DatabaseQuery.ParameterType, boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Add the argument named argumentName.
addArgument(String, String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argument named argumentName and its class type.
addArgument(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgument(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgument(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgument(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the names of the parameters to the procedure.
addArgumentByTypeName(String, String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Add an argument to the query, but do not resolve the class yet.
addArgumentsNotSupported(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
addArgumentValue(Object) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
PUBLIC: Define the argument to the interaction for the index argument.
addArgumentValue(String, Object) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
PUBLIC: Define the argument to the interaction and the value name to be input for it.
addArgumentValue(Object) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argumentValue.
addArgumentValues(List) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Add the argumentValues to the query.
addArray() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addArray() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addArray() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addArray() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Makes sure the AS identifier is specified.
addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Makes sure the AS identifier is specified.
addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Makes sure the AS identifier is specified.
addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Makes sure the AS identifier is specified.
addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Makes sure the AS identifier is used.
addAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Makes sure the AS identifier is specified.
addAscendingOrdering(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Provide order support for queryKeyName in ascending order
addAscendingOrdering() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Provide ascending order support for this direct collection mapping.
addAscendingOrdering(String) - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Order the query results by the object's attribute or query key name.
addAssociationOverride() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addAssociationOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
addAssociationOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.EmbeddedImpl
 
addAssociationOverride(AssociationOverrideMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.Embedded
 
addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addAttribute(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Add a basic attribute or nested attribute with each String representing an attribute on the path to what needs to be included in the AttributeGroup.
addAttribute(String, Collection<? extends CoreAttributeGroup>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Add an attribute and the corresponding list of AttributeGroups.
addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Add a basic attribute or nested attribute with each String representing an attribute on the path to what needs to be included in the AttributeGroup.
addAttribute(AttributeDefinition) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
 
addAttribute() - Method in class org.eclipse.persistence.internal.jpa.config.queries.FetchGroupImpl
 
addAttribute(String, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL:
addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.internal.queries.EntityFetchGroup
 
addAttribute() - Method in interface org.eclipse.persistence.jpa.config.FetchGroup
 
addAttribute(String, AttributeGroup) - Method in class org.eclipse.persistence.queries.AttributeGroup
Add a basic attribute or nested attribute with each String representing an attribute on the path to what needs to be included in the AttributeGroup.
addAttribute(Expression) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
Method to add an expression to be used to return the parameter that is then passed into the constructor method.
addAttribute(String, Expression, List) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
Add the attribute with joining.
addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.queries.FetchGroup
 
addAttribute(String, Collection<? extends CoreAttributeGroup>) - Method in class org.eclipse.persistence.queries.FetchGroup
 
addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.queries.LoadGroup
 
addAttribute(String, LoadGroup) - Method in class org.eclipse.persistence.queries.LoadGroup
 
addAttribute(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute from the reference class to be included in the result.
addAttribute(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute to be included in the result.
addAttribute(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute to be included in the result.
addAttribute(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.sessions.CopyGroup
 
addAttribute(String, CopyGroup) - Method in class org.eclipse.persistence.sessions.CopyGroup
 
addAttributeGroup(ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
Adds the attribute group to this descriptor.
addAttributeKey(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Add a basic attribute or nested attribute with each String representing the key of an attribute of type Map on the path to what needs to be included in the AttributeGroup.
addAttributeKey(String, CoreAttributeGroup) - Method in class org.eclipse.persistence.queries.FetchGroup
 
addAttributeNodes(String...) - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
 
addAttributeNodes(String...) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
addAttributeNodes(Attribute<X, ?>...) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
addAttributeNodes(String...) - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
 
addAttributeNodes(String...) - Method in interface org.eclipse.persistence.jaxb.Subgraph
Add an AttributeNode attribute to the entity graph.
addAttributeOverride() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addAttributeOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractEmbeddedMappingImpl
 
addAttributeOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
addAttributeOverride(AttributeOverrideMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.Embedded
 
addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
 
addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addAttributes(Collection<String>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Add a set of attributes to the group.
addAttributeValue(UnmarshalRecord, ContainerValue, Object) - Method in class org.eclipse.persistence.internal.oxm.ChoiceUnmarshalContext
 
addAttributeValue(UnmarshalRecord, ContainerValue, Object, Object) - Method in class org.eclipse.persistence.internal.oxm.ChoiceUnmarshalContext
 
addAttributeValue(UnmarshalRecord, ContainerValue, Object) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectUnmarshalContext
 
addAttributeValue(UnmarshalRecord, ContainerValue, Object, Object) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectUnmarshalContext
 
addAttributeValue(UnmarshalRecord, ContainerValue, Object) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedUnmarshalContext
 
addAttributeValue(UnmarshalRecord, ContainerValue, Object, Object) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedUnmarshalContext
 
addAttributeValue(UnmarshalRecord, ContainerValue, Object) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalContext
When a collection mapping is processed the UnmarshalContext is responsible for handling the values one at a time.
addAttributeValue(UnmarshalRecord, ContainerValue, Object, Object) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalContext
When a collection mapping is processed the UnmarshalContext is responsible for handling the values one at a time.
addAttributeValue(ContainerValue, Object) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
addAttributeValue(ContainerValue, Object, Object) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
addAttributeValue(ContainerValue, Object) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
addAttributeValue(ContainerValue, Object, Object) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
addAttributeValue(ContainerValue, Object) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
addAttributeValue(ContainerValue, Object, Object) - Method in 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:
addBasic() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addBasic() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addBasic() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addBasic() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addBatch(PreparedStatement) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: This gets called on each iteration to add parameters to the batch Needs to be implemented so that it returns the number of rows successfully modified by this statement for optimistic locking purposes (if useNativeBatchWriting is enabled, and the call uses optimistic locking).
addBatch(PreparedStatement) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: This gets called on each iteration to add parameters to the batch Needs to be implemented so that it returns the number of rows successfully modified by this statement for optimistic locking purposes (if useNativeBatchWriting is enabled, and the call uses optimistic locking).
addBatchReadAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the foreign-reference mapped attribute to be optimized in this query.
addBatchReadAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the foreign-reference mapped attribute to be optimized in this query.
addCacheIndex(CacheIndex) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Add the cache index to the descriptor's cache settings.
addCacheIndex(String...) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Add the cache index to the descriptor's cache settings.
addCacheIndex(DatabaseField[]) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Add the cache index to the descriptor's cache settings.
addCacheIndex() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
addCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addCall(Call) - Method in class org.eclipse.persistence.internal.helper.LOBValueWriter
Add original (insert or update) call to the collection
addCall(DatasourceCall) - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Add the call.
addCall(Call) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Used to define a store procedure or SQL query.
addCanonical(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'canonical' link.
addCanonical(String, String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'canonical' link.
addCascadeLockingPolicy(CascadeLockingPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Add the cascade locking policy to all children that have a relationship to this descriptor either by inheritance or by encapsulation/aggregation.
addChange(ChangeRecord) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
Add the attribute change record.
addChangedMapKeyChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
Add an changed key change set.
addChangeListener(ChangeListener) - Method in interface org.eclipse.persistence.jpa.rs.eventlistener.DescriptorBasedDatabaseEventListener
 
addChild(HierarchyNode) - Method in class org.eclipse.persistence.internal.codegen.HierarchyNode
 
addChild(Expression) - Method in class org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression
INTERNAL: Add a new Expression to the list of arguments.
addChild(Expression) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
 
addChild(XPathFragment, NodeValue, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
addChild(String, Resolver) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Caches the given Resolver.
addChild(Setting) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
addChildBNF(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Adds to the given query BNF a child BNF.
addChildBNF(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Adds to the given query BNF a child BNF.
addChildDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Add child descriptor to the parent descriptor.
addChildDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Add child descriptor to the parent descriptor.
addChildFactory(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Adds to the given unique identifier of an ExpressionFactory to the given query BNF.
addChildFactory(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Adds to the given unique identifier of an ExpressionFactory to the given query BNF.
addChildTableJoinExpressionToAllParents(DatabaseTable, Expression) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: call addChildTableJoinExpression on all parents
addChoice(Choice) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
addChoice(Choice) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
addChoice(Choice) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
addChoiceElement(List<XML_FIELD>, String, List<XML_FIELD>) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
addChoiceElement(String, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
addChoiceElement(String, String, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
addChoiceElement(XML_FIELD, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
addChoiceElement(List<XML_FIELD>, String, List<XML_FIELD>) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
addChoiceElement(String, String, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
addChoiceElement(XML_FIELD, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
addChoiceElement(String, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(XMLField, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(List<XMLField>, Class, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(List<XMLField>, String, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, Class, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(XMLField, Class, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(XMLField, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addChoiceElement(String, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(String, Class, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(String, String, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(String, String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, Class, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, String, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(List<XMLField>, Class, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(List<XMLField>, String, List<XMLField>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addChoiceElement(XMLField, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addClass(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Register a class to be dynamically created using the default DynamicClassWriter.
addClass(String, Class<?>) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Register a class to be dynamically created using a copy of default DynamicClassWriter but specifying a different parent class.
addClass(String, EclipseLinkClassWriter) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Register a class to be dynamically created using the provided DynamicClassWriter.
addClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
addClassDetailsForMappedSuperClasses(MetadataClass, ClassDescriptor, ClassDetails, Map, List, boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
INTERNAL: Look higher in the hierarchy for the mappings listed in the unMappedAttribute list.
addClassIndicator(Class, Object) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Add a class indicator for the root classes subclass.
addClassIndicator(XMLDescriptor, String) - Method in class org.eclipse.persistence.internal.sessions.factories.DirectToXMLTypeMappingHelper
Add the XMLType mapping indicator to the DatabaseMapping descriptor.
addClassIndicator(Class, Object) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: Add a type indicator conversion to this mapping.
addClassIndicator(XMLDescriptor, String) - Method in class org.eclipse.persistence.sessions.factories.OracleDirectToXMLTypeMappingHelper
Add the XMLType mapping indicator to the DatabaseMapping descriptor.
addClassIndicatorFieldToInsertRow(AbstractRecord) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Add abstract class indicator information to the database row.
addClassIndicatorFieldToRow(ABSTRACT_RECORD) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: Add abstract class indicator information to the database row.
addClassIndicatorFieldToRow(AbstractRecord) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Add abstract class indicator information to the database row.
addClassIndicatorFieldToRow(AbstractMarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
addClassIndicatorFieldToRow(AbstractRecord) - Method in class org.eclipse.persistence.internal.oxm.QNameInheritancePolicy
INTERNAL: Add abstract class indicator information to the database row.
addClassIndicatorFieldToRow(AbstractMarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
addClassIndicatorFieldToRow(AbstractMarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
addClassNameIndicator(String, Object) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: Add the class name reference by class name, used by the MW.
addClassNameIndicator(String, Object) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Add the class name reference by class name, used by the MW.
addClassNameIndicator(String, Object) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Add indicators by classname.
addClasspath(Path) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
Add the dependent classpath in order to load classes from the specified input jar.
addClassToClassLoader(JavaClass, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
addCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Adds a new collection declaration to the FROM clause.
addCollectionDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Adds a new collection declaration to the FROM clause.
addCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds a new collection declaration to the FROM clause.
addCollectionDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds a new collection declaration to the FROM clause.
addColumn() - Method in class org.eclipse.persistence.internal.jpa.config.columns.PrimaryKeyImpl
 
addColumn() - Method in interface org.eclipse.persistence.jpa.config.PrimaryKey
 
addColumnName(String) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheIndexImpl
 
addColumnName(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.IndexImpl
 
addColumnName(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.UniqueConstraintImpl
 
addColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.CacheIndex
 
addColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.Index
 
addColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.UniqueConstraint
 
addColumnResult() - Method in class org.eclipse.persistence.internal.jpa.config.queries.ConstructorResultImpl
 
addColumnResult() - Method in class org.eclipse.persistence.internal.jpa.config.queries.SqlResultSetMappingImpl
 
addColumnResult() - Method in interface org.eclipse.persistence.jpa.config.ConstructorResult
 
addColumnResult() - Method in interface org.eclipse.persistence.jpa.config.SqlResultSetMapping
 
addColumnResult(ColumnResult) - Method in class org.eclipse.persistence.queries.ConstructorResult
Add a column result to this constructor result.
addComplexMetadataType(ComplexTypeMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add the named PLSQL or Oracle complex metadata type.
addCompositeMemberProcessor(MetadataProcessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Add containedProcessor to compositeProcessor.
addConnectionPool(String) - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
PUBLIC: Add the connection pool name to the list of pools to rotate queries through.
addConnectionPool(String) - Method in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
PUBLIC: Add the connection pool name to the list of pools to rotate queries through.
addConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.HashPartitioningImpl
 
addConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.ReplicationPartitioningImpl
 
addConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.RoundRobinPartitioningImpl
 
addConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.UnionPartitioningImpl
 
addConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.HashPartitioning
 
addConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.ReplicationPartitioning
 
addConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.RoundRobinPartitioning
 
addConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.UnionPartitioning
 
addConnectionPool(String, Login, int, int) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Add the connection pool.
addConnectionPool(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.
addConnectionPoolConfig(ConnectionPoolConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.PoolsConfig
 
addConnectionToExternalService(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
INTERNAL: Add a remote Connection to a remote service.
addConnectionToExternalService(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Add a remote Connection to a remote service.
addConstraintDependencies(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: EclipseLink automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
addConstraintDependency(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: EclipseLink automatically orders database access through the foreign key information provided in 1:1 and 1:m mappings.
addConstructorItem(Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
INTERNAL Add an Order By Item to this node
addConstructorReportItem(ConstructorReportItem) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add a ConstructorReportItem to this query's set of return values.
addConstructorResult() - Method in class org.eclipse.persistence.internal.jpa.config.queries.SqlResultSetMappingImpl
 
addConstructorResult() - Method in interface org.eclipse.persistence.jpa.config.SqlResultSetMapping
 
addContext(DatabaseField, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Add a field - value pair for LOB field into the context.
addContext(Resource) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ContextsCatalog
Lazy initializes contexts list and adds a given resource there.
addConversion(QName, Class) - Method in class org.eclipse.persistence.oxm.XMLField
Add an entry for both an XML Conversion and a Java Conversion entry
addConversionValue() - Method in class org.eclipse.persistence.internal.jpa.config.converters.ObjectTypeConverterImpl
 
addConversionValue() - Method in interface org.eclipse.persistence.jpa.config.ObjectTypeConverter
 
addConversionValue(Object, Object) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
PUBLIC: A type conversion value is a two-way mapping from the database to the object.
addConversionValueStrings(String, String) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set from JPA processing where we deal with strings only to avoid class loader conflicts.
addConvert() - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
 
addConvert() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl
This covers the JPA 2.1 use case where multiple converts can be added.
addConvert() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.EmbeddedImpl
 
addConvert(String, ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Add a convert to override a superclass class mapping.
addConvert() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
addConvert() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addConvert() - Method in interface org.eclipse.persistence.jpa.config.Embedded
 
addConvert() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addConverter() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
addConverter() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addConverter(AbstractConverterMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add a abstract converter metadata to the project.
addConverter(XML_FIELD, CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
addConverter(XML_FIELD, CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
addConverter() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addConverter() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addConverter() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addConverter() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addConverter(Converter, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
Add a converter to be applied to a mapping of the aggregate descriptor.
addConverter(Converter, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
Add a converter to be applied to a mapping of the aggregate descriptor.
addConverter(Converter, String) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
 
addConverter(XMLField, Converter) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
addConverter(XMLField, Converter) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
addConverterAccessor(ConverterAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add a abstract converter metadata to the project.
addConverterClass() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addConverterClass() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addCount() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result.
addCount(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCount(String, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCount(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCount(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Include the number of rows returned by the query in the result, where attributeExpression is not null.
addCreate(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'create' link.
addDataModificationEvent(DatabaseMapping, Object[]) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Add the data query to be performed at the end of the commit.
addDataResults(AbstractRecord) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Add the row to the set of data results.
addDate(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.
addDeclaredProperty(Property) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
addDeclaredProperty(SDOProperty) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
addDeclaredProperty(Property, int) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
addDeclaredProperty(SDOProperty, int) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
addDefaultEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: EJB 3.0 support for default listeners.
addDefaultEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
addDefaultListener(EntityListenerMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
addDefaultReadOnlyClass(Class) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Add the read-only class which apply to each UnitOfWork created by default.
addDeferredCall(DatabaseTable, DatasourceCall, DatabaseQueryMechanism) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Add the data query to be performed at the end of the commit.
addDeferredLock(Object) - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
add a concurrency manager as deferred locks to the DLM
addDefinition(String, ResourceSchema) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
addDelete(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'delete' link.
addDeleteClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Manually adds the delete clause to this delete statement.
addDeletedObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Add the Deleted object to the changeSet.
addDeletedObjects(Map, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Add the Deleted objects to the changeSet.
addDeletedPrivateOwnedObjects(DatabaseMapping, Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Records a private owned object that has been de-referenced and will need to processed for related private owned objects.
addDeleteStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Changes the query statement to be a DELETE statement.
addDeletionDependency(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Record deleted objects that have reference to other deleted objects.
addDerivedCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Adds a new derived collection declaration to the FROM clause.
addDerivedCollectionDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Adds a new derived collection declaration to the FROM clause.
addDerivedCollectionDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Adds a new derived collection declaration to the FROM clause.
addDerivedCollectionDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Adds a new derived collection declaration to the FROM clause.
addDerivedExpression(Expression) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL: Add the expression as a derived child of this expression.
addDerivedField(Expression) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
addDerivedPathDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Adds a new derived identification variable declaration to the FROM clause.
addDerivedPathDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Adds a new derived identification variable declaration to the FROM clause.
addDerivedPathDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Adds a new derived identification variable declaration to the FROM clause.
addDerivedPathDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Adds a new derived identification variable declaration to the FROM clause.
addDerivedTable(Expression) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
addDescendingOrdering(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Provide order support for queryKeyName in descending order.
addDescendingOrdering() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Provide descending order support for this direct collection mapping.
addDescendingOrdering(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Order the query results by the object's attribute or query key name.
addDescribedBy(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'describedBy' link.
addDescribes(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'describes' link.
addDescriptor(DESCRIPTOR) - Method in class org.eclipse.persistence.core.sessions.CoreProject
 
addDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Add the descriptor to the session.
addDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: You cannot add a descriptor to a session broker, you must add it to its session.
addDescriptor(ClassDescriptor) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Add the descriptor to the session.
addDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Add the descriptor to the project.
addDescriptor(ClassDescriptor, DatabaseSessionImpl) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Used by the BuilderInterface when reading a Project from INI files.
addDescriptorByQName(QName, DESCRIPTOR) - Method in class org.eclipse.persistence.internal.oxm.Context.ContextState
 
addDescriptorByQName(QName, XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext
 
addDescriptors(Collection) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Add the descriptors to the session.
addDescriptors(Project) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Add the descriptors to the session from the Project.
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.
addDescriptorsToSequencing(Collection) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: If sequencing is connected then initializes sequences referenced by the passed descriptors, otherwise connects sequencing.
addDescriptorToProject(Project) - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
addDirectCollectionAccessor(MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Store basic collection accessors for later processing and quick look up.
addDirectCollectionMapping(String, String, String, Class<?>, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Add a DirectCollectionMapping to the DynamicTypeBuilder.entityType being built or extended.
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.
addDirectQueryKey(String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add a query key to the descriptor.
addDirEntry(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.AbstractStaticWeaveOutputHandler
create directory into target directory, or insert directory entry into outputstream.
addDirEntry(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveDirectoryOutputHandler
create directory into target directory.
addDirEntry(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveJAROutputHandler
Add directory entry into outputstream.
addDiscriminatorClass() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.VariableOneToOneImpl
 
addDiscriminatorClass() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
addDiscriminatorClassFor(EntityAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
INTERNAL: In stage 2 processing entities may be added to the discriminator class list for this variable one to one accessor if they were not explicitely added but define the interface associated with this accessors target interface.
addDistinctSelectStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Changes the query statement to be a SELECT statement.
addElement(E) - Method in class org.eclipse.persistence.indirection.IndirectList
 
addElement(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
addElement(Object) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Add and notify any waiters that there are new elements.
addElement(Element) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
addElement(Element) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
addElement(Element) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
addElement(Element) - Method in class org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
 
addElementCollection() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addElementCollection() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addElementCollection() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addElementCollection() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addEmbeddable() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addEmbeddable() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addEmbeddableAccessor(EmbeddableAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add an embeddable accessor to this project.
addEmbeddableAccessor(Element) - Method in class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceUnit
INTERNAL: Add an element decorated with an Embeddable annotation.
addEmbeddableDescriptor(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
addEmbeddableMappingAccessor(MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
addEmbedded() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addEmbedded() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addEmbedded() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addEmbedded() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addEmbeddingAccessors(Map<String, ClassAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
INTERNAL:
addEnclosedClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
addEndFieldName(String) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC:
addEntity() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addEntity() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given IEntity as a possible abstract schema type.
addEntityAccessor(EntityAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.InterfaceAccessor
INTERNAL: Add the given entity accessor to this interface's list of variable one to one accessors.
addEntityAccessor(EntityAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add an entity accessor to this project.
addEntityAccessor(Element) - Method in class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceUnit
INTERNAL: Add an element decorated with an Entity annotation.
addEntityGraph(AttributeGroup) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add the given entity graph (internal attribute group).
addEntityListener() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
addEntityListener() - Method in class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitDefaultsImpl
 
addEntityListener() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addEntityListener() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addEntityListener() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
 
addEntityListenerEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: EJB 3.0 support for lifecycle callback events defined on an entity listener class.
addEntityListenerEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
addEntityListenerHolder(SerializableDescriptorEventHolder) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL:
addEntityListeners() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Method to place EntityListener's on the descriptors from the given session.
addEntityManagerSetupImpl(String, EntityManagerSetupImpl) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
Add an EntityManagerSetupImpl to the cached list These are used to ensure all persistence units that are the same get the same underlying session
addEntityMappings(XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: The avoid processing the same mapping file twice (e.g.
addEntityResult() - Method in class org.eclipse.persistence.internal.jpa.config.queries.SqlResultSetMappingImpl
 
addEntityResult() - Method in interface org.eclipse.persistence.jpa.config.SqlResultSetMapping
 
addEntry(JarEntry, byte[]) - Method in class org.eclipse.persistence.internal.jpa.weaving.AbstractStaticWeaveOutputHandler
Write entry bytes into target, this is usually called if class has been tranformed
addEntry(InputStream, JarEntry) - Method in class org.eclipse.persistence.internal.jpa.weaving.AbstractStaticWeaveOutputHandler
Write entry into target, this method usually copy original class into target.
addEntry(JarEntry, byte[]) - Method in class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveDirectoryOutputHandler
Write entry bytes into target, this method is usually invoked if class has been tranformed
addEntry(InputStream, JarEntry) - Method in class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveDirectoryOutputHandler
Write entry into target, this method usually copy original class into target.
addEntry(JarEntry, byte[]) - Method in class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveJAROutputHandler
Write entry bytes into target, this method is usually called if class has been tranformed
addEntry(InputStream, JarEntry) - Method in class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveJAROutputHandler
Write entry into target, this method usually copy original class into target.
addEnum(String, Object...) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
 
addEnum(String, String, String, DynamicClassLoader) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
 
addEnumConstant(IType, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the constants of the given enum constant as a valid proposal.
addEnumLiteral(String) - Method in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
addEnumTypeInfo(JavaClass, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
addError(Exception) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Add the exception to the list of errors.
addEventMethod(String, Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityClassListener
INTERNAL: For entity classes listener methods, they need to override listeners from mapped superclasses for the same method.
addEventMethod(String, Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL: You can have multiple event methods for the same event, however, only one event method per class is permitted.
addEventMethod(String, Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
INTERNAL: You can have multiple event methods for the same event, however, only one event method per class is permitted.
addException(String) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
addExecute(String, String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'execute' link.
addExpression(Expression, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
addExtraNamespacesToNamespaceResolver(Descriptor, AbstractMarshalRecord, CoreAbstractSession, boolean, boolean) - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
addExtraNamespacesToNamespaceResolver(Descriptor, CoreAbstractSession, boolean, boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
addExtraNamespacesToNamespaceResolver(Descriptor, CoreAbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
addExtraNamespacesToNamespaceResolver(Descriptor, AbstractMarshalRecord, CoreAbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
addExtraNamespacesToNamespaceResolver(Descriptor, AbstractMarshalRecord, CoreAbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
addExtraNamespacesToNamespaceResolver(Descriptor, CoreAbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
addExtraNamespacesToNamespaceResolver(Descriptor, CoreAbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL
addFacet(Facet) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
addFactory(EntityManagerFactoryImpl) - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
 
addFailoverConnectionPool(String) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Add the connection pool to used if this pool database goes down.
addFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
Add a named fetch group to the descriptor
addFetchGroup() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
addFetchGroup() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addFetchGroup() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addFetchGroupMethods(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Adds get/set method for FetchGroupTracker interface.
addFetchGroupVariables() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add a variable of type FetchGroup, Session to the class.
addField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.CacheIndex
 
addField(DatabaseField) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
addField(Expression) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: adds an expression to the fields.
addField() - Method in class org.eclipse.persistence.internal.jpa.config.queries.OracleObjectImpl
 
addField() - Method in class org.eclipse.persistence.internal.jpa.config.queries.PlsqlRecordImpl
 
addField(String) - Method in class org.eclipse.persistence.internal.jpa.config.structures.StructImpl
 
addField(MetadataField) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
addField(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Add a field from a basic mapping from this descriptor.
addField() - Method in interface org.eclipse.persistence.jpa.config.OracleObject
 
addField() - Method in interface org.eclipse.persistence.jpa.config.PlsqlRecord
 
addField(String) - Method in interface org.eclipse.persistence.jpa.config.Struct
 
addField(PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
addField(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
addField(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
addField(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
addField(String) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
PUBLIC: Add the field to the index.
addField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table, default sizes are used.
addField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table.
addField(String, Class, int, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table.
addField(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the type to a nested type.
addField(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table.
addField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type, default sizes are used.
addField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type.
addField(String, Class, int, int) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type.
addField(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type to a nested type.
addField(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
PUBLIC: Add the field to the type.
addFieldForInsert(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsert(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsert(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsert(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
addFieldForInsertReturnOnly(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsertReturnOnly(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsertReturnOnly(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an insert operation.
addFieldForInsertReturnOnly(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
addFieldForUpdate(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an update operation.
addFieldForUpdate(String, Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an update operation.
addFieldForUpdate(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC: Define that the field will be returned from an update operation.
addFieldForUpdate(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
addFieldInfo(String, int) - Method in class org.eclipse.persistence.internal.xr.XRFieldInfo
 
addFieldName(String) - Method in class org.eclipse.persistence.descriptors.CacheIndex
PUBLIC: Add the database column name to the cache index.
addFieldNameTranslation(String, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Maps a field name in the aggregate descriptor to a field name in the source table.
addFieldNameTranslation(String, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
PUBLIC: Add a field name translation that maps from a field name in the source table to a field name in the aggregate descriptor.
addFieldOnDatabase(AbstractSession, FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the SQL alter table to add the field to the table.
addFieldOrdering(String) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
PUBLIC: Order the fields in a specific Add the field ordering, this will order the fields in the order this method is called.
addFieldResult() - Method in class org.eclipse.persistence.internal.jpa.config.queries.EntityResultImpl
 
addFieldResult() - Method in interface org.eclipse.persistence.jpa.config.EntityResult
 
addFieldResult(FieldResult) - Method in class org.eclipse.persistence.queries.EntityResult
 
addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Called when the insert query is being initialized to ensure the fields for the key are in the insert query
addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Called when the insert query is being initialized to ensure the fields for the key are in the insert query
addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the insert query is being initialized to ensure the fields for the map key are in the insert query
addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the insert query is being initialized to ensure the fields for the map key are in the insert query.
addFieldsForMapKey(AbstractRecord) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the insert query is being initialized to ensure the fields for the map key are in the insert query
addFieldsForMapKey(AbstractRecord) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Used when initializing queries for mappings that use a Map Called when the insert query is being initialized to ensure the fields for the map key are in the insert query
addFieldsToRow(AbstractRecord, AbstractSession) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
addFieldsToRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL: Add the tenant discriminator fields to the row.
addFieldsToRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL:
addFieldTransformation(String, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.TransformationMapping
Add the name of field and the name of the method that returns the value to be placed in said field when the object is written to the database.
addFieldTransformation(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 interface org.eclipse.persistence.internal.oxm.mappings.TransformationMapping
INTERNAL: Add the name of a field and the name of a class which implements the FieldTransformer interface.
addFieldTransformerClassName(String, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Add the name of a field and the name of a class which implements the FieldTransformer interface.
addFieldTransformerClassName(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.
addFind(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'find' link.
addFirst(Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
Inserts the given contents at the beginning of this list.
addForeignKeyConstraint(ForeignKeyConstraint) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
addForeignKeyConstraint(String, String, String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a foreign key constraint to the table.
addForeignKeyConstraint(ForeignKeyConstraint) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a foreign key constraint to the table.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
PUBLIC: Define the source foreign key relationship in the one-to-many mapping.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
PUBLIC: Define the source foreign key relationship in the one-to-one mapping.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Allow subclass to define a foreign key in the source's table.
addForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the foreign key relationship in the 1-1 mapping.
addForeignKeyFieldForMultipleTable(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This protocol can be used to associate multiple tables with foreign key information.
addForeignKeyFieldForMultipleTable(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
addForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
PUBLIC: Define the source foreign key relationship in the one-to-many mapping.
addForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
PUBLIC: Define the source foreign key relationship in the one-to-one mapping.
addForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the foreign key relationship in the 1-1 mapping.
addForeignKeyFieldNameForMultipleTable(String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This protocol can be used to associate multiple tables with foreign key information.
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.
addFunctionItem(String, Expression, String) - Method in class org.eclipse.persistence.queries.ReportQuery
ADVANCED: Add the function against the attribute expression to be included in the result.
addGeneratedValue(GeneratedValueMetadata, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
addGenericType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
addGenericType(String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Add a generic type for this descriptor.
addGetPropertyChangeListener(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add the implementation of the changeTracker_getPropertyChangeListener method to the class.
addGetterMethodForFieldAccess(ClassDetails, AttributeDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Adds a convenience method used to replace a GETFIELD when field access is used.
addGetterMethodForValueHolder(ClassDetails, AttributeDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add a get method for the newly added valueholder.
addGlobalElements(Map<QName, ElementDeclaration>) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
addGlobalProperty(QName, Property, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
INTERNAL:
addGlobalProperty(QName, Property, boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
INTERNAL:
addGlobalProperty(QName, Property, boolean) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
INTERNAL:
addGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds the GROUP BY clause.
addGroupByClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds the GROUP BY clause and parses the given JPQL fragment.
addGroupByItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
Adds the given path as a select item, which can either be an identification variable or a state-field path expression.
addGrouping(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute to the group by expressions.
addGrouping(Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the attribute expression to the group by expressions.
addGroupingElement(XPathNode) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
addGroupingElement(XPathNode) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL: If an XPathNode does not have an associated NodeValue then add it to the MarshalRecord as a grouping element.
addGroupingElement(XPathNode) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
addGroupingToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.GroupByNode
INTERNAL Add the grouping expressions to the passed query
addGroupingToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Add the grouping to the passed query
addGroups(Collection<ATTRIBUTE_GROUP>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
INTERNAL: Adds the list of groups as to the item
addHashPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds the HAVING clause.
addHavingClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds the HAVING clause and parses the given JPQL fragment.
addHavingToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.HavingNode
INTERNAL Add the having expression to the passed query
addHavingToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Add the having to the passed query
addHistoryTableName(String) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Use to specify the names of the mirroring historical tables.
addHistoryTableName(String, String) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Use to specify the names of the mirroring historical tables.
addId() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addId() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addId() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addId() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addIdAttributeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
addIdClass(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add EmbeddedId and IdClass ids to the project
addIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given identification variable as a proposal.
addIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Adds the given JPQL identifier to this factory.
addIdentifier(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Adds the given JPQL identifier to this factory.
addIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given JPQL identifier as a proposal.
addIdentifiers(String, String...) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Adds the given JPQL identifiers to this factory.
addIdentifiers(String, String...) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Adds the given JPQL identifiers to this factory.
addIdentityField(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table, default sizes are used.
addIdentityField(String, Class, int) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add the field to the table, default sizes are used.
addImport(String) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
The importStatement should be of the form "{packageName}.{shortName or '*'}"
addIndex(IndexDefinition) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Add an index definition to this table.
addIndex() - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
 
addIndex() - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
 
addIndex() - Method in class org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl
 
addIndex() - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
 
addIndex() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addIndex() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
addIndex() - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
 
addIndex() - Method in interface org.eclipse.persistence.jpa.config.Table
 
addIndex() - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
addIndex(IndexDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add an index to the table.
addInitializerForValueHolder(ClassDetails, AttributeDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add a method that allows us to lazily initialize a valueholder we have woven in This allows us to avoid initializing valueholders in the constructor.
addInnerClass(ClassDefinition) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
 
addInnerJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new INNER JOIN expression to this declaration.
addInnerJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new INNER JOIN FETCH expression to this declaration.
addInOutputArgument(String, Class) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc.
addInOutputArgument(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The output arguments are used to get values back from the proc, such as cursors.
addInterface(String) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
 
addInterface(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
addInterfaceAccessor(InterfaceAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add a InterfaceAccessor to this project.
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:
addInto(Object, Object, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Add element to container.
addInto(Object, Object, Object, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Add element to container.
addInto(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
INTERNAL: Add element into a container which implements the Collection interface.
addInto(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Add element to container.
addInto(Object, Object, AbstractSession, AbstractRecord, ObjectBuildingQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Add element to container.
addInto(Object, Object, AbstractSession, AbstractRecord, DataReadQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: This is used for adding to a direct map or direct collection from the database.
addInto(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Add element to container.
addInto(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Add element to container.
addInto(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Add element into container which implements the Map interface.
addInto(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Add element into container which implements the Map interface.
addInto(Object, Object, AbstractSession, AbstractRecord, DataReadQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: This is used for ordered List containers to add all of the elements to the collection in the order of the index field in the row.
addInto(Object, Object, AbstractSession, AbstractRecord, ObjectBuildingQuery, CacheKey, boolean) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Add element to that implements the Map interface use the row to compute the key
addInverseJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.tables.JoinTableImpl
 
addInverseJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Adds the given StateObject as a child of this one.
addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Adds the given StateObject as a child of this one.
addItem(ListHolderStateObject<T>, List<T>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Adds the given item as a child to the given list.
addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Adds the given StateObject as a child of this one.
addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Adds the given StateObject as a child of this one.
addItem(S) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Adds the given StateObject as a child of this one.
addItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause.
addItem(OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause.
addItem(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause.
addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause.
addItem(String, OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause.
addItem(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given StateObject as a select item.
addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given path as a select item, which can either be an identification variable or a state-field path expression.
addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given expression as a select item.
addItem(S) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given StateObject as a child of this one.
addItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(ListIterator<String>, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(ListIterator<String>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(String[], StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(String[], String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds a new UPDATE item to this clause.
addItem(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds the given StateObject as a child of this one.
addItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Adds a new item to the UPDATE clause.
addItem(String, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Adds a new item to the UPDATE clause.
addItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Adds a new item to the UPDATE clause.
addItem(Object) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Adds the item.
addItem(ReportQueryResultListItem) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
Adds the item.
addItem(ReportQueryResultListItem) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultList
Adds the item.
addItem(ReportItem) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
 
addItem(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
ADVANCED: Add the expression value to be included in the result.
addItem(String, Expression, List) - Method in class org.eclipse.persistence.queries.ReportQuery
ADVANCED: Add the expression value to be included in the result.
addItemAs(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given StateObject as a select item.
addItemAs(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given JPQL fragment as a select item.
addItemAsc(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause with ASC.
addItemDesc(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause with DESC.
addItems(List<? extends T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Adds the given list of StateObjects as children of this one.
addItems(List<? extends String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Adds the given list of StateObjects as children of this one.
addItems(ListHolderStateObject<T>, List<T>, String, List<? extends T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Adds the given items as children to the given list.
addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Adds the given list of StateObjects as children of this one.
addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Adds the given list of StateObjects as children of this one.
addItems(List<? extends T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Adds the given list of StateObjects as children of this one.
addItems(List<? extends StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Adds the given list of StateObjects as children of this one.
addItems(List<? extends UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Adds the given list of StateObjects as children of this one.
ADDITIONAL_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
 
AdditionalCriteria - Annotation Type in org.eclipse.persistence.annotations
An additional criteria can be specified at the Entity or MappedSuperclass level.
AdditionalCriteria - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
AdditionalCriteriaImpl - Class in org.eclipse.persistence.internal.jpa.config.additionalcriteria
JPA scripting API implementation.
AdditionalCriteriaImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.additionalcriteria.AdditionalCriteriaImpl
 
AdditionalCriteriaMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.additionalcriteria
Object to hold onto additional criteria metadata.
AdditionalCriteriaMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.additionalcriteria.AdditionalCriteriaMetadata
INTERNAL: Used for XML loading.
AdditionalCriteriaMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.additionalcriteria.AdditionalCriteriaMetadata
INTERNAL: Used for annotation loading.
additionalCriteriaNotSupportedWithInheritanceViews(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
additionalExpressionCriteria() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL: Return the expression to join the main table of this node to any auxiliary tables.
additionalExpressionCriteria() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Return the expression to join the main table of this node to any auxiliary tables.
additionalExpressionCriteriaMap() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL: Used in case outer joins should be printed in FROM clause.
additionalExpressionCriteriaMap() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Used in case outer joins should be printed in FROM clause.
additionalHistoryExpression(Expression, Expression) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Add any temporal querying conditions to this object expression.
additionalHistoryExpression(Expression, Expression, Integer) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Add any temporal querying conditions to this object expression.
additionalSizeQueryNotSpecified(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
additionalTreatExpressionCriteria() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
INTERNAL: Return the expression to join the main table of this node to any auxiliary tables.
additionalTreatExpressionCriteriaMap() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
INTERNAL: Used in case outer joins should be printed in FROM clause.
AdditionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
One of the four binary operators.
AdditionExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AdditionExpression
Creates a new AdditionExpression.
AdditionExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AdditionExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AdditionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
TODO: BNF: arithmetic_expression ::= arithmetic_expression + arithmetic_term
AdditionExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
Creates a new AdditionExpressionStateObject.
AdditionExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
Creates a new AdditionExpressionStateObject.
AdditionExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
Creates a new AdditionExpressionStateObject.
addJavaConversion(Class, QName) - Method in class org.eclipse.persistence.oxm.XMLField
Add a Java to XML Conversion pair entry
addJavaFieldToXmlEnumValuePair(String, Object) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
Add a Java field name to XmlEnumValue pair.
addJavaFieldToXmlEnumValuePair(boolean, String, Object) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
Add a Java field name to XmlEnumValue pair.
addJoin(FromImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
 
addJoin(FromImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
 
addJoin(FromImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
addJoin(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new JOIN expression to this declaration.
addJoin(String, ListIterator<String>, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new JOIN expression to this declaration.
addJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new JOIN expression to this declaration.
addJoin(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new JOIN expression to this declaration.
addJoinAssociationPaths(List<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Adds the given segments to the end of the join association path expression.
addJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.columns.AssociationOverrideImpl
 
addJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
addJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.tables.CollectionTableImpl
 
addJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.tables.JoinTableImpl
 
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.AssociationOverride
 
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
 
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
addJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
addJoinedAttribute(Expression) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
 
addJoinedAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the relationship attribute to be join fetched in this query.
addJoinedAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the attribute to be join fetched in this query.
addJoinedAttributeExpression(Expression) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
 
addJoinedMapping(String) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Add an attribute represented by the given attribute name to the list of joins for this query.
addJoinedMappingExpression(Expression) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Add an attribute represented by the given attribute name to the list of joins for this query.
addJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new JOIN FETCH expression to this declaration.
addJoinFetch(String, ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new JOIN FETCH expression to this declaration.
addJoinFetch(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new JOIN FETCH expression to this declaration.
addJoinFetchType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new JOIN FETCH expression to this declaration.
addJoinField() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
addJoinField() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
addJoinField() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
addJoinField() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addJoinField() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
addJoinSelectionFields(Vector, boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: The method adds to the passed input vector the fields or expressions corresponding to the joins.
addJPAQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return all pre-defined not yet parsed EJBQL queries.
addJPAQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return all pre-defined not yet parsed EJBQL queries.
addJPAQuery(DatabaseQuery) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Add a pre-defined not yet parsed JPQL String/query to the session to be parsed after descriptors are initialized.
addJPATablePerTenantQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return all pre-defined not yet parsed EJBQL multitenant queries.
addJPATablePerTenantQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return all pre-defined not yet parsed EJBQL queries to table per tenant entities.
addKeyGroup(ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
addKeyGroups(Collection<ATTRIBUTE_GROUP>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
addKeySubgraph(EntityGraphImpl) - Method in class org.eclipse.persistence.internal.jpa.AttributeNodeImpl
 
addKeySubgraph(Attribute<X, T>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
addKeySubgraph(Attribute<X, T>, Class<? extends T>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
addKeySubgraph(String) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
addKeySubgraph(String, Class<X>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
addKeyToDeletedObjectsList(Object, Map) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy.
addKeyToDeletedObjectsList(Object, Map) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy.
addKeyToDeletedObjectsList(Object, Map) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy.
addKeyToDeletedObjectsList(Object, Map) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: For mappings used as MapKeys in MappedKeyContainerPolicy.
addLast(Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
Appends the given contents to the end of this list.
addLeftJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new LEFT JOIN expression to this declaration.
addLeftJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new LEFT JOIN FETCH expression to this declaration.
addLeftOuterJoin(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Adds a new LEFT OUTER JOIN expression to this declaration.
addLeftOuterJoinFetch(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Adds a new LEFT OUTER JOIN FETCH expression to this declaration.
addLine(String) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
addLink(LinkV2) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.ItemLinks
Adds a link.
addLink(LinkV2) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
Adds the link.
addLink(LinkV2) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Adds the link.
addLink(LinkV2) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
Adds the link.
addLink(LinkV2) - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
 
addListChangeListener(String, IListChangeListener<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Registers the given IListChangeListener for the specified list.
addListChangeListener(String, IListChangeListener<UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Registers the given IListChangeListener for the specified list.
addListener(SESSION_EVENT_LISTENER) - Method in class org.eclipse.persistence.core.sessions.CoreSessionEventManager
PUBLIC: Add the event listener to the session.
addListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: Listener objects can be registered with the event manager to be notified when an event occurs on any instance of the descriptor's class.
addListener(SessionEventListener) - Method in class org.eclipse.persistence.sessions.SessionEventManager
PUBLIC: Add the event listener to the session.
addListenerToEventManager(ClassDescriptor, AbstractSession, ClassLoader) - Method in interface org.eclipse.persistence.descriptors.SerializableDescriptorEventHolder
 
addListenerToEventManager(ClassDescriptor, AbstractSession, ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
 
addLiteralLabel(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
 
addLocalResource(String, String) - Method in class org.eclipse.persistence.internal.sessions.factories.PersistenceEntityResolver
INTERNAL:
addLockedExpression(ObjectExpression) - Method in class org.eclipse.persistence.internal.expressions.ForUpdateOfClause
 
addLockedExpression(FieldExpression) - Method in class org.eclipse.persistence.internal.expressions.ForUpdateOfClause
 
addLockFieldName(String) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
PUBLIC: Add a field name to lock on.
addLockFieldsToUpdateRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Add update fields for template row.
addLockFieldsToUpdateRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Add update fields for template row.
addLockFieldsToUpdateRow(AbstractRecord, AbstractSession) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: Add update fields for template row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.AllFieldsLockingPolicy
INTERNAL: Values to be included in the locking mechanism are added to the translation row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.ChangedFieldsLockingPolicy
INTERNAL: Values to be included in the locking mechanism are added to the translation row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Values to be included in the locking mechanism are added to the translation row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
INTERNAL: Values to be included in the locking mechanism are added to the translation row.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: This method adds the lock value to the translation row of the passed in query.
addLockValuesToTranslationRow(ObjectLevelModifyQuery) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: The method should update the translation row with the correct write lock values.
addManyToMany() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addManyToMany() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addManyToMany() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addManyToMany() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addManyToManyMapping(String, DynamicType, String) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Add a ManyToManyMapping to the DynamicTypeBuilder.entityType being built or extended.
addManyToOne() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addManyToOne() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addManyToOne() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addManyToOne() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addMapKeyAssociationOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
 
addMapKeyAssociationOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
addMapKeyAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addMapKeyAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
addMapKeyAssociationOverride() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addMapKeyAttributeOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
 
addMapKeyAttributeOverride() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
addMapKeyAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addMapKeyAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
addMapKeyAttributeOverride() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addMapKeyConvert() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
This covers the JPA 2.1 use case where multiple converts can be added.
addMapKeyConvert() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
This covers the JPA 2.1 use case where multiple converts can be added.
addMapKeyConvert(ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: A map key convert from an annotation specification.
addMapKeyConvert(ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: A map key convert from an annotation specification.
addMapKeyConvert(String, ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Add a map key convert to override a superclass class mapping.
addMapKeyConvert() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addMapKeyConvert() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
addMapKeyConvert() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addMapKeyJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
 
addMapKeyJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
addMapKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addMapKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
addMapKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addMappedSuperclass() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addMappedSuperclass(MappedSuperclassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add a mapped superclass accessor to this project.
addMappedSuperclass() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addMappedSuperclass(String, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: 266912: Add a descriptor to the Map of mappedSuperclass descriptors
addMappedSuperclassAccessor(Element) - Method in class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceUnit
INTERNAL: Add an element decorated with a MappedSuperclass annotation.
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(CORE_MAPPING) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Add a database mapping to the receiver.
addMapping(IMapping) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given mapping (state field, association field or collection field) as a valid proposal.
addMappingAccessor(MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: If the accessor is an IdAccessor we store it in a separate map for use during MappedSuperclass processing.
addMappings() - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
addMappings() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
addMappings(Collection<IMapping>) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given mappings (state fields, association fields or collection fields) as valid proposals.
addMappingsPostCalculateChanges(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Add a mapping to the list of mappings that require postCalculateChanges method to be called.
addMappingsPostCalculateChangesOnDeleted(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Add a mapping to the list of mappings that require mappingsPostCalculateChangesOnDeleted method to be called.
addMappingToOwner(boolean, int) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
addMapsIdAccessor(MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
INTERNAL:
addMapsIdMapping(DatabaseMapping) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: In JPA users may specify a maps id mapping on a shared embeddable descriptor.
addMaximum(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the maximum value of the attribute to be included in the result.
addMaximum(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the maximum value of the attribute to be included in the result.
addMetadataClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
INTERNAL:
addMetadataClass(String, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
INTERNAL:
addMetamodelIdClassMapEntry(String, String) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Add an IdClass entry to the map of ids for a particular owner This function is used exclusively by the Metamodel API.
addMetamodelMappedSuperclass(MappedSuperclassAccessor, MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: The metamodel API requires that descriptors exist for mappedSuperclasses in order to obtain their mappings.
addMethod(MethodDefinition) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
 
addMethod(MetadataMethod) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
addMinimalFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Add primary key and version attributes to the passed fetch group.
addMinimum(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the minimum value of the attribute to be included in the result.
addMinimum(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the minimum value of the attribute to be included in the result.
addMinus() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Makes sure the - sign is used.
addMonths(int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, to add months to a date.
addMonths(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, to add months to a date.
AddMonths - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
addMonths() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
addMovedChangeSet(Object, int, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Add an moved change set.
addMtomAttachment(DataHandler, String, String) - Method in class org.eclipse.persistence.internal.dbws.SOAPAttachmentHandler
 
addMtomAttachment(byte[], int, int, String, String, String) - Method in class org.eclipse.persistence.internal.dbws.SOAPAttachmentHandler
 
addMtomAttachment(DataHandler, String, String) - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
addMtomAttachment(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
 
addMultitenantContextProperty(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return a set of multitenant context properties this session
addNamedArgument(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN argument to the stored procedure.
addNamedArgument(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN argument to the stored procedure.
addNamedArgument(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN argument to the stored procedure.
addNamedArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the input argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the input argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inout argument to the stored procedure and the field/argument name to be substituted for it.
addNamedArgument(String, String, int, String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgument(String, String, int, String, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedArgumentValue(String, Object) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedArgumentValue(String, Object) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the argument to the stored procedure and the value to be substitute for it.
addNamedCursorOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
ADVANCED: Add the cursor output parameter to the procedure.
addNamedEntityGraph(String, EntityGraph<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
 
addNamedEntityGraph(String, EntityGraph<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
 
addNamedInOutputArgument(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN OUT argument to the stored procedure.
addNamedInOutputArgument(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN OUT argument to the stored procedure.
addNamedInOutputArgument(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named IN OUT argument to the stored procedure.
addNamedInOutputArgument(String, String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String, String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgument(String, String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedInOutputArgumentValue(String, Object, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedInOutputArgumentValue(String, Object, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the inoutput argument to the stored procedure and the field/argument name to be substitute for it on the way in and out.
addNamedNativeQuery() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
addNamedNativeQuery() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addNamedNativeQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addNamedNativeQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addNamedNativeQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addNamedOutputArgument(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named OUT argument to the stored procedure.
addNamedOutputArgument(String, DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named OUT argument to the stored procedure.
addNamedOutputArgument(String, DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named OUT argument to the stored procedure.
addNamedOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
addNamedOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int, String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int, String, Class) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedOutputArgument(String, String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Define the output argument to the stored procedure and the field/argument name to be substitute for it.
addNamedPLSQLStoredFunctionQuery() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
addNamedPlsqlStoredFunctionQuery() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addNamedPLSQLStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addNamedPLSQLStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addNamedPlsqlStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addNamedPLSQLStoredProcedureQuery() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
addNamedPlsqlStoredProcedureQuery() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addNamedPLSQLStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addNamedPLSQLStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addNamedPlsqlStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addNamedQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Method to place NamedQueries and NamedNativeQueries on the given session.
addNamedQuery() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
addNamedQuery() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addNamedQuery(String, Query) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
 
addNamedQuery(String, Query) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
 
addNamedQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addNamedQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addNamedQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addNamedStoredFunctionQuery() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
addNamedStoredFunctionQuery() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addNamedStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addNamedStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addNamedStoredFunctionQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addNamedStoredProcedureQuery() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
addNamedStoredProcedureQuery() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addNamedStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addNamedStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addNamedStoredProcedureQuery() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addNamespace(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
INTERNAL: Add the given namespace uri and prefix to the global namespace resolver.
addNamespace(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
INTERNAL: Add the given namespace uri and prefix to the global namespace resolver.
addNamespace(String, String) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL: Add the given namespace uri and prefix to the global namespace resolver.
addNamespaceDeclarations(Document) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
addNestedException(Exception) - Method in exception org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLException
 
addNestedFieldNameTranslation(String, String, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Map the name of an attribute of the reference descriptor mapped with AggregateCollectionMapping to aggregateToSourceFieldNames that should be applied to this mapping.
addNestedFieldNameTranslations(String, Map<String, DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Map the name of an attribute of the reference descriptor mapped with AggregateCollectionMapping to aggregateToSourceFields that should be applied to this mapping.
addNestedFieldTranslation(String, DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Map the name of an attribute of the reference descriptor mapped with AggregateCollectionMapping to aggregateToSourceFieldNames that should be applied to this mapping.
addNestedFieldTranslation(String, DatabaseField, String) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Add a nested field translation that maps from a field in the source table to a field name in a nested aggregate descriptor.
addNestedFieldTranslation(String, DatabaseField, String) - Method in interface org.eclipse.persistence.mappings.EmbeddableMapping
 
addNestedJoinsQueriesForMapKey(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Used for joining.
addNestedJoinsQueriesForMapKey(JoinedAttributeManager, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Used for joining.
addNewAggregate(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Register a new aggregate object with the unit of work.
addNewConnectionPool(String, int, int, String, String, String, String, String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method provides client with access to add a new connection pool to a TopLink ServerSession.
addNewConnectionPool(String, int, int, String, String, String, String, String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method provides client with access to add a new connection pool to a EclipseLink ServerSession.
addNext(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'next' link.
addNextValueFromIteratorInto(Object, Object, CacheKey, Object, CollectionMapping, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: This method is used to add the next value from an iterator built using ContainerPolicy's iteratorFor() method into the toCollection.
addNextValueFromIteratorInto(Object, Object, CacheKey, Object, CollectionMapping, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: This method is used to add the next value from an iterator built using ContainerPolicy's iteratorFor() method into the toCollection.
addNodes(Vector) - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
 
addNodeToTheObjects(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.InNode
INTERNAL Add the passed node value to the collection of object for this node
addNonFetchJoin(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the object expression to be joined in this query.
addNonFetchJoinAttributes(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL
addNonFetchJoinedAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the relationship attribute to be join in this query.
addNonFetchJoinedAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Specify the relationship attribute to be join in this query.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Makes sure the NOT identifier is specified.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Makes sure the NOT identifier is specified.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Makes sure the NOT identifier is specified.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Makes sure the NOT identifier is specified.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Makes sure the NOT identifier is specified.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Makes sure the NOT identifier is specified.
addNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Makes sure the NOT identifier is specified.
addObjectChangeSet(ObjectChangeSet, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Add to the changes for 'object' object to this changeSet.
addObjectChangeSetForIdentity(ObjectChangeSet, Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Add change records to the lists used to maintain identity.
addObjectDeletedDuringCommit(Object, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Add object deleted during root commit of unit of work.
addObjectToCache(Object, Node) - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.NoDocumentPreservationPolicy
 
addObjectToCache(Object, Node, Mapping) - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.NoDocumentPreservationPolicy
 
addObjectToCache(Object, Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
addObjectToCache(Object, Node, Mapping) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
addObjectToDelete(Object) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Deletion are cached until the end.
addObjectTypeConverter() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
addObjectTypeConverter() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Makes sure the OF identifier is specified.
addOneToMany() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addOneToMany() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addOneToMany() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addOneToMany() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addOneToManyMapping(String, DynamicType, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Add a OneToManyMapping to the DynamicTypeBuilder.entityType being built or extended.
addOneToOne() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addOneToOne() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addOneToOne() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addOneToOne() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addOneToOneMapping(String, DynamicType, String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Allows OneToOneMapping (@OneToOne and @ManyToOne) mappings to be added to a dynamic type through API.
addOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Add the open content property into all 3 data structures.
addOpenQuery(QueryImpl) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Queries that leave the connection and are executed against this entity manager will be added here.
addOpenQuery(QueryImpl) - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
Queries that leave the connection and are executed against this entity manager will be added here.
addOperator(ExpressionOperator) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Add an operator to the global list of operators.
addOptimizedClonedExpressions(Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: It is used by subqueries to avoid duplicate joins.
addOptionalArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Add the optional argument.
addOracleArray() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addOracleArray() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addOracleArray() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addOracleArray() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addOracleArray() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addOracleArray() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addOracleObject() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addOracleObject() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addOracleObject() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addOracleObject() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addOracleObject() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addOracleObject() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addOrderBy(String, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Provide order support for queryKeyName in descending or ascending order.
addOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the ORDER BY clause.
addOrderByClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the ORDER BY clause and parses the given JPQL fragment, which should represent one or many ordering items.
addOrderByItem(String[], OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Adds a new ORDER BY item to this clause.
addOrderedAdditionChange(List<Object>, Map<Object, Integer>, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This method takes a list of objects and converts them into ObjectChangeSets.
addOrderedRemoveChange(List<Integer>, Map, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This method takes a map of objects and converts them into ObjectChangeSets.
addOrdering(Expression) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
ADVANCED: Used this method to add custom ordering expressions when fetching the collection.
addOrdering(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Add the ordering expression.
addOrderingToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.OrderByNode
INTERNAL Add the ordering expressions to the passed query
addOrderingToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Add the ordering to the passed query
addOuterJoinExpressionsHolders(ObjectExpression, Expression, Map<DatabaseTable, Expression>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Used by ExpressionBuilder and QueryKeyExpression normalization to create a standard outerjoin.
addOuterJoinExpressionsHolders(Map<DatabaseTable, Expression>, ClassDescriptor) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: used by TREAT to add in a join from the parent table to the child tables when the parent expression did not add an outer join of its own
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
 
addOwningDescriptor(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
INTERNAL:
addOwningDescriptors(List<MetadataDescriptor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
INTERNAL:
addPackageLevelAdapterClass(JavaClass, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Put a bound type class to adapter class entry in the Map.
addPackageToNamespaceMapping(String, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Add a package name/NamespaceInfo entry to the map.
addPackageToPackageInfoMapping(String, PackageInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
addPackageToXmlElementNillable(String, XmlElementNillable) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Add a package name/XmlElementNillable entry to the map.
addPackageToXmlNullPolicy(String, XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Add a package name/XmlNullPolicy entry to the map.
addParameter() - Method in class org.eclipse.persistence.internal.jpa.config.queries.AbstractPlsqlStoredQueryImpl
 
addParameter() - Method in class org.eclipse.persistence.internal.jpa.config.queries.AbstractStoredQueryImpl
 
addParameter(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
addParameter(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Add a parameter.
addParameter(ParameterExpression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
 
addParameter(ParameterExpression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
addParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
 
addParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
 
addParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
 
addParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
 
addParametersToQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Add parameters to the query
addParentDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Add parent descriptor.
addParentInterface(Class) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
PUBLIC: Add the parent Interface class.
addParentInterfaceName(String) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
 
addPartialAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Deprecated.
since EclipseLink 2.1, partial attributes replaced by fetch groups.
addPartialAttribute(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Deprecated.
since EclipseLink 2.1, partial attributes replaced by fetch groups.
addPartition(String, Comparable, Comparable) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
PUBLIC: Add the range partition.
addPartition(RangePartition) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
PUBLIC: Add the range partition.
addPartition(Object, String) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
PUBLIC: Add the value partition.
addPartition() - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.RangePartitioningImpl
 
addPartition() - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.ValuePartitioningImpl
 
addPartition() - Method in interface org.eclipse.persistence.jpa.config.RangePartitioning
 
addPartition() - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
 
addPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addPartitioningPolicy(AbstractPartitioningMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add the partitioning policy by name.
addPartitioningPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set the map of partitioning policies, keyed by name.
addPartitionName(String, String) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
INTERNAL: Add partition values by name (will be initialized at runtime with the real class loader).
addPattern(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
addPattern(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
addPattern(PatternFacet) - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternListFacet
 
addPersistenceEntityMethods(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Adds get/set method for PersistenceEntity interface.
addPersistenceEntityVariables() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add a variable of type Object to the class.
addPersistenceGetSet(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add an internal generic get and set method.
addPersistenceNew(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add an internal empty constructor, and new method.
addPersistencePostClone(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add an internal post clone method.
addPersistenceRestMethods(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
addPersistenceRestVariables() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
addPersistenceUnit(SEPersistenceUnitInfo, PersistenceUnit) - Method in class org.eclipse.persistence.internal.jpa.modelgen.MetadataMirrorFactory
INTERNAL:
addPessimisticLockedClone(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL:
addPinnedPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addPKClassId(String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: We store these to validate the primary class when processing the entity class.
addPlsqlRecord() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addPlsqlRecord() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addPlsqlRecord() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addPlsqlTable() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addPlsqlTable() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addPlsqlTable() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addPlsqlTable() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addPlsqlTable() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addPlsqlTable() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addPlus() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Makes sure the + sign is used.
addPosition(Expression, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
Adds the position of the cursor within the given Expression
addPreDeleteMapping(DatabaseMapping) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Add the mapping to be notified before deletion.
addPrev(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'prev' link.
addPrimaryKeyField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Specify the primary key field of the descriptors table.
addPrimaryKeyField(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Add a field representing the primary key or part of a composite primary key to the List of primary key fields on the relational descriptor associated with this metadata descriptor.
addPrimaryKeyField(DatabaseField, MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Add a field representing the primary key or part of a composite primary key to the List of primary key fields on the relational descriptor associated with this metadata descriptor.
addPrimaryKeyField(FIELD) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
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
 
addPrimaryKeyForNonDefaultTable(AbstractRecord) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Add the primary key and its value to the Record for all the non default tables.
addPrimaryKeyForNonDefaultTable(AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Add the primary key and its value to the Record for all the non default tables.
addPrimaryKeyJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
 
addPrimaryKeyJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractObjectMappingImpl
 
addPrimaryKeyJoinColumn() - Method in class org.eclipse.persistence.internal.jpa.config.tables.SecondaryTableImpl
 
addPrimaryKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addPrimaryKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
addPrimaryKeyJoinColumn() - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
 
addPrimaryKeyJoinField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Add a primary key join column (secondary field).
addPrivateOwnedObject(DatabaseMapping, Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Add a privately owned object to the privateOwnedObjectsMap.
addProcedures(StoredProcedureDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
Packages can contain sets of procedures.
addProperty(Property) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
addProperty() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
addProperty(PropertyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Add a property to the descriptor.
addProperty(String, Property) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
addProperty(String, String, Object) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGeneratorProperties
Adds the key/value pair to the Properties object associated with the given namespace URI.
addProperty(String, Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Put a Property in the Map of Properties for this TypeInfo.
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Array
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Embedded
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Id
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Structure
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Transformation
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
addProperty() - Method in interface org.eclipse.persistence.jpa.config.Version
 
addPropertyChange(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add a method to track property changes.
addPropertyChangeListener(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add a variable of type PropertyChangeListener to the class.
addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Registers the given IPropertyChangeListener for the specified property.
addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Registers the given IPropertyChangeListener for the specified property.
addPropertyChangeListener(String, IPropertyChangeListener<?>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Registers the given IPropertyChangeListener for the specified property.
addQuery(String, DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Add the query to the descriptor queries with the given name
addQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Add the query to the session queries
addQuery(NamedQueryMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add a query to the project overriding where necessary.
addQuery(String, DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Add the query to the session queries with the given name.
addQuery(String, DatabaseQuery, boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Add the query to the session queries with the given name.
addQuery(String, DatabaseQuery) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Add the query to the session queries with the given name.
addQueryHint() - Method in class org.eclipse.persistence.internal.jpa.config.queries.AbstractNamedQueryImpl
 
addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedNativeQuery
 
addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
 
addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
 
addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedQuery
 
addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
 
addQueryHint() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
 
addQueryKey(QueryKey) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add a query key to the descriptor.
addQueryKey(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.InterfaceAccessor
INTERNAL: Query keys are stored internally in a map (keyed on the query key name).
addRangeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Adds a new range variable declaration to the FROM clause.
addRangeDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Adds to this select statement a new range variable declaration.
addRangeDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Adds a new range variable declaration.
addRangeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds a new range variable declaration to the FROM clause.
addRangeDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds to this select statement a new range variable declaration.
addRangeDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds to this select statement a new range variable declaration.
addRangeIdentificationVariable(String, IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given range identification variable that is mapping the given abstract schema type.
addRangePartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addRangeVariableDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Registers a range variable declaration that will be used when a JPQL fragment is parsed.
addReadOnlyClass(Class) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Adds the given Java class to the receiver's set of read-only classes.
addReadOnlyClass(Class) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Adds the given Java class to the receiver's set of read-only classes.
addReadOnlyClasses(Collection) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Adds the classes in the given Vector to the existing set of read-only classes.
addReadOnlyClasses(Collection) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Adds the classes in the given Vector to the existing set of read-only classes.
addReference(Reference) - Method in class org.eclipse.persistence.internal.oxm.ReferenceResolver
Add a Reference object to the list - these References will be resolved after unmarshalling is complete.
addReferencedElement(ElementDeclaration) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Add an ElementDeclaration to the list of referenced elements.
addReferenceKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Add the reference key field.
addReferenceKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Add the name of the reference key field.
addRelationshipAccessor(RelationshipAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Store relationship accessors for later processing and quick look up.
addRelationshipAccessor(RelationshipAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
addRelationTableSourceRow(Object, AbstractSession, AbstractRecord, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Add to a row source relation fields with values extracted from the source object.
addRelationTableSourceRow(AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Add to a row source relation fields with values extracted from the source row.
addRelationTableTargetRow(Object, AbstractSession, AbstractRecord, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Add to a row target relation fields with values extracted from the target object.
addRemoveChange(Map, ContainerPolicy, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This method takes a Map of objects, converts these into ObjectChangeSets.
addRemoveChange(HashMap, HashMap) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
This method takes a hashtable of primitive objects and adds them to the remove list.
addRemoveChange(Object, Integer) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
This method takes a single remove change and integrates it with this changeset.
addRemoveChange(HashMap) - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
Adds the items that were removed from the collection.
addRemoveChange(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
Adds the items that were removed from the collection.
addRemovedChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
Add an removed change set.
addRemovedChangeSet(Object, int) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Add an removed change set.
addRemovedObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Register that an object was removed in a nested unit of work.
addReplicationPartititioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addReplicationPartititioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addResource(Resource) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.MetadataCatalog
 
addResult(SQLResult) - Method in class org.eclipse.persistence.queries.SQLResultSetMapping
 
addResultClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedStoredProcedureQueryImpl
 
addResultClass(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
 
addResultClassNames(String) - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
 
addResultSetMapping(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedStoredProcedureQueryImpl
 
addResultSetMapping(String) - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
 
addResultSetMapping(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
 
addRightMostChild(Expression) - Method in class org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression
INTERNAL: Add a child and ensure it is the rightmost in the tree as long as it is in the tree If there is already a node that is set as therightmost node, replace it
addRootElement(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Add a root element name for the Descriptor This value is stored in place of a table name
addRootElement(String) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Add a root element name for the Descriptor This value is stored in place of a table name
addRootEmbeddableAccessor(EmbeddableAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add a root level embeddable accessor.
addRoundRobinPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addSchemaComponents(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
addSchemaType(QName) - Method in interface org.eclipse.persistence.internal.oxm.mappings.UnionField
Adds the new type value to the list of types
addSchemaType(QName) - Method in class org.eclipse.persistence.oxm.XMLUnionField
Adds the new type value to the list of types
addSecondaryTable() - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
 
addSecondaryTable() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addSelectedColumn() - Method in class org.eclipse.persistence.internal.jpa.config.locking.OptimisticLockingImpl
 
addSelectedColumn() - Method in interface org.eclipse.persistence.jpa.config.OptimisticLocking
 
addSelectItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given StateObject as a select item.
addSelectItem(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given StateObject as a select item.
addSelectItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given path as a select item, which can either be an identification variable or a state-field path expression.
addSelectItem(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given expression as a select item.
addSelectItemAs(StateObject, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given StateObject as a select item.
addSelectItemAs(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Adds the given expression as a select item.
addSelectStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Changes the query statement to be a SELECT statement.
addSelectStatement(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Changes the query statement to be a SELECT statement.
addSelf(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'self' link.
addSelfMappingObject(Mapping, Object) - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.XMLBinderCacheEntry
 
addSequence(Sequence) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Add sequence corresponding to the name
addSequence(Sequence, boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Add sequence corresponding to the name.
addSequence(Sequence) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Add sequence.
addSequence(Sequence, boolean) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Add sequence.
addSequence(Sequence) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
addSequence(Sequence) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
addSequence(Sequence) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
addSequence(Sequence) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Add the sequence to the session.
addSequence(Sequence) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: You cannot add a sequence to a session broker, you must add it to its session.
addSequence(Sequence) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Add the sequence to the session.
addSequence(Sequence) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
Add sequence corresponding to the name Don't use if the session is connected.
addSequenceGenerator() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addSequenceGenerator(SequenceGeneratorMetadata, String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add a sequence generator metadata to the project.
addSequenceGenerator() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addSession(DatabaseSession) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Add and initialize a new session to the list of sessions associated with this XMLContext.
addSession(Session) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL: Add an named session to the hashtable.
addSession(String, Session) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
ADVANCED: add an named session to the hashtable.
addSessionConfig(SessionConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.SessionConfigs
 
addSessionEventListener(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.event.SessionEventManagerConfig
 
addSessionName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionBrokerConfig
 
addSessionName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionBrokerPlaceHolder
 
addSetPropertyChangeListener(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add the implementation of the changeTracker_setPropertyChangeListener method to the class.
addSetterMethodForFieldAccess(ClassDetails, AttributeDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Adds a convenience method used to replace a PUTFIELD when field access is used.
addSetterMethodForValueHolder(ClassDetails, AttributeDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add a set method for the newly added ValueHolder.
addSettingWithoutModifyingDataObject(int, Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL: Add a setting to the list at the specified index.
addSettingWithoutModifyingDataObject(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL:
addSettingWithoutModifyingDataObject(Property, Object, boolean) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL:
addShallowClone(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add an internal shallow clone method.
addSourceField(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
addSourceField(String) - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
PUBLIC:
addSourceRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the source table.
addSourceToTargetKeyFieldAssociation(String, String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
Add a source-target xpath pair to the map.
addSourceToTargetKeyFieldAssociation(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
PUBLIC: Add a source-target xpath pair to the map.
addSourceToTargetKeyFieldAssociation(XMLField, XMLField) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
 
addSpecialOperation(Class, String) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Allows operations other than Expression.equal to be used for comparisons.
addSqlResultSetMapping() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
addSqlResultSetMapping() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addSQLResultSetMapping(SQLResultSetMappingMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add an sql results set mapping to the project overriding where necessary.
addSqlResultSetMapping() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addSqlResultSetMapping() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addSqlResultSetMapping() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addSQLResultSetMapping(SQLResultSetMapping) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database results
addSQLResultSetMapping(SQLResultSetMapping) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Add a named SQLResultSetMapping to this project.
addSQLResultSetMappingName(String) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: Add a SQLResultSetMapping that is used by this query to process the database results.
addStandardDeviation(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the standard deviation value of the attribute to be included in the result.
addStandardDeviation(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the standard deviation value of the attribute to be included in the result.
addStartFieldName(String) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Sets the name of the start field.
addStatement(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.
addStaticMetamodelClass(MetadataAnnotation, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add a discovered metamodel class to the session.
addStaticMetamodelClass(String, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Add a metamodel class to model class reference.
addStructConverter(StructConverter) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
PUBLIC: Add a StructConverter to this DatabasePlatform This StructConverter will be invoked for all writes to the database for the class returned by its getJavaType() method and for all reads from the database for the Structs described by its getStructName() method
addStructConverter() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
addStructConverter() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addStructConverter() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addStructConverter(StructConverter) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
ADVANCED: Add a StructConverter
addStructConverterClass(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.StructConverterConfig
 
addStructConverterNames() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Adds a list of StructConverter string names that were defined in the metadata of this project to the native EclipseLink project.
addStructConverters() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
Add the StructConverters that were specified by annotation on the DatabasePlatform This method must be called after the DatabasePlatform has been detected
addStructure() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addStructure() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addStructure() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addStructure() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addSubclassSubgraph(Class<? extends T>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
addSubgraph(String) - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
 
addSubgraph(String, Class) - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
 
addSubgraph(EntityGraphImpl) - Method in class org.eclipse.persistence.internal.jpa.AttributeNodeImpl
 
addSubgraph(Attribute<X, T>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
addSubgraph(Attribute<X, T>, Class<? extends T>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
addSubgraph(String) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
addSubgraph(String, Class<X>) - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
addSubgraph(String) - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
 
addSubgraph(String, Class) - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
Used to add a node of the graph that corresponds to a managed type with inheritance.
addSubgraph(String) - Method in interface org.eclipse.persistence.jaxb.Subgraph
Used to add a node of the graph that corresponds to a managed type.
addSubgraph(String, Class) - Method in interface org.eclipse.persistence.jaxb.Subgraph
Used to add a node of the graph that corresponds to a managed type with inheritance.
addSubGroup(ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
addSubSelectExpression(SubSelectExpression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
INTERNAL: Remember this subselect so that it can be normalized after the enclosing select statement is.
addSubstitutableElement(ElementDeclaration) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Add an element to the list of elements which can be substituted for this element (ie: has this element in their substitutionGroup)
addSum(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the sum value of the attribute to be included in the result.
addSum(String, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the sum value of the attribute to be included in the result and return it as the specified resultType.
addSum(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the sum value of the attribute to be included in the result.
addSum(String, Expression, Class) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the sum value of the attribute to be included in the result and return it as the specified resultType.
addSwaRefAttachment(DataHandler) - Method in class org.eclipse.persistence.internal.dbws.SOAPAttachmentHandler
 
addSwaRefAttachment(byte[], int, int) - Method in class org.eclipse.persistence.internal.dbws.SOAPAttachmentHandler
 
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.
addTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Add a table to the statement.
addTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
addTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Add the table.
addTableDefinitions(Collection<TableDefinition>) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Add a set of tables.
addTableGenerator() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addTableGenerator(TableGeneratorMetadata, String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add a table generator metadata to the project.
addTableGenerator() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addTableName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Specify the table name for the class of objects the receiver describes.
addTableName(String) - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
PUBLIC: Specify the table name for the class of objects the receiver describes.
addTablePerClassParentMappings(MetadataDescriptor, MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
INTERNAL: Recursive method to traverse table per class inheritance hierarchy and grab all the 'inherited' accessors for subclasses of the hierarchy.
addTargetField(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Define the target foreign key relationship in the 1-M aggregate collection mapping.
addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Allow subclass to define a foreign key in the target's table.
addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Add the associated fields to the appropriate collections.
addTargetForeignKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the target foreign key relationship in the 1-1 mapping.
addTargetForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Define the target foreign key relationship in the 1-M aggregate collection mapping.
addTargetForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
PUBLIC: Define the target foreign key relationship in the one-to-many mapping.
addTargetForeignKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the target foreign key relationship in the 1-1 mapping.
addTargetForeignQueryKeyName(String, String) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: Define the target foreign key relationship in the Variable 1-1 mapping.
addTargetRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTargetRelationKeyField(DatabaseField, DatabaseField) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTargetRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTargetRelationKeyFieldName(String, String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Add the fields in the intermediate table that corresponds to the primary key in the target table.
addTenantDiscriminatorColumn() - Method in class org.eclipse.persistence.internal.jpa.config.multitenant.MultitenantImpl
 
addTenantDiscriminatorColumn() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addTenantDiscriminatorColumn() - Method in class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitDefaultsImpl
 
addTenantDiscriminatorColumn() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addTenantDiscriminatorColumn() - Method in interface org.eclipse.persistence.jpa.config.Multitenant
 
addTenantDiscriminatorColumn() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
 
addTenantDiscriminatorField(String, DatabaseField) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL: Add a tenant discriminator field to the policy.
addTenantDiscriminatorField(String, DatabaseField) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
INTERNAL: Return all the tenant id fields.
addText(int, String) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
addText(String) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
addTextEdit(TextEdit) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Adds the given TextEdit at the right position.
addTextEdits(Iterable<? extends TextEdit>) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Adds the given collection of TextEdit objects.
addTiming(String, long) - Method in class org.eclipse.persistence.tools.profiler.Profile
 
addToAttributeOnlyConversionValue(Object, Object) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
PUBLIC: An attribute only conversion value is a one-way mapping from the database to the object.
addToAttributeOnlyConversionValueStrings(String, String) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set from JPA processing where we deal with strings only to avoid class loader conflicts.
addToBuffer(String) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
This method can be used to store a string that will be prepended to the very next line of code entered
addToChangeTrackedHardList(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
addToCollectionChangeRecord(Object, Object, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Add a new value and its change set to the collection change record.
addToExpression(Expression, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
addToExpression(Expression, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Add my expression semantics to the parentExpression.
addToExpression(Expression, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SortDirectionNode
INTERNAL Return the parent expression unmodified
addToMap(Map<DatabaseTable, DatabaseTable>) - Method in class org.eclipse.persistence.internal.expressions.TableAliasLookup
 
addTopLevelComplexTypes(ComplexType) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
addTopLevelElement(Element) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
addTopLevelSimpleTypes(SimpleType) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
addToSchemaType(TypeInfo, List<Property>, TypeDefParticle, ComplexType, Schema) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
addToTableDefinition(TableDefinition) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
addToTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
addToTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL:
addToTableDefinition(TableDefinition) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
INTERNAL:
addTransformation() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addTransformation() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addTransformation() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addTransformation() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addTransformationMapping(TransformationMapping) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
addTransformer(ClassTransformer) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
Add a transformer supplied by the provider that will be called for every new class definition or class redefinition that gets loaded by the loader returned by the PersistenceUnitInfo.getClassLoader method.
addTransformer(ClassTransformer) - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
addTransient() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addTransient() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addTransient() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addTransient() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
addType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
addType(SDOType) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL:
addTypeConverter() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
addTypeConverter() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addTypes(boolean, boolean, DynamicType...) - Method in class org.eclipse.persistence.dynamic.DynamicHelper
Add one or more EntityType instances to a session and optionally generate needed tables with or without FK constraints.
addTypes(boolean, boolean, DynamicType...) - Method in class org.eclipse.persistence.jpa.dynamic.JPADynamicHelper
Add one or more EntityType instances to a session and optionally generate needed tables with or without FK constraints.
addUnamedArgument(String, 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.
addUnconvertedProperty(String, String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Add an unconverted property (to be initialiazed at runtime)
addUnconvertedProperty(String, String, String) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: Add an unconverted property (to be initialiazed at runtime)
addUnionExpression(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Add the union expression to the query.
addUnionPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addUniqueConstraint() - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
 
addUniqueConstraint() - Method in class org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl
 
addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
 
addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
 
addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.Table
 
addUniqueConstraint() - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
addUniqueConstraints(String, List<String>) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Add the unique constraint for the columns names.
addUniqueKeyConstraint(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a unique key constraint to the table.
addUniqueKeyConstraint(String, String[]) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a unique key constraint to the table.
addUniqueKeyConstraint(UniqueKeyConstraint) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Add a unique key constraint to the table.
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.
addUnnamedCursorOutputArgument(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
ADVANCED: Add the cursor output parameter to the procedure.
addUpdate(String) - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Adds a 'update' link.
addUpdate(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.
addUpdateStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Changes the query statement to be a UPDATE statement.
addUpdateStatement(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Changes the query statement to be a UPDATE statement.
addUpdatesToQuery(UpdateAllQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Add the updates to the passed query
addUpdatesToQuery(UpdateAllQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SetNode
Iterate through the updates in this query and build expressions for them.
addUuidGenerator() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addUuidGenerator(UuidGeneratorMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add a UUID generator metadata to the project.
addUuidGenerator() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addValue(Object, boolean, Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
addValueHolder(AttributeDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Add a variable of type ValueHolderInterface to the class.
addValuePartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
addValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
addValueToSettings(Setting) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL:
addVariable(String, String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The variables are the names of the declared variables used in the procedure.
addVariable(FieldDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The variables are the names of the declared variables used in the procedure.
addVariableOneToOne() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addVariableOneToOne() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addVariableOneToOne() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addVariableOneToOne() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addVariableOneToOneAccessor(VariableOneToOneAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.InterfaceAccessor
INTERNAL: Add a variable one to one accessor for this interface.
addVariance(String) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the variance value of the attribute to be included in the result.
addVariance(String, Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the variance value of the attribute to be included in the result.
addVersion() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
addVersion() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
addVersion() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
addVersion() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
addVirtualClass(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add virtual class accessor to the project.
addWhenClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Adds a new WHEN clause.
addWhenClause(StateObject, StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Adds the given two StateObjects as the WHEN expression and the THEN expression of the new WHEN clause.
addWhenClause(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Adds the given two StateObjects as the WHEN expression and the THEN expression of the new WHEN clause.
addWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Adds the WHERE clause.
addWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds the WHERE clause.
addWhereClause(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Adds the WHERE clause and parses the given JPQL fragment.
addWrappersToProject(Project) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
addWrappersToProject(Project) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
addWrappersToProject(Project) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
 
addWriteConnection(String, Accessor) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Add the connection to the client session.
addWriteTransformer() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.TransformationImpl
 
addWriteTransformer() - Method in interface org.eclipse.persistence.jpa.config.Transformation
 
addXDBDescriptors(String, DatabaseSessionImpl, NamespaceResolver) - Method in class org.eclipse.persistence.internal.sessions.factories.DirectToXMLTypeMappingHelper
Invoked from a descriptor add the descriptor for DirectToXMLTypeMapping
addXDBDescriptors(String, DatabaseSessionImpl, NamespaceResolver) - Method in class org.eclipse.persistence.sessions.factories.OracleDirectToXMLTypeMappingHelper
Invoked from a descriptor is not found.
addXMLConversion(QName, Class) - Method in class org.eclipse.persistence.oxm.XMLField
Add an XML to Java Conversion pair entry
addXmlKeyProperty(Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Add an XmlKey property to the list.
addXmlRegistry(String, XmlRegistry) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Add an XmlRegistry to ObjectFactory class name pair to the map.
addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, Object, Object, boolean, boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, Object, Object, boolean, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
INTERNAL
addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, boolean) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, Object, Object, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL
addXsiTypeAndClassIndicatorIfRequired(Descriptor, Descriptor, Field, Object, Object, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL
adjustMultipleTableInsertOrder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Adjust the order of the tables in the multipleTableInsertOrder Vector according to the FK relationship if one (or more) were previously specified.
adjustReferenceClassForQuery(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Adjust the reference class of the passed query if necessary Need to test this for Employee, employee.getAddress(), report query
AdvancedProcessor - Class in org.eclipse.persistence.internal.cache
Processor for computable tasks.
AdvancedProcessor() - Constructor for class org.eclipse.persistence.internal.cache.AdvancedProcessor
 
AFTER_EJBCREATE - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
issue SQL after ejbCreate but before ejbPostCreate
AFTER_EJBPOSTCREATE - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
issue SQL after ejbPostCreate
AFTER_INSERT - Static variable in interface org.eclipse.persistence.internal.sequencing.Sequencing
 
afterCommit(Accessor) - Method in interface org.eclipse.persistence.internal.sequencing.SequencingCallback
INTERNAL: Called after transaction has committed by the object that owns it: Accessor in non-jta case, SynchronizationListener in jta case.
afterCompletion(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 interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
afterContainmentMarshal(Object, Object) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
afterContainmentMarshal(Object, Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
afterExternalTransactionRollback() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Called after external transaction rolled back.
AfterExternalTransactionRolledBack - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
afterLast() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
Moves the cursor to the end of the result set, just after the last row.
afterLast() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Moves the cursor to the end of the result set, just after the last row.
afterMarshal(Object) - Method in interface org.eclipse.persistence.internal.oxm.Marshaller.Listener
This event will be called after an object is marshalled.
afterMarshal(Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
 
afterMarshal(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
afterUnmarshal(Object, Object) - Method in interface org.eclipse.persistence.internal.oxm.Unmarshaller.Listener
Event that will be called after objects are unmarshalled.
afterUnmarshal(Object, Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
 
afterUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
 
afterUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmarshalListener
 
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
AGGREGATE_OBJECT_CANNOT_BE_DELETED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
AggregateAttributeChangeListener - Class in org.eclipse.persistence.internal.descriptors.changetracking
Purpose: Define a listener for attribute change tracking.
AggregateAttributeChangeListener(ClassDescriptor, UnitOfWorkImpl, AttributeChangeListener, String, Object) - Constructor for class org.eclipse.persistence.internal.descriptors.changetracking.AggregateAttributeChangeListener
Create a AttributeChangeListener with a descriptor and unit of work
AggregateChangeRecord - Class in org.eclipse.persistence.internal.sessions
This change Record is used to record the changes for AggregateObjectMapping.
AggregateChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.AggregateChangeRecord
This default constructor.
AggregateChangeRecord(ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.AggregateChangeRecord
This constructor returns an ChangeRecord representing an AggregateMapping.
AggregateChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: Define the Public interface for the Aggregate Change Record.
AggregateCollectionChangeRecord - Class in org.eclipse.persistence.internal.sessions
This change record records the changes for AggregateCollectionMapping.
AggregateCollectionChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.AggregateCollectionChangeRecord
This default constructor.
AggregateCollectionChangeRecord(ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.AggregateCollectionChangeRecord
This constructor returns an ChangeRecord representing an AggregateMapping.
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.
aggregateExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
AggregateExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an aggregate expression.
AggregateExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AggregateExpressionBNF
Creates a new AggregateExpressionBNF.
AggregateFunction - Class in org.eclipse.persistence.jpa.jpql.parser
In the SELECT clause the result of a query may be the result of an aggregate function applied to a path expression.
AggregateFunction_WrongClause - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AggregateFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
In the SELECT clause the result of a query may be the result of an aggregate function applied to a path expression.
AggregateMapping - Class in org.eclipse.persistence.mappings
Purpose: Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.
AggregateMapping() - Constructor for class org.eclipse.persistence.mappings.AggregateMapping
Default constructor.
AggregateNode - Class in org.eclipse.persistence.internal.jpa.parsing
 
AggregateNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AggregateNode
 
aggregateObjectCannotBeDeletedOrWritten(ClassDescriptor, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
AggregateObjectChangeListener - Class in org.eclipse.persistence.internal.descriptors.changetracking
Purpose: Define a listener for object change tracking.
AggregateObjectChangeListener(ObjectChangeListener, String) - Constructor for class org.eclipse.persistence.internal.descriptors.changetracking.AggregateObjectChangeListener
INTERNAL: Create a ObjectChangeListener
AggregateObjectChangeSet - Class in org.eclipse.persistence.internal.sessions
 
AggregateObjectChangeSet() - Constructor for class org.eclipse.persistence.internal.sessions.AggregateObjectChangeSet
The default constructor.
AggregateObjectChangeSet(Object, ClassDescriptor, Object, UnitOfWorkChangeSet, boolean) - Constructor for class org.eclipse.persistence.internal.sessions.AggregateObjectChangeSet
This constructor is used to create an ObjectChangeSet that represents a regular object.
AggregateObjectMapping - Class in org.eclipse.persistence.mappings
Purpose:Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.
AggregateObjectMapping() - Constructor for class org.eclipse.persistence.mappings.AggregateObjectMapping
Default constructor.
AggregateOperator - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
alias(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression for the alias.
ALIAS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
alias(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
Assign an alias to the selection.
alias(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Assign an alias to the selection.
AliasableNode - Interface in org.eclipse.persistence.internal.jpa.parsing
This interface should be implemented by any node that can be aliased in the select clause.
aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Find the alias for a given table
aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Find the alias for a given table.
aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL: Find the alias for a given table from the first or second child in the additionalOuterJoinCriteria
aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL: Find the alias for a given table
aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
INTERNAL: Any table should use the sub-selects alias.
aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Find the alias for a given table
aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
INTERNAL: Find the alias for a given table.
aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Find the alias for a given table
aliasForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
aliasPresetFields(SQLSelectStatement) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
If the fields in the statement have breen pre-set, e.g.
aliasResolutionException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
aliasResolutionException(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
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
Deprecated.
since 2.4 replaced by all(List)
all(List) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
all(Expression) - Method in class org.eclipse.persistence.expressions.Expression
 
all(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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
ALL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
all(Subquery<Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate corresponding to an all expression over the subquery results.
All - Class in org.eclipse.persistence.internal.oxm.schema.model
 
All() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.All
 
ALL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ALL'.
all(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
Creates the expression ALL(subquery).
all(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression ALL(subquery).
all(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates the expression ALL(subquery).
ALL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
ALL - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
ALL_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
ALL_MODIFICATIONS - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
defer all modifications, inserts and deletes included (default)
ALL_QUERYNAME - Static variable in class org.eclipse.persistence.internal.xr.Util
 
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.
AllNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
AllNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AllNode
Return a new AllNode.
allocateCalendar() - Static method in class org.eclipse.persistence.internal.helper.Helper
PERF: This is used to optimize Calendar conversion/printing.
allocateDynamicStatement(Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Allocate a statement for dynamic SQL execution.
allocateReadConnection() - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Return a read connection from the read pool.
allOf(String, Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Returns an expression equivalent to all of attributeName holding true for criteria.
AllOrAnyExpression - Class in org.eclipse.persistence.jpa.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, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
Creates a new AllOrAnyExpression.
AllOrAnyExpression_All_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_Any_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_NotPartOfComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpression_Some_ParentNotComparisonExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AllOrAnyExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an all or any expression.
AllOrAnyExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionBNF
Creates a new AllOrAnyExpressionBNF.
AllOrAnyExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This AllOrAnyExpressionFactory creates a new AllOrAnyExpression when the portion of the query to parse starts with ALL, ANY or SOME.
AllOrAnyExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionFactory
Creates a new AndExpressionFactory.
AllOrAnyExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
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.
AllOrAnyExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Creates a new AllOrAnyExpressionStateObject.
AllOrAnyExpressionStateObject(StateObject, String, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Creates a new AllOrAnyExpressionStateObject.
AllOrAnyExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Creates a new AllOrAnyExpressionStateObject.
ALLOW_JDK - Static variable in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
Backdoor to allow mapping of JDK classes.
ALLOW_NATIVE_SQL_QUERIES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.allow-native-sql-queries" property specifies whether any user defined SQL is allowed within a persistence unit.
ALLOW_NATIVE_SQL_QUERY - Static variable in class org.eclipse.persistence.config.QueryHints
The "eclipselink.jdbc.allow-native-sql-query" property specifies whether a single native SQL query should override a persistence unit level setting (eclipselink.jdbc.allow-native-sql-queries).
ALLOW_ZERO_ID - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
replaced by PersistenceUnitProperties.ID_VALIDATION property with value "NULL".
allowExternalAccess(SchemaFactory, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
 
allowExternalAccess(TransformerFactory, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
 
allowExternalAccess(DocumentBuilderFactory, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
 
allowExternalAccess(XMLReader, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
 
allowExternalDTDAccess(SchemaFactory, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
 
allowExternalDTDAccess(DocumentBuilderFactory, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
 
allowExternalDTDAccess(XMLReader, String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
 
allowNativeSQLQueries() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return true if native sql is allowed on this project.
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.internal.databaseaccess.DatabasePlatform
Used for stored procedure definitions.
allowsSizeInProcedureArguments() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
 
allowTablePerMultitenantDDLGeneration() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return true if native sql is allowed on this project.
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.
AMPERSAND_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
The entity name for ampersand: &.
AN_EXCEPTION_OCCURRED - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
AND - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
and(Expression<Boolean>, Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a conjunction of the given boolean expressions.
and(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a conjunction of the given restriction predicates.
AND - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'AND'.
and(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
Creates the expression x AND y.
and(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression x AND y.
and(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates the expression x AND y.
and(Filter<T>...) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
Creates a new ANDFilter that will "accept" any object that is accept by all of the specified filters.
AND_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
AndExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The AND logical operator chains multiple criteria together.
AndExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AndExpression
Creates a new AndExpression.
AndExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This AndExpression creates a new AdditionExpression when the portion of the query to parse starts with AND.
AndExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AndExpressionFactory
Creates a new AndExpressionFactory.
AndExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The AND logical operator chains multiple criteria together.
AndExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
Creates a new AndExpressionStateObject.
AndExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
Creates a new AndExpressionStateObject.
AndExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
Creates a new AndExpressionStateObject.
AndFilter<T> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.filter
This filter will "accept" any object that is accept by both of the specified wrapped filters.
AndFilter(Filter<T>, Filter<T>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.filter.AndFilter
Creates a new AndFilter that will "accept" any object that is accept by both of the specified wrapped filters.
AndNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
AndNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AndNode
AndNode constructor comment.
andParse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Parses the given JPQL fragment as the right side of an AND expression.
Annotation - Class in org.eclipse.persistence.internal.oxm.schema.model
 
Annotation() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Annotation
 
ANNOTATION_HELPER - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The name of the property used to specify an AnnotationHelper instance.
ANNOTATION_HELPER_KEY - Static variable in class org.eclipse.persistence.jaxb.JAXBContextFactory
Deprecated.
As of release 2.4, replaced by JAXBContextProperties.ANNOTATION_HELPER
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
 
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.
AnnotationsProcessor - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
AnnotationsProcessor(Helper) - Constructor for class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
AnnotationValueVisitor<R,P> - Class in org.eclipse.persistence.internal.jpa.modelgen.visitors
An annotation element visitor.
AnnotationValueVisitor() - Constructor for class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL:
ANNOUNCEMENT_DELAY_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
announceSession() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
INTERNAL: Send out an announcement that we are here.
AnonymousExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This visitor allows a subclass to simply override AnonymousExpressionVisitor.visit(Expression) and perform the same task for all visited expressions.
AnonymousExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
 
AnonymousStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This visitor allows a subclass to simply override AnonymousStateObjectVisitor.visit(StateObject) and perform the same task for all visited ItateObjects.
AnonymousStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
 
AnonynousEclipseLinkStateObjectVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This visitor allows a subclass to simply override AnonymousStateObjectVisitor.visit(StateObject) and perform the same task for all visited ItateObjects.
AnonynousEclipseLinkStateObjectVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonynousEclipseLinkStateObjectVisitor
 
ANTLR - Static variable in class org.eclipse.persistence.config.ParserType
Deprecated.
ANTLRQueryBuilder - Class in org.eclipse.persistence.queries
Deprecated.
replaced with Hermes parser, which is the default.
ANTLRQueryBuilder() - Constructor for class org.eclipse.persistence.queries.ANTLRQueryBuilder
Deprecated.
Creates a new ANTLRQueryBuilder.
ANTLRVersion() - Static method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Returns the ANTLR version currently used.
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
Deprecated.
since 2.4 replaced by any(List)
any(List) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
any(Expression) - Method in class org.eclipse.persistence.expressions.Expression
 
any(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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
ANY - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
any(Subquery<Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate corresponding to an any expression over the subquery results.
ANY - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
Any - Class in org.eclipse.persistence.internal.oxm.schema.model
 
Any() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Any
 
ANY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ANY'.
any(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
Creates the expression ANY(subquery).
any(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression ANY(subquery).
any(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates the expression ANY(subquery).
ANY_ATTRIBUTE_ON_NON_MAP_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ANY_FRAGMENT - Static variable in class org.eclipse.persistence.internal.oxm.XPathFragment
 
ANY_NAMESPACE_ANY - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
ANY_NAMESPACE_LOCAL - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_NAMESPACE_OTHER - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
ANY_NAMESPACE_TARGETNS - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ANY_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
ANY_SIMPLE_TYPE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
ANY_SIMPLE_TYPE_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
ANY_TYPE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
ANY_TYPE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
XML String names and QName constants missing from org.eclipse.persistence.oxm.XMLConstants
ANY_TYPE_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
ANY_TYPE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ANY_URI - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
ANY_URI - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ANY_URI_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
ANY_URI_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
AnyAttribute - Class in org.eclipse.persistence.internal.oxm.schema.model
 
AnyAttribute() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.AnyAttribute
 
AnyAttributeMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
anyAttributeOnNonMap(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
AnyCollectionMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,CONVERTER extends CoreConverter,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MARSHALLER extends Marshaller,SESSION extends CoreSession,UNMARSHAL_KEEP_AS_ELEMENT_POLICY extends UnmarshalKeepAsElementPolicy,UNMARSHALLER extends Unmarshaller,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
AnyMappingContentHandler - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Implementation of DeferredContentHandler for XMLAnyCollectionMappings.
AnyMappingContentHandler(UnmarshalRecord, boolean) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.AnyMappingContentHandler
 
AnyNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
AnyNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AnyNode
Return a new AnyNode.
AnyObjectMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,CONVERTER extends CoreConverter,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MARSHALLER extends Marshaller,SESSION extends CoreSession,UNMARSHAL_KEEP_AS_ELEMENT_POLICY extends UnmarshalKeepAsElementPolicy,UNMARSHALLER extends Unmarshaller,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
anyOf(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression representing traversal of a 1:many or many:many relationship.
anyOf(String, boolean) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing traversal of a 1:many or many:many relationship.
anyOf(String, boolean) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
PUBLIC: Return an expression representing traversal of a 1:many or many:many relationship.
anyOfAllowingNone(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing traversal of a 1:many or many:many relationship.
anyOfAllowingNone(String, boolean) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing traversal of a 1:many or many:many relationship.
anyOfAllowingNone(String, boolean) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
ADVANCED: Return an expression representing traversal of a 1:many or many:many relationship.
anyOrAllExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
AOBJECT - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
APBYTE - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
APBYTE - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
APBYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
APCHAR - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
APCHAR - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
APOSTROPHE_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
The entity name for apostrophe: &apos;.
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.
append(Writer) - Method in interface org.eclipse.persistence.internal.databaseaccess.AppendCallCustomParameter
INTERNAL: Called only by DatabasePlatform.appendParameter()
append(Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.SimpleAppendCallCustomParameter
 
append(String) - Method in class org.eclipse.persistence.internal.oxm.StrBuffer
 
append(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.StrBuffer
 
append() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
Appends the previously created select item and starts a new stack to create a new select item.
append() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
Appends the previously created select item and starts a new stack to create a new select item.
append() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
Appends the previously created select item and starts a new stack to create a new select item.
append() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Appends the previously created select item and starts a new stack to create a new select item.
append(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Appends the given sequence of characters to the path expression.
appendCall(AbstractSession, DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
INTERNAL: This method is called by the DatabaseAccessor to add this statement to the list of statements being batched.
appendCall(AbstractSession, DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.DynamicSQLBatchWritingMechanism
INTERNAL: This method is called by the DatabaseAccessor to add this statement to the list of statements being batched.
appendCall(AbstractSession, DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism
INTERNAL: This method is called by the DatabaseAccessor to add this statement to the list of statements being batched.
AppendCallCustomParameter - Interface in org.eclipse.persistence.internal.databaseaccess
INTERNAL:
appendCast(Expression, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
appendChildNode(Node, Node) - Method in class org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
 
appendChildNode(Node, Node) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
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.
appendExpression(Expression, Expression) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Returns left.and(right) if both are defined.
appendForUpdateClause(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
This method will append the for update clause to the end of the select statement.
appendFromClauseForInformixOuterJoin(ExpressionSQLPrinter, List<DatabaseTable>) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
ADVANCED: If a platform is Informix, then the outer join must be in the FROM clause.
appendFromClauseForOuterJoin(ExpressionSQLPrinter, List<DatabaseTable>, Collection, boolean) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
ADVANCED: Appends the SQL standard outer join clause, and some variation per platform.
appendFromClauseToWriter(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Print the from clause.
appendGroupByClauseToWriter(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
This method will append the group by clause to the end of the select statement.
appendHierarchicalQueryClauseToWriter(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
This method will append the Hierarchical Query Clause to the end of the select statement
appendIn(Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL:
appendIn(Writer, DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
appendInOut(DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL:
appendInOut(Object, DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL:
appendInOut(Writer, DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
appendLiteral(Writer, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
appendLiteral(Writer, Object) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
All values are printed as ? to allow for parameter binding or translation during the execute of the call.
appendLiteralToCall(Call, Writer, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: In case shouldBindLiterals is true, instead of null value a DatabaseField value may be passed (so that it's type could be used for binding null).
appendLock(Object, Object, ClassDescriptor, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
INTERNAL: This method will be called by a merging thread that is attempting to lock a new object that was not locked previously.
appendLogParameters(Collection, Accessor, StringWriter, AbstractSession) - Static method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Print the parameters to the write for logging purposes.
appendModify(Writer, DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
appendModify(Writer, DatabaseField) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
All values are printed as ? to allow for parameter binding or translation during the execute of the call.
AppendNewElementsOrderingPolicy - Class in org.eclipse.persistence.oxm.documentpreservation
INTERNAL:
AppendNewElementsOrderingPolicy() - Constructor for class org.eclipse.persistence.oxm.documentpreservation.AppendNewElementsOrderingPolicy
 
AppendNewElementsOrderingPolicyConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
 
AppendNewElementsOrderingPolicyConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.AppendNewElementsOrderingPolicyConfig
 
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
 
appendOrderClauseToWriter(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
This method will append the order clause to the end of the select statement.
appendOut(DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL:
appendOut(Writer, DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
appendOutCursor(DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL:
appendParameter(Call, Writer, Object) - Method in class org.eclipse.persistence.eis.EISPlatform
Add the parameter.
appendParameter(Writer, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Add the parameter.
appendParameter(Call, Writer, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Write a database-friendly representation of the given parameter to the writer.
appendParameter(Writer, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Add the parameter.
appendParameter(Call, Writer, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Add the parameter.
appendParameter(Call, Writer, Object) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Add the parameter.
appendParameter(Writer, Object, AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
Add the parameter.
appendParameterInternal(Call, Writer, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Returns the number of parameters that used binding.
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
 
appendToEntityTypeName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Appends the given text to the existing entity type name property.
appendToPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Appends the given sequence of characters to the path expression.
appendTranslation(Writer, DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
appendTranslation(Writer, DatabaseField) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
All values are printed as ? to allow for parameter binding or translation during the execute of the call.
appendTranslationParameter(Writer, ParameterExpression, DatabasePlatform, AbstractRecord) - Method in class org.eclipse.persistence.queries.SQLCall
INTERNAL: All values are printed as ? to allow for parameter binding or translation during the execute of the call.
appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
INTERNAL: Append the database field definition string to the type creation statement.
appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
INTERNAL: Append the type to the statement
appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.ObjectVarrayDefinition
INTERNAL: Append the type.
appendTypeString(Writer, AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
INTERNAL: Append the type.
appendUnionClauseToWriter(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
This method will append the union clause to the end of the select statement.
appendWithAllSubclassesExpression(SQLSelectStatement) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Append the branch with all subclasses expression to the statement.
APPINFO - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
APPINFO_PROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
APPINFO_PROPERTY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
APPINFO_SOURCE_ATTRIBUTE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
Name of source attribute on appinfo
APPLICATION_JSON - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
APPLICATION_SCHEMA_JSON - Static variable in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
 
APPLICATION_SCHEMA_JSON_TYPE - Static variable in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
 
APPLICATION_XML - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
ApplicationAccessWLS - Class in org.eclipse.persistence.sdo.helper
INTERNAL: This class using WLS classed to get unique application ID.
ApplicationAccessWLS() - Constructor for class org.eclipse.persistence.sdo.helper.ApplicationAccessWLS
Create and initialize.
ApplicationResolver - Class in org.eclipse.persistence.sdo.helper
This class provides a means for the user to return application-specific information, such as the application name, which will be used when the logic in SDOHelperContext fails.
ApplicationResolver() - Constructor for class org.eclipse.persistence.sdo.helper.ApplicationResolver
 
apply(Map<String, Object>, DatabaseQuery, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.QueryHintsHandler
Applies the hints to the query.
apply(String, Object, DatabaseQuery, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.QueryHintsHandler
Applies the hint to the query.
applyAmendmentMethod() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Call the descriptor amendment method.
applyAmendmentMethod(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Call the descriptor amendment method.
applyAttributeValuesIntoRow(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: Re-populate the database row with the values from the source object based upon the attribute's mapping.
applyChanges() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Applies the changes to the JPQL query and returns the refactoring operations.
applyChanges() - Method in interface org.eclipse.persistence.jpa.jpql.tools.RefactoringDelta
Applies the changes to the JPQL query and returns the refactoring operations.
applyFunction(Object, Vector) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Apply this to an object in memory.
applyLogin() - Method in class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormatProject
 
applyLogin() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Default apply login implementation.
applyORMMetadata(AbstractSession) - Method in class org.eclipse.persistence.jaxb.JAXBContext
ADVANCED: Adjust the OXM metadata to take into account ORM mapping metadata
applyORMMetadata(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLContext
ADVANCED: Adjust the OXM metadata to take into account ORM mapping metadata,
applyQueryNodeToQuery(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Apply the select or update to the passed query.
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AvgNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.CaseNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ClassForInheritanceNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.CoalesceNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.CountNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DateFunctionNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DivideNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.FunctionalExpressionNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.IndexNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LiteralNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MapEntryNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MapKeyNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MaxNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MinNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MinusNode
INTERNAL Apply this node to the passed query
applyToQuery(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ModifyNode
INTERNAL Apply this node to the passed query.
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MultiplyNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.NullIfNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.PlusNode
INTERNAL Apply this node to the passed query
applyToQuery(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.QueryNode
INTERNAL Apply this node to the passed query
applyToQuery(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SizeNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SumNode
INTERNAL Apply this node to the passed query
applyToQuery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
INTERNAL Apply this node to the passed query
Archive - Interface in org.eclipse.persistence.jpa
Provides an abstraction to deal with various kinds of URLs that can be returned by PersistenceUnitInfo.getPersistenceUnitRootUrl()
ARCHIVE_FACTORY - Static variable in class org.eclipse.persistence.config.SystemProperties
Configures the factory class we use to produce instances of org.eclispe.persistence.jpa.Archive These instances are used to examine persistence units and the files within them and are used for discovery of classes in the persistence unit Allows user-provided ArchiveFactory and Archive
ARCHIVE_FACTORY - Static variable in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Cache the ArchiveFactory used to derive Archives.
ArchiveBase - Class in org.eclipse.persistence.internal.jpa.deployment
Abstract base class of all Archives.
ArchiveBase() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
Default Constructor.
ArchiveBase(URL, String) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
 
ArchiveFactory - Interface in org.eclipse.persistence.jpa
This interface should be implemented by users that want to provide a custom way of dealing with archives that contain persistence units.
ArchiveFactoryImpl - Class in org.eclipse.persistence.internal.jpa.deployment
This class is written to deal with various URLs that can be returned by PersistenceUnitInfo.getPersistenceUnitRootUrl()
ArchiveFactoryImpl() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.ArchiveFactoryImpl
 
ArchiveFactoryImpl(Logger) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.ArchiveFactoryImpl
 
areAnnotationsCompatibleWithTransient(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessible object has 2 or more declared persistence annotations.
areCollectionsEqualAsSets(Collection, Collection) - Static method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL: Compares two Collections as sets (ignoring the order of the elements).
areManyRowsReturned() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
areNamespacesEqual(String, String) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
Indicates if two namespaces are equal.
arePrimaryKeyFields(Vector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Used to determine if a foreign key references the primary key.
areTypesAssignable(List, List) - Static method in class org.eclipse.persistence.internal.helper.Helper
PUBLIC: Compare two vectors of types.
ARG - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
ARGNAME_SIZE_LIMIT - Static variable in interface org.eclipse.persistence.internal.helper.DatabaseType
 
ARGUMENT_SIZE_MISMATCH_IN_QUERY_AND_QUERY_DEFINITION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
ArgumentListFunctionExpression - Class in org.eclipse.persistence.internal.expressions
INTERNAL: This an extended FunctionExpression that allows the argument list to grow after it is created.
ArgumentListFunctionExpression() - Constructor for class org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression
 
ArgumentListFunctionExpression_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
argumentNames() - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
argumentNamesSize() - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
ARGUMENTS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Notifies the list of arguments has changed.
argumentSizeMismatchInQueryAndQueryDefinition(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
ARITHMETIC_SIGN_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Notifies the arithmetic sign property has changed.
arithmeticExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ArithmeticExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression represents an arithmetic expression, which means the first and second expressions are aggregated with an arithmetic sign.
ArithmeticExpression_InvalidLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ArithmeticExpression_InvalidRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ArithmeticExpression_MissingLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ArithmeticExpression_MissingRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ArithmeticExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an arithmetic expression.
ArithmeticExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionBNF
Creates a new ArithmeticExpressionBNF.
ArithmeticExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ExpressionFactory creates a new expression when the portion of the query to parse starts with an arithmetic identifier.
ArithmeticExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionFactory
Creates a new AbstractArithmeticExpressionFactory.
ArithmeticExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This expression represents an arithmetic expression, which means the first and second expressions are aggregated with an arithmetic sign.
arithmeticFactor() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ArithmeticFactor - Class in org.eclipse.persistence.jpa.jpql.parser
This expression simply adds a plus or minus sign to the arithmetic primary expression.
ArithmeticFactor(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Creates a new ArithmeticFactor.
ArithmeticFactor_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ArithmeticFactor_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ArithmeticFactorBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an arithmetic factor expression.
ArithmeticFactorBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactorBNF
Creates a new ArithmeticFactorBNF.
ArithmeticFactorStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object simply adds a plus or minus sign to the arithmetic primary expression.
ArithmeticFactorStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Creates a new ArithmeticFactorStateObject.
ArithmeticFactorStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Creates a new ArithmeticFactorStateObject.
ArithmeticFunctionNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
ArithmeticFunctionNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ArithmeticFunctionNode
ArithmeticFunctionNode constructor comment.
arithmeticPrimary() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ArithmeticPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an arithmetic primary expression.
ArithmeticPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticPrimaryBNF
Creates a new ArithmeticPrimaryBNF.
arithmeticTerm() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ArithmeticTermBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an arithmetic term expression.
ArithmeticTermBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ArithmeticTermBNF
Creates a new ArithmeticTermBNF.
Array - 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(Selection<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an array-valued selection item
ARRAY - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
ARRAY - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
array() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
Array - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
array(Class<T>, Iterable<? extends T>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Creates a new array and adds the items returned by the given Iterable.
array(Class<T>, Iterator<? extends T>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Creates a new array and adds the items returned by the given Iterator.
ARRAY - Static variable in class org.eclipse.persistence.queries.DataReadQuery
An Object[] of values is returned for each row.
array_return() - Constructor for class org.eclipse.persistence.internal.oxm.record.json.JSONParser.array_return
 
ArrayAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.structures
An array accessor.
ArrayAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
INTERNAL: Used for OX mapping.
ArrayAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
INTERNAL: Used for annotations.
ArrayCollectionMapping - Interface in org.eclipse.persistence.mappings.structures
Interface used by the ArrayCollectionMappingHelper to interact with the assorted array collection mappings.
ArrayCollectionMappingHelper - Class in org.eclipse.persistence.mappings.structures
Helper class to consolidate all the heinous comparing and merging code for the Array collection mappings.
ArrayCollectionMappingHelper(ArrayCollectionMapping) - Constructor for class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
Constructor.
arrayFromVector(Vector) - Static method in class org.eclipse.persistence.internal.helper.Helper
Convert the specified vector into an array.
ArrayImpl - Class in org.eclipse.persistence.internal.jpa.config.structures
JPA scripting API implementation.
ArrayImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.structures.ArrayImpl
 
ArrayIterable<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
An ArrayIterable provides an Iterable for an array of objects of type E.
ArrayIterable(E...) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
Construct an iterable for the specified array.
ArrayIterable(E[], int) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
Construct an iterable for the specified array, starting at the specified start index and continuing for the rest of the array.
ArrayIterable(E[], int, int) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
Construct an iterable for the specified array, starting at the specified start index and continuing for the specified length.
ArrayIterator<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterator
An ArrayIterator provides a Iterator for an array of objects.
ArrayIterator(T...) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
Creates a new ArrayIterator for the specified array.
ArrayIterator(T[], int, int) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
Creates a new ArrayIterator for the specified array, starting at the specified start index and continuing for the specified length.
ArrayList_class - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
ArrayListContainerPolicy - Class in org.eclipse.persistence.internal.queries
PERF: Avoids reflection usage for ArrayList.
ArrayListContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
INTERNAL: Construct a new policy.
ArrayListContainerPolicy(Class) - Constructor for class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
INTERNAL: Construct a new policy for the specified class.
ArrayListContainerPolicy(String) - Constructor for class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
INTERNAL: Construct a new policy for the specified class name.
ArrayMapping - Class in org.eclipse.persistence.mappings.structures
Purpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.
ArrayMapping() - Constructor for class org.eclipse.persistence.mappings.structures.ArrayMapping
Default constructor.
ArrayRecord - Class in org.eclipse.persistence.internal.sessions
PERF: Optimized record implementation using arrays instead of Vector.
ArrayRecord(Vector, DatabaseField[], Object[]) - Constructor for class org.eclipse.persistence.internal.sessions.ArrayRecord
 
ArrayValue<T> - Class in org.eclipse.persistence.internal.jaxb.many
 
ArrayValue() - Constructor for class org.eclipse.persistence.internal.jaxb.many.ArrayValue
 
as(Class) - Method in class org.eclipse.persistence.expressions.Expression
Deprecated.
as(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Assign an alias to the expression in the select clause.
As - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
as() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the AS operator.
AS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
AS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
as(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
 
as(Class<X>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
AS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'AS'.
AS_OF - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.history.as-of"
AS_OF - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'AS OF'.
AS_OF_SCN - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.history.as-of.scn"
AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Notifies the visibility of the AS identifier has changed.
AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Notifies the visibility of the AS identifier has changed.
AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Notifies the visibility of the AS identifier has changed.
AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Notifies the visibility of the AS identifier has changed.
AS_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Notifies the visibility of the AS identifier has changed.
ASC - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
ASC - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
asc(Expression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an ordering by the ascending value of the expression.
ASC - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ASC'.
ascending() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This can only be used within an ordering expression.
Ascending - Static 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.
asOf(AsOfClause) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
 
asOf(AsOfClause) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
asOf(AsOfClause) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
 
AsOfClause - 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(Expression) - Constructor for class org.eclipse.persistence.history.AsOfClause
 
AsOfClause - Class in org.eclipse.persistence.jpa.jpql.parser
An AS OF clause is part of a flashback query, which provides ways to view past states of database objects, or to return database objects to a previous state, without using traditional point-in-time recovery.
AsOfClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Creates a new AsOfClause.
AsOfClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the AS OF clause.
AsOfClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseBNF
Creates a new AsOfClauseBNF.
AsOfClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This AsOfClauseFactory creates a new AsOfClause when the portion of the JPQL query to parse starts with AS OF.
AsOfClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseFactory
Creates a new AsOfClauseFactory.
AsOfSCNClause - Class in org.eclipse.persistence.history
Purpose:Wraps an immutable value for a past time, represented as a database system change number.
AsOfSCNClause(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
 
Assert - Class in org.eclipse.persistence.jpa.jpql
An utility class that provides various checks and when the condition fails, then an Assert.AssertException is thrown.
Assert.AssertException - Exception in org.eclipse.persistence.jpa.jpql
The exception thrown when the condition is not met.
AssertException(String) - Constructor for exception org.eclipse.persistence.jpa.jpql.Assert.AssertException
Creates a new AssertException.
assignAliases(Vector) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Alias the tables in all of our nodes.
assignDefaultValues(AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Some attributes have default values defined in Project.
assignReturnRow(Object, AbstractSession, AbstractRecord, ObjectChangeSet) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Assign the fields in the row back into the object.
assignReturnValueForField(Object, ReadObjectQuery, AbstractRecord, DatabaseField, Collection, ObjectChangeSet) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Assign the field value from the row to the object for all the mappings using field (read or write).
AssignSequence - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
assignSequenceNumber(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Update the object primary key by fetching a new sequence number from the accessor.
assignSequenceNumber(WriteObjectQuery) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Update the writeQuery's object primary key by fetching a new sequence number from the accessor.
assignSequenceNumber(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Assign sequence number to the object.
assignSequenceNumber(Object, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Assign sequence number to the object.
assignSequenceNumber(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Assign sequence number to the object.
assignSequenceNumbers() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Assign sequence numbers to all new objects registered in this unit of work, or any new objects reference by any objects registered.
assignSequenceNumbers() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Assign sequence numbers to all new objects registered in this unit of work, or any new objects reference by any objects registered.
assignTableAliasesStartingAt(int) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Assign aliases to any tables which I own.
assignTableAliasesStartingAt(int) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Assign aliases to any tables which I own.
assignTableAliasesStartingAt(int) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL: Assign aliases to any tables which I own.
assignTableAliasesStartingAt(int) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
INTERNAL: Assign aliases to any tables which I own.
Association - Class in org.eclipse.persistence.mappings
Purpose: Generic association object.
Association() - Constructor for class org.eclipse.persistence.mappings.Association
Default constructor.
Association(Object, Object) - Constructor for class org.eclipse.persistence.mappings.Association
PUBLIC: Create an association.
AssociationOverride - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
AssociationOverrideImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
AssociationOverrideImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AssociationOverrideImpl
 
AssociationOverrideMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
Object to hold onto an association override meta data.
AssociationOverrideMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.AssociationOverrideMetadata
INTERNAL: Used for XML loading.
AssociationOverrideMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.AssociationOverrideMetadata
INTERNAL: Used for annotation loading.
associationPathExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
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.
ASTRING - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
asynchronousPropagateCommand() - Method in class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
INTERNAL: Asynchronously propagate the command
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.
atLeast(JavaSEPlatform) - Method in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Check if this platform is equal or greater to specified platform.
Attachment - Class in org.eclipse.persistence.internal.xr
INTERNAL: Attachment is a helper object used by the QueryOperation to handle binary attachments.
Attachment() - Constructor for class org.eclipse.persistence.internal.xr.Attachment
 
ATTACHMENT_MARSHALLER_OPTION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ATTACHMENT_UNMARSHALLER_OPTION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
AttachmentHelper - Class in org.eclipse.persistence.internal.xr
INTERNAL: AttachmentHelper is a helper object used by the QueryOperation to handle binary attachments.
AttachmentHelper() - Constructor for class org.eclipse.persistence.internal.xr.AttachmentHelper
 
AttachmentMarshallerAdapter - Class in org.eclipse.persistence.jaxb.attachment
INTERNAL:
AttachmentMarshallerAdapter(AttachmentMarshaller) - Constructor for class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
AttachmentUnmarshallerAdapter - Class in org.eclipse.persistence.jaxb.attachment
INTERNAL:
AttachmentUnmarshallerAdapter(AttachmentUnmarshaller) - Constructor for class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
 
ATTEMPT_TO_REGISTER_DEAD_INDIRECTION - Static variable in exception 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
 
Attribute - Static variable in class org.eclipse.persistence.config.ResultType
A List of the first selected value is returned.
attribute() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
Attribute - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
 
Attribute() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.Attribute
 
Attribute(String, String) - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.Attribute
 
ATTRIBUTE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.FieldTransformerNodeValue
 
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL:
attribute(String, String, String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
attribute(String, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
attribute(String, String, String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
attribute(XPathFragment, NAMESPACE_RESOLVER, Object, QName) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
attribute(XPathFragment, NAMESPACE_RESOLVER, String) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
Attribute - Class in org.eclipse.persistence.internal.oxm.schema.model
 
Attribute() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Attribute
 
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.TypeNodeValue
 
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
 
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
Handle swaRef and inline attribute cases.
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
The underlying choice element node value will handle attributes.
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
The underlying choice element node value will handle attributes.
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
Handle attribute operation.
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
 
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLDirectMappingNodeValue
 
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
 
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectReferenceMappingNodeValue
Handle attribute operation.
attribute(UnmarshalRecord, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathMappingNodeValue
 
attribute(XPathFragment, 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, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
attribute(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
attribute(XPathFragment, NamespaceResolver, Object, QName) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
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, Object, QName) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Convert the value if necessary and write out the attribute and converted value.
attribute(XPathFragment, NamespaceResolver, String) - Method in class org.eclipse.persistence.oxm.record.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(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
Marshal an attribute for the give namespaceURI, localName, qualifiedName and value
attribute(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.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_COULD_NOT_BE_FOUND_FOR_ENTITY - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
ATTRIBUTE_COULD_NOT_BE_UPDATED - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
ATTRIBUTE_FORM_QUALIFIED_KEY - Static variable in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGeneratorProperties
 
ATTRIBUTE_NAME_NOT_SPECIFIED - Static variable in exception 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 - 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
 
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
 
AttributeChangeListener - Class in org.eclipse.persistence.internal.descriptors.changetracking
Purpose: Define a listener for attribute change tracking.
AttributeChangeListener(ClassDescriptor, UnitOfWorkImpl, Object) - Constructor for class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
INTERNAL: Create a AttributeChangeListener with a descriptor and unit of work
AttributeChangeTrackingPolicy - Class in org.eclipse.persistence.descriptors.changetracking
PUBLIC: An AttributeChangeTrackingPolicy allows change tracking at the attribute level of an object by implementing ChangeTracker.
AttributeChangeTrackingPolicy() - Constructor for class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
 
attributeCouldNotBeFoundForEntity(String, String, String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Attribute could not be found for entity.
attributeCouldNotBeUpdated(String, String, String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Attribute could not be updated.
AttributeDefinition - Class in org.eclipse.persistence.internal.codegen
INTERNAL:
AttributeDefinition() - Constructor for class org.eclipse.persistence.internal.codegen.AttributeDefinition
 
AttributeDetails - Class in org.eclipse.persistence.internal.jpa.weaving
INTERNAL: Internal helper class that holds details of a persistent attribute.
AttributeDetails(String, DatabaseMapping) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
AttributeGroup - Class in org.eclipse.persistence.internal.oxm.schema.model
 
AttributeGroup() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.AttributeGroup
 
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(String, Class, boolean) - Constructor for class org.eclipse.persistence.queries.AttributeGroup
INTERNAL: This constructer is to only be used by EclipseLink internally
AttributeGroup(String, String, boolean) - Constructor for class org.eclipse.persistence.queries.AttributeGroup
 
AttributeGroup() - Constructor for class org.eclipse.persistence.queries.AttributeGroup
 
AttributeImpl<X,T> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the Attribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
AttributeItem - Class in org.eclipse.persistence.internal.queries
Purpose: Elements stored in AttributeGroup
AttributeItem(AttributeGroup, String) - Constructor for class org.eclipse.persistence.internal.queries.AttributeItem
 
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
 
attributeNameNotSpecified() - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
AttributeNamePrefix - Enum in org.eclipse.persistence.internal.mappings.converters
INTERNAL: Attribute name prefixes.
AttributeNameTokenizer - Class in org.eclipse.persistence.internal.mappings.converters
INTERNAL: Attribute name tokenizer.
AttributeNameTokenizer(String) - Constructor for class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer
INTERNAL: Creates an instance of attribute name tokenizer.
AttributeNameTokenizer.TokensIterator - Class in org.eclipse.persistence.internal.mappings.converters
INTERNAL: Attribute name tokenizer parser implemented as an Iterator over individual attribute name tokens.
AttributeNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
AttributeNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
Create a new AttributeNode
AttributeNode(String) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
Create a new AttributeNode with the passed name
AttributeNode - Interface in org.eclipse.persistence.jaxb
Represents an AttributeNode of an entity graph.
AttributeNodeImpl<X> - Class in org.eclipse.persistence.internal.jaxb
 
AttributeNodeImpl() - Constructor for class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
 
AttributeNodeImpl(String) - Constructor for class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
 
AttributeNodeImpl<X> - Class in org.eclipse.persistence.internal.jpa
Concrete JPA AttributeNode class.
AttributeOverride - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
AttributeOverrideImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
AttributeOverrideImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.AttributeOverrideImpl
 
AttributeOverrideMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Object to hold onto an attribute override meta data.
AttributeOverrideMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.AttributeOverrideMetadata
INTERNAL: Used for XML loading.
AttributeOverrideMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.AttributeOverrideMetadata
INTERNAL: Used for annotation loading.
AttributeProxyImpl<X,T> - Class in org.eclipse.persistence.internal.jpa.metamodel.proxy
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an Attribute is accessed in the metamodel.
AttributeProxyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
 
Attributes - Class in org.eclipse.persistence.internal.jpa.config.classes
JPA scripting API implementation.
Attributes() - Constructor for class org.eclipse.persistence.internal.jpa.config.classes.Attributes
 
attributesToAlwaysInclude - Variable in class org.eclipse.persistence.queries.QueryByExamplePolicy
 
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
 
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
 
attributeWithoutQName(String, String, String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
attributeWithoutQName(String, String, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
attributeWithoutQName(String, String, String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
attributeWithoutQName(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
attributeWithoutQName(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
Marshal an attribute for the give namespaceURI, localName, preifx and value
attributeWithoutQName(String, String, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
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).
AUTO_DETECT_MEDIA_TYPE - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
The name of the property used to specify if the media type should be auto detected (default is false).
autoApply() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL: Return true if this converter should auto apply
autoCommit(DatabaseAccessor) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used by JDBC drivers that do not support autocommit so simulate an autocommit.
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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
AVG - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
avg(Expression<N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression applying the avg operation.
AVG - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'AVG'.
avg(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression AVG(path).
avg(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression AVG(path).
avg(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression AVG(path).
avgDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression AVG(DISTINCT path).
avgDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression AVG(DISTINCT path).
avgDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression AVG(DISTINCT path).
AvgFunction - Class in org.eclipse.persistence.jpa.jpql.parser
One of the aggregate functions.
AvgFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AvgFunction
Creates a new AvgFunction.
AvgFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AvgFunction_InvalidNumericExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AvgFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AvgFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AvgFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
AvgFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This AvgFunctionFactory creates a new AvgFunction when the portion of the query to parse starts with AVG.
AvgFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.AvgFunctionFactory
Creates a new AvgFunctionFactory.
AvgFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
One of the aggregate functions.
AvgFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Creates a new AvgFunctionStateObject.
AvgFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Creates a new AvgFunctionStateObject.
AvgFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Creates a new AvgFunctionStateObject.
AvgFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Creates a new AvgFunctionStateObject.
AvgFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Creates a new AvgFunctionStateObject.
AvgNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
AvgNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.AvgNode
 

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
 
backupCloneAttribute(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return a backup clone of the attribute.
backupCloneAttribute(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Return a backup clone of the attribute.
backupCloneAttribute(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return a backup clone of the attribute.
backupCloneAttribute(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Return a backup clone of the attribute.
backupCloneAttribute(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return a backup clone of the attribute.
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
 
BackupValueHolder - Class in org.eclipse.persistence.internal.indirection
Used as the backup value holder in the unit of work for transparent indirection.
BackupValueHolder(ValueHolderInterface) - Constructor for class org.eclipse.persistence.internal.indirection.BackupValueHolder
 
BadExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This wraps another Expression that was correctly parsed by it is located in an invalid location within the JPQL query.
BadExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BadExpression
Creates a new BadExpression.
BadExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BadExpression
Creates a new BadExpression.
BadExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
BadExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF used for an expression that is invalid.
BadExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BadExpressionBNF
Creates a new BadExpressionBNF.
BadExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This BadExpressionFactory creates a new BadExpression when the portion of the query to parse is malformed.
BadExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BadExpressionFactory
Creates a new BadExpressionFactory.
BadExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This wraps an invalid portion of the JPQL query that could not be parsed.
BadExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
Creates a new BadExpressionStateObject.
Base64 - Class in org.eclipse.persistence.internal.oxm.conversion
INTERNAL:
base64Decode(byte[]) - Static method in class org.eclipse.persistence.internal.oxm.conversion.Base64
base64Binary data is likely to be long, and decoding requires each character to be accessed twice (once for counting length, another for decoding.) This method decodes the given byte[] using the base64-encoding specified in RFC-2045 (Section 6.8).
base64Encode(byte[]) - Static method in class org.eclipse.persistence.internal.oxm.conversion.Base64
This method encodes the given byte[] using the base64-encoding specified in RFC-2045 (Section 6.8).
BASE_64_BINARY - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
BASE_64_BINARY_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
BASE_REST_SCHEMAS_URL - Static variable in class org.eclipse.persistence.jpa.rs.util.HrefHelper
URL to base REST schemas
BaseDeclarationIdentificationVariableFinder - Class in org.eclipse.persistence.jpa.jpql
This visitor traverses the parsed tree and retrieves the IdentificationVariable defined in the base range variable declaration for the top-level statement if and only if the query is a DELETE or UPDATE query.
BaseDeclarationIdentificationVariableFinder() - Constructor for class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Creates a new BaseDeclarationIdentificationVariableFinder.
BaseExpression - Class in org.eclipse.persistence.internal.expressions
Generic class for an expression with a base.
BaseExpression() - Constructor for class org.eclipse.persistence.internal.expressions.BaseExpression
 
BaseExpression(Expression) - Constructor for class org.eclipse.persistence.internal.expressions.BaseExpression
 
BaseJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
An abstract implementation of a IJPQLQueryFormatter.
Basic - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
BASIC - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for a basic mapping.
BASIC_COLLECTION - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEclipseLinkMappingType
The constant for a basic collection mapping, which is deprecated.
BASIC_MAP - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEclipseLinkMappingType
The constant for a basic map mapping, which is deprecated.
BasicAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: A relational accessor.
BasicAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
BasicAccessor(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL:
BasicAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL:
basicBeginTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Begin a transaction on the database.
basicBeginTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
Begin a transaction on the "data store".
BasicCollection - Annotation Type in org.eclipse.persistence.annotations
Deprecated. 
BasicCollectionAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: A basic collection accessor.
BasicCollectionAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicCollectionAccessor
INTERNAL: Used for OX mapping.
BasicCollectionAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicCollectionAccessor
INTERNAL:
BasicCollectionJoinImpl<Z,E> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Represents a Join to a ElementCollection of basics.
BasicCollectionJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
 
BasicCollectionJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
 
basicCommitTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Commit a transaction on the database.
basicCommitTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
Commit the transaction to the "data store".
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.
basicDescription() - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
Return description.
basicExecuteCall(Call, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
Execute the interaction.
basicExecuteCall(Call, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Execute the call.
basicExecuteCall(Call, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Execute the call.
basicExecuteCall(Call, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
 
basicExecuteCall(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Execute the call on each accessors and merge the results.
BasicImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
BasicImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.BasicImpl
 
BasicIndirectionPolicy - Class in org.eclipse.persistence.internal.indirection
Purpose
BasicIndirectionPolicy() - Constructor for class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Construct a new indirection policy.
BasicListJoinImpl<Z,E> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Represents a Join to a ElementCollection of basics.
BasicListJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
 
BasicListJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
 
BasicMap - Annotation Type in org.eclipse.persistence.annotations
Deprecated. 
BasicMapAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: A basic collection accessor.
BasicMapAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL: Used for OX mapping.
BasicMapAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL:
BasicMapJoinImpl<Z,K,E> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Represents a Join to a ElementCollection of basics.
BasicMapJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
 
BasicMapJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
 
BasicRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
The abstract implementation providing refactoring support for JPQL queries.
basicRollbackTransaction(AbstractSession) - Method in class org.eclipse.persistence.eis.EISAccessor
Rollback the local transaction on the datasource.
basicRollbackTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Rollback a transaction on the database.
basicRollbackTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
Rollback the transaction on the "data store".
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.
BasicSetJoinImpl<Z,E> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Represents a Join to a ElementCollection of basics.
BasicSetJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
 
BasicSetJoinImpl(Path<Z>, Metamodel, Class<E>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
 
BasicStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of a IBuilder, which creates a StateObject representation of the Expression being visited.
BasicTypeHelperImpl - Class in org.eclipse.persistence.internal.helper
INTERNAL This class is a helper class providing type information.
BasicTypeHelperImpl() - Constructor for class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
 
BasicTypeImpl<X> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the Basic interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
BATCH - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.batch"
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"
BATCH_TYPE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.batch.type"
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 - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.jdbc.batch-writing"
BATCH_WRITING_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
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.
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).
BatchFetch - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
BatchFetchImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
BatchFetchImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.BatchFetchImpl
 
BatchFetchMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.mappings
INTERNAL: Object to represent the cascade types specified for a relationship mapping element.
BatchFetchMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.BatchFetchMetadata
INTERNAL: Used for XML loading.
BatchFetchMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.BatchFetchMetadata
INTERNAL: Used for annotation loading.
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
 
BatchFetchType - Enum in org.eclipse.persistence.annotations
Enum used with the BatchFetch annotation, or "eclipselink.batch.type" query hint.
BatchQueryOperation - Class in org.eclipse.persistence.internal.xr
For use with a batch SQL query, i.e.
BatchQueryOperation() - Constructor for class org.eclipse.persistence.internal.xr.BatchQueryOperation
 
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
 
BatchValueHolder - Class in org.eclipse.persistence.internal.indirection
BatchValueHolder is used by the mappings that use indirection when using query optimization (batch reading).
BatchValueHolder(ReadQuery, AbstractRecord, ForeignReferenceMapping, ObjectLevelReadQuery, CacheKey) - Constructor for class org.eclipse.persistence.internal.indirection.BatchValueHolder
Initialize the query-based value holder.
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
 
BatchWritingMechanism - Class in org.eclipse.persistence.internal.databaseaccess
INTERNAL: BatchWritingMechanism is a private interface, used by the DatabaseAccessor.
BatchWritingMechanism() - Constructor for class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
 
BEAN_QNAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.beanvalidation.ValidationXMLReader
 
BEAN_QNAME - Static variable in class org.eclipse.persistence.jaxb.ValidationXMLReader
 
BEAN_VALIDATION_FACETS - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
Property for disabling/enabling generation of XML Facets during schemagen.
BEAN_VALIDATION_FACTORY - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
Property for setting preferred or custom validator factory.
BEAN_VALIDATION_FACTORY - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
Property for setting preferred or custom validator factory.
BEAN_VALIDATION_FACTORY - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
Property for setting preferred or custom validator factory.
BEAN_VALIDATION_GROUPS - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
Property for setting bean validation target groups.
BEAN_VALIDATION_GROUPS - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
Property for setting bean validation target groups.
BEAN_VALIDATION_GROUPS - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
Property for setting bean validation target groups.
BEAN_VALIDATION_MODE - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
Property for setting bean validation mode.
BEAN_VALIDATION_MODE - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
Property for setting bean validation mode.
BEAN_VALIDATION_MODE - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
Property for setting bean validation mode.
BEAN_VALIDATION_NO_OPTIMISATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property for disabling Bean Validation optimisations.
BEAN_VALIDATION_NO_OPTIMISATION - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
Property for disabling Bean Validation optimisations.
BEAN_VALIDATION_NO_OPTIMISATION - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
Property for disabling Bean Validation optimisations.
BEAN_VALIDATION_NO_OPTIMISATION - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
Property for disabling Bean Validation optimisations.
BeanValidationChecker - Class in org.eclipse.persistence.jaxb
Helper class.
BeanValidationChecker() - Constructor for class org.eclipse.persistence.jaxb.BeanValidationChecker
 
BeanValidationException - Exception in org.eclipse.persistence.exceptions
BeanValidationException should be used to represent any exception that happens during Bean Validation in MOXy.
BeanValidationException(String) - Constructor for exception org.eclipse.persistence.exceptions.BeanValidationException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
BeanValidationException(String, Throwable) - Constructor for exception org.eclipse.persistence.exceptions.BeanValidationException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
BeanValidationExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for BeanValidationException messages.
BeanValidationExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.BeanValidationExceptionResource
 
BeanValidationHelper - Class in org.eclipse.persistence.internal.jpa.metadata.beanvalidation
INTERNAL: Utility class for bean validation related tasks.
BeanValidationHelper() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.beanvalidation.BeanValidationHelper
Creates a new instance.
BeanValidationHelper - Class in org.eclipse.persistence.jaxb
INTERNAL: Asynchronously starts validation.xml file processing when created.
BeanValidationHelper() - Constructor for class org.eclipse.persistence.jaxb.BeanValidationHelper
Creates a new instance.
BeanValidationInitializationHelper - Interface in org.eclipse.persistence.internal.jpa.deployment
Responsible for intialializing Bean Validation.
BeanValidationInitializationHelper.BeanValidationInitializationHelperImpl - Class in org.eclipse.persistence.internal.jpa.deployment
 
BeanValidationInitializationHelperImpl() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.BeanValidationInitializationHelper.BeanValidationInitializationHelperImpl
 
BeanValidationListener - Class in org.eclipse.persistence.internal.jpa.metadata.listeners
Responsible for performing automatic bean validation on call back events.
BeanValidationListener(ValidatorFactory, Class[], Class[], Class[]) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.listeners.BeanValidationListener
 
BeanValidationMode - Enum in org.eclipse.persistence.jaxb
 
BeanValidationPlugin - Class in org.eclipse.persistence.jaxb.plugins
XJC Plugin for generation of JSR349 (Bean Validation) annotations.
BeanValidationPlugin() - Constructor for class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
 
BEFORE_INSERT - Static variable in interface org.eclipse.persistence.internal.sequencing.Sequencing
 
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 interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
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.internal.sessions.remote.RemoteScrollableCursor
Moves the cursor to the front of the result set, just before the first row
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 interface org.eclipse.persistence.internal.oxm.Marshaller.Listener
This event will be called before an object is marshalled.
beforeMarshal(Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
 
beforeMarshal(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
beforeUnmarshal(Object, Object) - Method in interface org.eclipse.persistence.internal.oxm.Unmarshaller.Listener
Event that will be called before objects are unmarshalled.
beforeUnmarshal(Object, Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
 
beforeUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
 
beforeUnmarshal(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmarshalListener
 
begin() - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
Start the current transaction.
begin() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
Deprecated.
 
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 class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Begin an early unit of work transaction.
beginEarlyTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Begin an early unit of work transaction.
beginEarlyTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
PUBLIC: Tell the unit of work to begin a transaction now.
beginEarlyTransaction() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Tell the unit of work to begin a transaction now.
beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Begin a transaction on the database.
beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Begin an early unit of work transaction.
beginEarlyTransaction() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Begin an early unit of work transaction.
beginEarlyTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Begin an early unit of work transaction.
beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Begin an early unit of work transaction, all further queries must be isolated.
beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Begin an early unit of work transaction.
beginEarlyTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
 
beginEarlyTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Begin an early unit of work transaction.
beginEarlyTransaction() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Tell the unit of work to begin a transaction now.
beginExternalTransaction() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Attempts to begin an external transaction.
beginLogging() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Clears the List of changes and turns change logging on.
beginTransaction(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Begin a transaction on the data store.
beginTransaction(DatabaseAccessor) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for jdbc drivers which do not support autocommit to explicitly begin a transaction This method is a no-op for databases which implement autocommit as expected.
beginTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Begin a transaction on the database.
beginTransaction() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
INTERNAL: No transactions should be used inside a HistoricalSession.
beginTransaction() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Begin a transaction on the database.
beginTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Begin a transaction on the database.
beginTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Begin a transaction on the database.
beginTransaction() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This is internal to the uow, transactions should not be used explicitly in a uow.
beginTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.JTATransactionWrapper
 
beginTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.ResourceLocalTransactionWrapper
 
beginTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.TransactionWrapper
 
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.
bePostfix() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Tell the operator to be postfix, i.e.
bePrefix() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Tell the operator to be pretfix, i.e.
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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
BETWEEN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is between the second and third arguments in value.
between(Expression<? extends Y>, Y, Y) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is between the second and third arguments in value.
BETWEEN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'BETWEEN'.
between(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
Creates the expression x BETWEEN y AND z.
between(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression x BETWEEN y AND z.
between(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates the expression x BETWEEN y AND z.
betweenExpression(boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
BetweenExpression - Class in org.eclipse.persistence.jpa.jpql.parser
Used in conditional expression to determine whether the result of an expression falls within an inclusive range of values.
BetweenExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Creates a new BetweenExpression.
BetweenExpression_MissingAnd - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
BetweenExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
BetweenExpression_MissingLowerBoundExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
BetweenExpression_MissingUpperBoundExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
BetweenExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
BetweenExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the between expression.
BetweenExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionBNF
Creates a new BetweenExpressionBNF.
BetweenExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This 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.jpql.parser.BetweenExpressionFactory
Creates a new BetweenExpressionFactory.
BetweenExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Used in conditional expression to determine whether the result of an expression falls within an inclusive range of values.
BetweenExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Creates a new BetweenExpressionStateObject.
BetweenExpressionStateObject(StateObject, StateObject, boolean, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Creates a new BetweenExpressionStateObject.
BetweenExpressionStateObject(StateObject, StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Creates a new BetweenExpressionStateObject.
BetweenExpressionStateObject(StateObject, String, boolean, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Creates a new BetweenExpressionStateObject.
BetweenExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Creates a new BetweenExpressionStateObject.
BetweenNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
BetweenNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.BetweenNode
BetweenNode constructor comment.
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
 
BIGDECIMAL - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
BIGDECIMAL - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
BIGDECIMAL - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
bigDecimal() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link BigDecimal}.
bigDecimal() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link BigDecimal}.
bigDecimal() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for BigDecimal.
BIGINTEGER - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
BIGINTEGER - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
BIGINTEGER - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
bigInteger() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link BigInteger}.
bigInteger() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link BigInteger}.
bigInteger() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for BigInteger.
binaryCopy(File, File) - Method in class org.eclipse.persistence.tools.PackageRenamer
Do a binary copy of the file byte buffer by byte buffer.
BinaryDataCollectionMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,CONVERTER extends CoreConverter,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MARSHALLER extends Marshaller,MIME_TYPE_POLICY extends MimeTypePolicy,SESSION extends CoreSession,UNMARSHALLER extends Unmarshaller,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
BinaryDataMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,CONVERTER extends CoreConverter,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MARSHALLER extends Marshaller,MIME_TYPE_POLICY extends MimeTypePolicy,SESSION extends CoreSession,UNMARSHALLER extends Unmarshaller,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
BinaryDataUnmarshalRecord - Class in org.eclipse.persistence.internal.oxm.record
 
BinaryDataUnmarshalRecord(ObjectBuilder, UnmarshalRecord, XMLBinaryDataMappingNodeValue, BinaryDataMapping) - Constructor for class org.eclipse.persistence.internal.oxm.record.BinaryDataUnmarshalRecord
 
BinaryMappingContentHandler - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Implementation of DeferredContentHandler for Binary Mappings.
BinaryMappingContentHandler(UnmarshalRecord, NodeValue, BinaryDataMapping) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.BinaryMappingContentHandler
 
BinaryMappingContentHandler(UnmarshalRecord, NodeValue, BinaryDataCollectionMapping) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.BinaryMappingContentHandler
 
BinaryOperatorNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
BinaryOperatorNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.BinaryOperatorNode
 
bind(Object, Object) - Method in class org.eclipse.persistence.internal.jaxb.IDResolverWrapper
 
bind(Map<String, Object>, Object) - Method in class org.eclipse.persistence.internal.jaxb.IDResolverWrapper
 
bind(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.IDResolver
Bind the object obj to the identifier id.
bind(Map<String, Object>, Object) - Method in class org.eclipse.persistence.internal.oxm.IDResolver
Bind the object obj to the composite key information specified in the id Map.
BIND_ALL_PARAMETERS_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
BIND_ALL_PARAMETERS_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
 
BIND_PARAMETERS - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.jdbc.bind-parameters"
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.
BindCallCustomParameter - Class in org.eclipse.persistence.internal.databaseaccess
INTERNAL:
BindCallCustomParameter(Object) - Constructor for class org.eclipse.persistence.internal.databaseaccess.BindCallCustomParameter
INTERNAL: Binds the custom parameter (obj) into the passed PreparedStatement for the passed DatabaseCall.
BINDINGS_PKG_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
bindingsList - Variable in class org.eclipse.persistence.internal.xr.XmlBindingsModel
 
bindParameter(Writer, Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Bind the parameter.
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.
Birth - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
BIT_LENGTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'BIT_LENGTH', which is an unused keyword.
BLOB - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
BOOLEAN - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
BOOLEAN - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
BOOLEAN - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
BOOLEAN - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
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.
BOOLEAN_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
BOOLEAN_STRING_FALSE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
BOOLEAN_STRING_TRUE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
BooleanExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a boolean expression.
BooleanExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BooleanExpressionBNF
Creates a new BooleanExpressionBNF.
BooleanLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a boolean literal expression.
BooleanLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BooleanLiteralBNF
Creates a new BooleanLiteralBNF.
BooleanLiteralNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
BooleanLiteralNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.BooleanLiteralNode
 
BooleanLiteralNode(Boolean) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.BooleanLiteralNode
 
BooleanLiteralNode(boolean) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.BooleanLiteralNode
 
BOOLEANOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
String values for type names in the commonj.sdo/java namespace
BooleanObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.BooleanObjectWrapperImpl
 
BooleanPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a boolean primary expression.
BooleanPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.BooleanPrimaryBNF
Creates a new BooleanPrimaryBNF.
booleanType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Boolean}.
booleanType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Boolean}.
booleanType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Boolean.
BooleanWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.BooleanWrapperImpl
 
bootstrapBeanValidation(Map, AbstractSession, ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.deployment.BeanValidationInitializationHelper.BeanValidationInitializationHelperImpl
 
bootstrapBeanValidation(Map, AbstractSession, ClassLoader) - Method in interface org.eclipse.persistence.internal.jpa.deployment.BeanValidationInitializationHelper
 
bootstrapPersistenceContext(String, EntityManagerFactory, URI, String, boolean) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
Bootstrap a PersistenceContext based on an pre-existing EntityManagerFactory.
BOTH - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
BOTH - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
BOTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'BOTH'.
BroadcastRemoteConnection - Class in org.eclipse.persistence.internal.sessions.coordination.broadcast
Purpose: Base class extending RemoteConnection for broadcasting RCM protocols: JMS and Oc4jJGroups.
BroadcastRemoteConnection(RemoteCommandManager) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
 
BroadcastTransportManager - Class in org.eclipse.persistence.sessions.coordination.broadcast
Purpose: Base class transport manager for broadcasting RCM protocols: JMS and Oc4jJGroups.
BroadcastTransportManager() - Constructor for class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
 
BroadcastTransportManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
 
Buffered - Static variable in class org.eclipse.persistence.config.BatchWriting
 
build() - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader.JsonParserReaderBuilder
 
build() - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Builds ItemLinks object.
BUILD_FIELD_VALUE_METHOD - Static variable in interface org.eclipse.persistence.core.mappings.transformers.CoreFieldTransformer
Method name should be same as the value of this field.
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.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.
buildAddFieldWriter(AbstractSession, FieldDefinition, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the alter table statement to add a field to the table.
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.
buildAlterIncrementWriter(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Return the SQL required to alter INCREMENT BY
buildAndCheckDestinationFile(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
INTERNAL Creates a destination directory File object under the path passed, verifying correctness.
buildAndCheckExistingDirFile(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
 
buildAndCheckLogWriter(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
 
buildAndExecuteSelectCalls(AbstractSession) - Method in class org.eclipse.persistence.internal.helper.LOBValueWriter
Build and execute the deferred select calls.
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.
buildAttachmentHandler(byte[], String) - Static method in class org.eclipse.persistence.internal.xr.AttachmentHelper
INTERNAL: build a DataHandler backed by a ByteArrayDataSource
buildAttributeNode(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
 
buildAttributeResponse(PersistenceContext, Map<String, Object>, String, Object, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
Builds the attribute response.
buildAttributeResponse(PersistenceContext, Map<String, Object>, String, Object, UriInfo) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilder
Builds the attribute response.
buildAttributeResponse(PersistenceContext, Map<String, Object>, String, Object, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
Builds the attribute response.
buildAttributeResponse(PersistenceContext, Map<String, Object>, String, Object, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder
Builds the attribute response.
buildAttributesIntoObject(Object, CacheKey, AbstractRecord, ObjectBuildingQuery, JoinedAttributeManager, FetchGroup, boolean, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Each mapping is recursed to assign values from the Record to the attributes in the domain object.
buildAttributesIntoObject(Object, CacheKey, AbstractRecord, ObjectBuildingQuery, JoinedAttributeManager, FetchGroup, boolean, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
Override method in superclass in order to set the session on the record.
buildAttributesIntoShallowObject(Object, AbstractRecord, ObjectBuildingQuery) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: For reading through the write connection when in transaction, We need a partially populated original, so that we can build a clone using the copy policy, even though we can't put this original in the shared cache yet; just build a shallow original (i.e.
buildAttributesIntoWorkingCopyClone(Object, CacheKey, ObjectBuildingQuery, JoinedAttributeManager, AbstractRecord, UnitOfWorkImpl, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: For reading through the write connection when in transaction, populate the clone directly from the database row.
buildAttributeValue(Record, Object, Session) - Method in class org.eclipse.persistence.internal.xr.QNameTransformer
 
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
 
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, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Returns the backup clone of the specified object.
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.mappings.MultitenantPrimaryKeyMapping
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.
buildBase64StringFromBytes(byte[]) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
 
buildBase64StringFromBytes(byte[]) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
buildBase64StringFromObjectBytes(Byte[]) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
buildBaseRestSchemaRef(String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns a link to standard base schema of given type.
buildBaseSelectionCriteria(boolean, Map) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Create the appropriate where clause.
buildBaseSelectionCriteria(boolean, Map, boolean) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Create the appropriate where clause.
buildBaseSelectStatement(boolean, Map) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Return the appropriate select statement containing the fields in the table.
buildBaseSelectStatement(boolean, Map, boolean) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Return the appropriate select statement containing the fields in the table.
buildBasicRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
buildBasicRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
buildBasicRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
buildBatchCriteria(ExpressionBuilder, Expression) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
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.
buildBatchCriteriaForComplexId(ExpressionBuilder, List<Expression>) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Return the selection criteria used to IN batch fetching.
buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
 
buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
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.PLSQLCursor
 
buildBeginBlock(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
buildBytesFromHexString(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Convert the HEX string to a byte array.
buildCacheCoordinationMergeChangeSet(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Return a new UnitOfWorkChangeSet that only includes data require for the remote merge, for cache coordination.
buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
Return SQL call for the statement, through generating the SQL string.
buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteStatement
Append the string containing the SQL insert string for the given table.
buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
Append the string containing the SQL insert string for the given table.
buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLModifyStatement
 
buildCall(AbstractSession, DatabaseQuery) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Build the call, setting the query first, this is required in some cases when the query info is required to print the SQL.
buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Print the SQL representation of the statement on a stream.
buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLStatement
Return SQL call for the statement, through generating the SQL string.
buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
Append the string containing the SQL insert string for the given table.
buildCall(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
Append the string containing the SQL insert string for the given table.
buildCallFromStatement(SQLStatement, DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return a call built from a statement.
buildCallFromStatement(SQLStatement, DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: Override this method to throw an exception.
buildCallFromStatement(SQLStatement, DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.eis.EISPlatform
INTERNAL: Override this method to throw an exception by default.
buildCallWithReturning(SQLCall, Vector) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL Returns null unless the platform supports call with returning
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.
buildCaseExpressionStateObjectBuilder(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
Creates a builder that can create a CASE expression programmatically.
buildCaseExpressionStateObjectBuilder(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
Creates a builder that can create a CASE expression programmatically.
buildCaseExpressionStateObjectBuilder(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Creates a builder that can create a CASE expression programmatically.
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.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.
buildChangeSetForNewObjectInCollection(Object, ClassDescriptor, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
buildChangeSetForNewObjectInCollection(Object, ClassDescriptor, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Ensure the new key is set for the change set for a new map object
buildChangeSummaryMapping() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
buildClass(String) - Method in class org.eclipse.persistence.internal.dbws.SOAPResponseClassLoader
 
buildClassDetailsAndModifyProject() - Method in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
Build a list ClassDetails instance that contains a ClassDetails for each class in our entities list.
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.
buildClassNameFromEntryString(String) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Entries in a zip file are directory entries using slashes to separate them.
buildClassSet(PersistenceUnitInfo, Map) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Build a set that contains all the class names at a URL.
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, Integer, 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, Integer, 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, Integer, 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, Integer, 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, Integer, 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, Integer, 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, Integer, 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, Integer, AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL: Clone the attribute from the original and assign it to the clone.
buildClone(Object, CacheKey, Object, Integer, 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, Integer, 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, Integer, 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, Integer, 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, Integer, 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, Integer, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
buildCloneFor(Object) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkQueryValueHolder
Clone the original attribute value.
buildCloneFor(Object) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkTransformerValueHolder
Clone the original attribute value.
buildCloneFor(Object) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
Clone the original attribute value.
buildCloneForKey(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
Build a clone for the key of a Map represented by this container policy if necessary.
buildCloneForKey(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
Build a clone for the key of a Map represented by this container policy.
buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, Integer, boolean, boolean) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Require for cloning, the part must be cloned.
buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, Integer, boolean, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Require for cloning, the part must be cloned.
buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, Integer, boolean, boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Require for cloning, the part must be cloned.
buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, Integer, boolean, boolean) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Require for cloning, the part must be cloned.
buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, Integer, boolean, boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Require for cloning, the part must be cloned.
buildCloneForPartObject(Object, Object, CacheKey, Object, AbstractSession, Integer, boolean, 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, Integer, boolean, 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.mappings.MultitenantPrimaryKeyMapping
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
 
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.
buildCollectionEntry(Object, ObjectChangeSet) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return an object representing an entry in the collection represented by this container policy This method will be overridden to allow MapContainerPolicy to return a construct that contains the key and the value
buildCollectionEntry(Object, ObjectChangeSet) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Return an object representing an entry in the collection represented by this container policy This method will returns an Association containing the key and the value for a Map
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Creates a new CollectionExpression that will wrap the single select item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Creates a new CollectionExpression that will wrap the first and second expressions.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Creates a new CollectionExpression that will wrap the single declaration.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
Creates a new CollectionExpression that will wrap the single order by item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Creates a new CollectionExpression that will wrap the single select item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Creates a new CollectionExpression that will wrap the first, second and third expressions.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
Creates a new CollectionExpression that will wrap the single constructor item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Creates a new CollectionExpression that will wrap the single constructor item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Creates a new CollectionExpression that will wrap the single range variable declaration.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Creates a new CollectionExpression that will wrap the single group by item.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Creates a new CollectionExpression that will wrap the single join expression.
buildCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Creates a new CollectionExpression that will wrap the single update item.
buildColsAndValuesBindingsFromMappings(StringBuilder, Collection<DatabaseMapping>, Collection<DatabaseField>, int, String, String) - Static method in class org.eclipse.persistence.internal.descriptors.DescriptorHelper
Append list of column to value bindings from descriptor class to provided StringBuilder.
buildColsAndValuesBindingsFromMappings(StringBuilder, Collection<? extends MetadataAccessor>, int, String, String) - Static method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataHelper
Append list of column to value bindings from descriptor class to provided StringBuilder.
buildColsFromMappings(StringBuilder, Collection<DatabaseMapping>, String) - Static method in class org.eclipse.persistence.internal.descriptors.DescriptorHelper
Append list of columns from descriptor class to provided StringBuilder.
buildColsFromMappings(StringBuilder, Collection<? extends MetadataAccessor>, String) - Static method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataHelper
Append list of columns from descriptor class to provided StringBuilder.
buildCommandsConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildCompatible(PLSQLargument) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
 
buildConnectionPolicyConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildConnectionPoolConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
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.
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.
buildContainerFromVector(Vector, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
INTERNAL: Return an ArrayList from the Vector.
buildContainerFromVector(Vector, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
INTERNAL: Return a container populated with the contents of the specified Vector.
buildContainerFromVector(Vector, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return a container populated with the contents of the specified Vector.
buildContainerFromVector(Vector, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.IndirectListContainerPolicy
INTERNAL: Just return the Vector.
buildContainerFromVector(Vector, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Return a container populated with the contents of the specified Vector.
buildContainerFromVector(Vector, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.VectorContainerPolicy
INTERNAL: Just return the Vector.
buildContentAssistProposals(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Retrieves the possibles choices that can complete the query from the given position within the query.
buildContentAssistProposals(int, ContentAssistExtension) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Retrieves the possibles choices that can complete the query from the given position within the query.
buildContext(ReadQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.parsing.JPQLParseTree
INTERNAL Build the context to be used when generating the expression from the parse tree
buildContext(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Build the context to be used when generating the expression from the parse tree
buildContextForReadQuery(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Build the context to be used when generating the expression from the parse tree
buildConverterAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
INTERNAL: Build a converter accessor from this metadata.
buildConverterMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
INTERNAL: Build a converter metadata from this metadata.
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.
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.
buildCreateIndex(String, String, String...) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Don't override this method.
buildCreateIndex(String, String, String, boolean, String...) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Override this method with the platform's CREATE INDEX statement.
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.
buildCustomServerPlatformConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildDatabaseLoginConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildDatabaseLoginConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
 
buildDatabaseLoginDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
 
buildDatabaseLoginDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
 
buildDatabaseSessionConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildDatasourceLoginDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
 
buildDefaultPolicy() - Static method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return the appropriate container policy for the default container class.
buildDefaultSequenceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildDefaultSessionLogConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
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.
buildDeleteExpression(DatabaseTable, AbstractRecord, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build and return the expression to use as the where clause to delete an object.
buildDeleteExpression(DatabaseTable, Expression, AbstractRecord) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
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.
buildDescriptorIndex() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
INTERNAL:
buildDescriptors() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
 
buildDescriptors() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
 
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.
buildDiscoveryConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildDropIndex(String, String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Don't override this method.
buildDropIndex(String, String, String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Override this method with the platform's DROP INDEX statement.
buildDropIndex(String, String, String) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Return the DROP INDEX string for this platform.
buildEISLoginConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildEISLoginDescriptor() - Method in class org.eclipse.persistence.eis.EISObjectPersistenceXMLProject
 
buildEJBQLDatabaseQuery(String, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Build a DatabaseQuery from an jpql string.
buildEJBQLDatabaseQuery(String, String, AbstractSession, Enum, Map<String, Object>, ClassLoader) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Build a DatabaseQuery from an JPQL string.
buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Clone the aggregate collection, if necessary.
buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Build a clone of the given element in a unitOfWork
buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Clone the element, if necessary.
buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Clone the element, if necessary.
buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
Build a clone of the given element in a unitOfWork.
buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
Build a clone of the given element in a unitOfWork
buildElementClone(Object, Object, CacheKey, Integer, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
Build a clone of the given element in a unitOfWork.
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.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.
buildElementUnitOfWorkClone(Object, Object, Integer, UnitOfWorkImpl, boolean, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Clone the element, if necessary.
buildEntityDescribesHref(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns a href to single entity resource without primary key.
buildEntityFieldHref(PersistenceContext, String, String, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Builds a link to an entity field.
buildEntityHref(PersistenceContext, String, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns a href to single entity resource.
buildEntityList(MetadataProcessor, ClassLoader) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Create a list of the entities that will be deployed.
buildEntityMetadataHref(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns a href to entity resource metadata.
buildEscapedQuery(String, String, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Creates a new JPQL query by inserting the given proposal at the given position.
buildEscapedQuery(String, String, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Creates a new JPQL query by inserting the given proposal at the given position.
buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
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.
buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
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.
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.CollectionMapping
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.DirectCollectionMapping
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.
buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
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.
buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
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.
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.
buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
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.
buildExpression(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
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.
buildExpressionFromExample(Object, QueryByExamplePolicy, Expression, Map, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: This method is used when Query By Example is used.
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(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
INTERNAL: builds the field names based on the type read in from the builder
buildFieldValue(Object, String, SESSION) - Method in interface org.eclipse.persistence.core.mappings.transformers.CoreFieldTransformer
 
buildFieldValue(Object, XML_FIELD, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
 
buildFieldValue(Object, String, Session) - Method in class org.eclipse.persistence.internal.xr.QNameTransformer
 
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.
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.
buildHexStringFromBytes(byte[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
Convert the byte array to a HEX string.
buildId(PersistenceContext, String, String) - Static method in class org.eclipse.persistence.jpa.rs.util.IdHelper
 
buildInDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
buildInDeclare(StringBuilder, PLSQLargument) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
buildInDeclare(StringBuilder, PLSQLargument) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
buildInDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
 
buildInDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
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.PLSQLCursor
 
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.
buildIndirectObject(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: This method can be used when an Indirection Object is required to be built from a provided ValueHolderInterface object.
buildIndirectObject(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: This method can be used when an Indirection Object is required to be built from a provided ValueHolderInterface object.
buildIndirectObject(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: This method can be used when an Indirection Object is required to be built from a provided ValueHolderInterface object.
buildIndirectObject(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: This method can be used when an Indirection Object is required to be built from a provided ValueHolderInterface object.
buildIndirectObject(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: This method can be used when an Indirection Object is required to be built from a provided ValueHolderInterface object.
buildInheritanceHierarchyTree(Project) - Static method in class org.eclipse.persistence.internal.codegen.InheritanceHierarchyBuilder
 
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.
buildIntoNestedRow(AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
buildIntoNestedRow(AbstractRecord, Object, AbstractSession, Descriptor, Field) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
buildIntoNestedRow(AbstractRecord, Object, Object, AbstractSession, Descriptor, Field, boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
buildJavaLogConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildJMSPublishingTransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildJMSTopicTransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildJNDINamingServiceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildKey(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
Extract the key for the map from the provided row overridden by subclasses that deal with map keys
buildKey(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
Extract the key for the map from the provided row.
buildKeyFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
Extract the key for the map from the provided row overridden by subclasses that deal with map keys
buildKeyFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
Extract the key for the map from the provided row.
buildLogConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildLogConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigToplinkProject
 
buildLoggingOptionsConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildLoginConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildMapping(IManagedType, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingBuilder
Creates a new IMapping.
buildMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
buildMapping(String, int) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
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.
buildMessage(String, Object[]) - Static method in class org.eclipse.persistence.internal.localization.DMSLocalization
 
buildMessage(String) - Static method in class org.eclipse.persistence.internal.localization.DMSLocalization
 
buildMessage(String, String, Object[]) - Static method in class org.eclipse.persistence.internal.localization.EclipseLinkLocalization
Return the message for the given exception class and error number.
buildMessage(String, String, Object[], boolean) - Static method in class org.eclipse.persistence.internal.localization.EclipseLinkLocalization
INTERNAL: Return the message for the given exception class and error number.
buildMessage(String, Object[]) - Static method in class org.eclipse.persistence.internal.localization.ExceptionLocalization
 
buildMessage(String) - Static method in class org.eclipse.persistence.internal.localization.ExceptionLocalization
 
buildMessage(String, Object[]) - Static method in class org.eclipse.persistence.internal.localization.JAXBLocalization
 
buildMessage(String) - Static method in class org.eclipse.persistence.internal.localization.JAXBLocalization
 
buildMessage(String, Object[]) - Static method in class org.eclipse.persistence.internal.localization.LoggingLocalization
 
buildMessage(String) - Static method in class org.eclipse.persistence.internal.localization.LoggingLocalization
 
buildMessage(String, Object[]) - Static method in class org.eclipse.persistence.internal.localization.ToStringLocalization
 
buildMessage(String) - Static method in class org.eclipse.persistence.internal.localization.ToStringLocalization
 
buildMessage(String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.logging.LoggingLocalization
Return the message for the given exception class and error number.
buildMessage(String, Object[], boolean) - Static method in class org.eclipse.persistence.jpa.rs.logging.LoggingLocalization
INTERNAL: Return the message for the given exception class and error number.
buildMetadataCatalogHref(PersistenceContext) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns a href to metadata catalog.
buildNativeCall(String) - Method in class org.eclipse.persistence.eis.EISPlatform
INTERNAL: Return the correct call type for the native query string.
buildNativeCall(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
INTERNAL: Return the correct call type for the native query string.
buildNativeSequenceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
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.
buildNewIdentityMap(ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
INTERNAL: (Public to allow testing to access) Return a new empty identity map to cache instances of the class.
buildNewInstance() - Method in class org.eclipse.persistence.internal.core.descriptors.CoreInstantiationPolicy
Build and return a new instance, using the appropriate mechanism.
buildNewInstance() - Method in class org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder
Return a new instance of the receiver's javaClass.
buildNewInstance() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
Build and return a new instance, using the appropriate mechanism.
buildNewInstance() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return a new instance of the receiver's javaClass.
buildNewInstance() - Method in class org.eclipse.persistence.internal.descriptors.PersistenceObjectInstantiationPolicy
Build and return a new instance, using the factory
buildNewInstance() - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
buildNewInstance() - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
Return a new instance of the receiver's javaClass.
buildNewInstance() - Method in class org.eclipse.persistence.sdo.SDOType.TypeInstantiationPolicy
 
buildNewQueryMechanism(DatabaseQuery) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Return the appropriate mechanism, with the call added as necessary.
buildNewQueryMechanism(DatabaseQuery) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Return the appropriate mechanism, with the call added as necessary.
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.
buildObject(ObjectLevelReadQuery, AbstractRecord) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return an instance of the receivers javaClass.
buildObject(ObjectBuildingQuery, AbstractRecord, JoinedAttributeManager) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return an instance of the receivers javaClass.
buildObject(ObjectBuildingQuery, AbstractRecord, JoinedAttributeManager, AbstractSession, ClassDescriptor, InheritancePolicy, boolean, boolean, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return an instance of the receivers javaClass.
buildObject(AbstractRecord, Vector) - Method in class org.eclipse.persistence.internal.jpa.querydef.TupleQuery
INTERNAL: Construct a result from a row.
buildObject(ObjectBuildingQuery, AbstractRecord, JoinedAttributeManager) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
INTERNAL: Override the parent's buildObject to allow for the caching of aggregate objects in OX.
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.
buildObjectFromNestedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
buildObjectFromResultSet(ObjectBuildingQuery, JoinedAttributeManager, ResultSet, AbstractSession, DatabaseAccessor, ResultSetMetaData, DatabasePlatform, Vector, DatabaseField[]) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Builds a working copy clone directly from a result set.
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.
buildObjects(Vector) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Construct a container of ReportQueryResult from the rows.
buildObjectsFromCursorInto(ReadAllQuery, List, Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return a container which contains the instances of the receivers javaClass.
buildObjectsFromRecords(List) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
INTERNAL: This method is used to build the results.
buildObjectsFromRecords(List, int) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
INTERNAL: This method is used to build the results with the SQLResultSetMapping at the given index.
buildObjectsFromResultSetInto(ReadAllQuery, ResultSet, Vector, DatabaseField[], Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Version of buildObjectsInto method that takes call instead of rows.
buildObjectShell(PersistenceContext, String, Object) - Static method in class org.eclipse.persistence.jpa.rs.util.IdHelper
build a shell of an object based on a primary key.
buildObjectsInto(ReadAllQuery, List, Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return a container which contains the instances of the receivers javaClass.
buildOc4jJGroupsTransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
 
buildOriginal(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Unregistered new objects have no original so we must create one for commit and resume and to put into the parent.
buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
 
buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
 
buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
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.PLSQLCursor
 
buildOutAssignment(StringBuilder, PLSQLargument, PLSQLStoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
buildOutDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
buildOutDeclare(StringBuilder, PLSQLargument) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
buildOutDeclare(StringBuilder, PLSQLargument) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
buildOutDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
 
buildOutDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
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.PLSQLCursor
 
buildOutDeclare(StringBuilder, PLSQLargument) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
buildOutputRow(CallableStatement, DatabaseCall, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Build a row from the output parameters of a sp call.
buildOutputRow(CallableStatement, DatabaseAccessor, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Return Record containing output fields and values.
buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, List<DatabaseField>, List) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, List<DatabaseField>, List) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
buildOutputRow(PLSQLargument, AbstractRecord, DatabaseRecord, List<DatabaseField>, List) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
 
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.
buildParser(String) - Static method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParserBuilder
INTERNAL Build a parser for the passed ejbql string, for ANTLR version 2.7.3
buildParserFor(String) - Static method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Creates a parser for the specified query string.
buildParserFor(String, String) - Static method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Creates a parser for the specified query string.
buildParserFor(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParserFactory
 
buildParseTree(String) - Static method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Builds a parser, parses the specified query string and returns the parse tree.
buildParseTree(String, String) - Static method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Builds a parser, parses the specified query string and returns the parse tree.
buildPersistenceUnitName(URL, String) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Build the unique persistence name by concatenating the decoded URL with the persistence unit name.
buildPersistenceWeaver() - Method in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
 
buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
Require subclass to build policy.
buildPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
Set common fields into policy.
buildPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
Set common fields into policy.
buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.HashPartitioningMetadata
 
buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.PartitioningMetadata
Cannot instantiate policy until the correct class loader is available.
buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.PinnedPartitioningMetadata
 
buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitioningMetadata
INTERNAL: Method for processing/building the specific property.
buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ReplicationPartitioningMetadata
 
buildPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ReplicationPartitioningMetadata
 
buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RoundRobinPartitioningMetadata
 
buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.UnionPartitioningMetadata
 
buildPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitioningMetadata
INTERNAL: Build/process the partitioning policy.
buildPolicyFor(Class) - Static method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return the appropriate container policy for the specified concrete container class.
buildPolicyFor(Class, boolean) - Static method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return the appropriate container policy for the specified concrete container class.
buildPoolsConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildPosition(String, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Creates a map of the position of the cursor within each Expression of the parsed tree.
buildPositions(WordParser, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Calculates the start and end position for correctly inserting the proposal into the query.
buildPrimaryKeyAttributesIntoObject(Object, AbstractRecord, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Build just the primary key mappings into the object.
buildPrimaryKeyExpression(DatabaseTable) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the primary key expression for the secondary table.
buildPrimaryKeyExpressionFromKeys(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the primary key expression from the specified primary key values.
buildPrimaryKeyExpressionFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the primary key expression from the specified domain object.
buildProcedureCallString(StoredProcedureCall, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return the proc syntax for this platform.
buildProcedureCallString(StoredProcedureCall, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Return the stored procedure syntax for this platform.
buildProcedureCallString(StoredProcedureCall, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Used for sp calls.
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.
buildProjectClassConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildProjectConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildProjectXMLConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildProperties() - Method in class org.eclipse.persistence.jaxb.compiler.builder.TransformerPropertyBuilder
 
buildPropertyConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildProposals(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Prepares this visitor by prepopulating it with the necessary data that is required to properly gather the list of proposals based on the given caret position.
buildProposals(int, ContentAssistExtension) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Prepares this visitor by prepopulating it with the necessary data that is required to properly gather the list of proposals based on the given caret position.
buildQNameFromString(String, AbstractUnmarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
 
buildQNameFromString(String, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
buildQuery(CharSequence, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.jpql.HermesParser
Creates a fully initialized DatabaseQuery by parsing the given JPQL query.
buildQuery(String, String, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Creates a new JPQL query by inserting the given proposal at the given position.
buildQuery(String, String, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Creates a new JPQL query by inserting the given proposal at the given position.
buildQuery(Map<String, String>, String, Map<?, ?>, Map<String, ?>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Builds the query.
buildQuery(CharSequence, AbstractSession) - Method in class org.eclipse.persistence.queries.ANTLRQueryBuilder
Deprecated.
Creates a fully initialized DatabaseQuery by parsing the given JPQL query.
buildQuery(CharSequence, AbstractSession) - Method in interface org.eclipse.persistence.queries.JPAQueryBuilder
Creates a fully initialized DatabaseQuery by parsing the given JPQL query.
buildQueryDescribesHref(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns a href to single entity resource without primary key.
buildQueryHref(PersistenceContext, String, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns a href to query resource.
buildQueryMechanism(DatabaseQuery, DatabaseQueryMechanism) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Return the appropriate mechanism, with the call added as necessary.
buildQueryMechanism(DatabaseQuery, DatabaseQueryMechanism) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Return the appropriate mechanism, with the call added as necessary.
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.
buildQueryMetadataHref(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns a href to query resource.
buildReadAllQueryResponse(PersistenceContext, Map<String, Object>, List<Object>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
Builds the read all query response.
buildReadAllQueryResponse(PersistenceContext, Map<String, Object>, List<Object>, UriInfo) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilder
Builds the read all query response.
buildReadAllQueryResponse(PersistenceContext, Map<String, Object>, List<Object>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
Builds the read all query response.
buildReadAllQueryResponse(PersistenceContext, Map<String, Object>, List<Object>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder
Builds the read all query response.
buildReadConnectionPoolConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
buildRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
buildRefactoringTool() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
Creates the concrete instance of the tool that can refactor the content of a JPQL query.
buildReference(Object) - Method in class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
Allows subclass to create a SoftReference to the object.
buildReference(Object) - Method in class org.eclipse.persistence.internal.identitymaps.SoftCacheWeakIdentityMap
Creates a Soft reference to the object.
buildReference(UNMARSHAL_RECORD, XML_FIELD, Object, ABSTRACT_SESSION, Object) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CollectionReferenceMapping
 
buildReference(UNMARSHAL_RECORD, XML_FIELD, Object, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
 
buildReference(UnmarshalRecord, XMLField, Object, AbstractSession, Object) - 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, Object, ReferenceResolver) - 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(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.
buildReferencesPKList(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: This method will access the target relationship and create a list of information to rebuild the collection.
buildReferencesPKList(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: This method will access the target relationship and create a list of information to rebuild the collection.
buildReferencesPKList(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: This method will access the target relationship and create a list of information to rebuild the collection.
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.
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.
buildRemoteCommandManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
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.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.
buildReportQueryResponse(PersistenceContext, Map<String, Object>, List<Object[]>, List<ReportItem>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
Builds the report query response.
buildReportQueryResponse(PersistenceContext, Map<String, Object>, List<Object[]>, List<ReportItem>, UriInfo) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilder
Builds the report query response.
buildReportQueryResponse(PersistenceContext, Map<String, Object>, List<Object[]>, List<ReportItem>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
Builds the report query response.
buildReportQueryResponse(PersistenceContext, Map<String, Object>, List<Object[]>, List<ReportItem>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder
Builds the report query response.
buildResultSetMappingNameQuery(List<String>, StoredProcedureCall) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Build a ResultSetMappingQuery from a sql result set mapping name and a stored procedure call.
buildResultSetMappingNameQuery(List<String>, StoredProcedureCall, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Build a ResultSetMappingQuery from a sql result set mapping name and a stored procedure call.
buildResultSetMappingQuery(List<SQLResultSetMapping>, StoredProcedureCall) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Build a ResultSetMappingQuery from the sql result set mappings given a stored procedure call.
buildResultSetMappingQuery(List<SQLResultSetMapping>, StoredProcedureCall, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Build a ResultSetMappingQuery from the sql result set mappings given a stored procedure call.
buildRMIIIOPTransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildRMIRegistryNamingServiceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildRMITransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildRow(Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
INTERNAL: Allow the platform to handle record to 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.
buildRow(Object, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of an object.
buildRow(AbstractRecord, Object, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of an object.
buildRow(XMLRecord, Object, CoreAbstractSession, MARSHALLER, XPathFragment) - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
buildRow(AbstractRecord, Object, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
buildRow(XMLRecord, Object, CoreAbstractSession, XMLMarshaller, XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
buildRow(Object, AbstractSession, DatabaseField, XMLRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
Build the nested row into the parent dom.
buildRow(AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
buildRow(AbstractRecord, Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
buildRow(XMLRecord, Object, CoreAbstractSession, Marshaller, XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
buildRowForShallowInsert(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of the object for update.
buildRowForShallowInsert(AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of the object for update.
buildRowForTranslation(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of an object.
buildRowForUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of the object for update.
buildRowForUpdate(AbstractRecord, WriteObjectQuery) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build into the row representation of the object for update.
buildRowForUpdateAfterShallowInsert(Object, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of the object that contains only the fields nullified by shallow insert.
buildRowForUpdateAfterShallowInsert(AbstractRecord, Object, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of the object that contains only the fields nullified by shallow insert.
buildRowForUpdateBeforeShallowDelete(Object, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of the object that contains only the fields nullified by shallow insert, with all values set to null.
buildRowForUpdateBeforeShallowDelete(AbstractRecord, Object, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of the object that contains only the fields nullified by shallow insert, with all values set to null.
buildRowForUpdateWithChangeSet(WriteObjectQuery) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of the object for update.
buildRowForWhereClause(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of an object.
buildRowFromPrimaryKeyValues(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row from the primary key values.
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 to 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.
buildRowWithChangeSet(AbstractRecord, ObjectChangeSet, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of an object.
buildSelectionCriteria(String, String, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.jpql.HermesParser
Creates a new Expression that represents the given selection criteria.
buildSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Internal: In the case of EJBQL, an expression needs to be generated.
buildSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.JPQLCallQueryMechanism
Internal: In the case of EJBQL, an expression needs to be generated, and the query populated.
buildSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.QueryByExampleMechanism
INTERNAL: In the case of EJBQL or query by example, an expression needs to be generated.
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(String, String, AbstractSession) - Method in class org.eclipse.persistence.queries.ANTLRQueryBuilder
Deprecated.
Creates a new Expression that represents the given selection criteria.
buildSelectionCriteria(String, String, AbstractSession) - Method in interface org.eclipse.persistence.queries.JPAQueryBuilder
Creates a new Expression that represents the given selection criteria.
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.
buildSelectionQueryForDirectCollectionMapping() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: This Certain key mappings favor different types of selection query.
buildSelectionQueryForDirectCollectionMapping() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Certain key mappings favor different types of selection query.
buildSelectQueryForIdentity() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
INTERNAL: Returns query used to read back the value generated by Identity.
buildSelectQueryForIdentity(String, Integer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
INTERNAL: Returns query used to read back the value generated by Identity.
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.PervasivePlatform
INTERNAL: Build the identity query for native sequencing.
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() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
INTERNAL: Returns query used to read value generated by sequence object (like Oracle sequence).
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
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.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.HANAPlatform
 
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(!) the sequence number in the db and returns it.
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.SQLServerPlatform
INTERNAL: Produce a DataReadQuery which updates(!) the sequence number in the database and returns it.
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Produce a DataReadQuery which updates(!) the sequence number in the DB and returns it.
buildSelectQueryForSequenceObject(String, Integer) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
INTERNAL: Produce a DataReadQuery which updates(!) the sequence number in the db and returns it.
buildSelfRecord(UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL:
buildSelfRecord(UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
buildSelfRecord(UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
 
buildSequenceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildSequenceObjectAlterIncrementWriter(Writer, String, int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Returns sql used to alter sequence object's increment in the database.
buildSequenceObjectCreationWriter(Writer, String, int, int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Returns sql used to create sequence object in the database.
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.internal.databaseaccess.DatabasePlatform
INTERNAL: Returns sql used to delete sequence object from the database.
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.
buildSequencingConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildServerLogConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildServerPlatformConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildServerPlatformConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
 
buildServerPlatformConfigDescriptorFor(Class) - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildServerSessionConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildService(XRServiceModel) - Method in class org.eclipse.persistence.internal.dbws.ProviderHelper
 
buildService() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
 
buildService(XRServiceModel) - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
 
buildSessionBrokerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildSessionConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildSessionConfigs(SessionConfigs, ClassLoader) - Method in class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
INTERNAL: To build EclipseLink sessions, users must call this method with a SessionConfigs object returned from an OX read in the XMLSessionsConfigLoader.
buildSessionConfigsDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildSessionConfigsDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
 
buildSessionConfigsDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigToplinkProject
 
buildSessionEventManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildSessions() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
INTERNAL:
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.
buildSingleEntityResponse(PersistenceContext, Map<String, Object>, Object, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
Builds the single entity response.
buildSingleEntityResponse(PersistenceContext, Map<String, Object>, Object, UriInfo) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilder
Builds the single entity response.
buildSingleEntityResponse(PersistenceContext, Map<String, Object>, Object, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
Builds the single entity response.
buildSingleResultQueryResponse(PersistenceContext, Map<String, Object>, Object, List<ReportItem>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
Builds the single result query response.
buildSingleResultQueryResponse(PersistenceContext, Map<String, Object>, Object, List<ReportItem>, UriInfo) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilder
Builds the single result query response.
buildSingleResultQueryResponse(PersistenceContext, Map<String, Object>, Object, List<ReportItem>, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
Builds the single result query response.
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
 
buildSortedFields(Vector, ResultSet, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Return the field sorted in the correct order corresponding to the result set.
buildSQLDatabaseQuery(Class, String, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Build a ReadAllQuery from a class and sql string.
buildSQLDatabaseQuery(Class, String, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Build a ReadAllQuery for class and sql string.
buildSQLDatabaseQuery(String, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Build a DataReadQuery from a sql string.
buildSQLDatabaseQuery(String, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Build a DataReadQuery from a sql string.
buildSQLDatabaseQuery(String, String, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Build a ResultSetMappingQuery from a sql result set mapping name and sql string.
buildSQLDatabaseQuery(String, String, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Build a ResultSetMappingQuery from a sql result set mapping name and sql string.
buildStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractCaseExpressionStateObjectBuilder
Creates the actual state object based on the information this builder gathered.
buildStateObject(IManagedTypeProvider, CharSequence, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
Creates a state model representation of a JPQL query that can be edited.
buildStateObject(IManagedTypeProvider, CharSequence, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
Creates a state model representation of a JPQL query that can be edited.
buildStateObject(StateObject, CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryBuilder
Creates a StateObject representation of the given JPQL fragment.
buildStateObject(S, Expression) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IBuilder
Creates the StateObject representation of the given Expression.
buildStateObject() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ICaseExpressionStateObjectBuilder
Creates the actual state object based on the information this builder gathered.
buildStateObject(IManagedTypeProvider, CharSequence, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
Creates a state model representation of a JPQL query that can be edited.
buildStateObject(IManagedTypeProvider, CharSequence, String, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
Creates a state model representation of a JPQL query that can be edited.
buildStateObject(StateObject, CharSequence, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
Creates a StateObject representation of the given JPQL fragment.
buildStateObject(IManagedTypeProvider, CharSequence, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Creates a state model representation of a JPQL query that can be edited.
buildStateObject(IManagedTypeProvider, CharSequence, String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Creates a state model representation of a JPQL query that can be edited.
buildStateObject(StateObject, CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Creates a StateObject representation of the given JPQL fragment.
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
Creates a builder that can create a conditional expression programmatically.
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
Creates a builder that can create a select expression programmatically.
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
Creates a builder that can create a single select expression programmatically.
buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
Creates a builder that can create a new value expression programmatically.
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
Creates a builder that can create a conditional expression programmatically.
buildStateObjectBuilder(SelectClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
Creates a builder that can create a select expression programmatically.
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
Creates a builder that can create a single select expression programmatically.
buildStateObjectBuilder(UpdateItemStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
Creates a builder that can create a new value expression programmatically.
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
Creates a builder that can create a conditional expression programmatically.
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
Creates a builder that can create a select expression programmatically.
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
Creates a builder that can create a single select expression programmatically.
buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
Creates a builder that can create a new value expression programmatically.
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
Creates a builder that can create a conditional expression programmatically.
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
Creates a builder that can create a select expression programmatically.
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
Creates a builder that can create a single select expression programmatically.
buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
Creates a builder that can create a new value expression programmatically.
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
Creates a builder that can create a conditional expression programmatically.
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
Creates a builder that can create a select expression programmatically.
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
Creates a builder that can create a single select expression programmatically.
buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
Creates a builder that can create a new value expression programmatically.
buildStateObjectBuilder(AbstractConditionalClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Creates a builder that can create a conditional expression programmatically.
buildStateObjectBuilder(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Creates a builder that can create a select expression programmatically.
buildStateObjectBuilder(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Creates a builder that can create a single select expression programmatically.
buildStateObjectBuilder(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Creates a builder that can create a new value expression programmatically.
buildStoredProcedureQuery(Class, StoredProcedureCall, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Build a ReadAllQuery from a class and stored procedure call.
buildStoredProcedureQuery(StoredProcedureCall, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Build a DataReadQuery with the stored procedure call given.
buildStoredProcedureQuery(String, StoredProcedureCall, Map<String, Object>, ClassLoader, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Build a ResultSetMappingQuery from a sql result set mapping name and a stored procedure call.
buildStructConverterConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildStructureFromRow(AbstractRecord, AbstractSession, Connection) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Build a ADT structure from the row data.
buildSunCORBATransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
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.
buildTableSequenceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildTarget(PLSQLargument) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
 
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.internal.descriptors.ObjectBuilder
Build the row of all of the fields used for insertion.
buildTemplateInsertRow(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
 
buildTemplateUpdateRow(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row representation of the object for update.
buildTextNode(String) - Method in class org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
 
buildTransformer() - Method in class org.eclipse.persistence.internal.descriptors.FieldTransformation
 
buildTransformer() - Method in class org.eclipse.persistence.internal.descriptors.MethodBasedFieldTransformation
 
buildTransformer() - Method in class org.eclipse.persistence.internal.descriptors.TransformerBasedFieldTransformation
 
buildTransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildTransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
 
buildType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
Resolves the IType of the property handled by this Resolver.
buildTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
Resolves the ITypeDeclaration of the property handled by this Resolver.
buildUnaryTableSequenceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
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.
buildUnitofWorkCloneForPartObject(Object, Object, Object, Integer, UnitOfWorkImpl, boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Require for cloning, the part must be cloned.
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.
buildUpdateExpression(DatabaseTable, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build and return the expression to use as the where clause to an update object.
buildUpdateExpression(DatabaseTable, Expression, AbstractRecord, AbstractRecord) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: When given an expression, this method will return a new expression with the optimistic locking values included.
buildUserDefinedTransportManagerConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildValuesAsQMarksFromMappings(StringBuilder, Collection<DatabaseMapping>, String) - Static method in class org.eclipse.persistence.internal.descriptors.DescriptorHelper
Append list of values as list of question marks from descriptor class to provided StringBuilder.
buildValuesAsQMarksFromMappings(StringBuilder, Collection<? extends MetadataAccessor>, String) - Static method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataHelper
Append list of values as list of question marks from descriptor class to provided StringBuilder.
buildVectorFromMapElements(Map) - Static method in class org.eclipse.persistence.internal.helper.Helper
Create a new Vector containing all of the map elements.
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:
buildWhenCollectionExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Creates a new CollectionExpression that will wrap the single WHEN expression.
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.
buildWriteConnectionPoolConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildXMLBinaryDataCollectionMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.OXMObjectPersistenceRuntimeXMLProject
 
buildXMLBinaryDataMappingDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.OXMObjectPersistenceRuntimeXMLProject
 
buildXMLFileSequenceConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildXMLFragmentCollectionMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLFragmentMapping(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
buildXMLLoginConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
buildXMLLoginConfigDescriptor() - Method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
 
buildXmlQuery(String, String, int, boolean) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Creates a new JPQL query by inserting the given proposal at the given position.
buildXmlQuery(String, String, int, boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Creates a new JPQL query by inserting the given proposal at the given position.
buildXRRowSetModelDescriptor() - Method in class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormatProject
 
buildZeroPrefix(int, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
Build a numerical string with leading 0s.
buildZeroPrefixAndTruncTrailZeros(int, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
Build a numerical string with leading 0s and truncate trailing zeros.
buildZeroPrefixWithoutSign(int, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
Build a numerical string with leading 0s.
BY - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
BY - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
BypassChildCollectionExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassChildCollectionExpressionVisitor
Creates a new BypassChildCollectionExpressionVisitor.
BypassParentSubExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassParentSubExpressionVisitor
Creates a new BypassParentSubExpressionVisitor.
BYTE - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
BYTE - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
BYTE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
BYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
BYTE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
BYTE_ARRAY_BINDING_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
BYTE_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
BYTE_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
ByteArrayDataSource - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
ByteArrayDataSource(byte[], String) - Constructor for class org.eclipse.persistence.internal.oxm.ByteArrayDataSource
 
ByteArraySource - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
ByteArraySource(byte[]) - Constructor for class org.eclipse.persistence.internal.oxm.ByteArraySource
 
ByteArraySource(byte[], String) - Constructor for class org.eclipse.persistence.internal.oxm.ByteArraySource
 
ByteArraySource(ByteArrayDataSource) - Constructor for class org.eclipse.persistence.internal.oxm.ByteArraySource
 
BYTEOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ByteObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.ByteObjectWrapperImpl
 
BYTES - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
Bytes_hexBunaryWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.Bytes_hexBunaryWrapperImpl
 
BytesWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.BytesWrapperImpl
 
byteType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Byte}.
byteType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Byte}.
byteType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Byte.
ByteWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.ByteWrapperImpl
 

C

Cache - Annotation Type in org.eclipse.persistence.annotations
The Cache annotation is used to configure the EclipseLink object cache.
Cache - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
CACHE - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
CACHE_ALL_STATEMENTS_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
CACHE_EXPIRY_AND_EXPIRY_TIME_OF_DAY_BOTH_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CACHE_KEY_INVALID - Static variable in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
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"
CACHE_SHARED_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property prefix "eclipselink.cache.shared." indicates whether entity's cache should be shared (non-isolated) for a specific entity type.
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." is used to specify the cache size for a specific entity type.
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"
CACHE_STORE_MODE - Static variable in class org.eclipse.persistence.config.QueryHints
"javax.persistence.cache.storeMode"
CACHE_SYNC_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
CACHE_TYPE_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property prefix "eclipselink.cache.type." sets the type of cache for a specific entity type.
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"
cacheAllStatements() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Cache all prepared statements, this requires full parameter binding as well.
CacheBasedValueHolder - Class in org.eclipse.persistence.internal.indirection
Purpose: In certain cases the contents of a relationship may be retrievable from a cache.
CacheBasedValueHolder(Object[], AbstractRecord, AbstractSession, ForeignReferenceMapping) - Constructor for class org.eclipse.persistence.internal.indirection.CacheBasedValueHolder
 
CacheCoordination - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
CacheCoordinationProtocol - Class in org.eclipse.persistence.config
Cache coordination protocol persistence property values.
CacheCoordinationProtocol() - Constructor for class org.eclipse.persistence.config.CacheCoordinationProtocol
 
CacheCoordinationSerialize - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
CacheCoordinationType - Enum in org.eclipse.persistence.annotations
An enum that is used within the Cache annotation.
cacheExpiryAndExpiryTimeOfDayBothSpecified(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
cacheForeignKeyValues(AbstractRecord, CacheKey, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: This method is used to store the FK values used for this mapping in the cachekey.
cacheForeignKeyValues(Object, CacheKey, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: This method is used to store the FK values used for this mapping in the cachekey.
CacheHits - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
cacheHits - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
CacheId - Class in org.eclipse.persistence.internal.identitymaps
Defines a wrapper for a primary key (Id) to use as a key in the cache.
CacheId() - Constructor for class org.eclipse.persistence.internal.identitymaps.CacheId
 
CacheId(Object[]) - Constructor for class org.eclipse.persistence.internal.identitymaps.CacheId
 
CacheIdentityMap - Class in org.eclipse.persistence.internal.identitymaps
Purpose: A fixed size LRU cache
CacheIdentityMap(int, ClassDescriptor, AbstractSession, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.CacheIdentityMap
 
CacheIdentityMap_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
CacheImpl - Class in org.eclipse.persistence.internal.jpa
Implements the JPA Cache interface using the EclipseLink cache API through IdentityMapAccessor.
CacheImpl(EntityManagerFactoryDelegate) - Constructor for class org.eclipse.persistence.internal.jpa.CacheImpl
 
CacheImpl - Class in org.eclipse.persistence.internal.jpa.config.cache
JPA scripting API implementation.
CacheImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.cache.CacheImpl
 
CacheIndex - Annotation Type in org.eclipse.persistence.annotations
Allow a cache index to be define.
CacheIndex - Class in org.eclipse.persistence.descriptors
Purpose: Define a secondary index on the cache.
CacheIndex() - Constructor for class org.eclipse.persistence.descriptors.CacheIndex
 
CacheIndex(DatabaseField[]) - Constructor for class org.eclipse.persistence.descriptors.CacheIndex
 
CacheIndex(String...) - Constructor for class org.eclipse.persistence.descriptors.CacheIndex
 
CacheIndex(List<DatabaseField>) - Constructor for class org.eclipse.persistence.descriptors.CacheIndex
 
CacheIndex - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
CacheIndexes - Annotation Type in org.eclipse.persistence.annotations
Allow a set of cache indexes to be define on an Entity.
CacheIndexImpl - Class in org.eclipse.persistence.internal.jpa.config.cache
JPA scripting API implementation.
CacheIndexImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.cache.CacheIndexImpl
 
CacheIndexMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.cache
INTERNAL: Object to hold onto cache index metadata.
CacheIndexMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.CacheIndexMetadata
INTERNAL: Used for OX mapping.
CacheIndexMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.CacheIndexMetadata
INTERNAL:
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 - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
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
 
CacheInterceptorImpl - Class in org.eclipse.persistence.internal.jpa.config.cache
JPA scripting API implementation.
CacheInterceptorImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.cache.CacheInterceptorImpl
 
CacheInterceptorMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.cache
Object to hold onto cache interceptor metadata.
CacheInterceptorMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.CacheInterceptorMetadata
INTERNAL: Used for XML loading.
CacheInterceptorMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.CacheInterceptorMetadata
INTERNAL: Used for annotation loading.
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
 
CacheIsolationType - Enum in org.eclipse.persistence.config
Options for how Entity instances should be shared within an EclipseLink Persistence Unit / ServerSession
CacheKey - Class in org.eclipse.persistence.internal.identitymaps
Purpose: Container class for storing objects in an IdentityMap.
CacheKey(Object) - Constructor for class org.eclipse.persistence.internal.identitymaps.CacheKey
 
CacheKey(Object, Object, Object) - Constructor for class org.eclipse.persistence.internal.identitymaps.CacheKey
 
CacheKey(Object, Object, Object, long, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.CacheKey
 
CACHEKEY_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
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.
CacheMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.cache
Object to hold onto cache metadata.
CacheMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for XML loading.
CacheMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for annotation loading.
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
 
CachePolicy - Class in org.eclipse.persistence.descriptors
Purpose: CachePolicy defines the cache configuration.
CachePolicy() - Constructor for class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Return a new descriptor.
cacheQueryResults() - Method in class org.eclipse.persistence.queries.ReadQuery
ADVANCED:
cacheResult(Object) - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL:
cacheResult(Object) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL:
cacheResult(Object) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL:
cacheResult(Object) - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL:
cacheResult(Object) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
INTERNAL:
CacheSize - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
cacheStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Cache the prepared statements, this requires full parameter binding as well.
CacheType - Enum in org.eclipse.persistence.annotations
The CacheType enum is used with the Cache annotation for a persistent class.
CacheType - Class in org.eclipse.persistence.config
Cache type persistence property values.
CacheType() - Constructor for class org.eclipse.persistence.config.CacheType
 
CacheUsage - Class in org.eclipse.persistence.config
Cache usage hint values.
CacheUsage() - Constructor for class org.eclipse.persistence.config.CacheUsage
 
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
 
calculateCanonicalName(String) - Static method in class org.eclipse.persistence.internal.jpa.parsing.IdentificationVariableDeclNode
 
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.
calculateChanges(Map, UnitOfWorkChangeSet, boolean, boolean) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
INTERNAL: Changes are calculated on the client, so avoid recalculating them on the server.
calculateChanges(Map, UnitOfWorkChangeSet, boolean, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL:
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 opposed to detected changes.
calculateImports() - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
Parses the class definition, pulls out fully qualified class names, adds imports for them, and un-fully qualifies the class names.
calculateMappingDependencies() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
Add to each node the dependent nodes
calculateSpecifiedDependencies() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
Add to each node the dependent nodes
CALENDAR - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
CALENDAR - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
CALENDAR - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
calendarFromUtilDate(Date) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Calendar from a date.
call() - Method in class org.eclipse.persistence.internal.jpa.metadata.beanvalidation.ValidationXMLReader
Parses validation.xml.
call() - Method in class org.eclipse.persistence.jaxb.ValidationXMLReader
Parses validation.xml.
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.
callByIndex() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL:
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
 
callPredeploy(SEPersistenceUnitInfo, Map, String, String) - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
predeploy (with deploy) is one of the two steps required in deployment of entities This method will prepare to call predeploy, call it and finally register the transformer returned to be used for weaving.
CallQueryMechanism - Class in org.eclipse.persistence.internal.queries
Purpose: Mechanism used for custom SQL and stored procedure queries.
CallQueryMechanism() - Constructor for class org.eclipse.persistence.internal.queries.CallQueryMechanism
 
CallQueryMechanism(DatabaseQuery) - Constructor for class org.eclipse.persistence.internal.queries.CallQueryMechanism
Initialize the state of the query
CallQueryMechanism(DatabaseQuery, DatabaseCall) - Constructor for class org.eclipse.persistence.internal.queries.CallQueryMechanism
Initialize the state of the query
callSessionBean(String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceResource
 
callSessionBean(HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource
Deprecated.
 
canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Supports Batch Writing with Optimistic Locking.
canBatchWriteWithOptimisticLocking(DatabaseCall) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
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.
canBuildCallWithReturning() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL Indicates whether the platform can build call with returning.
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.
canMoveDown(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveDown(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveDown(List<T>, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Determines whether the given item can be moved down by one position in the list owned by its parent.
canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveDown(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveDown(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Determines whether the given StateObject can be moved down by one position in the list owned by its parent.
canMoveUp(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
canMoveUp(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
canMoveUp(List<T>, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Determines whether the given item can be moved up by one position in the list owned by its parent.
canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
canMoveUp(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
canMoveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
canMoveUp(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Determines whether the given StateObject can be moved up by one position in the list owned by its parent.
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_REFRESH_METADATA - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
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_WEAVE_CHANGETRACKING - Static variable in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
 
CANNOT_WEAVE_VIRTUAL_ONE_TO_ONE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
 
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, Exception) - 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, Exception) - 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
 
cannotRefreshMetadata() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
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
 
CANONICAL_MODEL_LOAD_XML - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.canonicalmodel.load_xml" optional property can be used a performance enhancement between compile rounds.
CANONICAL_MODEL_LOAD_XML - Static variable in class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProperties
This optional property can be used a performance enhancement between compile rounds.
CANONICAL_MODEL_LOAD_XML_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default value for the "eclipselink.canonicalmodel.load_xml" optional property.
CANONICAL_MODEL_LOAD_XML_DEFAULT - Static variable in class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProperties
 
CANONICAL_MODEL_PREFIX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.canonicalmodel.prefix" optional property specifies the prefix that will be added to the start of the class name of any canonical model class generated.
CANONICAL_MODEL_PREFIX - Static variable in class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProperties
This optional property specifies the prefix that will be added to the start of the class name of any canonical model class generated.
CANONICAL_MODEL_PREFIX_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default prefix that will be added to the start of the class name of any canonical model class generated.
CANONICAL_MODEL_PREFIX_DEFAULT - Static variable in class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProperties
 
CANONICAL_MODEL_SUB_PACKAGE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.canonicalmodel.subpackage" optional property specifies a sub-package name that can be used to have the canonical model generator generate its classes in a sub-package of the package where the corresponding entity class is located.
CANONICAL_MODEL_SUB_PACKAGE - Static variable in class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProperties
This optional property specifies a sub-package name that can be used to have the canonical model generator generate its classes in a sub-package of the package where the corresponding entity class is located.
CANONICAL_MODEL_SUB_PACKAGE_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default sub-package name that is used to have the canonical model generator generate its classes in a sub-package of the package where the corresponding entity class is located.
CANONICAL_MODEL_SUB_PACKAGE_DEFAULT - Static variable in class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProperties
 
CANONICAL_MODEL_SUFFIX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.canonicalmodel.suffix" optional property specifies the suffix that will be added to the end of the class name of any canonical model class generated.
CANONICAL_MODEL_SUFFIX - Static variable in class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProperties
This optional property specifies the suffix that will be added to the end of the class name of any canonical model class generated.
CANONICAL_MODEL_SUFFIX_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default suffix that will be added to the end of the class name of any canonical model class generated.
CANONICAL_MODEL_SUFFIX_DEFAULT - Static variable in class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProperties
 
CANONICAL_MODEL_USE_STATIC_FACTORY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.canonicalmodel.use_static_factory" optional property can be used a performance enhancement between compile rounds within an IDE.
CANONICAL_MODEL_USE_STATIC_FACTORY - Static variable in class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProperties
This optional property can be used a performance enhancement between compile rounds within an IDE.
CANONICAL_MODEL_USE_STATIC_FACTORY_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Default value for the "eclipselink.canonicalmodel.use_static_factory" optional property.
CANONICAL_MODEL_USE_STATIC_FACTORY_DEFAULT - Static variable in class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProperties
 
CanonicalModelProcessor - Class in org.eclipse.persistence.internal.jpa.modelgen
The main APT processor to generate the JPA 2.0 Canonical model.
CanonicalModelProcessor() - Constructor for class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProcessor
 
CanonicalModelProperties - Class in org.eclipse.persistence.internal.jpa.modelgen
Properties supported by the APT processor to generate the JPA 2.0 Canonical model.
CanonicalModelProperties() - Constructor for class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProperties
 
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.
canWeaveChangeTracking() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
canWeaveConstructorOptimization() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
Returns true if Used with field access, and is set to false if transient variables are discovered
capacity() - Method in class org.eclipse.persistence.indirection.IndirectList
 
capacity() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
capitalizeEachWord(String) - Method in enum org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
Returns the given JPQL identifier with the first letter of each word capitalized and the rest being lower case.
Cascade - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
CASCADE_ALL_PARTS - Static variable in class org.eclipse.persistence.internal.sessions.MergeManager
 
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_BY_MAPPING - Static variable in class org.eclipse.persistence.internal.sessions.MergeManager
 
CASCADE_PRIVATE_PARTS - Static variable in class org.eclipse.persistence.internal.sessions.MergeManager
 
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.internal.descriptors.DescriptorIterator
 
cascadeAllParts() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Cascade all parts, this is the default for the merge.
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.
CascadeCondition() - Constructor for class org.eclipse.persistence.internal.descriptors.DescriptorIterator.CascadeCondition
 
CascadeDependentParts - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
 
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Cascade discover and persist new objects during commit.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Cascade DiscoverAndPersistUnregisteredNewObjects to any mappings managed by the container policy.
cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
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.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.
CascadeImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
CascadeImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.CascadeImpl
 
CascadeLockingPolicy - Class in org.eclipse.persistence.internal.descriptors
INTERNAL:
CascadeLockingPolicy(ClassDescriptor, ClassDescriptor) - Constructor for class org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy
INTERNAL:
CascadeMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.mappings
INTERNAL: Object to represent the cascade types specified for a relationship mapping element.
CascadeMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for XML loading.
CascadeMetadata(Object[], MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for annotation loading.
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.
cascadePerformRemove(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: This method is used by the UnitOfWork to cascade registration of new objects.
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Cascade performRemove to any mappings managed by the container policy.
cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Cascade registerNew to any mappings managed by the container policy.
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.AbstractColumnMapping
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
cascadePerformRemovePrivateOwnedObjectFromChangeSet(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: This method is used to iterate over the specified object's mappings and cascade remove orphaned private owned objects from the UnitOfWorkChangeSet and IdentityMap.
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
CascadePolicy - Class in org.eclipse.persistence.config
Cascade policy hint values.
CascadePolicy() - Constructor for class org.eclipse.persistence.config.CascadePolicy
 
CascadePrivateParts - Static variable in class org.eclipse.persistence.config.CascadePolicy
 
CascadePrivateParts - Static variable in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
cascadePrivateParts() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Cascade private parts, this can be used to merge clone when using RMI.
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.
cascadeRegisterNewForCreate(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: This method is used by the UnitOfWork to cascade registration of new objects.
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Cascade registerNew to any mappings managed by the container policy.
cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Cascade registerNew to any mappings managed by the container policy.
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.AbstractColumnMapping
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
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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
CASE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
CASE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the identifier 'CASE'.
case_(ICaseExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates a new CASE expression.
case_(ICaseExpressionStateObjectBuilder) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates a new CASE expression.
CASE_OPERAND_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Notify the StateObject representing the case operand that follows the CASE identifier has changed.
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:
caseConditionStatement() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
caseExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
CaseExpression - Class in org.eclipse.persistence.jpa.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.jpql.parser.CaseExpression
Creates a new CaseExpression.
CaseExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpression_MissingElseExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpression_MissingElseIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpression_MissingEndIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpression_MissingWhenClause - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpression_WhenClausesEndWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpression_WhenClausesHasComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CaseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a case expression.
CaseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionBNF
Creates a new CaseExpressionBNF.
CaseExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This CaseExpressionFactory creates a new CaseExpression when the portion of the query to parse starts with CASE.
CaseExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionFactory
Creates a new CaseExpressionFactory.
CaseExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A CASE predicate is used to calculate a condition and when it's true, its THEN expression will be executed.
CaseExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Creates a new CaseExpressionStateObject.
CaseExpressionStateObject(StateObject, List<WhenClauseStateObject>, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Creates a new CaseExpressionStateObject.
CaseExpressionStateObject(StateObject, StateObject, List<WhenClauseStateObject>, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Creates a new CaseExpressionStateObject.
CaseInsensitiveANTLRStringStream - Class in org.eclipse.persistence.internal.jpa.parsing.jpql
This Stream is used when tokenizing JPQL queries It overrides the look ahead operator to return the lower case version of the string This is required because starting in ANTLR v3, case insensitivity is not provided as an option in ANTLR and JPQL requires case insensitivity
CaseInsensitiveANTLRStringStream(String) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.jpql.CaseInsensitiveANTLRStringStream
Copy data in string to a local char array
CaseInsensitiveANTLRStringStream(char[], int) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.jpql.CaseInsensitiveANTLRStringStream
This is the preferred constructor as no data is copied
CaseInsensitiveJPQLLexer - Class in org.eclipse.persistence.internal.jpa.parsing.jpql
 
CaseInsensitiveJPQLLexer() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.jpql.CaseInsensitiveJPQLLexer
 
CaseNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
CaseNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.CaseNode
 
caseOperand() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
CaseOperandBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the case operand specified in the case expression.
CaseOperandBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CaseOperandBNF
Creates a new CaseOperandBNF.
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:
caseStatement() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
cast(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Cast the value to the database type.
Cast - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
cast() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
CAST - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the identifier 'CAST'.
CAST_MUST_USE_INHERITANCE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CastExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The CAST function cast value to a different type.
CastExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Creates a new CastExpression.
CastExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CastExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CastExpression_MissingDatabaseType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CastExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CastExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CastExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CastExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the CAST function.
CastExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CastExpressionBNF
Creates a new CastExpressionBNF.
CastExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This CastExpressionFactory creates a new CastExpression when the portion of the query to parse starts with CAST.
CastExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CastExpressionFactory
Creates a new TrimExpressionFactory.
castMustUseInheritance(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
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." allows the category specific logging levels to be specified.
CDATA - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
cdata(String) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
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.JsonRecord
 
cdata(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
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
 
CDI_BEANMANAGER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.bean.manager" property is used to set CDI BeanManager when available
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.
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.
ChangeListener - Interface in org.eclipse.persistence.jpa.rs.eventlistener
A ChangeListener is used to extend a PersistenceContext to react to database sent change events.
ChangeRecord - Class in org.eclipse.persistence.internal.sessions
Purpose: This class was designed as a superclass to all possible Change Record types.
ChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.ChangeRecord
 
ChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: Define the base Change Record API.
Changes - Static variable in class org.eclipse.persistence.config.CommitOrderType
Updates are ordered by the object's changes, then by id.
changeSessionName(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
ChangeSetsNotProcessed - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
ChangeSetsProcessed - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
CHANGESUMMARY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
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
 
ChangeSupport - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This ChangeSupport is responsible to notifies registered listeners upon changes made to a StateObject, those changes are either a property has changed (IPropertyChangeListener) or the content of a list has changed (IListChangeListener).
ChangeSupport(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Creates a new ChangeSupport.
ChangeTracker - Interface in org.eclipse.persistence.descriptors.changetracking
Purpose: Define an interface for any object that wishes to use attribute change tracking.
ChangeTracker_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
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.
ChangeTracking - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ChangeTrackingImpl - Class in org.eclipse.persistence.internal.jpa.config.changetracking
JPA scripting API implementation.
ChangeTrackingImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.changetracking.ChangeTrackingImpl
 
ChangeTrackingMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.changetracking
Object to hold onto change tracking metadata.
ChangeTrackingMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.changetracking.ChangeTrackingMetadata
INTERNAL: Used for XML loading.
ChangeTrackingMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.changetracking.ChangeTrackingMetadata
INTERNAL: Used for annotation loading.
ChangeTrackingType - Enum in org.eclipse.persistence.annotations
An enum that is used within the ChangeTracking annotation.
CHANNEL_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
CHAR - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
CHAR - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
Char - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
Char - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
CHAR - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
CHAR_LENGTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CHAR_LENGTH', which is an unused keyword.
CHARACTER - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
character() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves the character at the current cursor position.
character(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves the character at the given cursor position.
CHARACTER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
CHARACTER_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
CHARACTER_ESCAPE_HANDLER - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
The Constant CHARACTER_ESCAPE_HANDLER.
CHARACTER_LENGTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CHARACTER_LENGTH', which is an unused keyword.
CharacterEscapeHandler - Interface in org.eclipse.persistence.internal.oxm
Provide an interface to allow for custom character escaping behaviour.
CharacterEscapeHandler - Interface in org.eclipse.persistence.oxm
Provide an interface to allow for custom character escaping behaviour.
CharacterEscapeHandlerWrapper - Class in org.eclipse.persistence.internal.oxm.record
INTERNAL:
CharacterEscapeHandlerWrapper(Object) - Constructor for class org.eclipse.persistence.internal.oxm.record.CharacterEscapeHandlerWrapper
 
CHARACTEROBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
CharacterObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.CharacterObjectWrapperImpl
 
characters(char[], int, int) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
 
characters(char[], int, int) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
characters(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.ChoiceUnmarshalContext
 
characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
characters(CharSequence) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.BinaryDataUnmarshalRecord
 
characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
characters(CharSequence) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
characters(CharSequence) - Method in interface org.eclipse.persistence.internal.oxm.record.ExtendedContentHandler
 
characters(QName, Object, String, boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
characters(String) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
characters(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectUnmarshalContext
 
characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
characters(CharSequence) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
characters(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedUnmarshalContext
 
characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
 
characters(UnmarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalContext
An event indicating that characters has been called on the unmarshalRecord.
characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
characters(CharSequence) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryAttachmentHandler
 
characters(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.XMLInlineBinaryHandler
 
characters(CharSequence) - Method in class org.eclipse.persistence.internal.oxm.XMLInlineBinaryHandler
 
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(String) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL:
characters(String) - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
INTERNAL:
characters(String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
characters(QName, Object, String, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
characters(QName, Object, String, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
characters(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
characters(String, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
characters(QName, Object, String, boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
characters(QName, Object, String, boolean, boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
characters(String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification of character data.
characters(QName, Object, String, boolean) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Convert the value if necessary and write out the converted value.
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.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(String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
characters(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
 
characters(CharSequence) - 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.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
 
CharactersEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the characters event
CharactersEvent(CharSequence) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.CharactersEvent
 
CharactersEvent(char[], int, int) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.CharactersEvent
 
characterType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Character}.
characterType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Character}.
characterType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Character.
CharacterWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.CharacterWrapperImpl
 
charAt(int) - Method in class org.eclipse.persistence.internal.oxm.StrBuffer
 
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.
CHARSET - Static variable in class org.eclipse.persistence.internal.oxm.XPathFragment
 
CHECK_EXISTENCE - Static variable in class org.eclipse.persistence.tools.schemaframework.TableCreator
Flag to disable table existence check before create.
CHECK_INVALIDATION_POLICY - Static variable in class org.eclipse.persistence.internal.identitymaps.CacheKey
The following constants are used for the invalidationState variable
checkAndRefreshInvalidObject(Object, CacheKey, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Check if the object is invalid and refresh it.
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.
checkCacheByIndex(Expression, AbstractRecord, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Lookup the expression in the cache if it contains any indexes.
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.
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.
checkCacheForObject(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Perform a cache lookup for the query.
checkCacheForObject(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Perform a cache lookup for the query This is only called from read object query.
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.
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.
checkDeferredLock() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Check the lock state, if locked, acquire and release a deferred lock.
checkDeferredLock() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Check the deferred lock on the cache key object.
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.
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.
checkExistence(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Register the object and return the clone if it is existing otherwise return null if it is new.
checkForProviderProperty(Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Need to check that the provider property is null or set for EclipseLink
checkForQueryKey(Object, TypeHelper) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
checkForTransaction(boolean) - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionWrapper
INTERNAL: This method will be used to check for a transaction and throws exception if none exists.
checkForTransaction(boolean) - Method in class org.eclipse.persistence.internal.jpa.transaction.JTATransactionWrapper
INTERNAL: This method will be used to check for a transaction and throws exception if none exists.
checkForTransaction(boolean) - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionWrapperImpl
INTERNAL: This method will be used to check for a transaction and throws exception if none exists.
checkForUnregisteredExistingObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if the object is an existing object (but has not been registered), or a new object (that has not be persisted).
checkIfAlreadyRegistered(Object, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the value of the object if it already is registered, otherwise null.
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.
checkInstantiationPolicy() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method is used to check the InstantiationPolicy.
checkIsCacheAccessPreCheckRequired() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
PERF: Used to micro optimize cache access.
checkNewObjectLockVersion(Object, Object, ClassDescriptor, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Check if the new object's version has been set, if so, then it was an existing object that was deleted.
checkPlatform() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatformDetector
 
checkPlatform() - Method in class org.eclipse.persistence.platform.server.NoServerPlatformDetector
 
checkPlatform() - Method in interface org.eclipse.persistence.platform.server.ServerPlatformDetector
 
checkPlatform() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatformDetector
 
checkPlatform() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatformDetector
 
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.
checkReadLock() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Check the lock state, if locked, acquire and release a read lock.
checkReadLock() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Check the read lock on the cache key object.
checkReadLock() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
Avoid acquiring locks for unit of work.
checkReadLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
checkSelectNodeBeforeResolving(boolean) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
 
checkSet(String, Object) - Method in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
 
checkSet(String, Object) - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
Ensure the value being set is supported by the mapping.
checkSet(String, Object) - Method in class org.eclipse.persistence.internal.xr.XRDynamicPropertiesManager
 
checkTable(DatabaseTable, AbstractSession) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
INTERNAL: This method checks that tables are present in the database.
checkTableExists(TableDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Check if the table exists by issuing a select.
checkWeaving(Map) - Method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
Check whether weaving is possible and update the properties and variable as appropriate
checkWeaving(Map) - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
Check whether weaving is possible and update the properties and variable as appropriate
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
 
childDescriptorsDoNotHaveIdentityMap() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
childDoesNotDefineAbstractQueryKeyOfParent(ClassDescriptor, ClassDescriptor, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
children - Variable in class org.eclipse.persistence.internal.codegen.HierarchyNode
 
children() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Returns the children of this Expression.
children() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Returns the children of this Expression.
children() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Returns the set of all the query BNFs that are part of this BNF.
children() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns the ordered children of this StateObject.
children() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the ordered children of this StateObject.
ChildrenCollectorVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.ChildrenCollectorVisitor
Creates a new ChildrenCollectorVisitor.
childrenSize() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Returns the count of child expressions.
Choice - Class in org.eclipse.persistence.internal.oxm.schema.model
Purpose: Class to represent a Choice in a Schema
Choice() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
ChoiceCollectionMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,CONVERTER extends CoreConverter,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MARSHALLER extends Marshaller,SESSION extends CoreSession,UNMARSHALLER extends Unmarshaller,XML_FIELD extends Field,XML_MAPPING extends Mapping,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
ChoiceObjectMapping<ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,ABSTRACT_SESSION extends CoreAbstractSession,CONTAINER_POLICY extends CoreContainerPolicy,CONVERTER extends CoreConverter,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MARSHALLER extends Marshaller,SESSION extends CoreSession,UNMARSHALLER extends Unmarshaller,XML_FIELD extends Field,XML_MAPPING extends Mapping,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
ChoiceUnmarshalContext - Class in org.eclipse.persistence.internal.oxm
Allow the unmarshal context to be wrapped.
ChoiceUnmarshalContext(UnmarshalContext, XMLConverterMapping) - Constructor for class org.eclipse.persistence.internal.oxm.ChoiceUnmarshalContext
 
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 class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
CLASS - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
CLASS - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
CLASS - Static variable in interface org.eclipse.persistence.jpa.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_INSTANCE - Static variable in annotation type org.eclipse.persistence.annotations.Convert
Constant name for the reserved class instance converter.
CLASS_LIST_MUST_NOT_BE_NULL - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASS_NAME - Static variable in class org.eclipse.persistence.jpa.rs.PersistenceContext
 
CLASS_NAME_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Notifies the class name property has changed.
CLASS_NAME_SUFFIX - Static variable in class org.eclipse.persistence.internal.jpa.weaving.RestAdapterClassWriter
 
CLASS_NAME_SUFFIX - Static variable in class org.eclipse.persistence.internal.jpa.weaving.RestReferenceAdapterV2ClassWriter
 
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_OR_CLASS_DESCRIPTOR_COULD_NOT_BE_FOUND - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
CLASS_PK_DOES_NOT_EXIST_IN_CACHE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
CLASS_QNAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.beanvalidation.ValidationXMLReader
 
CLASS_QNAME - Static variable in class org.eclipse.persistence.jaxb.ValidationXMLReader
 
CLASS_TYPE - Static variable in class org.eclipse.persistence.internal.codegen.ClassDefinition
 
ClassAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
INTERNAL: A abstract class accessor.
ClassAccessor(MetadataAnnotation, MetadataClass, MetadataProject) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL:
ClassBuffer - Class in org.eclipse.persistence.sdo.helper
Purpose: This class maintains information about a generated class and its corresponding interface
ClassBuffer(SDOClassGeneratorListener) - Constructor for class org.eclipse.persistence.sdo.helper.ClassBuffer
 
ClassConstants - Class in org.eclipse.persistence.internal.helper
INTERNAL:
ClassConstants() - Constructor for class org.eclipse.persistence.internal.helper.ClassConstants
 
ClassDefinition - Class in org.eclipse.persistence.internal.codegen
INTERNAL:
ClassDefinition() - Constructor for class org.eclipse.persistence.internal.codegen.ClassDefinition
 
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.
ClassDetails - Class in org.eclipse.persistence.internal.jpa.weaving
Internal helper class that holds details of a persistent class.
ClassDetails() - Constructor for class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
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, List<JavaClass>) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Convenience method to determine if a class exists in a given ArrayList.
classExtractionMethodMustBeStatic(String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
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
 
classExtractorCanNotBeSpecifiedWithDiscriminatorMetadata(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
classFileTransformerThrowsException(Object, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ClassForInheritanceNode - Class in org.eclipse.persistence.internal.jpa.parsing
 
ClassForInheritanceNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ClassForInheritanceNode
 
classForSchemaName(String, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Answer the class associated with the provided schema name
classFromRow(ABSTRACT_RECORD, ABSTRACT_SESSION) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: This method is invoked only for the abstract descriptors.
classFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: This method is invoked only for the abstract descriptors.
classFromRow(UnmarshalRecord, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
classFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.QNameInheritancePolicy
INTERNAL: This method is invoked only for the abstract descriptors.
classFromRow(UnmarshalRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
classFromRow(UnmarshalRecord, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
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.
classImplementsInterface(Class, Class) - Static method in class org.eclipse.persistence.internal.helper.Helper
INTERNAL: Return whether a Class implements a specific interface, either directly or indirectly (through interface or implementation inheritance).
classIndicatorFieldNotFound(ClassDescriptor, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
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.
ClassInstanceMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.
ClassInstanceMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ClassInstanceMetadata
INTERNAL:
classIsSubclass(Class, Class) - Static method in class org.eclipse.persistence.internal.helper.Helper
INTERNAL: Return whether a Class is a subclass of, or the same as, another Class.
classListMustNotBeNull() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
CLASSLOADER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.classloader" property specifies the classloader to use to create an EntityManagerFactory in the property map passed to Persistence.createEntityManagerFactory.
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 org.eclipse.persistence.internal.codegen.HierarchyNode
 
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
ClassNameConversionRequired - Interface in org.eclipse.persistence.internal.descriptors
Tagging interface used to mark class as requiring class name conversion during deployment.
ClassNameResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver simply holds onto the fully qualified class name of the IType.
ClassNameResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
Creates a new ClassNameResolver.
classNames(String, ContentAssistProposals.ClassType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
Returns the fully qualified class names filtered by the given prefix and type.
classNames() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the filtered list of possible class names.
classNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the filtered list of possible class names.
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
 
classOrClassDescriptorCouldNotBeFoundForEntity(String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Class descriptor could not be found for entity.
classPkDoesNotExistInCache(Class, Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
ClassResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver simply holds onto the actual type since it is already determined.
ClassResolver(Resolver, Class<?>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
Creates a new ClassResolver.
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.
ClassTypeExpression - Class in org.eclipse.persistence.internal.expressions
 
ClassTypeExpression(Expression) - Constructor for class org.eclipse.persistence.internal.expressions.ClassTypeExpression
 
ClassTypeExpression() - Constructor for class org.eclipse.persistence.internal.expressions.ClassTypeExpression
 
ClassWeaver - Class in org.eclipse.persistence.internal.jpa.weaving
INTERNAL: Weaves classes to allow them to support EclipseLink indirection.
ClassWeaver(ClassVisitor, ClassDetails) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
cleanup() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
cleanUp(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.cdi.DisabledEntityListenerInjectionManager
 
cleanUp(AbstractSession) - Method in interface org.eclipse.persistence.internal.sessions.cdi.EntityListenerInjectionManager
 
cleanUp(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.cdi.EntityListenerInjectionManagerImpl
 
CLEANUP_TEMP_TABLE - Static variable in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
 
cleanUpEntityListenerInjectionManager() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
allow the entity listener injection manager to clean itself up.
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 class org.eclipse.persistence.internal.cache.AdvancedProcessor
 
clear() - Method in interface org.eclipse.persistence.internal.cache.Clearable
 
clear(Object) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Remove all the elements from the specified container.
clear() - Method in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
INTERNAL: This method is used to clear the batched statements without the need to execute the statements first This is used in the case of rollback.
clear() - Method in class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer
INTERNAL: Clears customization from connection.
clear() - Method in class org.eclipse.persistence.internal.databaseaccess.DynamicSQLBatchWritingMechanism
INTERNAL: This method is used to clear the batched statements without the need to execute the statements first This is used in the case of rollback.
clear() - Method in class org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism
INTERNAL: This method is used to clear the batched statements without the need to execute the statements first This is used in the case of rollback.
clear() - Method in class org.eclipse.persistence.internal.helper.ConcurrentFixedCache
 
clear() - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
Removes all of the objects from this IdentityHashSet.
clear() - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Removes all of the mappings from this IdentityWeakHashMap.
clear() - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
Removes all of the contents from this list.
clear() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
clear() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
clear() - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
ADVANCED: Resets the entire Object cache, and the Query cache.
clear(Class) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
ADVANCED: Resets the cache for only the instances of the given Class type.
clear() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Clear the persistence context, causing all managed entities to become detached.
clear() - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
clear() - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
Free the project and schema objects to avoid holding onto the memory.
clear() - Method in class org.eclipse.persistence.internal.jpa.transaction.JTATransactionWrapper
INTERNAL: Internal clear the underlying data structures that this transaction owns.
clear() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionWrapperImpl
INTERNAL: Clears the transactional UnitOfWork
clear() - Method in class org.eclipse.persistence.internal.jpa.weaving.PersistenceWeaver
INTERNAL: Allow the weaver to be clear to release its referenced memory.
clear() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
clear(Object) - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
INTERNAL: Remove all the elements from container.
clear(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Remove all the elements from the specified container.
clear() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Clear the joining state.
clear(Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Remove all the elements from container.
clear() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Clear the contents of the row.
clear() - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
PUBLIC: Clear the contents of the row.
clear(boolean) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: This method will clear the changerecords from a changeSet
clear(boolean) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: This method will clear all registered objects from this UnitOfWork.
clear() - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
PUBLIC: Clear the contents of the row.
clear(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This method will clear all registered objects from this UnitOfWork.
clear() - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
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.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.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_QUERY_RESULTS_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
Clearable - Interface in org.eclipse.persistence.internal.cache
Behavioral interface saying that there is option to clear contents of the object.
clearAliases() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL:
clearAliases() - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL:
clearAliases() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL:
clearCacheIndexes() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Clear all index caches.
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
clearChanges(boolean) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
INTERNAL: Clear the changes in this listener
clearChanges(boolean) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.ObjectChangeListener
INTERNAL: Clear a change flag used in this method.
clearChanges() - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
Clears info about added / removed objects set by change tracker.
clearChanges() - Method in class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
Clears info about added / removed objects set by change tracker.
clearChanges() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
Clears info about added / removed objects set by change tracker.
clearChanges() - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
Clears info about added / removed objects set by change tracker.
clearConnectionData() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
clearDataResults() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Clear the data-results for joined data for a 1-m join.
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.
clearDescriptors() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Clear the the descriptors cache.
clearDriverClassAndDriver() - Method in class org.eclipse.persistence.sessions.DefaultConnector
INTERNAL: Discard the cached driver class and driver.
clearFlushClearCache() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Clears invalidation list.
clearForClose(boolean) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Call this method if the uow will no longer used for committing transactions: all the changes sets will be dereferenced, and (optionally) the cache cleared.
clearForClose(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Call this method if the uow will no longer be used for committing transactions: all the change sets will be dereferenced, and (optionally) the cache cleared.
clearIntegrityChecker() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: clear the integrityChecker.
clearIntegrityChecker() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: clear the integrityChecker, the integrityChecker holds all the ClassDescriptor Exceptions.
clearIsResultSetOptimizedQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: Clear the flag set by setIsResultSetOptimizedQuery method, allow to use default set on the session instead.
clearItems() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Clear the ReportQueryItems
clearLastAccessedIdentityMap() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
INTERNAL: Clear the the lastAccessedIdentityMap and the lastAccessedIdentityMapClass
clearLastDescriptorAccessed() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Clear the the lastDescriptorAccessed cache.
clearMappingAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: This method is called only for canonical model generation during the pre-processing stage.
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.
clearPreProcessed() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: In some cases the pre-processing may need to be re-done.
clearPrimaryKey(Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Clear any primary key cache data in the object.
clearProfile() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Clear the profiler, this will end the current profile operation.
clearProfile() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Clear the profiler, this will end the current profile operation.
clearQueryCache() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Clear all the query caches.
clearQueryCache(ReadQuery) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Remove the cache key related to a query.
clearQueryCache() - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Clear all the query results caches.
clearQueryCache(String) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Clear the named query results cache associated with the query name.
clearQueryCache(Class) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Clear all named query results cache associated with entity class.
clearQueryCache() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Clear all the query caches
clearQueryCache(ReadQuery) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Clear the query class associated with the passed-in read query
clearQueryCache(String) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Clear the query cache associated with the named query on the session
clearQueryCache(String, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Clear the query cache associated with the named query on the descriptor for the given class
clearQueryCache() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
ADVANCED: Clear all the query caches
clearQueryCache(ReadQuery) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
ADVANCED: Clear the query class associated with the passed-in read query
clearQueryCache(String) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
ADVANCED: Clear the query cache associated with the named query on the session
clearQueryCache(String, Class) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
ADVANCED: Clear the query cache associated with the named query on the descriptor for the given class
clearQueryCache() - Method in interface org.eclipse.persistence.jpa.JpaCache
Clear all the query results caches.
clearQueryCache(String) - Method in interface org.eclipse.persistence.jpa.JpaCache
Clear the named query results cache associated with the query name.
clearQueryCache(Class) - Method in interface org.eclipse.persistence.jpa.JpaCache
Clear all named query results cache associated with entity class.
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
 
clearSelectionId() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Clear the selection id and object.
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.
clearStatement() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
The statement is no longer require after prepare so can be released.
clearStatement() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
The statement is no longer require after prepare so can be released.
clearStatementCache(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Flush the statement cache.
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.
clearUsesResultSetAccessOptimization() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL:
CLIENT_QNAME - Static variable in class org.eclipse.persistence.internal.dbws.ProviderHelper
 
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
 
clientSessionCanNotUseExclusiveConnection() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ClientSessionCreated - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
ClientSessionIdentityMapAccessor - Class in org.eclipse.persistence.internal.sessions
INTERNAL: IdentityMapAccessor subclass for client sessions.
ClientSessionIdentityMapAccessor(ClientSession) - Constructor for class org.eclipse.persistence.internal.sessions.ClientSessionIdentityMapAccessor
INTERNAL: Create a ClientSessionIdentityMapAccessor Since the parent session's identity map manager is used, an IdentityMapManager does not need to be supplied to the constructor
ClientSessionReleased - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
CLOB - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
clone() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
clone(Map<CoreAttributeGroup<ATTRIBUTE_ITEM, DESCRIPTOR>, CoreAttributeGroup<ATTRIBUTE_ITEM, DESCRIPTOR>>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL: This method is used internally in the clone processing.
clone(Map<ATTRIBUTE_GROUP, ATTRIBUTE_GROUP>, ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
clone() - Method in class org.eclipse.persistence.descriptors.CachePolicy
 
clone() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Clones the descriptor
clone() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Clone the CMPPolicy
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() - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
 
clone() - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
 
clone() - Method in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
 
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.SchemaPerMultitenantPolicy
 
clone() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
 
clone(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
clone(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL: Multitenant policies are cloned per inheritance subclass.
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 interface org.eclipse.persistence.internal.databaseaccess.Accessor
Return a clone of the accessor.
clone() - Method in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
INTERNAL: The mechanism will be cloned to be set into each accessor.
clone() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Clone the accessor.
clone() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Clone the accessor.
clone() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
clone() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
clone() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
clone() - Method in class org.eclipse.persistence.internal.descriptors.AbstractSerializedObjectPolicy
 
clone() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
INTERNAL: Clones the InstantiationPolicy
clone() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Returns a clone of itself.
clone() - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
 
clone() - Method in class org.eclipse.persistence.internal.descriptors.SerializedObjectPolicyWrapper
 
clone() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
clone() - Method in class org.eclipse.persistence.internal.expressions.ForUpdateClause
 
clone() - Method in class org.eclipse.persistence.internal.expressions.SQLStatement
Clone the Statement
clone() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
clone() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
INTERNAL:
clone() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
The table is not cloned because it is treated as an automatic value.
clone() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Return a shallow copy of the receiver.
clone() - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
Returns a shallow copy of this IdentityHashSet (the elements are not cloned).
clone() - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Returns a shallow copy of this IdentityWeakHashMap (the elements are not cloned).
clone() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
clone() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
clone(Serializable) - Static method in class org.eclipse.persistence.internal.helper.SerializationHelper
Deep clone a Serializable object using serialization.
clone() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
clone() - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Clone the map and all of the CacheKeys.
clone() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
INTERNAL: Clones itself.
clone() - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
INTERNAL: Clones itself.
clone() - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Clone the map and all of the CacheKeys.
clone() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
INTERNAL: Clones itself, used for uow commit and resume on failure.
clone() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
 
clone() - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Clones itself.
clone() - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
INTERNAL: Clone the CMP3Policy
clone() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: This method should be called when dealing with default listeners.
clone() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.AccessMethodsMetadata
INTERNAL:
clone() - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
INTERNAL:
clone() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
clone() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
clone(ReadQuery) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
clone() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Clone the mechanism
clone(DatabaseQuery) - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Clone the mechanism for the specified query clone.
clone(DatabaseQuery) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Clone the mechanism for the specified query clone.
clone() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Clones the Joined Attribute Manager.
clone() - Method in class org.eclipse.persistence.internal.queries.JPQLCallQueryMechanism
 
clone() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: The mapping clones itself to create deep copy.
clone() - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
clone(DatabaseQuery) - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Clone the mechanism for the specified query clone.
clone() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: Clone the row and its values.
clone() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Clones the descriptor
clone() - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
INTERNAL: Clone the row and its values.
clone() - Method in class org.eclipse.persistence.internal.sessions.EmptyRecord
Need to return a real record.
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.jpql.tools.utility.filter.AndFilter
clone() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.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.AbstractColumnMapping
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 interface org.eclipse.persistence.mappings.foundation.MapComponentMapping
INTERNAL Called when cloning the container policy.
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.PLSQLCollection
 
clone() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
 
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.ObjectBuildingQuery
INTERNAL: Clone the query
clone() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Clone the query
clone() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
 
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
 
CLONEABLE_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
cloneAndRegisterObject(Object, CacheKey, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Clone and register the object.
cloneAndRegisterObject(Object, CacheKey, CacheKey, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Clone and register the object.
cloneAttribute(Object, Object, CacheKey, Object, Integer, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return a clone of the attribute.
cloneAttribute(Object, Object, CacheKey, Object, Integer, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Return a clone of the attribute.
cloneAttribute(Object, Object, CacheKey, Object, Integer, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return a clone of the attribute.
cloneAttribute(Object, Object, CacheKey, Object, Integer, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return a clone of the attribute.
cloneAttribute(Object, Object, CacheKey, Object, Integer, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Return a clone of the attribute.
cloneAttribute(Object, Object, CacheKey, Object, Integer, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
Return a clone of the attribute.
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
 
CloneCopyPolicy - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
CloneCopyPolicyImpl - Class in org.eclipse.persistence.internal.jpa.config.copypolicy
JPA scripting API implementation.
CloneCopyPolicyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.copypolicy.CloneCopyPolicyImpl
 
CloneCopyPolicyMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.copypolicy
INTERNAL: Used to store information about CloneCopyPolicy as it is read from XML or annotations.
CloneCopyPolicyMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CloneCopyPolicyMetadata
INTERNAL: Used for XML loading.
CloneCopyPolicyMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CloneCopyPolicyMetadata
INTERNAL: Used for annotation loading
cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
INTERNAL: Return a clone of the specified container.
cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
INTERNAL: Return a clone of the specified container.
cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return a clone of the specified container.
cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.IndirectListContainerPolicy
INTERNAL: Return a clone of the specified container.
cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Return a clone of the specified container.
cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Return a clone of the specified container.
cloneFor(Object) - Method in class org.eclipse.persistence.internal.queries.VectorContainerPolicy
INTERNAL: Return a clone of the specified container.
CloneIterable<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
Pull together remover state and behavior for subclasses.
CloneIterator<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
A CloneIterator iterates over a copy of a collection, allowing for concurrent access to the original collection.
CloneIterator(Collection<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
Construct an iterator on a copy of the specified collection.
CloneIterator(E[]) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
Construct an iterator on a copy of the specified array.
CloneIterator(Collection<? extends E>, CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
Construct an iterator on a copy of the specified collection.
CloneIterator(E[], CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
Construct an iterator on a copy of the specified array.
CloneIterator.Remover<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
Used by CloneIterator to remove elements from the original collection; since the iterator does not have direct access to the original collection.
CloneIterator.Remover.ReadOnly<S> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
 
CloneListIterable<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
Pull together mutator state and behavior for subclasses.
CloneListIterator<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterator
A CloneListIterator iterates over a copy of a list, allowing for concurrent access to the original list.
CloneListIterator(E[]) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
Construct a list iterator on a copy of the specified array.
CloneListIterator(E[], CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
Construct a list iterator on a copy of the specified array.
CloneListIterator(List<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
Construct a list iterator on a copy of the specified list.
CloneListIterator(List<? extends E>, CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
Construct a list iterator on a copy of the specified list.
CloneListIterator.Mutator<T> - Interface in org.eclipse.persistence.jpa.jpql.utility.iterator
Used by CloneListIterator to remove elements from the original list; since the list iterator does not have direct access to the original list.
CloneListIterator.Mutator.ReadOnly<S> - Class in org.eclipse.persistence.jpa.jpql.utility.iterator
 
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(Closeable) - Static method in class org.eclipse.persistence.internal.helper.Helper
Close a closeable object, eating the exception
close() - Method in class org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive
 
close() - Method in class org.eclipse.persistence.internal.jpa.deployment.DirectoryInsideJarURLArchive
 
close() - Method in class org.eclipse.persistence.internal.jpa.deployment.JarFileArchive
 
close() - Method in class org.eclipse.persistence.internal.jpa.deployment.JarInputStreamURLArchive
 
close() - Method in class org.eclipse.persistence.internal.jpa.deployment.URLArchive
 
close() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Closes this factory, releasing any resources that might be held by this factory.
close() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Closes this factory, releasing any resources that might be held by this factory.
close() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Closes this EntityManager.
close() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
This method should be called to close any left over open connection to the database (if there is one).
close() - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Call this method to close any open connections to the database.
close() - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
INTERNAL: This method is called when connection in no longer used and it's resources should be freed.
close() - Method in class org.eclipse.persistence.internal.sessions.coordination.RemoteConnection
INTERNAL: cleanup whatever is necessary.
close() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteCursoredStream
Close the wrapped cursored stream This should be performed whenever the user has finished with the stream.
close() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
Close the wrapped cursored stream This should be performed whenever the user has finished with the stream.
close() - Method in interface org.eclipse.persistence.jpa.Archive
Close this archive and associated InputStream.
close() - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactory
 
close() - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
Stop the factory.
close() - Method in class org.eclipse.persistence.jpa.rs.util.InMemoryArchive
 
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
 
closeConnection() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Close the accessor's connection.
closeConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Close the accessor's connection.
closeConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Close the accessor's connection.
closeCursor(ResultSet, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Close the result set of the cursored stream.
closeDatasourceConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
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
 
closeJTSConnection() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Called from beforeCompletion external transaction synchronization listener callback to close the external connection corresponding to the completing external transaction.
closeJTSConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Called from beforeCompletion external transaction synchronization listener callback to close the external connection corresponding to the completing external transaction.
closeOutputStream() - Method in class org.eclipse.persistence.internal.jpa.weaving.AbstractStaticWeaveOutputHandler
Close the output stream.
closePersistenceContext(String) - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactory
 
closePersistenceContext(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
Close the PersistenceContext of a given name and clean it out of our list of PersistenceContexts.
closePersistenceContext(String, String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
Close the PersistenceContext and clean it out of our list of PersistenceContexts.
closeScrollableCursor(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Used for closing scrolable cursor across RMI.
closeStartElement() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
closeStartElement() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
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 interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
closeStartGroupingElements(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
closeStartGroupingElements(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
closeStatement(Statement, AbstractSession, DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
INTERNAL: Closes a PreparedStatement (which is supposed to close it's current resultSet).
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
 
CMP3Policy - Class in org.eclipse.persistence.internal.jpa
Defines primary key extraction code for use in JPA.
CMP3Policy() - Constructor for class org.eclipse.persistence.internal.jpa.CMP3Policy
 
CMPPolicy - Class in org.eclipse.persistence.descriptors
Description: Place holder for CMP specific information.
CMPPolicy() - Constructor for class org.eclipse.persistence.descriptors.CMPPolicy
 
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
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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
COALESCE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
coalesce(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
coalesce(Expression<? extends Y>, Y) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
coalesce() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a coalesce expression.
COALESCE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'COALESCE'.
coalesce(T, T, T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Create the expression COALESCE(scalar_expression {, scalar_expression}+).
coalesce(T, T, T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Create the expression COALESCE(scalar_expression {, scalar_expression}+).
coalesceExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
CoalesceExpression - Class in org.eclipse.persistence.jpa.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.jpql.parser.CoalesceExpression
Creates a new CoalesceExpression.
CoalesceExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CoalesceExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CoalesceExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CoalesceExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CoalesceExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CoalesceExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a coalesce expression.
CoalesceExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionBNF
Creates a new CoalesceExpressionBNF.
CoalesceExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This CoalesceExpressionFactory creates a new CoalesceExpression when the portion of the query to parse starts with COALESCE.
CoalesceExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionFactory
Creates a new CoalesceExpressionFactory.
CoalesceExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A COALESCE expression returns null if all its arguments evaluate to null, and the value of the first non-null argument otherwise.
CoalesceExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Creates a new CoalesceExpressionStateObject.
CoalesceExpressionStateObject(StateObject, List<StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Creates a new CoalesceExpressionStateObject.
CoalesceExpressionStateObject(StateObject, StateObject...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Creates a new CoalesceExpressionStateObject.
CoalesceExpressionStateObject(StateObject, String...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Creates a new CoalesceExpressionStateObject.
CoalesceNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
CoalesceNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.CoalesceNode
 
CodeDefinition - Class in org.eclipse.persistence.internal.codegen
INTERNAL:
CodeDefinition() - Constructor for class org.eclipse.persistence.internal.codegen.CodeDefinition
 
CodeGenerator - Class in org.eclipse.persistence.internal.codegen
INTERNAL:
CodeGenerator() - Constructor for class org.eclipse.persistence.internal.codegen.CodeGenerator
 
CodeGenerator(boolean) - Constructor for class org.eclipse.persistence.internal.codegen.CodeGenerator
 
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.
collapseStringValue(String) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
Removes all leading and trailing whitespaces, and replaces any sequences of whitespaces that occur in the string with a single ' ' character.
collapseStringValue(String) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
Removes all leading and trailing whitespaces, and replaces any sequences of whitespaces that occur in the string with a single ' ' character.
collectAllDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Collects the identification variables that are defined in the FROM clause of the current query and from the parent queries.
collectAllDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Collects the identification variables that are defined in the FROM clause of the current query and from the parent queries.
collectAndPrepareObjectsForNestedMerge() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Prepare for merge in nested uow.
Collection_Class - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
COLLECTION_REMOVE_EVENT_WITH_NO_INDEX - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
COLLECTION_TABLE_CATALOG - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
COLLECTION_TABLE_NAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
COLLECTION_TABLE_SCHEMA - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
COLLECTION_WRAPPER_STR - Static variable in class org.eclipse.persistence.internal.xr.Util
 
COLLECTION_WRAPPER_SUFFIX - Static variable in class org.eclipse.persistence.internal.xr.XRDynamicClassLoader
 
CollectionAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: A relational collection mapping accessor.
CollectionAttributeImpl<X,V> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the CollectionAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
CollectionAttributeProxyImpl<X,V> - Class in org.eclipse.persistence.internal.jpa.metamodel.proxy
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an CollectionAttribute is accessed in the metamodel.
CollectionAttributeProxyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.proxy.CollectionAttributeProxyImpl
 
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.
CollectionChangeEvent_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
CollectionChangeRecord - Class in org.eclipse.persistence.internal.sessions
Purpose: This class holds the record of the changes made to a collection attribute of an object.
CollectionChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This default constructor.
CollectionChangeRecord(ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
Constructor for the ChangeRecord representing a collection mapping
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.
CollectionContainerPolicy - Class in org.eclipse.persistence.internal.queries
Purpose: A CollectionContainerPolicy is ContainerPolicy whose container class implements the Collection interface.
CollectionContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
INTERNAL: Construct a new policy.
CollectionContainerPolicy(Class) - Constructor for class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
INTERNAL: Construct a new policy for the specified class.
CollectionContainerPolicy(String) - Constructor for class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
INTERNAL: Construct a new policy for the specified class name.
CollectionDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This CollectionDeclaration represents a collection member declaration that was declared in the FROM clause of a SELECT top-level query or subquery.
CollectionDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionDeclaration
Creates a new CollectionDeclaration.
CollectionEquivalentResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This 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.jpql.tools.resolver.CollectionEquivalentResolver
Creates a new CollectionEquivalentResolver.
CollectionExpression - Class in org.eclipse.persistence.internal.expressions
Used for wrapping collection of values or expressions.
CollectionExpression() - Constructor for class org.eclipse.persistence.internal.expressions.CollectionExpression
 
CollectionExpression(Object, Expression) - Constructor for class org.eclipse.persistence.internal.expressions.CollectionExpression
 
CollectionExpression - Class in org.eclipse.persistence.jpa.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.jpql.parser.CollectionExpression
Creates a new CollectionExpression.
CollectionExpression(AbstractExpression, List<AbstractExpression>, List<Boolean>, List<Boolean>, boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Creates a new CollectionExpression.
CollectionExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject is a temporary object used to store a list of StateObjects.
CollectionExpressionStateObject(StateObject, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
Creates a new CollectionExpressionStateObject.
CollectionGroupingElementNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
CollectionGroupingElementNodeValue(ContainerValue) - Constructor for class org.eclipse.persistence.internal.oxm.CollectionGroupingElementNodeValue
 
CollectionJoinImpl<Z,X> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the CollectionJoin interface of the JPA criteria API.
CollectionJoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl
 
CollectionJoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl
 
CollectionJoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>, JoinType, FromImpl) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl
 
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() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
CollectionMemberDeclaration - Class in org.eclipse.persistence.jpa.jpql.parser
An identification variable declared by a collection member declaration ranges over values of a collection obtained by navigation using a path expression.
CollectionMemberDeclaration(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Creates a new CollectionMemberDeclaration.
CollectionMemberDeclaration_MissingCollectionValuedPathExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberDeclaration_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberDeclaration_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberDeclaration_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a collection member declaration expression.
CollectionMemberDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationBNF
Creates a new CollectionMemberDeclarationBNF.
CollectionMemberDeclarationFactory - Class in org.eclipse.persistence.jpa.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.jpql.parser.CollectionMemberDeclarationFactory
Creates a new CollectionMemberDeclarationExpressionFactory.
CollectionMemberDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
An identification variable declared by a collection_member_declaration ranges over values of a collection obtained by navigation using a path expression.
CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Creates a new CollectionMemberDeclarationStateObject.
CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject, ListIterator<String>, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Creates a new CollectionMemberDeclarationStateObject.
CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject, ListIterator<String>, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Creates a new CollectionMemberDeclarationStateObject.
CollectionMemberDeclarationStateObject(SimpleFromClauseStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Creates a new CollectionMemberDeclarationStateObject.
CollectionMemberDeclNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
CollectionMemberDeclNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.CollectionMemberDeclNode
 
collectionMemberExpression(boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
CollectionMemberExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression tests whether the designated value is a member of the collection specified by the collection-valued path expression.
CollectionMemberExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Creates a new CollectionMemberExpression.
CollectionMemberExpression_Embeddable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberExpression_MissingCollectionValuedPathExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberExpression_MissingEntityExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionMemberExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a collection member expression.
CollectionMemberExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionBNF
Creates a new CollectionMemberExpressionBNF.
CollectionMemberExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This 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.jpql.parser.CollectionMemberExpressionFactory
Creates a new CollectionMemberExpressionFactory.
CollectionMemberExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This expression tests whether the designated value is a member of the collection specified by the collection-valued path expression.
CollectionMemberExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Creates a new CollectionMemberExpressionStateObject.
CollectionMemberExpressionStateObject(StateObject, StateObject, boolean, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Creates a new CollectionMemberExpressionStateObject.
CollectionMemberExpressionStateObject(StateObject, StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Creates a new CollectionMemberExpressionStateObject.
collectionPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
Creates a new collection-valued path expression.
collectionPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates a new collection-valued path expression.
collectionPath(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates a new collection-valued path expression.
CollectionProxy - Interface in org.eclipse.persistence.jpa.rs.util
JPARS 2.0 collection proxy interface.
CollectionProxyClassWriter - Class in org.eclipse.persistence.internal.jpa.weaving
Generates a subclass of given collection implementing CollectionProxy interface.
CollectionProxyClassWriter(String, String, String) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.CollectionProxyClassWriter
Creates a new CollectionProxyClassWriter for the given attribute of the given entity of given type.
CollectionReferenceMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,UNMARSHAL_RECORD extends UnmarshalRecord,XML_FIELD extends Field,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
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.
CollectionResult - Class in org.eclipse.persistence.internal.xr
INTERNAL: Sub-component of an Operation, indicates more than one return value from the database.
CollectionResult() - Constructor for class org.eclipse.persistence.internal.xr.CollectionResult
 
CollectionTable - Annotation Type in org.eclipse.persistence.annotations
Deprecated. 
CollectionTable - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
CollectionTableImpl - Class in org.eclipse.persistence.internal.jpa.config.tables
JPA scripting API implementation.
CollectionTableImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.tables.CollectionTableImpl
 
CollectionTableMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.tables
INTERNAL: Object to hold onto a collection table metadata in an EclipseLink database table.
CollectionTableMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.CollectionTableMetadata
INTERNAL: Used for XML loading.
CollectionTableMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.CollectionTableMetadata
INTERNAL: Used for defaulting.
CollectionTableMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.CollectionTableMetadata
INTERNAL: Used for annotation loading.
CollectionTools - Class in org.eclipse.persistence.jpa.jpql.utility
This utility class provides utility methods related to collections, iterators and arrays.
collectionType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Collection}.
collectionType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Collection}.
collectionType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Collection.
CollectionValue<T> - Class in org.eclipse.persistence.internal.jaxb.many
This abstract class is used to support JAXBContext creation with a List class.
CollectionValue() - Constructor for class org.eclipse.persistence.internal.jaxb.many.CollectionValue
 
CollectionValuedFieldResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to resolve the type of a collection-valued field.
CollectionValuedFieldResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionValuedFieldResolver
Creates a new CollectionValuedFieldResolver.
collectionValuedPathExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
CollectionValuedPathExpression - Class in org.eclipse.persistence.jpa.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.jpql.parser.CollectionValuedPathExpression
Creates a new CollectionValuedPathExpression.
CollectionValuedPathExpression(AbstractExpression, AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
Creates a new CollectionValuedPathExpression.
CollectionValuedPathExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
Creates a new CollectionValuedPathExpression.
CollectionValuedPathExpression_NotCollectionType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionValuedPathExpression_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CollectionValuedPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a collection-valued path expression.
CollectionValuedPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionBNF
Creates a new CollectionValuedPathExpressionBNF.
CollectionValuedPathExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
 
CollectionValuedPathExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionFactory
Creates a new CollectionValuedPathExpressionFactory.
CollectionValuedPathExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A collection-valued field is designated by the name of an association field in a one-to-many or a many-to-many relationship or by the name of an element collection field.
CollectionValuedPathExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
Creates a new CollectionValuedPathExpressionStateObject.
CollectionValuedPathExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
Creates a new CollectionValuedPathExpressionStateObject.
CollectionWrapper<T> - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
Wrapper for collection used in JPARS 2.0.
CollectionWrapper() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.CollectionWrapper
 
CollectionWrapperBuilder - Class in org.eclipse.persistence.jpa.rs.util
Helper class used to create proxies for collections.
CollectionWrapperBuilder(PersistenceContext) - Constructor for class org.eclipse.persistence.jpa.rs.util.CollectionWrapperBuilder
Creates a new CollectionWrapperBuilder.
CollectionWrapperMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the CollectionWrapper class available in our Dynamic JAXB context.
CollectionWrapperMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.CollectionWrapperMetadataSource
Creates a new CollectionWrapperMetadataSource.
collectLocalDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Collects the identification variables that are defined in the FROM clause of the current query.
collectLocalDeclarationIdentificationVariables(Map<String, List<IdentificationVariable>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Collects the identification variables that are defined in the FROM clause of the current query.
collectLocks(HashMap) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Add all locked CacheKeys to the map grouped by thread.
collectLocks(HashMap) - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
INTERNAL: Used to print all the Locks in every identity map in this session.
collectLocks(HashMap) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Add all locked CacheKeys to the map grouped by thread.
collectLocks(HashMap) - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
NoIdentityMap has no locks.
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
 
COLON - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
COLON_CHAR - Static variable in class org.eclipse.persistence.internal.xr.Util
 
COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
Column - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
COLUMN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant 'COLUMN', which is an EclipseLink specific identifier that was added in version 2.4.
COLUMN_RESULT_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
columnExists(String, String) - Method in interface org.eclipse.persistence.jpa.jpql.EclipseLinkSemanticValidatorExtension
Determines whether the column with the given name exists or not in the table with the given name.
ColumnImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
ColumnImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.ColumnImpl
 
ColumnMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Object to process a JPA column into an EclipseLink database field.
ColumnMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL: Used for XML loading.
ColumnMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL: Used for defaulting.
ColumnMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL: Used for annotation loading.
columnNames(String, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
Returns the names of the given table's columns.
columnNames() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the filtered list of possible column names.
columnNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the filtered list of possible column names.
ColumnResult - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
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
 
ColumnResultImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
ColumnResultImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.ColumnResultImpl
 
ColumnResultMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto a column result metadata.
ColumnResultMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.ColumnResultMetadata
INTERNAL: Used for XML loading.
ColumnResultMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.ColumnResultMetadata
INTERNAL: Used for annotation loading.
columnResultNotFound(DatabaseField) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
comapreTo(JavaVersion) - Method in class org.eclipse.persistence.internal.helper.JavaVersion
Compares this JavaVersion object against another one.
COMMA - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
COMMA - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
COMMA - Static variable in class org.eclipse.persistence.jpa.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
CommandDataHelper - Class in org.eclipse.persistence.internal.sessions.coordination.corba.sun
org/eclipse/persistence/internal/remotecommand/corba/sun/CommandDataHelper.java .
CommandDataHelper() - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHelper
 
CommandDataHolder - Class in org.eclipse.persistence.internal.sessions.coordination.corba.sun
org/eclipse/persistence/internal/remotecommand/corba/sun/CommandDataHolder.java .
CommandDataHolder() - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHolder
 
CommandDataHolder(byte[]) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHolder
 
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.
CommandPropagator - Class in org.eclipse.persistence.internal.sessions.coordination
Purpose: Synchronous and asynchronous propagation of remote commands
CommandPropagator(RemoteCommandManager, Command, byte[]) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
Constructor used to create the main propagator
CommandPropagator(RemoteCommandManager, Command, byte[], RemoteConnection) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
Constructor used to create the async propagator threads
CommandsConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.rcm.command
INTERNAL:
CommandsConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.rcm.command.CommandsConfig
 
comment(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
comment(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
comment(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
CommentEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the comment event
CommentEvent(char[], int, int) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.CommentEvent
 
commit() - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
Commit the current transaction, writing any un-flushed changes to the database.
commit() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
commit() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
Deprecated.
 
commit() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Commit the unit of work to its parent.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Pushes the changes created by this builder to the state object.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultConditionalExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSimpleSelectExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkConditionalStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IConditionalExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.INewValueStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISimpleSelectExpressionStateObjectBuilder
Pushes the changes created by this builder to the state object.
commit() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Commit the unit of work to its parent.
commitAllObjectsWithChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Commit all of the objects as a single transaction.
commitAndResume() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
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 class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
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.
commitAndResumeWithPreBuiltChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This method is used by the MappingWorkbench for their read-only file feature this method must not be exposed to or used by customers until it has been revised and the feature revisited to support OptimisticLocking and Serialization
commitConnection() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
commitExternalTransaction() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Attempts to commit the running internally started external transaction.
CommitManager - Class in org.eclipse.persistence.internal.sessions
This class maintains a commit stack and resolves circular references.
CommitManager(AbstractSession) - Constructor for class org.eclipse.persistence.internal.sessions.CommitManager
Create the commit manager on the session.
CommitOrderCalculator - Class in org.eclipse.persistence.internal.sessions
This class calculates a commit order for a series of classes based on the dependencies between them.
CommitOrderCalculator(AbstractSession) - Constructor for class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
 
CommitOrderDependencyNode - Class in org.eclipse.persistence.internal.sessions
This wraps a descriptor with information required to compute an order for dependencies.
CommitOrderDependencyNode(CommitOrderCalculator, ClassDescriptor, AbstractSession) - Constructor for class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
CommitOrderType - Class in org.eclipse.persistence.config
Commit order type persistence property values.
CommitOrderType() - Constructor for class org.eclipse.persistence.config.CommitOrderType
 
CommitPending - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
commitRootUnitOfWork(RemoteUnitOfWork) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Commit remote unit of work
commitRootUnitOfWork(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Remote unit of work after serialization is commited locally.
commitRootUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
Starts committing the remote unit of work.
commitRootUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Commit the changes to any objects to the parent.
commitRootUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Commit the changes to any objects to the 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 committed 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 committed locally.
commitRootUnitOfWorkWithPreBuiltChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This method is used by the MappingWorkbench read-only files feature It will commit a pre-built unitofwork change set to the database
commitTransaction(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Commit a transaction on the data store.
commitTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Commit a transaction on the database.
commitTransaction(DatabaseAccessor) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for jdbc drivers which do not support autocommit to explicitly commit a transaction This method is a no-op for databases which implement autocommit as expected.
commitTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Commit a transaction on the database.
commitTransaction() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
INTERNAL: No transactions should be used inside a HistoricalSession.
commitTransaction() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Commit the active database transaction.
commitTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Commit a transaction on the database.
commitTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Commit a transaction on the database.
commitTransaction() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: This is internal to the uow, transactions should not be used explicitly in a uow.
commitTransaction() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This is internal to the uow, transactions should not be used explicitly in a uow.
commitTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.JTATransactionWrapper
 
commitTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.ResourceLocalTransactionWrapper
 
commitTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.TransactionWrapper
 
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.
commitTransactionAfterWriteChanges() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: After writeChanges() everything has been done except for committing the transaction.
CommitTransactionPending - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
CommonAbstractCriteriaImpl<T> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the CommonAbstractCriteria interface of the JPA criteria API.
CommonAbstractCriteriaImpl(Metamodel, CriteriaBuilderImpl, Class<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
 
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
 
compare(Object, Object) - Method in class org.eclipse.persistence.internal.helper.DescriptorCompare
 
compare(Object, Object) - Method in class org.eclipse.persistence.internal.helper.MappingCompare
 
compare(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet.ObjectChangeSetComparator
Determine if the receiver is greater or less than the change set.
compare(IType, IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.NumericTypeComparator
compareArrays(Object[], Object[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
compareBigDecimals(BigDecimal, BigDecimal) - Static method in class org.eclipse.persistence.internal.helper.Helper
Compare two BigDecimals.
compareByteArrays(byte[], byte[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
compareCharArrays(char[], char[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
compareCollectionsForChange(Object, Object, CollectionChangeRecord, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: This method is used to calculate the differences between two collections.
compareCollectionsForChange(Object, Object, CollectionChangeRecord, AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: This method is used to calculate the differences between two collections.
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.
compareCollectionsForChange(Object, Object, ChangeRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: This method is used to calculate the differences between two collections.
compareContainers(Object, Object) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Return true if keys are the same.
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.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.
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.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.
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, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: This method creates a records change set for a particular object.
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 direct 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.MultitenantPrimaryKeyMapping
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.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.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
 
compareHashtables(Hashtable, Hashtable) - Static method in class org.eclipse.persistence.internal.helper.Helper
PUBLIC: Compare the elements in 2 hashtables to see if they are equal Added Nov 9, 2000 JED Patch 2.5.1.8
compareKeys(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return true if keys are the same in the source as the backup.
compareKeys(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Return true if keys are the same in the source as the backup.
compareKeys(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Return true if keys are the same in the source as the backup.
compareLists(List, List, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Compare the attributes belonging to this mapping for the objects.
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.
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.internal.descriptors.ObjectBuilder
Compares the two specified objects
compareObjects(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return if the two object match completely.
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.MultitenantPrimaryKeyMapping
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.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
 
compareObjectsDontMatch(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
TESTING: Return true if the object do not match.
comparePotentialArrays(Object, Object) - Static method in class org.eclipse.persistence.internal.helper.Helper
Compare two potential arrays and return true if they are the same.
compareTo(Object) - Method in class org.eclipse.persistence.internal.expressions.OuterJoinExpressionHolder
 
compareTo(IndexedObject) - Method in class org.eclipse.persistence.internal.helper.IndexedObject
 
compareTo(CacheId) - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
Determine if the receiver is greater or less than the key.
compareTo(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
Determine if the receiver is greater or less than the change set.
compareTo(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
compareTo(IdHelper.SortableKey) - Method in class org.eclipse.persistence.jpa.rs.util.IdHelper.SortableKey
 
compareVersions(String, String) - Static method in class org.eclipse.persistence.internal.helper.Helper
INTERNAL: Compares two version in num.num.num.num.num*** format.
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.
compareWriteLockValues(Object, Object) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: This method shouldn't be called if supportsWriteLockValuesComparison() returns false.
comparisonExpression(Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ComparisonExpression - Class in org.eclipse.persistence.jpa.jpql.parser
Only the values of like types are permitted to be compared.
ComparisonExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
Creates a new ComparisonExpression.
ComparisonExpression_AssociationField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ComparisonExpression_BasicField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ComparisonExpression_IdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ComparisonExpression_MissingLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ComparisonExpression_MissingRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ComparisonExpression_WrongComparisonType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ComparisonExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a comparison expression.
ComparisonExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionBNF
Creates a new ComparisonExpressionBNF.
ComparisonExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ComparisonExpressionFactory creates a new ComparisonExpression when the portion of the query to parse starts with <, >, <>, <=, >= or =.
ComparisonExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionFactory
Creates a new ComparisonExpressionFactory.
comparisonExpressionRightOperand() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ComparisonExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Only the values of like types are permitted to be compared.
ComparisonExpressionStateObject(StateObject, StateObject, String, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Creates a new ComparisonExpressionStateObject.
ComparisonExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Creates a new ComparisonExpressionStateObject.
ComparisonExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Creates a new ComparisonExpressionStateObject.
ComparisonOperator - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
COMPAT_SHORT_PREFIX - Static variable in interface org.eclipse.persistence.internal.helper.DatabaseType
 
COMPAT_SUFFIX - Static variable in interface org.eclipse.persistence.internal.helper.DatabaseType
 
COMPATIBLE_TYPE_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
compatibleTypeNotSet(DatabaseType) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
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
 
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.
COMPLEX_TYPE - Static variable in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
 
ComplexContent - Class in org.eclipse.persistence.internal.oxm.schema.model
 
ComplexContent() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.ComplexContent
 
ComplexDatabaseType - Class in org.eclipse.persistence.internal.helper
PUBLIC: Abstract class for Complex Database types (e.g.
ComplexDatabaseType() - Constructor for class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
ComplexPLSQLTypeWrapper - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: a helper class that holds DatabaseType's.
ComplexPLSQLTypeWrapper() - Constructor for class org.eclipse.persistence.internal.sessions.factories.ComplexPLSQLTypeWrapper
 
ComplexPLSQLTypeWrapper(DatabaseType) - Constructor for class org.eclipse.persistence.internal.sessions.factories.ComplexPLSQLTypeWrapper
 
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 - Class in org.eclipse.persistence.internal.oxm.schema.model
A Value Object class representing XML Schema's complexType.
ComplexType() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
ComplexTypeMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto complex type meta-data, including PL/SQL records and collections, as well as advanced Oracle JDBC types.
ComplexTypeMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.ComplexTypeMetadata
INTERNAL: Used for XML loading.
ComplexTypeMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.ComplexTypeMetadata
INTERNAL: Used for annotation loading.
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_UNIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.composite-unit" property indicates if it's a composite persistence unit ("true").
COMPOSITE_UNIT_MEMBER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.composite-unit.member" property 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"
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 "eclipselink.composite-unit.properties" property may be passed to createEntityManagerFactory method of a composite persistence unit to pass properties to member persistence units.
CompositeCollectionMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,CONVERTER extends CoreConverter,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MARSHALLER extends Marshaller,SESSION extends CoreSession,UNMARSHAL_KEEP_AS_ELEMENT_POLICY extends UnmarshalKeepAsElementPolicy,UNMARSHALLER extends Unmarshaller,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
CompositeCollectionMappingContentHandler - Class in org.eclipse.persistence.internal.oxm.record.deferred
 
CompositeCollectionMappingContentHandler(UnmarshalRecord, XMLCompositeCollectionMappingNodeValue, CompositeCollectionMapping, Attributes, XPathFragment, Descriptor) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.CompositeCollectionMappingContentHandler
 
compositeIncompatibleWithSessionsXml(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: Persistence unit tries to use sessions.xml and to be a composite.
CompositeMappingContentHandler - Class in org.eclipse.persistence.internal.oxm.record.deferred
 
CompositeMappingContentHandler(UnmarshalRecord, Mapping, Attributes, AbstractNullPolicy, XPathFragment, Descriptor) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.CompositeMappingContentHandler
 
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.
CompositeObjectMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,CONVERTER extends CoreConverter,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MARSHALLER extends Marshaller,SESSION extends CoreSession,UNMARSHAL_KEEP_AS_ELEMENT_POLICY extends UnmarshalKeepAsElementPolicy,UNMARSHALLER extends Unmarshaller,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
CompositeObjectMappingContentHandler - Class in org.eclipse.persistence.internal.oxm.record.deferred
INTERNAL:
CompositeObjectMappingContentHandler(UnmarshalRecord, XMLCompositeObjectMappingNodeValue, CompositeObjectMapping, Attributes, XPathFragment, Descriptor) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.CompositeObjectMappingContentHandler
 
compositeObjectMarshal(XPathFragment, MarshalRecord, Object, CoreSession, 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(AbstractMarshalRecord, Object, Field, CoreAbstractSession) - 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, CoreSession, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
INTERNAL
compositeObjectMarshal(AbstractMarshalRecord, Object, Field, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
INTERNAL
COMPOUND_NAME_LOOKUP - Static variable in class org.eclipse.persistence.sessions.JNDIConnector
 
CompoundExpression - Class in org.eclipse.persistence.internal.expressions
Abstract class for expression that have exactly two children, such as and/or and relations.
CompoundExpression() - Constructor for class org.eclipse.persistence.internal.expressions.CompoundExpression
 
CompoundExpression - Class in org.eclipse.persistence.jpa.jpql.parser
A compound expression has a left and right expressions combined by an identifier.
CompoundExpressionImpl - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the Predicate interface of the JPA criteria API.
CompoundExpressionImpl(Metamodel, Expression, List<Expression<?>>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl
 
CompoundExpressionImpl(Metamodel, Expression, List<Expression<?>>, String) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl
 
CompoundExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A compound StateObject has a left and right expressions combined by an identifier.
CompoundFilter<T> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.filter
This filter provides a simple framework for combining the behavior of a pair of filters.
CompoundSelectionImpl - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the Selection interface of the JPA criteria API.
CompoundSelectionImpl(Class, Selection[]) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CompoundSelectionImpl
 
CompoundSelectionImpl(Class, Selection[], boolean) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CompoundSelectionImpl
 
ComputableTask<A,V> - Interface in org.eclipse.persistence.internal.cache
Computable task.
compute(ComputableTask<A, V>, A) - Method in class org.eclipse.persistence.internal.cache.AdvancedProcessor
 
compute(A) - Method in interface org.eclipse.persistence.internal.cache.ComputableTask
 
compute(ComputableTask<A, V>, A) - Method in interface org.eclipse.persistence.internal.cache.LowLevelProcessor
Waits if necessary for the computation to complete, and then retrieves its result.
compute(ComputableTask<A, V>, A) - Method in class org.eclipse.persistence.internal.cache.Memoizer
 
compute(ComputableTask<A, V>, A) - Method in interface org.eclipse.persistence.internal.cache.Processor
Waits if necessary for the computation to complete, and then retrieves its result.
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
computeActualType(Object, TypeHelper) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
computeBatchReadAttributes() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Compute the cache batched attributes.
computeBatchReadMappingQueries() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Used to optimize joining by pre-computing the nested join queries for the mappings.
computeDistinct() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: This is used by cursored stream to determine if an expression used distinct as the size must account for this.
computeHashCode() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Compute a consistent hash-code for the expression.
computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL: Compute a consistent hash-code for the expression.
computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
INTERNAL: Compute a consistent hash-code for the expression.
computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: Compute a consistent hash-code for the expression.
computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
INTERNAL: Compute a consistent hash-code for the expression.
computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Compute a consistent hash-code for the expression.
computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
INTERNAL: Compute a consistent hash-code for the expression.
computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: Compute a consistent hash-code for the expression.
computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Compute a consistent hash-code for the expression.
computeHashCode() - Method in class org.eclipse.persistence.internal.expressions.TableExpression
INTERNAL: Compute a consistent hash-code for the expression.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
computeInIndex(PLSQLargument, int) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
 
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.PLSQLCursor
 
computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
computeJoiningMappingIndexes(boolean, AbstractSession, int) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
For joining the resulting rows include the field/values for many objects.
computeJoiningMappingQueries(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Used to optimize joining by pre-computing the nested join queries for the mappings.
computeMaxRowsForSQL(int, int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
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.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.HANAPlatform
 
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.
computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
computeOutIndex(PLSQLargument, int) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
 
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.PLSQLCursor
 
computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
computePURootURL(URL, String) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Determine the URL path to the persistence unit
computeTables() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Computes all aliases which will appear in the FROM clause.
computeTablesFromTables() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
If there is no where clause, alias the tables from the tables list directly.
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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
CONCAT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
concat() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
CONCAT - Static variable in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
 
concat(Expression<String>, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
String concatenation operation.
concat(Expression<String>, String) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
String concatenation operation.
concat(String, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
String concatenation operation.
CONCAT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CONCAT'.
concat(T, T, T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression CONCAT(string_primary, string_primary {, string_primary}*).
concat(T, T, T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression CONCAT(string_primary, string_primary {, string_primary}*).
concatenateContainers(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Build a new container, add the contents of each of the specified containers to it, and return it.
concatenateContainers(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Build a new container, add the contents of each of the specified containers to it, and return it.
concatenateMaps(Map, Map) - Static method in class org.eclipse.persistence.internal.helper.Helper
Merge the two Maps into a new HashMap.
concatenateUniqueLists(List, List) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return a new List with no duplicated values.
concatenateUniqueVectors(Vector, Vector) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return a new vector with no duplicated values.
concatenateVectors(Vector, Vector) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
ConcatExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The CONCAT function returns a string that is a concatenation of its arguments.
ConcatExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
Creates a new ConcatExpression.
ConcatExpression_Expression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConcatExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConcatExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConcatExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConcatExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConcatExpressionFactory - Class in org.eclipse.persistence.jpa.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.jpql.parser.ConcatExpressionFactory
Creates a new ConcatExpressionFactory.
ConcatExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The CONCAT function returns a string that is a concatenation of its arguments.
ConcatExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
Creates a new ConcatExpressionStateObject.
ConcatExpressionStateObject(StateObject, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
Creates a new ConcatExpressionStateObject.
ConcatExpressionStateObject(StateObject, StateObject...) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
Creates a new ConcatExpressionStateObject.
ConcatNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
ConcatNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ConcatNode
ConcatNode constructor comment.
ConcreteSubclassFactory - Class in org.eclipse.persistence.jpa.rs.util
Factory class to create concrete subclasses of abstract classes.
ConcreteSubclassFactory(Class) - Constructor for class org.eclipse.persistence.jpa.rs.util.ConcreteSubclassFactory
Instantiates a new concrete subclass factory.
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.
ConcurrencyExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for ConcurrencyException messages.
ConcurrencyExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.ConcurrencyExceptionResource
 
ConcurrencyManager - Class in org.eclipse.persistence.internal.helper
INTERNAL:
ConcurrencyManager() - Constructor for class org.eclipse.persistence.internal.helper.ConcurrencyManager
Initialize the newly allocated instance of this class.
CONCURRENT_READ_WRITE - Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
Reads and unit of work merges can occur concurrently.
ConcurrentFixedCache - Class in org.eclipse.persistence.internal.helper
Provide a concurrent fixed size caching mechanism.
ConcurrentFixedCache() - Constructor for class org.eclipse.persistence.internal.helper.ConcurrentFixedCache
Create a new concurrent cache, with a fixed size of 100.
ConcurrentFixedCache(int) - Constructor for class org.eclipse.persistence.internal.helper.ConcurrentFixedCache
Create a new concurrent cache, with the max size.
CONDITIONAL_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Notifies the conditional expression property has changed.
conditionalExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ConditionalExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a conditional expression.
ConditionalExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalExpressionBNF
Creates a new ConditionalExpressionBNF.
conditionalFactor() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ConditionalFactorBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a conditional factor expression.
ConditionalFactorBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalFactorBNF
Creates a new ConditionalFactorBNF.
conditionalPrimary() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ConditionalPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a conditional primary expression.
ConditionalPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalPrimaryBNF
Creates a new ConditionalPrimaryBNF.
conditionalTerm() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ConditionalTermBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a conditional term expression.
ConditionalTermBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConditionalTermBNF
Creates a new ConditionalTermBNF.
conditionWithNotExpression(boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
config(String, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
config(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
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
 
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
 
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.
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.
conformLike(Object, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Compare like in memory.
conformLike(Object, Object) - Static method in class org.eclipse.persistence.internal.helper.JavaPlatform
INTERNAL: Conform an expression which uses the operator "like" for an in-memory query
conformLike(Object, Object) - Method in class org.eclipse.persistence.internal.helper.JDK15Platform
INTERNAL: An implementation of in memory queries with Like which uses the regular expression framework.
conformLike(Object, Object) - Method in interface org.eclipse.persistence.internal.helper.JDKPlatform
Conforming queries with LIKE will act differently in different JDKs.
conformRegexp(Object, Object) - Static method in class org.eclipse.persistence.internal.helper.JavaPlatform
INTERNAL: Conform an expression which uses the operator "regexp" for an in-memory query
conformRegexp(Object, Object) - Method in class org.eclipse.persistence.internal.helper.JDK15Platform
INTERNAL: An implementation of in memory queries with Regexp which uses the regular expression framework.
conformRegexp(Object, Object) - Method in interface org.eclipse.persistence.internal.helper.JDKPlatform
Conforming queries with REGEXP will act differently in different JDKs.
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.
conjunction() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a conjunction (with zero conjuncts).
connect(Properties, Session) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
INTERNAL: Required for interface, but never used, for JDBC.
connect(Login, AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Connect to the data store using the configuration information in the login.
connect(Login, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Connect to the datasource.
connect() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Connect the session only.
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() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Connect not required.
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.
CONNECT_BY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CONNECT BY'.
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.
ConnectByClause - Class in org.eclipse.persistence.jpa.jpql.parser
The CONNECT BY clause allows selecting rows in a hierarchical order using the hierarchical query clause.
ConnectByClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Creates a new ConnectByClause.
ConnectByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a CONNECT BY clause.
ConnectByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseBNF
Creates a new ConnectByClauseBNF.
ConnectByClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ConnectByClauseFactory creates a new ConnectByClause when the portion of the query to parse starts with CONNECT BY.
ConnectByClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseFactory
Creates a new ConnectByClauseFactory.
CONNECTION - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
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." properties.
CONNECTION_POOL_FAILOVER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "failover" property.
This can be append to a connection pool property, i.e.
CONNECTION_POOL_INITIAL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "initial" property.
This can be append to any connection pool property, i.e.
CONNECTION_POOL_INTERNALLY_POOL_DATASOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Tell EclipseLink to use it's internal connection pool to pool connections from a datasource.
CONNECTION_POOL_JTA_DATA_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "jtaDataSource" property.
This can be append to a connection pool property, i.e.
CONNECTION_POOL_MAX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "max" property.
This can be append to any connection pool property, i.e.
CONNECTION_POOL_MAX_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
CONNECTION_POOL_MIN - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "min" property.
This can be append to any connection pool property, i.e.
CONNECTION_POOL_MIN_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
CONNECTION_POOL_NON_JTA_DATA_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "nonJtaDataSource" property.
This can be append to a connection pool property, i.e.
CONNECTION_POOL_PASSWORD - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "password" property.
This can be append to a connection pool property, i.e.
CONNECTION_POOL_READ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Allow configuring the "eclipselink.connection-pool.read." properties.
CONNECTION_POOL_SEQUENCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Allow configuring the "eclipselink.connection-pool.sequence." properties.
CONNECTION_POOL_SHARED - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "shared" property.
This can be append to the read connection pool, i.e.
CONNECTION_POOL_URL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "url" property.
This can be append to a connection pool property, i.e.
CONNECTION_POOL_USER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "user" property.
This can be append to a connection pool property, i.e.
CONNECTION_POOL_WAIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "wait" property.
This can be append to any connection pool property, i.e.
ConnectionCustomizer - Class in org.eclipse.persistence.internal.databaseaccess
PUBLIC: The base class for connection customization.
ConnectionCustomizer(Accessor, Session) - Constructor for class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer
INTERNAL: Constructor accepts the accessor to which the customizer will be applied and the session that used for customization.
ConnectionManagement - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
ConnectionPing - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
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.
ConnectionPolicyConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.pool
INTERNAL:
ConnectionPolicyConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPolicyConfig
 
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.
ConnectionPoolConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.pool
INTERNAL:
ConnectionPoolConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPoolConfig
 
connectionPropertyNames - Static variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
ConnectionProxyHandler - Class in org.eclipse.persistence.internal.jpa.jdbc
A simple invocation handler for the proxied connection.
ConnectionProxyHandler(Connection) - Constructor for class org.eclipse.persistence.internal.jpa.jdbc.ConnectionProxyHandler
 
Connector - Interface in org.eclipse.persistence.sessions
Purpose: Define an interface for supplying TopLink with a Connection to a JDBC database.
Connects - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
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.
ConnectToHostCommand - Class in org.eclipse.persistence.internal.sessions.coordination
Purpose: This class provides an implementation of an internal RCM Command.
ConnectToHostCommand() - Constructor for class org.eclipse.persistence.internal.sessions.coordination.ConnectToHostCommand
 
ConstantExpression - Class in org.eclipse.persistence.internal.expressions
Used for wrapping constant values.
ConstantExpression() - Constructor for class org.eclipse.persistence.internal.expressions.ConstantExpression
 
ConstantExpression(Object, Expression) - Constructor for class org.eclipse.persistence.internal.expressions.ConstantExpression
 
constantName(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL:
Constants - Class in org.eclipse.persistence.internal.oxm
 
Constants() - Constructor for class org.eclipse.persistence.internal.oxm.Constants
 
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_MAPPING_QNAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.beanvalidation.ValidationXMLReader
 
CONSTRAINT_MAPPING_QNAME - Static variable in class org.eclipse.persistence.jaxb.ValidationXMLReader
 
CONSTRAINT_VIOLATION - Static variable in exception org.eclipse.persistence.exceptions.BeanValidationException
 
constraintViolation(Object[], Throwable) - Static method in exception org.eclipse.persistence.exceptions.BeanValidationException
 
ConstraintViolationWrapper<T> - Class in org.eclipse.persistence.jaxb
Wrapper over ConstraintViolation class.
ConstraintViolationWrapper(ConstraintViolation<T>) - Constructor for class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
Creates a new wrapper.
construct(Class<Y>, Selection<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Define a select list item corresponding to a constructor.
constructClassNameForReferenceAdapter(String) - Static method in class org.eclipse.persistence.internal.jpa.weaving.RestAdapterClassWriter
Creates a class name that can be used for a ReferenceAdapter subclass for the given classname.
CONSTRUCTOR_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Notify the list of StateObjects representing the constructor items.
constructorClassNotFound - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
constructorClassNotFound(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
constructorExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ConstructorExpression - Class in org.eclipse.persistence.jpa.jpql.parser
In the SELECT clause a constructor may be used in the SELECT list to return one or more Java instances.
ConstructorExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Creates a new ConstructorExpression.
ConstructorExpression_ConstructorItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_ConstructorItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_MissingConstructorItem - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_MissingConstructorName - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_UndefinedConstructor - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpression_UnknownType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ConstructorExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a constructor expression.
ConstructorExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionBNF
Creates a new ConstructorExpressionBNF.
ConstructorExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ConstructorExpressionFactory creates a new ConstructorExpression when the portion of the query to parse starts with NEW.
ConstructorExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionFactory
Creates a new ConstructorExpressionFactory.
ConstructorExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
In the SELECT clause a constructor may be used in the SELECT list to return one or more Java instances.
ConstructorExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
ConstructorExpressionStateObject(StateObject, Class<?>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
ConstructorExpressionStateObject(StateObject, Class<?>, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
ConstructorExpressionStateObject(StateObject, Class<?>, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
ConstructorExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
ConstructorExpressionStateObject(StateObject, String, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
ConstructorExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Creates a new ConstructorExpressionStateObject.
constructorItem() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ConstructorItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a constructor item expression.
ConstructorItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ConstructorItemBNF
Creates a new ConstructorItemBNF.
constructorItems - Variable in class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
The list of constructor call argument nodes
constructorName() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ConstructorNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
ConstructorNode(String) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
Return a new ConstructorNode
ConstructorQueryMappings - Class in org.eclipse.persistence.internal.jpa.jpql
This object scans a DatabaseQuery and checks if it's a constructor query.
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.
ConstructorResult - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ConstructorResult - Class in org.eclipse.persistence.queries
Purpose: Concrete class to represent the ConstructorResult structure as defined by the JPA 2.1 Persistence specification.
ConstructorResult(Class) - Constructor for class org.eclipse.persistence.queries.ConstructorResult
Constructor accepting target class.
ConstructorResult(String) - Constructor for class org.eclipse.persistence.queries.ConstructorResult
Constructor accepting target class name.
ConstructorResultImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
ConstructorResultImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.ConstructorResultImpl
 
ConstructorResultMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto an entity result metadata.
ConstructorResultMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.ConstructorResultMetadata
INTERNAL: Used for XML loading.
ConstructorResultMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.ConstructorResultMetadata
INTERNAL: Used for annotation loading.
constructors() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
Returns the external representation of the Java class's constructors.
ConstructorSelectionImpl - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the Selection interface of the JPA criteria API.
ConstructorSelectionImpl(Class, Selection[]) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.ConstructorSelectionImpl
 
CONTAINER_POLICY_DOES_NOT_USE_KEYS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
containerClass() - Method in class org.eclipse.persistence.internal.jaxb.many.ManyValue
 
ContainerIndirectionPolicy - Class in org.eclipse.persistence.internal.indirection
Purpose: Provide ability for developers to wrap ValueHolders (Basic Indirection)
ContainerIndirectionPolicy() - Constructor for class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Construct a new indirection policy.
containerInstance() - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Return an instance of the container class.
containerInstance(int) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Return an instance of the container class with the specified initial capacity.
containerInstance() - Method in class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
INTERNAL: Return a new ArrayList.
containerInstance(int) - Method in class org.eclipse.persistence.internal.queries.ArrayListContainerPolicy
INTERNAL: Return a new ArrayList.
containerInstance() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return an instance of the container class.
containerInstance(int) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return an instance of the container class with the specified initial capacity.
containerInstance() - Method in class org.eclipse.persistence.internal.queries.IndirectListContainerPolicy
INTERNAL: Return a new Vector.
containerInstance(int) - Method in class org.eclipse.persistence.internal.queries.IndirectListContainerPolicy
INTERNAL: Return a new Vector.
containerInstance() - Method in class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
INTERNAL Override from ContainerPolicy.
containerInstance() - Method in class org.eclipse.persistence.internal.queries.VectorContainerPolicy
INTERNAL: Return a new Vector.
containerInstance(int) - Method in class org.eclipse.persistence.internal.queries.VectorContainerPolicy
INTERNAL: Return a new Vector.
ContainerMapping - Interface in org.eclipse.persistence.mappings
Interface used by clients to interact with the assorted mappings that use ContainerPolicy.
ContainerPolicy - Class in org.eclipse.persistence.internal.queries
Purpose: Used to support collections in read queries.
ContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.ContainerPolicy
Default constructor.
containerPolicyDoesNotUseKeys(ContainerPolicy, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ContainerValue - Interface in org.eclipse.persistence.internal.oxm
INTERNAL:
CONTAINMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
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, Object, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Check if the object is contained in the collection.
contains(String) - Method in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
 
contains(Object) - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
Returns true if this IdentityHashSet contains the given object.
contains(Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
Returns true if this list contains the specified contents.
contains(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
contains(Object) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
If it does not contain the object must wait until it is complete.
contains(Class, Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Returns true if the cache contains an Object with the id and Class type, and is valid.
contains(Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
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.internal.jpa.EntityManagerImpl
Check if the instance belongs to the current persistence context.
contains(Object, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.MarshalRecord.CycleDetectionStack
 
contains(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Check if the object is contained in the collection.
contains(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Check if the value is contained in the row.
contains(Object) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
contains(String) - Method in class org.eclipse.persistence.internal.xr.XRDynamicPropertiesManager
 
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.XMLRecord
PUBLIC: Check if the value is contained in the row.
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.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.internal.helper.linkedlist.ExposedNodeLinkedList
 
containsAll(Collection) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
containsAll(Collection) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
If it does not contain the object must wait until it is complete.
containsAll(Collection<?>) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
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.core.queries.CoreAttributeGroup
Return if the attribute is defined in the group.
containsAttributeInternal(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL: Return if the attribute is defined in the group.
containsChangesFromSynchronization() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Convenience method used to query this change set after it has been sent by cache synchronization.
containsClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceUnit
INTERNAL: If the accessor is no longer valid it we should probably look into removing the accessor from the project.
containsIndex() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
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(Object) - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Returns true if this IdentityWeakHashMap contains a mapping for the given key.
containsKey(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
containsKey(Object) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Return true if an CacheKey with the primary key is in the map.
containsKey(Object) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Return true if an CacheKey with the primary key is in the map.
containsKey(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Return true if an CacheKey with the primary key is in the map.
containsKey(Object) - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
containsKey(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Check if the field is contained in the row.
containsKey(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Check if the field is contained in the row.
containsKey(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: Check if the field is contained in the row.
containsKey(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
INTERNAL: Check if the field is contained in the row.
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.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.
containsMethod(MethodDefinition) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
 
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 class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Return if their is an object for the primary key.
containsObjectInIdentityMap(Vector, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Deprecated.
containsObjectInIdentityMap(Object, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Return if their is an object for the primary key.
containsObjectInIdentityMap(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Return if their is an object for the primary key.
containsObjectInIdentityMap(Record, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Return if their is an object for the row containing primary key and the class.
containsObjectInIdentityMap(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
ADVANCED: Return if their is an object for the primary key.
containsObjectInIdentityMap(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
INTERNAL: Return if their is an object for the primary key.
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.
containsProperty(String) - Method in interface org.eclipse.persistence.dynamic.DynamicType
 
containsProperty(String) - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
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.internal.sessions.AbstractSession
PUBLIC: Return true if the pre-defined 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.internal.helper.IdentityWeakHashMap
Returns true if this IdentityWeakHashMap contains the given object.
containsValue(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
containsValue(Object) - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
containsValue(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Check if the value is contained in the row.
containsValue(Object) - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
PUBLIC: Check if the value is contained in the row.
containsValue(Object) - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
PUBLIC: Check if the value is contained in the row.
containsValue(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Check if the value is contained in the result.
Content - Class in org.eclipse.persistence.internal.oxm.schema.model
 
Content() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Content
 
CONTENT_TYPE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
ContentAssistExtension - Interface in org.eclipse.persistence.jpa.jpql.tools
This extension can be used to provide additional support to JPQL content assist that is outside the scope of providing proposals related to JPA metadata.
ContentAssistProposals - Interface in org.eclipse.persistence.jpa.jpql.tools
This object stores the various proposals available for content assist for a certain position within a JPQL query.
ContentAssistProposals.ClassType - Enum in org.eclipse.persistence.jpa.jpql.tools
This enumeration determines the type of classes returned by ContentAssistProposals.classNames().
ContentAssistProposals.EnumProposals - Interface in org.eclipse.persistence.jpa.jpql.tools
Holds onto the IType of the enum type and the list of possible enum constants.
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
 
Context<ABSTRACT_SESSION extends CoreAbstractSession,DESCRIPTOR extends Descriptor<?,?,?,?,?,NAMESPACE_RESOLVER,?,?,?,?>,FIELD extends Field,NAMESPACE_RESOLVER extends NamespaceResolver,PROJECT extends CoreProject,SESSION extends CoreSession,SESSION_EVENT_LISTENER extends CoreSessionEventListener> - Class in org.eclipse.persistence.internal.oxm
 
Context() - Constructor for class org.eclipse.persistence.internal.oxm.Context
 
Context.ContextState<ABSTRACT_SESSION extends CoreAbstractSession,DESCRIPTOR extends Descriptor,PROJECT extends CoreProject,SESSION extends CoreSession,SESSION_EVENT_LISTENER extends CoreSessionEventListener> - Class in org.eclipse.persistence.internal.oxm
 
ContextsCatalog - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model.v2
JPARS 2.0 contexts catalog.
ContextsCatalog() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ContextsCatalog
 
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.
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 - Class in org.eclipse.persistence.internal.helper
Purpose: Contains the conversion routines for some common classes in the system.
ConversionManager() - Constructor for class org.eclipse.persistence.internal.helper.ConversionManager
 
ConversionManager - Interface in org.eclipse.persistence.internal.oxm
 
ConversionManager_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
ConversionValue - Annotation Type in org.eclipse.persistence.annotations
A ConversionValue annotation is used within an ObjectTypeConverter.
ConversionValue - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ConversionValueImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
JPA scripting API implementation.
ConversionValueImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.ConversionValueImpl
 
ConversionValueMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
Object to hold onto conversion values.
ConversionValueMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ConversionValueMetadata
INTERNAL: Used for XML loading.
ConversionValueMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ConversionValueMetadata
INTERNAL: Used for annotation loading.
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...) - Static method in class org.eclipse.persistence.internal.core.queries.CoreAttributeConverter
INTERNAL: Splits given nameOrPath[0] argument around '.' character when nameOrPath.length is equal to 1.
convert(Object, DatabaseField, AbstractSession, Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.BindCallCustomParameter
INTERNAL: Converts the parameter object from a collection or java object into a JDBC type such as an Array or Struct object, based on the type information contained in the dbField object.
Convert - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
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.
convertArrayToString(Object[], QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.core.sessions.CoreProject
INTERNAL: Convert all the class-name-based settings in this project to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.CachePolicy
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.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.descriptors.partitioning.RangePartition
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
INTERNAL: Convert all the class-name-based settings to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in interface org.eclipse.persistence.internal.descriptors.ClassNameConversionRequired
INTERNAL: Convert all the class-name-based settings in this converter to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
INTERNAL: Convert all the class-name-based settings in this InstantiationPolicy to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.jaxb.MultiArgInstantiationPolicy
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
INTERNAL: Convert all the class-name-based settings in this object to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Convert all the class-name-based settings in this ContainerPolicy to actual class-based settings This method is implemented by subclasses as necessary.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Convert all the class-name-based settings in this ContainerPolicy to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Convert all the class-name-based settings in this ContainerPolicy to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Convert all the class-name-based settings in this ContainerPolicy to actual class-based settings
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
INTERNAL: Convert all the class-name-based settings in this SortedCollectionContainerPolicy 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.AggregateCollectionMapping
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.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.AggregateObjectMapping
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.ConverterClass
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.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.SerializedObjectConverter
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.DirectMapMapping
 
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.AbstractColumnMapping
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.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.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.structures.ObjectRelationalDatabaseField
 
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.oxm.mappings.XMLCompositeCollectionMapping
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
convertClassNamesToClasses(ClassLoader) - Method in interface org.eclipse.persistence.oxm.mappings.XMLMapping
 
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Convert all the class-name-based settings in this Descriptor to actual class-based settings.
convertClassNamesToClasses(ClassLoader) - Method in class org.eclipse.persistence.queries.ColumnResult
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.ConstructorResult
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.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) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
PUBLIC: Resolve the given String className into a class using this ConversionManager's classloader.
convertDataValueToObjectValue(Object, SESSION) - Method in interface org.eclipse.persistence.core.mappings.converters.CoreConverter
PUBLIC: Convert the databases' data representation of the value to the object's representation.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.internal.expressions.ExpressionOperatorConverter
INTERNAL: Returns the corresponding attribute value for the specified field value.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.DefaultElementConverter
 
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.internal.jaxb.DefaultElementConverter
 
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.internal.jaxb.DomHandlerConverter
 
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.DomHandlerConverter
 
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
 
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
 
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
 
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
 
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
Wraps the XmlAdapter unmarshal method.
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.EmptyElementConverter
 
convertDataValueToObjectValue(Object, SESSION, UNMARSHALLER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.XMLConverterMapping
 
convertDataValueToObjectValue(Object, Session) - Method in class org.eclipse.persistence.jaxb.JAXBEnumTypeConverter
 
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.ConverterClass
INTERNAL:
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, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
INTERNAL
convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
INTERNAL
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
 
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.jpa.config
JPA scripting API implementation.
Converter - Interface in org.eclipse.persistence.mappings.converters
Purpose: Conversion interface to allow conversion between object and data types.
CONVERTER_CLASS_MUST_IMPLEMENT_ATTRIBUTE_CONVERTER_INTERFACE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONVERTER_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONVERTER_DATA_TYPE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
CONVERTER_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CONVERTER_OBJECT_TYPE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
ConverterAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Object to represent a converter class.
ConverterAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL: Used for XML loading.
ConverterAccessor(MetadataAnnotation, MetadataClass, MetadataProject) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL:
ConverterClass - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ConverterClass - Class in org.eclipse.persistence.mappings.converters
A JPA attribute converter class wrapped with an EclipseLink converter.
ConverterClass(String, boolean, String, boolean) - Constructor for class org.eclipse.persistence.mappings.converters.ConverterClass
INTERNAL: This method will be called when creating a converter for an embedded mapping attribute.
ConverterClassImpl - Class in org.eclipse.persistence.internal.jpa.config.classes
JPA scripting API implementation.
ConverterClassImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.classes.ConverterClassImpl
 
converterClassMustImplementAttributeConverterInterface(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
converterClassNotFound(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
converterFromAdapterRecord(Record) - Method in interface org.eclipse.persistence.eis.RecordConverter
 
ConverterImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
JPA scripting API implementation.
ConverterImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.ConverterImpl
 
ConverterMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: Object to hold onto a custom converter metadata.
ConverterMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ConverterMetadata
INTERNAL: Used for XML loading.
ConverterMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ConverterMetadata
INTERNAL: Used for annotation loading.
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.
convertFromStringValue(String, Class, QName) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert a String value based to the appropriate type.
convertHexBinaryListToByteArrayList(Object, CoreContainerPolicy, CoreAbstractSession) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
 
convertHexBinaryListToByteArrayList(Object, CoreContainerPolicy, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
ConvertImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
JPA scripting API implementation.
ConvertImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.ConvertImpl
 
convertLikeToRegex(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Convert the SQL like pattern to a regex pattern.
convertListToString(Object, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
ConvertMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
Object to hold onto convert metadata.
ConvertMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: Used for XML loading.
ConvertMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: Used for annotation loading.
convertObject(Object, Class) - Method in interface org.eclipse.persistence.internal.core.databaseaccess.CorePlatform
Convert the object to the appropriate type by invoking the appropriate ConversionManager method
convertObject(Object, Class) - Method in class org.eclipse.persistence.internal.core.helper.CoreConversionManager
Convert the object to the appropriate type by invoking the appropriate ConversionManager method
convertObject(Object, Class) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Convert the object to the appropriate type by invoking the appropriate ConversionManager method
convertObject(Object, Class) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Convert the object to the appropriate type by invoking the appropriate ConversionManager method
convertObject(Object, Class) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
Convert the object to the appropriate type by invoking the appropriate ConversionManager method
convertObject(Object, Class, QName) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
Convert the given object to the appropriate type by invoking the appropriate ConversionManager method.
convertObject(Object, Class, CoreAbstractSession, CoreContainerPolicy) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
convertObject(Object, Class) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
Convert the given object to the appropriate type by invoking the appropriate ConversionManager method.
convertObject(Object, Class, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
Convert the given object to the appropriate type by invoking the appropriate ConversionManager method.
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.
convertObjectToDataHandler(Object, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
convertObjectToImage(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
convertObjectToMultipart(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
convertObjectToSource(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
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 interface org.eclipse.persistence.core.mappings.converters.CoreConverter
PUBLIC: Convert the object's representation of the value to the databases' data representation.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.internal.expressions.ExpressionOperatorConverter
INTERNAL: Convert to the data value.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.DefaultElementConverter
 
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.internal.jaxb.DefaultElementConverter
 
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.internal.jaxb.DomHandlerConverter
 
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.DomHandlerConverter
 
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
 
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
 
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
 
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
 
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
Wraps the XmlAdapter marshal method.
convertObjectValueToDataValue(Object, Session) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.EmptyElementConverter
 
convertObjectValueToDataValue(Object, SESSION, MARSHALLER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.XMLConverterMapping
 
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.ConverterClass
INTERNAL:
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, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
INTERNAL
convertObjectValueToDataValue(Object, Session, XMLMarshaller) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
INTERNAL
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(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Converts the given;@link IType}, if it's representing a primitive type, into the class of the same type.
convertPrimitive(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Converts the given;@link IType}, if it's representing a primitive type, into the class of the same type.
convertPrimitive(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Converts the given IType, if it's representing a primitive type, into the class of the same type.
convertSchemaBase64ListToByteArrayList(Object, CoreContainerPolicy, CoreAbstractSession) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
 
convertSchemaBase64ListToByteArrayList(Object, CoreContainerPolicy, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
convertSchemaBase64ToByteArray(Object) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
INTERNAL: Converts a String which is in Base64 format to a Byte[]
convertSchemaBase64ToByteArray(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
INTERNAL: Converts a String which is in Base64 format to a Byte[]
convertSingleObject(Object, Class, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
convertStringToCalendar(String, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
convertStringToDate(String, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
convertStringToDuration(String) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
Return a Duration created with a given date string.
convertStringToList(Object, Class, ContainerPolicy, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
Convert the given sourceObject (String) to the appropriate collection type specified by the containerPolicy, using the elementType to properly convert each element of the list.
convertStringToTimestamp(String, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
convertStringToXMLGregorianCalendar(String, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
convertStringToXMLGregorianCalendar(String) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
Return an XMLGregorianCalander created with a given date string
convertToCastDescriptor(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL Return the descriptor which contains this query key, look in the inheritance hierarchy of rootDescriptor for the descriptor.
convertToCastDescriptor(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
INTERNAL - Return the descriptor which contains this query key, look in the inheritance hierarchy of rootDescriptor for the descriptor.
convertToDatabaseType(Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL We support more primitive than JDBC does so we must do conversion before printing or binding.
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.
convertToMethod(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.MethodSerialImpl
 
convertToMethods(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
INTERNAL: This returns a hashtable of methods which are used in a JPA EntityListener instance, built from the MethodSerialImpl representation since Methods are not serializable
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
convertToSerializableMethods(Hashtable<String, List<Method>>) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
 
convertToStringValue(Object, Type) - 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
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.
convertToUseOuterJoin() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
convertToUserCommand(Command) - Method in interface org.eclipse.persistence.sessions.coordination.CommandConverter
PUBLIC: Convert a EclipseLink Command object into its application-specific format to a
convertUnqualifiedDeclaration(Declaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Converts the given Declaration from being set as a range variable declaration to a path expression declaration.
convertUnqualifiedDeclaration(Declaration, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Converts the given Declaration from being set as a range variable declaration to a path expression declaration.
convertValue(Object, Class, QName) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert a value based to the appropriate type.
convertValueBasedOnSchemaType(Object, CONVERSION_MANAGER, AbstractUnmarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
INTERNAL: Called from DOMRecord and XMLReader.
convertValueBasedOnSchemaType(Field, Object, ConversionManager, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader
 
convertValueBasedOnSchemaType(Field, Object, ConversionManager, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonStructureReader
 
convertValueBasedOnSchemaType(Field, Object, ConversionManager, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
INTERNAL:
convertValueBasedOnSchemaType(Object, XMLConversionManager, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL: Called from DOMRecord and XMLReader.
convertValueBasedOnSchemaType(Object, XMLConversionManager, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.oxm.XMLUnionField
INTERNAL:
convertValueToClass(Property, Object, Class) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
INTERNAL:
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_JGROUPS_CONFIG - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.jgroups.config" 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.
COORDINATION_SERIALIZER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.serializer" property configures how cache coordination serializes message sent between nodes.
COORDINATION_THREAD_POOL_SIZE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.coordination.thread.pool.size" property configures thread pool size for cache coordination threads.
copiedVersionFrom(Map) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
copy(Object, AttributeGroup) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
This method will return copy the passed entity using the passed AttributeGroup.
copy(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return a complete copy of the object or of collection of objects.
copy(Object, AttributeGroup) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return a complete copy of the object or of collection of objects.
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() - 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
 
copyAggregateFetchGroupInto(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Copy fetch group reference from the source object to the target
copyCollection(List<Expression>, Map) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
copyDerivedExpressions(Map) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
copyDescriptorNamedQueries(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: This method will be used to copy all EclipseLink named queries defined in descriptors into the session.
copyDescriptorsFromProject() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Copies descriptors cached on the Project.
copyFetchGroupInto(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Copy fetch group reference from the source object to the target
copyFrom(JoinedAttributeManager) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Copies settings from another manager.
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.
copyIntArray(int[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
Copy an array of int to a new array
copyInternal(Object, CopyGroup) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL:
copyInto(Object[]) - Method in class org.eclipse.persistence.indirection.IndirectList
 
copyInto(Platform) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Copy the state into the new platform.
copyInto(Platform) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Copy the state into the new platform.
copyInto(Platform) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Copy the state into the new platform.
copyInto(Object, Object, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Copy each attribute from one object into the other.
copyInto(Object, Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Copy each attribute from one object into the other.
copyInto(Object[]) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
copyInto(Object[]) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
copyInto(Platform) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
INTERNAL: Allow for conversion from the Oralce type to the Java type.
copyInto(Platform) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
Copy the state into the new platform.
copyMapDataToRow(Map, AbstractRecord) - Static method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: convenience method to copy the keys and values from a Map into an AbstractRecord
copyObject(Object, CopyGroup) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return a copy of the object.
copyObject(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
Deprecated.
since EclipseLink 2.1, replaced by copy(Object)
copyObject(Object, ObjectCopyingPolicy) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
Deprecated.
since EclipseLink 2.1, replaced by copy(Object, AttributeGroup)
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 - Interface in org.eclipse.persistence.descriptors.copying
Purpose: Allows customization of how an object is cloned.
CopyPolicy - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
CopyPolicyImpl - Class in org.eclipse.persistence.internal.jpa.config.copypolicy
JPA scripting API implementation.
CopyPolicyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.copypolicy.CopyPolicyImpl
 
CopyPolicyMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.copypolicy
INTERNAL: Incapsulates common behavior amount class for all the different types of copy policy metadata Key notes: - any metadata mapped from XML to this class must be compared in the equals method.
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
copyReadOnlyClasses() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Copy the read only classes from the unit of work Added Nov 8, 2000 JED for Patch 2.5.1.8 Ref: Prs 24502
copyReadOnlyClasses() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Copy the read only classes from the unit of work.
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.
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.
copyStringArray(String[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
Copy an array of strings to a new array
copyTo(ExpressionOperator) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
 
copyTo(ExpressionOperator) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
copyVector(List, int, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return a copy of the vector containing a subset starting at startIndex and ending at stopIndex.
CORBAConnection - Interface in org.eclipse.persistence.internal.sessions.coordination.corba
 
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.
CORBARemoteCommandConnection - Class in org.eclipse.persistence.internal.sessions.coordination.corba
Purpose: Define an Sun CORBA implementation class for the remote object that can execute a remote command.
CORBARemoteCommandConnection(CORBAConnection) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.CORBARemoteCommandConnection
 
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
 
CoreAbstractRecord - Class in org.eclipse.persistence.internal.core.sessions
 
CoreAbstractRecord() - Constructor for class org.eclipse.persistence.internal.core.sessions.CoreAbstractRecord
 
CoreAbstractSession<DESCRIPTOR extends CoreDescriptor,LOGIN extends CoreLogin,PLATFORM extends CorePlatform,PROJECT extends CoreProject,SESSION_EVENT_MANAGER extends CoreSessionEventManager> - Class in org.eclipse.persistence.internal.core.sessions
 
CoreAbstractSession() - Constructor for class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
 
CoreAttributeAccessor - Interface in org.eclipse.persistence.core.mappings
INTERNAL A abstraction of attribute accessor capturing behavior common to all persistence types.
CoreAttributeConverter - Class in org.eclipse.persistence.internal.core.queries
INTERNAL: AttributeGroup attribute names converter.
CoreAttributeGroup<ATTRIBUTE_ITEM extends CoreAttributeItem,DESCRIPTOR extends CoreDescriptor> - Class in org.eclipse.persistence.core.queries
INTERNAL Purpose: A generic super class for AttributeGroup and other subclasses
CoreAttributeGroup(String) - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
CoreAttributeGroup(String, String, boolean) - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
CoreAttributeGroup(String, Class, boolean) - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL: This constructer is to only be used by EclipseLink internally
CoreAttributeGroup() - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
CoreAttributeItem<ATTRIBUTE_GROUP extends CoreAttributeGroup> - Class in org.eclipse.persistence.core.queries
INTERNAL Purpose: Generic superclass for AttributeItem.
CoreAttributeItem(ATTRIBUTE_GROUP, String) - Constructor for class org.eclipse.persistence.core.queries.CoreAttributeItem
 
CoreClassConstants - Class in org.eclipse.persistence.internal.core.helper
 
CoreClassConstants() - Constructor for class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
CoreContainerPolicy<ABSTRACT_SESSION extends CoreAbstractSession> - Interface in org.eclipse.persistence.internal.core.queries
 
CoreConversionManager - Class in org.eclipse.persistence.internal.core.helper
 
CoreConversionManager() - Constructor for class org.eclipse.persistence.internal.core.helper.CoreConversionManager
 
CoreConverter<MAPPING extends CoreMapping,SESSION extends CoreSession> - Interface in org.eclipse.persistence.core.mappings.converters
INTERNAL A abstraction of converter capturing behavior common to all persistence types.
CoreDescriptor<ATTRIBUTE_GROUP extends CoreAttributeGroup,DESCRIPTOR_EVENT_MANAGER extends CoreDescriptorEventManager,FIELD extends CoreField,INHERITANCE_POLICY extends CoreInheritancePolicy,INSTANTIATION_POLICY extends CoreInstantiationPolicy,LIST extends java.util.List,OBJECT_BUILDER extends CoreObjectBuilder> - Class in org.eclipse.persistence.core.descriptors
INTERNAL A abstraction of descriptor capturing behavior common to all persistence types.
CoreDescriptor() - Constructor for class org.eclipse.persistence.core.descriptors.CoreDescriptor
 
CoreDescriptorEvent - Interface in org.eclipse.persistence.core.descriptors
INTERNAL A abstraction of descriptor event capturing behavior common to all persistence types.
CoreDescriptorEventManager<DESCRIPTOR_EVENT extends CoreDescriptorEvent> - Class in org.eclipse.persistence.core.descriptors
INTERNAL A abstraction of descriptor event manager capturing behavior common to all persistence types.
CoreDescriptorEventManager() - Constructor for class org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager
 
CoreField - Interface in org.eclipse.persistence.internal.core.helper
 
CoreFieldTransformer<SESSION extends CoreSession> - Interface in org.eclipse.persistence.core.mappings.transformers
This interface is used by the Transformation Mapping to build the value for a specific field.
CoreHelper - Class in org.eclipse.persistence.internal.core.helper
 
CoreHelper() - Constructor for class org.eclipse.persistence.internal.core.helper.CoreHelper
 
CoreInheritancePolicy<ABSTRACT_RECORD extends CoreAbstractRecord,ABSTRACT_SESSION extends CoreAbstractSession,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField> - Class in org.eclipse.persistence.core.descriptors
INTERNAL A abstraction of inheritance policy capturing behavior common to all persistence types.
CoreInheritancePolicy() - Constructor for class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
 
CoreInstantiationPolicy - Class in org.eclipse.persistence.internal.core.descriptors
 
CoreInstantiationPolicy() - Constructor for class org.eclipse.persistence.internal.core.descriptors.CoreInstantiationPolicy
 
CoreLogin<PLATFORM extends CorePlatform> - Interface in org.eclipse.persistence.core.sessions
INTERNAL A abstraction of login capturing behavior common to all persistence types.
CoreMappedKeyMapContainerPolicy<ABSTRACT_SESSION extends CoreAbstractSession> - Interface in org.eclipse.persistence.internal.core.queries
 
CoreMapping<ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,ABSTRACT_SESSION extends CoreAbstractSession,CONTAINER_POLICY extends CoreContainerPolicy,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField> - Class in org.eclipse.persistence.core.mappings
INTERNAL A abstraction of mapping capturing behavior common to all persistence types.
CoreMapping() - Constructor for class org.eclipse.persistence.core.mappings.CoreMapping
 
CoreObjectBuilder<ABSTRACT_RECORD extends CoreAbstractRecord,ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,MAPPING extends CoreMapping> - Class in org.eclipse.persistence.internal.core.descriptors
 
CoreObjectBuilder() - Constructor for class org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder
 
CorePlatform<CONVERSION_MANAGER extends CoreConversionManager> - Interface in org.eclipse.persistence.internal.core.databaseaccess
 
CoreProject<DESCRIPTOR extends CoreDescriptor,LOGIN extends CoreLogin,SESSION extends CoreSession> - Class in org.eclipse.persistence.core.sessions
INTERNAL A abstraction of project capturing behavior common to all persistence types.
CoreProject() - Constructor for class org.eclipse.persistence.core.sessions.CoreProject
 
CoreSession<DESCRIPTOR extends CoreDescriptor,LOGIN extends CoreLogin,PLATFORM extends CorePlatform,PROJECT extends CoreProject,SESSION_EVENT_MANAGER extends CoreSessionEventManager> - Interface in org.eclipse.persistence.core.sessions
INTERNAL A abstraction of session capturing behavior common to all persistence types.
CoreSessionEventListener - Interface in org.eclipse.persistence.core.sessions
INTERNAL A abstraction of session event listener capturing behavior common to all persistence types.
CoreSessionEventManager<SESSION_EVENT_LISTENER extends CoreSessionEventListener> - Class in org.eclipse.persistence.core.sessions
INTERNAL A abstraction of sessuin event manager capturing behavior common to all persistence types.
CoreSessionEventManager() - Constructor for class org.eclipse.persistence.core.sessions.CoreSessionEventManager
 
CoreTable - Interface in org.eclipse.persistence.internal.core.helper
 
correctOrderList(List<IndexedObject>) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
PUBLIC: Correct object's order in the list.
correlate(Root<Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Correlates a root of the enclosing query to a root of the subquery and returns the subquery root.
correlate(Join<X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Correlates a join object of the enclosing query to a join object of the subquery and returns the subquery join object.
correlate(CollectionJoin<X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Correlates a join to a Collection-valued association or element collection in the enclosing query to a join object of the subquery and returns the subquery join object.
correlate(SetJoin<X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Correlates a join to a Set-valued association or element collection in the enclosing query to a join object of the subquery and returns the subquery join object.
correlate(ListJoin<X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Correlates a join to a List-valued association or element collection in the enclosing query to a join object of the subquery and returns the subquery join object.
correlate(MapJoin<X, K, V>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Correlates a join to a Map-valued association or element collection in the enclosing query to a join object of the subquery and returns the subquery join object.
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
 
couldNotTranslatePropertiesIntoObject(Object, String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
COUNT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
count(Expression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression applying the count operation.
COUNT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'COUNT'.
count(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression COUNT(identification_variable | state_field_path_expression | single_valued_object_path_expression).
count(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression COUNT(identification_variable | state_field_path_expression | single_valued_object_path_expression).
count(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression COUNT(identification_variable | state_field_path_expression | single_valued_object_path_expression).
countDistinct(Expression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression applying the count distinct operation.
countDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression COUNT(DISTINCT identification_variable | state_field_path_expression | single_valued_object_path_expression).
countDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression COUNT(DISTINCT identification_variable | state_field_path_expression | single_valued_object_path_expression).
countDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression COUNT(DISTINCT identification_variable | state_field_path_expression | single_valued_object_path_expression).
CountFunction - Class in org.eclipse.persistence.jpa.jpql.parser
One of the aggregate functions.
CountFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CountFunction
Creates a new CountFunction.
CountFunction_DistinctEmbeddable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CountFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CountFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CountFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CountFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
CountFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This CountFunctionFactory creates a new CountFunction when the portion of the query to parse starts with COUNT.
CountFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.CountFunctionFactory
Creates a new CountFunctionFactory.
CountFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
One of the aggregate functions.
CountFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Creates a new CountFunctionStateObject.
CountFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Creates a new CountFunctionStateObject.
CountFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Creates a new CountFunctionStateObject.
CountFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Creates a new CountFunctionStateObject.
CountFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Creates a new CountFunctionStateObject.
CountNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
CountNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.CountNode
 
countOccurrencesOf(Object, List) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return an integer representing the number of occurrences (using equals()) of the specified object in the specified list.
cr() - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
 
cr() - Static method in class org.eclipse.persistence.internal.core.helper.CoreHelper
Return a string containing the platform-appropriate characters for carriage return.
cr() - Static method in class org.eclipse.persistence.internal.helper.Helper
Return a string containing the platform-appropriate characters for carriage return.
CR - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
Carriage return
cr() - Static method in class org.eclipse.persistence.internal.oxm.Constants
Return a string containing the platform-appropriate characters for carriage return.
create(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
create(Expression, List, ExpressionOperator) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
create(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL:
create(Expression, List, ExpressionOperator) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL:
create(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL:
create(Expression, List, ExpressionOperator) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL:
create(Field, Node, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
Create the node path specified by xpathString under element.
create(Field, Node, Object, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
 
create(Field, Node, Object, Field, DocumentPreservationPolicy, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
Create the node path specified by xpathString under element and initialize the leaf node with value.
create(List<Field>, Node, List<XMLEntry>, Field, DocumentPreservationPolicy, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
 
create(Map<String, String>, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A part of the facade over the JPA API.
create(String, String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
create(String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
Deprecated.
 
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" specifies that database tables should be created.
CREATE_OR_EXTEND - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "create-or-extend-tables" specifies that database tables should be created and if existing, missing columns will be added.
CREATE_PLATFORM_DEFAULT_SEQUENCE_UNDEFINED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
CREATE_TEMP_TABLE - Static variable in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
 
createAccessorFor(JavaClass, Property, Helper, AccessorFactoryWrapper) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
createArchive(URL, Map) - Method in class org.eclipse.persistence.internal.jpa.deployment.ArchiveFactoryImpl
 
createArchive(URL, String, Map) - Method in class org.eclipse.persistence.internal.jpa.deployment.ArchiveFactoryImpl
 
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
createArray(String, Object[], AbstractSession, Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: This method builds an Array using the unwrapped connection within the session
createArray(String, Object[], Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Platforms that support java.sql.Array may override this method.
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.
createBeanUsingKey(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
INTERNAL: Use the key to create a bean and initialize its primary key fields.
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
createBinder(XMLMarshaller, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new XMLBinder with supplied marshaller and unmarshaller instances.
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, NAMESPACE_RESOLVER, Class<T>) - Method in class org.eclipse.persistence.internal.oxm.Context
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.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.
createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Create the correct type of CacheKey for this map.
createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.CacheIdentityMap
 
createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
Use a ReferenceCacheKey that also stores the linked list node to manage the LRU sub-cache of references.
createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.SoftIdentityMap
 
createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
 
createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.WeakIdentityMap
 
createCacheKey(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.WeakUnitOfWorkIdentityMap
 
createChangeEvent(Object, String, Object, Object, int, Integer, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Creates a CollectionChangeEvent for the container
createChangeEvent(Object, String, Object, Object, int, Integer, boolean) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Creates a CollectionChangeEvent for the container
createChangeEvent(Object, String, Object, Object, int, Integer, boolean) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Creates a CollectionChangeEvent for the container
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.
createCloneQueryValueHolder(ValueHolderInterface, Object, AbstractRecord, ForeignReferenceMapping) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
 
createCloneQueryValueHolder(ValueHolderInterface, Object, AbstractRecord, ForeignReferenceMapping) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
createCloneTransformationValueHolder(ValueHolderInterface, Object, Object, AbstractTransformationMapping) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
 
createCloneTransformationValueHolder(ValueHolderInterface, Object, Object, AbstractTransformationMapping) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
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.
createCommunicationSocket() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
INTERNAL: Create the multicast socket and join the multicast group.
createConcatOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createConcreteSubclass() - Method in class org.eclipse.persistence.jpa.rs.util.ConcreteSubclassFactory
Creates a new ConcreteSubclass object.
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(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.internal.databaseaccess.DatasourcePlatform
INTERNAL:
createConnectionCustomizer(Accessor, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL:
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.jgroups.JGroupsTransportManager
INTERNAL: JGroups does not require a DiscoveryManager, therefore this method is 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(DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Create constraints.
createConstraints(List<TableDefinition>, DatabaseSession, SchemaManager, boolean) - 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.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.
createCopyPolicy(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Create a copy policy of the type passed in as a string.
createCriteriaDelete(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
 
createCriteriaUpdate(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
 
createCurrentDateOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createCurrentTimeOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createCustomizer(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Attempts to create ConnectionCustomizer.
createCustomizer(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Attempts to create ConnectionCustomizer.
createDatabaseEventListener(Map<String, Object>) - Method in interface org.eclipse.persistence.jpa.rs.eventlistener.DatabaseEventListenerFactory
 
createDatabaseQuery(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DeleteNode
INTERNAL Returns a DatabaseQuery instance representing the owning ParseTree.
createDatabaseQuery() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Returns a DatabaseQuery instance for this ParseTree.
createDatabaseQuery(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.QueryNode
INTERNAL Returns a DatabaseQuery instance according to the kind of the query the owning ParseTree represents: SELECT, UPDATE or DELETE.
createDatabaseQuery(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
Returns a DatabaseQuery instance representing the owning ParseTree.
createDatabaseQuery(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.UpdateNode
INTERNAL Returns a DatabaseQuery instance representing the owning ParseTree.
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.
createDatabaseSchema(AbstractSession, Writer, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to create the database schema for this object.
createDatabaseSchema(AbstractSession, Writer, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the DDL to create the database schema for this object.
createDatabaseSchemaOnDatabase(AbstractSession, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to create the database schema for this object.
createDatabaseSchemaOnDatabase(AbstractSession, Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the DDL to create the database schema for this object.
createDatabaseSession() - Method in class org.eclipse.persistence.core.sessions.CoreProject
INTERNAL: Factory method to create session.
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 project this session associated with.
createDescriptorNamedQuery(String, Class) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
createDescriptorNamedQuery(String, Class, List) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
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.
createDocument() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
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
 
createDocumentBuilderFactory(boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
Returns properly configured (e.g.
createDocumentWithPublicIdentifier(String, String, String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
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 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.EISPlatform
Allow the platform to handle the creation of the DOM record.
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.
createDynamicClasses() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: During EntityManagerSetup deploy, using the real class loader we must create our dynamic classes.
createDynamicClasses(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Create the dynamic class using JPA metadata processed descriptors.
createElementsForTypeMappingInfo() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
createEmptyCustomizer(Session) - Static method in class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer
 
createEntityGraph(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
createEntityGraph(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
createEntityListenerAndInjectDependancies(Class) - Method in class org.eclipse.persistence.internal.sessions.cdi.DisabledEntityListenerInjectionManager
 
createEntityListenerAndInjectDependancies(Class) - Method in interface org.eclipse.persistence.internal.sessions.cdi.EntityListenerInjectionManager
 
createEntityListenerAndInjectDependancies(Class) - Method in class org.eclipse.persistence.internal.sessions.cdi.EntityListenerInjectionManagerImpl
Creates an instance of Entity listener.
createEntityListenerInjectionManager(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
 
createEntityManager() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
PUBLIC: Returns an EntityManager for this deployment.
createEntityManager(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
PUBLIC: Returns an EntityManager for this deployment.
createEntityManager(SynchronizationType, Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
 
createEntityManager(SynchronizationType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
 
createEntityManager() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
PUBLIC: Returns an EntityManager for this deployment.
createEntityManager(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
PUBLIC: Returns an EntityManager for this deployment.
createEntityManager(SynchronizationType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
 
createEntityManager(SynchronizationType, Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
 
createEntityManagerFactory(PersistenceUnit) - Method in class org.eclipse.persistence.jpa.config.RuntimeFactory
 
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.
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.jgroups.JGroupsTransportManager
INTERNAL: JGroups only has a single connection.
createExternalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
INTERNAL: JMSPublishingTransportManager has maximum one external connection.
createFieldAccessor(Class, Field, boolean) - Method in class org.eclipse.persistence.internal.jaxb.AccessorFactoryWrapper
 
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.
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.
createIndexList(Map<DatabaseTable, OuterJoinExpressionHolder>, Map<DatabaseTable, Integer>) - Method in class org.eclipse.persistence.internal.expressions.OuterJoinExpressionHolder
 
createIndirectList() - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct an empty IndirectList with the default initial capacity (10) and default capacity increment (0).
createIndirectList(int) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct an empty IndirectList with the specified initial capacity and default capacity increment (0).
createIndirectList(Collection<? extends E>) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct an IndirectList containing the elements of the specified collection, in the order they are returned by the collection's iterator.
createIndirectList(int, int) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Construct an empty IndirectList with the specified initial capacity and capacity increment.
createIndirectList(Collection<? extends E>) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Constructs an IndirectList containing the elements of the specified collection, in the order they are returned by the collection's iterator.
createIndirectList(int, int) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectCollectionsProvider
 
createIndirectList(Collection<? extends E>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectCollectionsProvider
 
createIndirectMap() - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct a new, empty IndirectMap with the default initial capacity (11) and the default load factor (0.75).
createIndirectMap(int) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct a new, empty IndirectMap with the specified initial capacity and the default load factor (0.75).
createIndirectMap(Map<? extends K, ? extends V>) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct a new IndirectMap with the same mappings as the given Map.
createIndirectMap(int, float) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Construct a new, empty IndirectMap with the specified initial capacity and the specified load factor.
createIndirectMap(Map<? extends K, ? extends V>) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Construct a new IndirectMap with the same mappings as the given Map.
createIndirectMap(int, float) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectCollectionsProvider
 
createIndirectMap(Map<? extends K, ? extends V>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectCollectionsProvider
 
createIndirectSet() - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct an empty IndirectSet with the default initial capacity (10) and the default load factor (0.75).
createIndirectSet(int) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Construct an empty IndirectSet with the specified initial capacity and the default load factor (0.75).
createIndirectSet(Collection<? extends E>) - Static method in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Constructs an IndirectSet containing the elements of the specified collection.
createIndirectSet(int, float) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Construct an empty IndirectSet with the specified initial capacity and the specified load factor.
createIndirectSet(Collection<? extends E>) - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Constructs an IndirectSet containing the elements of the specified collection.
createIndirectSet(int, float) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectCollectionsProvider
 
createIndirectSet(Collection<? extends E>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectCollectionsProvider
 
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 appropriate 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.
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
createJAXBIntrospector() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Creates a JAXBIntrospector object.
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.jgroups.JGroupsTransportManager
INTERNAL: JGroups only requires a single connection.
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
createLocate2Operator() - Static method in class org.eclipse.persistence.platform.database.HANAPlatform
INTERNAL: Build locate operator with 3 params i.e.
createLocate2Operator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
createLocateOperator() - Static method in class org.eclipse.persistence.platform.database.HANAPlatform
INTERNAL: Build locate operator i.e.
createLocateOperator() - Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
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.AbstractCompositeCollectionMapping
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.AbstractCompositeDirectCollectionMapping
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.internal.oxm.Context
 
createMarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBMarshaller.
createMarshaller(PersistenceContext, MediaType) - Static method in class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
 
createMarshaller() - Method in class org.eclipse.persistence.oxm.XMLContext
Create a new XMLMarshaller
createMinimalFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
PUBLIC: Returns clone of the minimal fetch group.
createNamedQuery(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Create an instance of Query for executing a named query (in EJBQL or native SQL).
createNamedQuery(String, Class<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Create an instance of TypedQuery for executing a named query (in the Java Persistence query language or in native SQL).
createNamedStoredProcedureQuery(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createNativeQuery(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Create an instance of Query for executing a native SQL query.
createNativeQuery(String, Class) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
This method is used to create a query using SQL.
createNativeQuery(String, String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Create an instance of Query for executing a native SQL query.
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
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
createObjectChangeSet(Object, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Used by the ObjectBuilder to create an ObjectChangeSet for the specified clone object.
createObjectChangeSet(Object, UnitOfWorkChangeSet, boolean, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Used by the ObjectBuilder to create an ObjectChangeSet for the specified clone object.
createObjectChangeSet(Object, UnitOfWorkChangeSet, boolean, boolean, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Used by the ObjectBuilder to create an ObjectChangeSet for the specified clone object.
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.
createObjectGraph(Class) - Method in class org.eclipse.persistence.jaxb.JAXBContext
 
createObjectGraph(String) - Method in class org.eclipse.persistence.jaxb.JAXBContext
 
createObjectGraph(Object, FieldsFilter) - Method in class org.eclipse.persistence.jpa.rs.util.ObjectGraphBuilder
Builds object graph for specified object using given filter.
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.
createOutput(String, String) - Method in class org.eclipse.persistence.internal.jaxb.JAXBSchemaOutputResolver
Determines the location where a given schema file (of the given namespace URI) will be generated, and return it as a Result object.
createOutput(String, String) - Method in interface org.eclipse.persistence.internal.oxm.schema.SchemaModelOutputResolver
Determines the location where a given schema file (of the given namespace URI) will be generated, and return it as a Result object.
createOutputRecord(EISInteraction, AbstractRecord, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
Allow the platform to create the appropriate type of record for the interaction.
createParserFactory(boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
Returns properly configured (e.g.
createPlatformDefaultSequenceUndefined(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
createPrimaryKeyExpression(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Creates and stores primary key expression.
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.internal.jpa.CMP3Policy
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.
createPropertyAccessor(Class, Method, Method) - Method in class org.eclipse.persistence.internal.jaxb.AccessorFactoryWrapper
 
createProtectedInstanceFromCachedData(Object, Integer, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: This method is similar to getAndCloneCacheKeyFromParent.
createQuery(Expression, Class) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
This method is used to create a query using a EclipseLink Expression and the return type.
createQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
This method is used to create a query using a EclipseLink DatabaseQuery.
createQuery(CriteriaQuery<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
createQuery(Call) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
This method is used to create a query using a EclipseLink Call.
createQuery(Call, Class) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
This method is used to create a query using a EclipseLink Call.
createQuery(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Create an instance of Query for executing an JPQL query.
createQuery(String, Class<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Create an instance of TypedQuery for executing a Java Persistence query language statement.
createQuery(CriteriaUpdate) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
createQuery(CriteriaDelete) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
createQuery() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a Criteria query object.
createQuery(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a Criteria query 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 class org.eclipse.persistence.internal.jpa.EntityManagerImpl
This method is used to create a query using a EclipseLink by example.
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.internal.queries.InterfaceContainerPolicy
INTERNAL: Create a query key that links to the map key InterfaceContainerPolicy does not support maps, so this method will return null subclasses will extend this method.
createQueryKeyForMapKey() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Create a query key that links to the map key.
createQueryKeyForMapKey() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Create a query key that links to the map key.
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
createReader(Unmarshaller) - Method in class org.eclipse.persistence.internal.oxm.record.ExtendedSource
 
createReader(Unmarshaller, Class) - Method in class org.eclipse.persistence.internal.oxm.record.ExtendedSource
 
createReader(Unmarshaller) - Method in class org.eclipse.persistence.oxm.json.JsonParserSource
 
createReader(Unmarshaller, Class) - Method in class org.eclipse.persistence.oxm.json.JsonParserSource
 
createReader(Unmarshaller) - Method in class org.eclipse.persistence.oxm.json.JsonStructureSource
 
createReader(Unmarshaller, Class) - Method in class org.eclipse.persistence.oxm.json.JsonStructureSource
 
createRecord(ABSTRACT_SESSION) - Method in class org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder
Create a new row/record for the object builder.
createRecord(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Create a new row/record for the object builder.
createRecord(int, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Create a new row/record for the object builder.
createRecord(ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
createRecord() - Method in class org.eclipse.persistence.internal.oxm.record.ExtendedResult
 
createRecord(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
Create a new row/record for the object builder.
createRecord(String, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
Create a new row/record for the object builder with the given name.
createRecord(String, Node, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
Create a new row/record for the object builder with the given name.
createRecord(int, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
Create a new row/record for the object builder.
createRecord(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
Create a new row/record for the object builder.
createRecord(int, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
Create a new row/record for the object builder.
createRecord(String, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
Create a new row/record for the object builder with the given name.
createRecord(String, String, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
Create a new row/record for the object builder with the given name and namespace resolver instead of the namespace resolver from the descriptor.
createRecord(String, Node, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
Create a new row/record for the object builder with the given name.
createRecord(CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
Create a new row/record for the object builder.
createRecord() - Method in class org.eclipse.persistence.oxm.json.JsonArrayBuilderResult
 
createRecord() - Method in class org.eclipse.persistence.oxm.json.JsonGeneratorResult
 
createRecord() - Method in class org.eclipse.persistence.oxm.json.JsonObjectBuilderResult
 
createRecordElement(String, Object, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Create the appropriate record element for the data value.
createRecordFor(Object, Field, XMLRecord, Mapping) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
createRecordFor(Object, DocumentPreservationPolicy) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
createRecordFor(Object, DocumentPreservationPolicy, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
createRecordFromXMLContext(XMLContext) - Method in class org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder
Create a new row/record from XMLContext.
createRecordFromXMLContext(XMLContext) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
 
createRecordFromXMLContext(XMLContext) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
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.internal.sessions.remote.RemoteConnection
Returns remote client session.
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.
createRemoteSessionController() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIServerSessionManager
 
createRemoteSessionController() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIServerSessionManagerDispatcher
 
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
 
createRestInterfaces() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
 
createRestInterfaces(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
 
createRoot() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
createRoot() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
INTERNAL:
createRoot() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
INTERNAL
createRoot() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
INTERNAL
createRoot() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
createRoot() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
INTERNAL
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.
createRootUnmarshalRecord(Class) - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
INTERNAL
createRootUnmarshalRecord(Class) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
INTERNAL
createSchemaFactory(String, boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
Returns properly configured (e.g.
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.
createSequencing(AbstractSession) - Static method in class org.eclipse.persistence.internal.sequencing.SequencingFactory
INTERNAL: Takes a potential owner - a Session, returns Sequencing object.
createSequencingCallback() - Method in interface org.eclipse.persistence.internal.sequencing.SequencingCallbackFactory
INTERNAL: Create SequencingCallback.
createSequencingHome(DatabaseSessionImpl) - Static method in class org.eclipse.persistence.internal.sequencing.SequencingFactory
INTERNAL: Takes a potential owner - a DatabaseSession, returns SequencingHome object.
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.
createServerPlatform(DatabaseSession, String, ClassLoader) - Static method in class org.eclipse.persistence.platform.server.ServerPlatformUtils
Create an instance of ServerPlatform from parameters passed in.
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.
createShellJAXBElementList(List<ReportItem>, Object) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
Creates the shell jaxb element list.
createSimpleXMLFormat(XRServiceAdapter, Object) - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
createStoredProcedureQuery(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStoredProcedureQuery(String, Class...) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStoredProcedureQuery(String, String...) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Create an instance of StoredProcedureQuery for executing a stored procedure in the database.
createStruct(String, Object[], AbstractSession, Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: This method builds a Struct using the unwrapped connection within the session
createStruct(String, Object[], Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Platforms that support java.sql.Struct may override this method.
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.
createSubSelectExpressionForCount(Expression, Expression, String, Class) - Static method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
INTERNAL: This factory method is used to build a subselect that will do a count.
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.
createTables(DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
This creates the tables on the database.
createTables(DatabaseSession, SchemaManager, boolean, boolean, boolean, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
This creates the tables on the database.
createTransformerAndModifyProject(Session, Collection<MetadataClass>, ClassLoader, boolean, boolean, boolean, boolean, boolean) - Static method in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
 
createTransformerFactory(boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
Returns properly configured (e.g.
createTranslationRecord(AbstractRecord, EISAccessor) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
Create a mapped input record for this interaction.
createTupleQuery() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a Criteria query object that returns a tuple of objects as its result.
createUniquePersistenceUnitName(PersistenceUnitInfo) - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
In case persistence unit is not uniquely defined by name this method is called to generate a unique name.
createUnmarshaller() - Method in class org.eclipse.persistence.internal.oxm.Context
 
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
createUnmarshalRecord(DESCRIPTOR, ABSTRACT_SESSION) - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
INTERNAL
createUnmarshalRecord(DESCRIPTOR, ABSTRACT_SESSION) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
INTERNAL
createUnmarshalRecord(XMLDescriptor, AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
INTERNAL
createUnownedElement(Node, Field) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
 
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
createWithBaseLast(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
createWithBaseLast(Expression, Object, ExpressionOperator) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: added for Trim support.
createWrappedObjectFromExistingWrappedObject(Object, Object, ClassDescriptor, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: This method will actually potentially wrap an object in two ways.
createWrappedObjectFromExistingWrappedObject(Object, Object, ClassDescriptor, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: This method will actually potentially wrap an object in two ways.
createWrappedObjectFromExistingWrappedObject(Object, Object, ClassDescriptor, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: This method will actually potentially wrap an object in two ways.
createXML2_0Context() - Static method in class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXMLMappings
INTERNAL:
createXML2_1Context() - Static method in class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXMLMappings
INTERNAL:
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>}
createXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlProperties>}
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
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
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>}
createXmlVariableNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of XmlVariableNode
createXmlVariableNode(XmlVariableNode) - Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create an instance of JAXBElement<XmlVariableNode>}
createXPathFactory(boolean) - Static method in class org.eclipse.persistence.internal.helper.XMLHelper
Returns properly configured (e.g.
CriteriaBuilderImpl - Class in org.eclipse.persistence.internal.jpa.querydef
 
CriteriaBuilderImpl(Metamodel) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
 
CriteriaBuilderImpl.CaseImpl<R> - Class in org.eclipse.persistence.internal.jpa.querydef
Implementation of Case interface from Criteria Builder
CriteriaBuilderImpl.CoalesceImpl<X> - Class in org.eclipse.persistence.internal.jpa.querydef
Interface used to build coalesce expressions.
CriteriaBuilderImpl.SimpleCaseImpl<C,R> - Class in org.eclipse.persistence.internal.jpa.querydef
Implementation of SimpleCase interface from CriteriaBuilder
CriteriaDeleteImpl<T> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the CriteriaDelete interface of the JPA criteria API.
CriteriaDeleteImpl(Metamodel, CriteriaBuilderImpl, Class<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CriteriaDeleteImpl
 
CriteriaQueryImpl<T> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the CriteriaQuery interface of the JPA criteria API.
CriteriaQueryImpl(Metamodel, AbstractQueryImpl.ResultType, Class, CriteriaBuilderImpl) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
 
CriteriaUpdateImpl<T> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the CriteriaUpdate interface of the JPA criteria API.
CriteriaUpdateImpl(Metamodel, CriteriaBuilderImpl, Class<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl
 
CT_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
CURRENT - Static variable in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Current Java SE platform.
CURRENT_DATE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
CURRENT_DATE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
CURRENT_DATE - Static variable in interface org.eclipse.persistence.jpa.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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
CURRENT_TIME - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
CURRENT_TIME - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CURRENT_DATE'.
CURRENT_TIMESTAMP - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
CURRENT_TIMESTAMP - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
CURRENT_TIMESTAMP - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'CURRENT_TIMESTAMP'.
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.
currentDate() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to return current date.
currentDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression representing CURRENT_DATE.
currentDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression representing CURRENT_DATE.
currentDate() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression representing CURRENT_DATE.
currentDateDate() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This gives access to the current date only on the database through expression.
currentIndex() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
Retrieves the current row index number
currentIndex() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Retrieves the current row index number
currentLoaderNotValid(ClassLoader) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
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.
currentTime() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to return current time.
currentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression representing CURRENT_TIME.
currentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression representing CURRENT_TIME.
currentTime() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression representing CURRENT_TIME.
currentTimeStamp() - Method in class org.eclipse.persistence.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.
currentTimestamp() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to return current timestamp.
currentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression representing CURRENT_TIMESTAMP.
currentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression representing CURRENT_TIMESTAMP.
currentTimestamp() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression representing CURRENT_TIMESTAMP.
currentWorkingDirectory() - Static method in class org.eclipse.persistence.internal.helper.Helper
Return the name of the "current working directory".
CURSOR - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor"
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"
CURSOR_PAGE_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor.page-size"
CURSOR_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor.size-sql"
CURSOR_STR - Static variable in class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler
 
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
CursoredStream_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
cursoredStreamClose(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Used for closing cursored streams across RMI.
cursoredStreamClose(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Used for closing cursored streams across RMI.
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(RemoteCursoredStream, ReadQuery, DistributedSession, int) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Retrieve next page size of objects from the remote cursored stream
cursoredStreamNextpage(Transporter, int) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Retrieve next page of objects from the remote cursored stream once, avoid page size round trips from the server to the client
cursoredStreamNextPage(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, DistributedSession, 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, DistributedSession, 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, DistributedSession, 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(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Return the cursored stream size
cursoredStreamSize(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Return the wrapped cursored stream from the server
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
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:
cursorRetrieveNextRow(Vector, ResultSet, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Advance the result set and return a Record populated with values from the next valid row in the result set.
cursorRetrievePreviousRow(Vector, ResultSet, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Advance the result set and return a DatabaseRow populated with values from the next valid row in the result set.
cursorSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Read all rows from the database using a cursored stream.
cursorSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Read all rows from the database using a cursored stream.
cursorSelectObjects(CursoredStreamPolicy, DistributedSession) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Get remote cursor stream.
cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Get remote cursor stream.
cursorSelectObjects(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Returns a remote cursor stub in a transporter
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_MODIFY - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
CUSTOM_QUERY_AND_RETURNING_POLICY_CONFLICT - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
CUSTOM_SERVER_PLATFORM_CLASS_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
CustomAccessorAttributeAccessor - Class in org.eclipse.persistence.internal.jaxb
Purpose: Provides a wrapper around an instance of Accessor.
CustomAccessorAttributeAccessor(Object) - Constructor for class org.eclipse.persistence.internal.jaxb.CustomAccessorAttributeAccessor
 
CustomCopyPolicyMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.copypolicy
Used to store information about CopyPolicy as it is read from XML or annotations Key notes: - any metadata mapped from XML to this class must be compared in the equals method.
CustomCopyPolicyMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CustomCopyPolicyMetadata
INTERNAL: Used for XML loading.
CustomCopyPolicyMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CustomCopyPolicyMetadata
INTERNAL: Used for annotation loading.
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.internal.databaseaccess.ConnectionCustomizer
INTERNAL: Applies customization to connection.
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.
customizeSession(Session, Session) - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
 
CustomObjectInputStream - Class in org.eclipse.persistence.internal.helper
INTERNAL: Defines a custom ObjectInputStream that is used with SerializedObjectConverter to ensure the correct class loader is used.
CustomObjectInputStream(InputStream, Session) - Constructor for class org.eclipse.persistence.internal.helper.CustomObjectInputStream
 
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.
CustomServerPlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
CustomServerPlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.CustomServerPlatformConfig
 
CYCLE_RECOVERABLE - Static variable in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
CYCLE_RECOVERABLE_CONTEXT - Static variable in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
CycleDetectionStack() - Constructor for class org.eclipse.persistence.internal.oxm.record.MarshalRecord.CycleDetectionStack
 
CycleRecoverableContextProxy - Class in org.eclipse.persistence.internal.oxm
Allows for the reflective creation of an implementation of Sun's com.sun.xml.bind.CycleRecoverable$Context interface.

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.
DASH_STR - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DATA_HANDLER - Variable in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
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
 
DATABASE_EVENT_LISTENER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.cache.database-event-listener" property allows integration with a database event notification service.
DATABASE_MAPPING_COULD_NOT_BE_FOUND_FOR_ENTITY_ATTRIBUTE - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
DatabaseAccessor - Class in org.eclipse.persistence.internal.databaseaccess
INTERNAL: DatabaseAccessor is private to EclipseLink.
DatabaseAccessor() - Constructor for class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
 
DatabaseAccessor(Object) - Constructor for class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Create a database accessor with the given connection.
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
 
DatabaseCall - Class in org.eclipse.persistence.internal.databaseaccess
INTERNAL: Purpose: Used as an abstraction of a database invocation.
DatabaseCall() - Constructor for class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
 
DatabaseChangeNotificationType - Enum in org.eclipse.persistence.annotations
Configures what type of database change notification an entity/descriptor should use.
DatabaseEventListener - Interface in org.eclipse.persistence.platform.database.events
PUBLIC: Defines the API for integration with a database event notification service.
DatabaseEventListenerFactory - Interface in org.eclipse.persistence.jpa.rs.eventlistener
Provides a mechanism for plugging in database event listener creation.
DatabaseException - Exception in org.eclipse.persistence.exceptions
Purpose: Wrapper for any database exception that occurred through EclipseLink.
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 - Class in org.eclipse.persistence.internal.helper
INTERNAL:
DatabaseField() - Constructor for class org.eclipse.persistence.internal.helper.DatabaseField
 
DatabaseField(String) - Constructor for class org.eclipse.persistence.internal.helper.DatabaseField
 
DatabaseField(String, String, String) - Constructor for class org.eclipse.persistence.internal.helper.DatabaseField
 
DatabaseField(String, String) - Constructor for class org.eclipse.persistence.internal.helper.DatabaseField
 
DatabaseField(String, DatabaseTable) - Constructor for class org.eclipse.persistence.internal.helper.DatabaseField
 
DatabaseField(String, DatabaseTable, String, String) - Constructor for class org.eclipse.persistence.internal.helper.DatabaseField
 
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.
DatabaseLoginConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
INTERNAL:
DatabaseLoginConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
DatabaseMapping - Class in org.eclipse.persistence.mappings
Purpose: Defines how an attribute of an object maps to and from the database
DatabaseMapping() - Constructor for class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: Default constructor.
DatabaseMapping.WriteType - Enum in org.eclipse.persistence.mappings
 
databaseMappingCouldNotBeFoundForEntityAttribute(String, String, String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Database mapping could not be found for entity attribute.
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.internal.databaseaccess
DatabasePlatform is private to EclipseLink.
DatabasePlatform() - Constructor for class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
DatabasePlatform - Class in org.eclipse.persistence.platform.database
DatabasePlatform is private to EclipseLink.
DatabasePlatform() - Constructor for class org.eclipse.persistence.platform.database.DatabasePlatform
 
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
DatabaseQuery.ParameterType - Enum in org.eclipse.persistence.queries
Used for parameter retreival in JPQL
DatabaseQuery_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
DatabaseQueryMechanism - Class in org.eclipse.persistence.internal.queries
Purpose: Abstract class for all database query mechanism objects.
DatabaseQueryMechanism() - Constructor for class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Initialize the state of the query.
DatabaseQueryMechanism(DatabaseQuery) - Constructor for class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
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.
DatabaseRecord(Vector, Vector, int) - Constructor for class org.eclipse.persistence.sessions.DatabaseRecord
INTERNAL: Builds row from database result fields and values.
DatabaseRow_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
DatabaseSession - Interface in org.eclipse.persistence.sessions
Purpose: Add login and configuration API to that of Session.
DatabaseSessionConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.session
INTERNAL:
DatabaseSessionConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.session.DatabaseSessionConfig
 
DatabaseSessionImpl - Class in org.eclipse.persistence.internal.sessions
Implementation of org.eclipse.persistence.sessions.DatabaseSession The public interface should be used.
DatabaseSessionImpl() - Constructor for class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Create and return a new default database session.
DatabaseSessionImpl(Login) - Constructor for class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Create and return a new session.
DatabaseSessionImpl(Project) - Constructor for class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Create and return a new session.
DatabaseTable - Class in org.eclipse.persistence.internal.helper
INTERNAL:
DatabaseTable() - Constructor for class org.eclipse.persistence.internal.helper.DatabaseTable
Initialize the newly allocated instance of this class.
DatabaseTable(String) - Constructor for class org.eclipse.persistence.internal.helper.DatabaseTable
 
DatabaseTable(String, String, String) - Constructor for class org.eclipse.persistence.internal.helper.DatabaseTable
 
DatabaseTable(String, String) - Constructor for class org.eclipse.persistence.internal.helper.DatabaseTable
 
DatabaseTable(String, String, boolean, String, String) - Constructor for class org.eclipse.persistence.internal.helper.DatabaseTable
 
DatabaseType - Interface in org.eclipse.persistence.internal.helper
PUBLIC: Interface used to categorize arguments to Stored Procedures as either 'simple' (use subclass SimpleDatabaseType) or 'complex' (use subclass ComplexDatabaseType)
DatabaseType - Class in org.eclipse.persistence.jpa.jpql.parser
This expression represents the database specific data type, which may include size and scale.
DatabaseType(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
Creates a new DatabaseType.
databaseType - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
DatabaseType.DatabaseTypeHelper - Enum in org.eclipse.persistence.internal.helper
 
DatabaseType_InvalidFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_InvalidSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseType_MissingSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatabaseTypeFactory - Class in org.eclipse.persistence.jpa.jpql.parser
 
DatabaseTypeFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeFactory
Creates a new DatabaseTypeFactory.
DatabaseTypeQueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the database type.
DatabaseTypeQueryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeQueryBNF
Creates a new DatabaseTypeQueryBNF.
DatabaseTypeWrapper - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: a helper class that holds DatabaseType's.
DatabaseTypeWrapper() - Constructor for class org.eclipse.persistence.internal.sessions.factories.DatabaseTypeWrapper
 
DatabaseTypeWrapper(DatabaseType) - Constructor for class org.eclipse.persistence.internal.sessions.factories.DatabaseTypeWrapper
 
DatabaseValueHolder - Class in org.eclipse.persistence.internal.indirection
DatabaseValueHolder wraps a database-stored object and implements behavior to access it.
DatabaseValueHolder() - Constructor for class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
 
DataExpression - Class in org.eclipse.persistence.internal.expressions
Superclass for all expression that have a context.
DataExpression() - Constructor for class org.eclipse.persistence.internal.expressions.DataExpression
DataExpression constructor comment.
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 - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
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.
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.
DataService - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
DataServiceImpl - Class in org.eclipse.persistence.internal.jpa.config.persistenceunit
JPA scripting API implementation.
DataServiceImpl(PersistenceUnitImpl) - Constructor for class org.eclipse.persistence.internal.jpa.config.persistenceunit.DataServiceImpl
 
DATASOURCE_LOOKUP_TYPE_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
DatasourceAccessor - Class in org.eclipse.persistence.internal.databaseaccess
INTERNAL: DatasourceAccessor is an abstract implementation of the Accessor interface providing common functionality to the concrete database and EIS accessors.
DatasourceAccessor() - Constructor for class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Default Constructor.
DatasourceCall - Class in org.eclipse.persistence.internal.databaseaccess
INTERNAL: Purpose: Used as an abstraction of a datasource invocation.
DatasourceCall() - Constructor for class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
DatasourceCallQueryMechanism - Class in org.eclipse.persistence.internal.queries
Purpose: Mechanism used for call queries.
DatasourceCallQueryMechanism() - Constructor for class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
 
DatasourceCallQueryMechanism(DatabaseQuery) - Constructor for class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Initialize the state of the query
DatasourceCallQueryMechanism(DatabaseQuery, DatasourceCall) - Constructor for class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Initialize the state of the query
DataSourceConfig - Class in org.eclipse.persistence.internal.jpa
Simplest of all possible holder objects for all of the data source info required by the Entity test environment.
DataSourceConfig(String, String, String, String, String, String) - Constructor for class org.eclipse.persistence.internal.jpa.DataSourceConfig
Constructor used to create a DataSourceConfig
DataSourceImpl - Class in org.eclipse.persistence.internal.jpa.jdbc
A stubbed out impl of DataSource that can be used for testing.
DataSourceImpl(String, String, String, String) - Constructor for class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
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.
DatasourcePlatform - Class in org.eclipse.persistence.internal.databaseaccess
DatasourcePlatform is private to TopLink.
DatasourcePlatform() - Constructor for class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
DataStorage - Class in org.eclipse.persistence.jpa.rs
 
DataStorage() - Constructor for class org.eclipse.persistence.jpa.rs.DataStorage
 
DATE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
date(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates a new date using the JDBC syntax of a date.
date(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates a new date using the JDBC syntax of a date.
date(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates a new date using the JDBC syntax of a date.
DATE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DATE_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
DATE_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
DATE_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
DATE_STRING - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
DATE_STRING - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
DATE_TIME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
DATE_TIME_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
DateConstantExpression - Class in org.eclipse.persistence.internal.expressions
INTERNAL: This expression represents a date represented in JDBC escape syntax, for instance, the String: {d '1901-01-01'} can be used to represent a Date and use used only by the JPQL parser.
DateConstantExpression() - Constructor for class org.eclipse.persistence.internal.expressions.DateConstantExpression
 
DateConstantExpression(Object, Expression) - Constructor for class org.eclipse.persistence.internal.expressions.DateConstantExpression
 
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.
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.
DateDifference - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
dateDifference() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
dateFromCalendar(Calendar) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a sql.Date from a Calendar.
dateFromLong(Long) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Date from a long This implementation is based on the java.sql.Date class, not java.util.Date.
dateFromString(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Date from a string representation.
dateFromTimestamp(Timestamp) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Date from a timestamp This implementation is based on the java.sql.Date class, not java.util.Date.
dateFromYearMonthDate(int, int, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Date with the year, month, date.
DateFunctionNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
DateFunctionNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.DateFunctionNode
DateFunctionNode constructor.
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.jpql.parser
This Expression represents a date or time.
DateTime(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.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.jpql.JPQLQueryProblemMessages
 
DateTime_JDBCEscapeFormat_MissingCloseQuote - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DateTime_JDBCEscapeFormat_MissingOpenQuote - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DateTime_JDBCEscapeFormat_MissingRightCurlyBrace - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DatetimeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a date/time expression.
DatetimeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatetimeExpressionBNF
Creates a new DatetimeExpressionBNF.
DateTimeFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This 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.jpql.parser.DateTimeFactory
Creates a new DateTimeFactory.
DateTimePrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a date/time primary expression.
DateTimePrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DateTimePrimaryBNF
Creates a new DatetimePrimaryBNF.
DateTimeStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This DateTimeStateObject represents a date or time.
DateTimeStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Creates a new DateTimeStateObject.
DateTimeStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Creates a new DateTimeStateObject.
DateTimeTimestampLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a date/time/timestamp expression.
DateTimeTimestampLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DateTimeTimestampLiteralBNF
Creates a new DateTimeTimestampLiteralBNF.
DateTimeWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.DateTimeWrapperImpl
 
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.
dateType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Date}.
dateType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Date}.
dateType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Date.
DateWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.DateWrapperImpl
 
DAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DayWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.DayWrapperImpl
 
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
 
DB2ZPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides DB2 z/OS specific behavior.
DB2ZPlatform() - Constructor for class org.eclipse.persistence.platform.database.DB2ZPlatform
 
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
 
DBPlatformHelper - Class in org.eclipse.persistence.internal.helper
 
DBPlatformHelper() - Constructor for class org.eclipse.persistence.internal.helper.DBPlatformHelper
 
DBWS - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
DBWS_OR_LABEL - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DBWS_OR_SESSION_NAME_SUFFIX - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DBWS_OR_XML - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DBWS_OX_LABEL - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DBWS_OX_SESSION_NAME_SUFFIX - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DBWS_OX_XML - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DBWS_SCHEMA_XML - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DBWS_SERVICE_XML - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DBWS_SESSIONS_XML - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DBWS_WSDL - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DBWSAdapter - Class in org.eclipse.persistence.internal.dbws
INTERNAL: runtime implementation of EclipseLink Database Web Service (DBWS)
DBWSAdapter() - Constructor for class org.eclipse.persistence.internal.dbws.DBWSAdapter
 
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:
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
 
DDL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
DDL_BOTH_GENERATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "both" specifies that DDL will be written to file(s) and the database.
DDL_DATABASE_GENERATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "database" specifies that DDL will be written to the database.
DDL_GENERATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.ddl-generation" property allows the database schema to be generated on deployment.
DDL_GENERATION_INDEX_FOREIGN_KEYS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.ddl-generation.index-foreign-keys" property specifies if an index should be automatically generated for foreign key constraints.
DDL_GENERATION_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.ddl-generation.output-mode" property specifies 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" specifies that DDL will be written to file(s).
deactivate() - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.iiop._RMIRemoteCommandConnectionImpl_Tie
 
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
 
Death - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
DECIMAL - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
DECIMAL - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DECIMAL_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
DecimalMaxFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
 
DecimalMaxFacet(String, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.DecimalMaxFacet
 
DecimalMinFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
 
DecimalMinFacet(String, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.DecimalMinFacet
 
DecimalWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.DecimalWrapperImpl
 
Declaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
The abstract definition of JPQLQueryDeclaration.
declarationBNF() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Returns the BNF of the declaration part of this clause.
DeclarationResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
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.jpql.tools.resolver.DeclarationResolver
Creates a new DeclarationResolver.
declarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Returns the list of declarations declared in the declaration clause of the current query.
declarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the list of declarations declared in the declaration clause of the current query.
declarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the list of VariableDeclarationStateObject defining the variable declarations, which are mapping an entity to a variable or a collection-valued member to a variable.
declarations() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.DeclarationStateObject
Returns the list of declarations declared in the declaration clause of the current query.
DeclarationStateObject - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
This defines the declaration portion of a query, which is the FROM clause of a query.
declareTarget(StringBuilder, PLSQLargument, DatabaseType) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
 
declaringClassName - Variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.MethodSerialImpl
 
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.
decorate(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Decorates this StateObject with the given decorator.
decorate(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Decorates this StateObject with the given decorator.
DecoratedDatabaseTable - Class in org.eclipse.persistence.internal.history
INTERNAL: A decorated database table is one that has an as of clause, for Oracle 9R2 query flashback.
DecoratedDatabaseTable(String, AsOfClause) - Constructor for class org.eclipse.persistence.internal.history.DecoratedDatabaseTable
 
decrementCallCount() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Decrement the number of calls in progress.
decrementCallCount() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Used for load balancing and external pooling.
decrementDatabaseCount(Object) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
Decrement the count for object
decrementDepth() - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
decrement the depth of the thread
decryptPassword(String) - Method in class org.eclipse.persistence.internal.security.JCEEncryptor
Decrypts a string.
decryptPassword(String) - Method in interface org.eclipse.persistence.internal.security.Securable
 
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.
deepMergeClone(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Merge the attributes of the clone into the unit of work copy.
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 class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Revert the object's attributes from the parent.
deepRevertObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Revert the object's attributes from the parent.
deepUnregisterObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Unregister the object with the unit of work.
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.CommitOrderType
 
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.ParserType
 
DEFAULT - Static variable in class org.eclipse.persistence.config.ParserValidationType
 
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.XMLProcessor
 
DEFAULT() - Constructor for class org.eclipse.persistence.oxm.annotations.XmlVariableNode.DEFAULT
 
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_ATTACHMENT_MIMETYPE - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DEFAULT_ATTRIBUTE_GROUP - Static variable in interface org.eclipse.persistence.internal.oxm.record.XMLRecord
 
DEFAULT_AUTO_GENERATOR - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
 
DEFAULT_CALLBACK_NAME - Static variable in class org.eclipse.persistence.oxm.JSONWithPadding
 
DEFAULT_CDI_INJECTION_MANAGER - Static variable in interface org.eclipse.persistence.internal.sessions.cdi.EntityListenerInjectionManager
 
DEFAULT_CHANNEL - Static variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
DEFAULT_CHAR_SIZE - Static variable in class org.eclipse.persistence.platform.database.PervasivePlatform
 
DEFAULT_CHARSET - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
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_DATABASE_DELIMITER - Static variable in class org.eclipse.persistence.internal.helper.Helper
 
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_ELEMENT_TYPE_FOR_UNSUPPORTED_MAPPINGS - Static variable in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
Default elementType Class when we the type cannot be determined for unsupported mappings such as Transformation and VariableOneToOne
DEFAULT_IDENTITY_GENERATOR - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
 
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_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_MAX_BATCH_WRITING_SIZE - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Bug#3214927 The default is 32000 for DynamicSQLBatchWritingMechanism.
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_NAMING_SERVICE - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_PACKAGE_QNAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.beanvalidation.ValidationXMLReader
 
DEFAULT_PACKAGE_QNAME - Static variable in class org.eclipse.persistence.jaxb.ValidationXMLReader
 
DEFAULT_PACKET_TIME_TO_LIVE - Static variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
 
DEFAULT_PARAMETERIZED_MAX_BATCH_WRITING_SIZE - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
DEFAULT_POOL - Static variable in class org.eclipse.persistence.sessions.server.ServerSession
 
DEFAULT_QUERY_KEY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
 
DEFAULT_RAW_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
 
DEFAULT_REMOVE_CONNECTION_ON_ERROR_MODE - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
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_GENERATOR - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
 
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_SIMPLE_XML_FORMAT_TAG - Static variable in class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormat
 
DEFAULT_SIMPLE_XML_TAG - Static variable in class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormat
 
DEFAULT_TABLE_GENERATOR - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
 
DEFAULT_TARGET_NAMESPACE - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The name of the property used to specify a default target namespace.
DEFAULT_TARGET_NAMESPACE_KEY - Static variable in class org.eclipse.persistence.jaxb.JAXBContextFactory
Deprecated.
As of release 2.4, replaced by JAXBContextProperties.DEFAULT_TARGET_NAMESPACE
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 interface org.eclipse.persistence.internal.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_SIZE - Static variable in class org.eclipse.persistence.platform.database.DatabasePlatform
 
DEFAULT_XML_ENCODING - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
DEFAULT_XML_ENCODING - Static variable in class org.eclipse.persistence.sdo.SDOXMLDocument
 
DEFAULT_XML_VERSION - Static variable in class org.eclipse.persistence.sdo.SDOXMLDocument
 
DefaultActualJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
This IJPQLQueryFormatter is used to generate a string representation of a StateObject based on how it was parsed, which means this formatter can only be used when the StateObject was created by parsing a JPQL query because it needs to retrieve parsing information from the corresponding Expression.
DefaultActualJPQLQueryFormatter(boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultActualJPQLQueryFormatter
Creates a new DefaultActualJPQLQueryFormatter.
DefaultActualJPQLQueryFormatter(boolean, IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultActualJPQLQueryFormatter
Creates a new DefaultActualJPQLQueryFormatter.
DefaultBasicRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
This utility class provides basic refactoring support.
DefaultBasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultBasicRefactoringTool
Creates a new DefaultBasicRefactoringTool.
DefaultBasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultBasicRefactoringTool
Creates a new DefaultBasicRefactoringTool.
DefaultCaseExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of a ICaseExpressionStateObjectBuilder.
DefaultCaseExpressionStateObjectBuilder(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultCaseExpressionStateObjectBuilder
Creates a new DefaultCaseExpressionStateObjectBuilder.
DefaultConditionalExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of IConditionalExpressionStateObjectBuilder.
DefaultConditionalExpressionStateObjectBuilder(AbstractConditionalClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultConditionalExpressionStateObjectBuilder
Creates a new DefaultConditionalExpressionStateObjectBuilder.
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.jpql.tools
The default implementation of ContentAssistProposals which stores the valid proposals.
DefaultContentAssistProposals(JPQLGrammar, ContentAssistExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Creates a new DefaultContentAssistProposals.
DefaultContentAssistVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor traverses the JPQL parsed tree and gathers the possible proposals at a given position.
DefaultContentAssistVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistVisitor
Creates a new DefaultContentAssistVisitor.
DefaultEclipseLinkJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQL grammar provides support for parsing JPQL queries defined by the JPA 2.1 functional specification and the EclipseLink 2.6.
DefaultEclipseLinkJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the latest release of the Java Persistence functional specification.
DefaultEclipseLinkJPQLQueryBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultEclipseLinkJPQLQueryBuilder
Creates a new DefaultEclipseLinkJPQLQueryBuilder.
DefaultElementConverter - Class in org.eclipse.persistence.internal.jaxb
If there is no text node then apply the default value.
DefaultElementConverter(String) - Constructor for class org.eclipse.persistence.internal.jaxb.DefaultElementConverter
 
DefaultErrorHandler - Class in org.eclipse.persistence.platform.xml
INTERNAL: A default implementation of ErrorHandler that simply rethrows the SAXParseExceptions.
DefaultGrammarValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This validator is responsible to validate a JPQL query grammatically purely based on the JPA specification document.
DefaultGrammarValidator(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultGrammarValidator
Creates a new DefaultGrammarValidator.
DefaultJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQL grammar provides support for parsing JPQL queries defined in the latest JPA functional specification.
DefaultJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the latest release of the Java Persistence functional specification.
DefaultJPQLQueryBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultJPQLQueryBuilder
Creates a new DefaultJPQLQueryBuilder.
DefaultJPQLQueryContext - Class in org.eclipse.persistence.jpa.jpql.tools
This context is used to store information related to the JPQL query.
DefaultJPQLQueryContext(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
Creates a new DefaultJPQLQueryContext.
DefaultJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of a IJPQLQueryFormatter, which support creating a string representation of a JPQL query written for JPA 1.0 and 2.0.
DefaultJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultJPQLQueryFormatter
Creates a new DefaultJPQLQueryFormatter.
DefaultJPQLQueryHelper - Class in org.eclipse.persistence.jpa.jpql.tools
This helper can perform the following operations over a JPQL query: Calculates the result type of a query: AbstractJPQLQueryHelper.getResultType(); Calculates the type of an input parameter: AbstractJPQLQueryHelper.getParameterType(String). Calculates the possible choices to complete the query from a given position (used for content assist): AbstractJPQLQueryHelper.buildContentAssistProposals(int). Validates the query by introspecting it grammatically and semantically: AbstractJPQLQueryHelper.validate(), AbstractJPQLQueryHelper.validateGrammar(), AbstractJPQLQueryHelper.validateSemantic(). Refactoring support: DefaultJPQLQueryHelper.buildBasicRefactoringTool() provides support for generating the delta of the refactoring operation through a collection of TextEdit objects. DefaultJPQLQueryHelper.buildRefactoringTool() provides support for refactoring the JPQL query through the editable StateObject and once all refactoring operations have been executed, the IJPQLQueryFormatter will generate a new string representation of the JPQL query. This helper should be used when the JPQL query is written using the JPQL grammar defined in the Java Persistence functional specification 1.0 or 2.x.
DefaultJPQLQueryHelper(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
Creates a new DefaultJPQLQueryHelper.
DefaultJPQLQueryHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryHelper
Creates a new JPQLQueryHelper.
DefaultLiteralVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor traverses an Expression and retrieves the "literal" value.
DefaultLiteralVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultLiteralVisitor
Creates a new DefaultLiteralVisitor.
DefaultLogger - Static variable in class org.eclipse.persistence.config.LoggerType
 
defaultNamespaceDeclaration(String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
defaultNamespaceDeclaration(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
defaultNamespaceDeclaration(String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Add the defaultNamespace declaration
defaultNamespaceDeclaration(String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
DefaultNewValueStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of INewValueStateObjectBuilder.
DefaultNewValueStateObjectBuilder(UpdateItemStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultNewValueStateObjectBuilder
Creates a new DefaultNewValueStateObjectBuilder.
DefaultParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor calculates the type of an input parameter.
DefaultParameterTypeVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultParameterTypeVisitor
Creates a new DefaultParameterTypeVisitor.
DefaultProblem - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of Problem.
DefaultProblem(StateObject, String, String[]) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
Creates a new DefaultProblem.
DefaultRefactoringDelta - Class in org.eclipse.persistence.jpa.jpql.tools
The default implementation of RefactoringDelta which contains the TextEdit that were creating during the refactoring of a JPQL query.
DefaultRefactoringDelta(CharSequence) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Creates a new DefaultRefactoringDelta.
DefaultRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
This utility class provides basic refactoring support.
DefaultRefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringTool
Creates a new RefactoringTool.
DefaultRefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringTool
Creates a new RefactoringTool.
DefaultResolverBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
The default implementation of a ResolverBuilder, which follows the JPA functional specification.
DefaultResolverBuilder(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.DefaultResolverBuilder
Creates a new DefaultResolverBuilder.
defaultRootElementNotSpecified(Descriptor) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
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
DefaultSchemaResolver() - Constructor for class org.eclipse.persistence.sdo.helper.DefaultSchemaResolver
 
DefaultSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
DefaultSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSelectExpressionStateObjectBuilder
Creates a new DefaultSelectExpressionStateObjectBuilder.
DefaultSemanticValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This validator is responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid.
DefaultSemanticValidator(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
Creates a new DefaultSemanticValidator.
DefaultSemanticValidator(SemanticValidatorHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
Creates a new DefaultSemanticValidator.
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
 
DefaultSequenceConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.sequencing
INTERNAL:
DefaultSequenceConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.sequencing.DefaultSequenceConfig
 
defaultSequenceNameAlreadyUsedBySequence(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
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
 
DefaultSessionLogConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.log
INTERNAL:
DefaultSessionLogConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.log.DefaultSessionLogConfig
 
DefaultSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
DefaultSimpleSelectExpressionStateObjectBuilder(SimpleSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultSimpleSelectExpressionStateObjectBuilder
Creates a new DefaultSimpleSelectExpressionStateObjectBuilder.
DefaultStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of BasicStateObjectBuilder, which provides support for creating a StateObject representation of any Expression.
DefaultStateObjectBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.DefaultStateObjectBuilder
Creates a new DefaultStateObjectBuilder.
DefaultStringExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An implementation of an Expression that wraps a string.
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.
DefaultTextEdit - Class in org.eclipse.persistence.jpa.jpql.tools
The default implementation of a TextEdit, which contains the location of the change within the JPQL query (offset) and the old and new values.
DefaultTextEdit(int, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
Creates a new DefaultTextEdit.
DefaultTimeout - Static variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
DefaultUnmappedContentHandler<UNMARSHAL_RECORD extends UnmarshalRecord> - Class in org.eclipse.persistence.internal.oxm.unmapped
Purpose:Provide a default implementation of the UnmappedContentHandler
DefaultUnmappedContentHandler() - Constructor for class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
DefaultUnmappedContentHandler - Class in org.eclipse.persistence.oxm.unmapped
Purpose:Provide a default implementation of the UnmappedContentHandler
DefaultUnmappedContentHandler() - Constructor for class org.eclipse.persistence.oxm.unmapped.DefaultUnmappedContentHandler
 
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
 
deferEvent(DescriptorEvent) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Add an event to the deferred list.
DeferrableChangeRecord - Class in org.eclipse.persistence.internal.sessions
Abstract change record for collection type records that allow deferrable change detection.
DeferrableChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
 
DeferrableChangeRecord(ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
 
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
 
DeferredContentHandler - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: ContentHandler to store events until we know if we are dealing with a simple, complex or empty element.
DeferredContentHandler(UnmarshalRecord) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
deferredDetectionRequiredOn(String) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: This method is used during attribute level change tracking when a particular change was detected but that change can not be tracked (ie customer set entire collection in object).
DeferredLockManager - Class in org.eclipse.persistence.internal.helper
INTERNAL:
DeferredLockManager() - Constructor for class org.eclipse.persistence.internal.helper.DeferredLockManager
DeferredLockManager constructor comment.
deferredLockManagers - Static variable in class org.eclipse.persistence.internal.helper.ConcurrencyManager
 
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(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
Define the list of DataObjects as Types.
define(DataObject) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
define(List) - 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:
DEFINED_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Notify a change in the defined property.
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, 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
 
defineParameterType(String, Object, int, int) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Defines the type of the parameter with the specified name.
definitions - Variable in class org.eclipse.persistence.internal.codegen.HierarchyNode
This member will hold the different definition types that should be implemented by the code generated children Used mostly in CMP code generation
DELETE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
DELETE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
DELETE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'DELETE'.
delete(Map<String, String>, String, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A part of the facade over the JPA API Delete the given entity in JPA and commit the changes
delete(String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
delete(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
Deprecated.
 
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.jpql.parser.Expression
The constant for 'DELETE FROM'.
DeleteAll - Annotation Type in org.eclipse.persistence.annotations
A DeleteAll annotation is specified to indicate that when an relationship is deleted, it should use a delete all query.
DeleteAll - Static variable in class org.eclipse.persistence.config.QueryType
 
deleteAll() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
 
deleteAll() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
INTERNAL: Delete a collection of objects.
deleteAllObjects(Collection) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: delete all of the objects and all of their privately owned parts in the database.
deleteAllObjects(Vector) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
Deprecated.
deleteAllObjects(List) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
delete all of the objects as a single transaction.
deleteAllObjects(Class, List, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Delete all of the objects with the matching class.
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 - 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
 
deleteAllUsingTempTables() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Execute deleteAll using temp tables
deleteClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
deleteClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
DeleteClause - Class in org.eclipse.persistence.jpa.jpql.parser
This is the delete clause of the delete statement.
DeleteClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Creates a new DeleteClause.
DeleteClause_FromMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DeleteClause_MultipleRangeVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DeleteClause_RangeVariableDeclarationMalformed - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DeleteClause_RangeVariableDeclarationMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DeleteClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the delete clause.
DeleteClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseBNF
Creates a new DeleteClauseBNF.
DeleteClauseFactory - Class in org.eclipse.persistence.jpa.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.jpql.parser.DeleteClauseFactory
Creates a new DeleteClauseFactory.
DeleteClauseRangeVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a range variable declaration expression used by the DELETE clause, which accepts collection and aggregate expression, which is used by invalid queries.
DeleteClauseRangeVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseRangeVariableDeclarationBNF
Creates a new DeleteClauseRangeVariableDeclarationBNF.
DeleteClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This is the DELETE clause of the DELETE statement.
DeleteClauseStateObject(DeleteStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
Creates a new DeleteClauseStateObject.
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.
DeleteNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL: DeleteNode is a ModifyNode that represents an DeleteAllQuery
DeleteNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.DeleteNode
 
deleteObject() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Delete an object This should be overridden by subclasses.
deleteObject() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
INTERNAL: Delete an object.
deleteObject() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
INTERNAL: delete the object
deleteObject(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Delete the object and all of its privately owned parts from the database.
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
 
DeleteOperation - Class in org.eclipse.persistence.internal.xr
INTERNAL:An XR DeleteOperation is an executable representation of a DELETE operation on the database.
DeleteOperation() - Constructor for class org.eclipse.persistence.internal.xr.DeleteOperation
 
deleteStatement() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
DeleteStatement - Class in org.eclipse.persistence.jpa.jpql.parser
Bulk delete operation apply to entities of a single entity class (together with its subclasses, if any).
DeleteStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Creates a new DeleteStatement.
DeleteStatementBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the delete statement.
DeleteStatementBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementBNF
Creates a new DeleteStatementBNF.
DeleteStatementFactory - Class in org.eclipse.persistence.jpa.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.jpql.parser.DeleteStatementFactory
Creates a new DeleteStatementFactory.
DeleteStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Bulk delete operation apply to entities of a single entity class (together with its subclasses, if any).
DeleteStatementStateObject(JPQLQueryStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
Creates a new DeleteStatementStateObject.
deleteWrappedObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Delete the passed object This may be overridden by subclasses to deal with composite objects
deleteWrappedObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Delete the key and value of the passed association passed object.
deletionStringFor(DatabaseAccessor) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Return the delete SQL string.
delistResource(XAResource, int) - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
deploy(ClassLoader, Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
Deploy a persistence session and return an EntityManagerFactory.
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 controls whether EclipseLink creates the persistence unit when the application starts up, or when the persistence unit is first actually accessed by the application.
deployFailed(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
depthFirstSearch() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
 
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.
DERIVED_ID_CIRCULAR_REFERENCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
DerivedCollectionMemberDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a derived collection member declaration expression.
DerivedCollectionMemberDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DerivedCollectionMemberDeclarationBNF
Creates a new DerivedCollectionMemberDeclarationBNF.
DerivedDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This DerivedDeclaration represents an identification variable declaration that was declared in the FROM clause of a SELECT subquery.
DerivedDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.DerivedDeclaration
Creates a new DerivedDeclaration.
derivedExpressionNamed(String) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
derivedExpressions - Variable in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
DerivedIdClassAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
A derived id class accessor is found within an entity's embedded id class and is a reference back to a parents id class.
DerivedIdClassAccessor(MetadataAnnotatedElement, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DerivedIdClassAccessor
INTERNAL: Constructor called from an Embedabble IdClass.
derivedManualExpressionNamed(String, ClassDescriptor) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
DerivedPathIdentificationVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
 
DerivedPathIdentificationVariableDeclarationStateObject(SimpleFromClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Creates a new IdentificationVariableDeclarationStateObject.
DerivedPathIdentificationVariableDeclarationStateObject(SimpleFromClauseStateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Creates a new IdentificationVariableDeclarationStateObject.
DerivedPathVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
BNF: subselect_identification_variable_declaration ::= derived_path_expression [AS] identification_variable {join}*
DerivedPathVariableDeclarationStateObject(DerivedPathIdentificationVariableDeclarationStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Creates a new DerivedPathVariableDeclarationStateObject.
DerivedPathVariableDeclarationStateObject(DerivedPathIdentificationVariableDeclarationStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Creates a new DerivedPathVariableDeclarationStateObject.
derivesId() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true is this accessor is a derived id accessor.
derivesId() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: Return true is this accessor is a derived id accessor.
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.
DESC - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
DESC - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
desc(Expression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an ordering by the descending value of the expression.
DESC - Static variable in interface org.eclipse.persistence.jpa.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.
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.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.DateConstantExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.FromAliasExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.LogicalExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.ManualQueryKeyExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
INTERNAL: Used in debug printing of this node.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.TableExpression
INTERNAL: Used for debug printing.
descriptionOfNodeType() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
Descriptor - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
 
Descriptor() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
 
Descriptor<ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CORE_MAPPING extends CoreMapping,FIELD extends CoreField,INHERITANCE_POLICY extends CoreInheritancePolicy,INSTANTIATION_POLICY extends CoreInstantiationPolicy,NAMESPACE_RESOLVER extends NamespaceResolver,OBJECT_BUILDER extends CoreObjectBuilder,TABLE extends CoreTable,UNMARSHAL_RECORD extends UnmarshalRecord,UNMARSHALLER extends Unmarshaller> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
DESCRIPTOR_CUSTOMIZER_ - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.descriptor.customizer." is a prefix for a property used to configure a DescriptorCustomizer.
DESCRIPTOR_FOR_INTERFACE_IS_MISSING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
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.
DescriptorBasedDatabaseEventListener - Interface in org.eclipse.persistence.jpa.rs.eventlistener
Extends EclipseLink's database event listening capabilities by allowing a listener to subscribe to to change notifications from the database This listener also expands the interface to support subscription on a descriptor basis rather than the wholesale subscription provided by its superclass.
DescriptorCompare - Class in org.eclipse.persistence.internal.helper
INTERNAL: Use to sort vectors of strings.
DescriptorCompare() - Constructor for class org.eclipse.persistence.internal.helper.DescriptorCompare
 
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.
replaced by org.eclipse.persistence.config.DescriptorCustomizer
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
 
DescriptorEvent_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
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.
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
 
DescriptorHelper - Class in org.eclipse.persistence.internal.descriptors
Purpose: Define any useful static methods to manipulate with descriptors content.
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.
DescriptorIterator - Class in org.eclipse.persistence.internal.descriptors
This class provides a generic way of using the descriptor information to traverse an object graph.
DescriptorIterator() - Constructor for class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Construct a typical iterator: iterate over all the objects process the objects contained by "value holders"...
DescriptorIterator.CascadeCondition - Class in org.eclipse.persistence.internal.descriptors
 
DescriptorLevelDocumentPreservationPolicy - Class in org.eclipse.persistence.internal.oxm.documentpreservation
INTERNAL:
DescriptorLevelDocumentPreservationPolicy() - Constructor for class org.eclipse.persistence.internal.oxm.documentpreservation.DescriptorLevelDocumentPreservationPolicy
 
DescriptorLevelDocumentPreservationPolicyConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
 
DescriptorLevelDocumentPreservationPolicyConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.DescriptorLevelDocumentPreservationPolicyConfig
 
descriptorMustBeNotInitialized(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
DescriptorNotFoundContentHandler - Class in org.eclipse.persistence.internal.oxm.record.deferred
A DeferredContentHandler that will throw an exception when a descriptor can't be found unless it's a simple element which will be processed by the mapping.
DescriptorNotFoundContentHandler(UnmarshalRecord, Mapping) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.DescriptorNotFoundContentHandler
 
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
deserialize(InputStream) - Static method in class org.eclipse.persistence.internal.helper.SerializationHelper
Deserialze an object from an InputStream
deserialize(byte[]) - Static method in class org.eclipse.persistence.internal.helper.SerializationHelper
Deserialize an object from a byte array
deserialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.JavaSerializer
 
deserialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.JSONSerializer
 
deserialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.kryo.KryoSerializer
 
deserialize(Object, Session) - Method in interface org.eclipse.persistence.sessions.serializers.Serializer
 
deserialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.XMLSerializer
 
destroy() - Method in class org.eclipse.persistence.internal.dbws.ProviderHelper
 
destroy() - Static method in class org.eclipse.persistence.jpa.rs.DataStorage
Destroy.
destroy() - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Destroy current session manager instance.
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(Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Remove the given entity from the persistence context, causing a managed entity to become detached.
detach() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
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
 
detachOrDelete(boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Recursively walk the tree and set oldSettings for a detached/deleted object.
detectServerPlatform(AbstractSession) - Static method in class org.eclipse.persistence.platform.server.ServerPlatformUtils
 
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
 
diff(Expression<? extends N>, Expression<? extends N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the difference between its arguments.
diff(Expression<? extends N>, N) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the difference between its arguments.
diff(N, Expression<? extends N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the difference between its arguments.
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.jpql.parser.Expression
The constant for '<>'.
different(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
different(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
different(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
different(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
different(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
different(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
different(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
different(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
different(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
Digits - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
Digits - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
DigitsFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
 
DigitsFacet(int, int) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
 
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
 
DirectAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
A direct accessor.
DirectCollectionAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
An abstract direct collection accessor.
DirectCollectionChangeRecord - Class in org.eclipse.persistence.internal.sessions
Purpose: This class holds the record of the changes made to a collection attribute of an object.
DirectCollectionChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
This default constructor.
DirectCollectionChangeRecord(ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
This constructor returns a changeRecord representing the DirectCollection mapping.
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.
DirectCollectionChangeRecord.NULL - Class in org.eclipse.persistence.internal.sessions
 
DirectCollectionMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,CONVERTER extends CoreConverter,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MARSHALLER extends Marshaller,SESSION extends CoreSession,UNMARSHALLER extends Unmarshaller,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
DirectCollectionMapping - Class in org.eclipse.persistence.mappings
Purpose: This mapping is used to store a collection of simple types (String, Number, Date, etc.) into a single table.
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
 
DirectColumnMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Object to hold onto relation (fk and pk) column metadata in a Eclipselink database field.
DirectColumnMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.DirectColumnMetadata
INTERNAL: Used annotation loading.
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.
DirectConnector_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
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 - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
directKeyNotSet(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
DirectMapChangeRecord - Class in org.eclipse.persistence.internal.sessions
Change record used by DirectMapMapping.
DirectMapChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
 
DirectMapChangeRecord(ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
 
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
DirectMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,CONVERTER extends CoreConverter,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MARSHALLER extends Marshaller,SESSION extends CoreSession,UNMARSHALLER extends Unmarshaller,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
directMarshal(XPathFragment, MarshalRecord, Object, CoreSession, 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(Field, AbstractMarshalRecord, Object) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
INTERNAL
directMarshal(XPathFragment, MarshalRecord, Object, CoreSession, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
directMarshal(Field, AbstractMarshalRecord, Object) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
INTERNAL
DirectoryArchive - Class in org.eclipse.persistence.internal.jpa.deployment
This is an implementation of Archive when container returns a file: url that refers to a directory that contains an exploded jar file.
DirectoryArchive(File, String) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive
 
DirectoryArchive(File, String, Logger) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive
 
DirectoryInsideJarURLArchive - Class in org.eclipse.persistence.internal.jpa.deployment
This is an implementation of Archive which is used when container returns a jar: URL.
DirectoryInsideJarURLArchive(URL, String) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.DirectoryInsideJarURLArchive
 
DirectoryInsideJarURLArchive(URL, String, Logger) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.DirectoryInsideJarURLArchive
 
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 - Class in org.eclipse.persistence.internal.sessions
Purpose: To record the changes for attributes that can be represented as DirectToField
DirectToFieldChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.DirectToFieldChangeRecord
This default constructor.
DirectToFieldChangeRecord(ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.DirectToFieldChangeRecord
This constructor returns a changeRecord representing the DirectToField mapping.
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
 
DirectToXMLTypeMappingHelper - Class in org.eclipse.persistence.internal.sessions.factories
Helper class to abstract the XML mapping for DirectToXMLType.
DirectToXMLTypeMappingHelper() - Constructor for class org.eclipse.persistence.internal.sessions.factories.DirectToXMLTypeMappingHelper
 
DISABLE_SECURE_PROCESSING - Static variable in class org.eclipse.persistence.internal.oxm.OXMSystemProperties
 
DISABLE_SECURE_PROCESSING - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
 
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.
disableConversion() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: Return true if any auto apply converter should be disabled.
DisabledEntityListenerInjectionManager - Class in org.eclipse.persistence.internal.sessions.cdi
 
DisabledEntityListenerInjectionManager() - Constructor for class org.eclipse.persistence.internal.sessions.cdi.DisabledEntityListenerInjectionManager
 
disableForeignKey() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
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.
disableWeaving() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Set if the project should use indirection for lazy relationships.
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(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Disconnect from the data store.
disconnect(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Disconnect from the datasource.
disconnect(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Disconnect from the datasource.
disconnect() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Disconnect the accessor only.
disconnect() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Disconnect not required.
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
 
discoverAndPersistUnregisteredNewObjects(Object, boolean, Map, Map, Map, Set) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Discover any new objects referenced from registered objects and persist them.
discoverUnregisteredNewObjects(Map, Map, Map, Map) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Traverse the object to find references to objects not registered in this unit of work.
discoverUnregisteredNewObjects(Map, Map, Map, Map) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Traverse the object to find references to objects not registered in this unit of work.
DiscoveryConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.transport.discovery
INTERNAL:
DiscoveryConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.transport.discovery.DiscoveryConfig
 
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
 
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.
DiscriminatorClass - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
DiscriminatorClassImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
DiscriminatorClassImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.DiscriminatorClassImpl
 
DiscriminatorClassMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: A discriminator class is used within a variable one to one mapping.
DiscriminatorClassMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorClassMetadata
INTERNAL: Used for XML loading.
DiscriminatorClassMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorClassMetadata
INTERNAL: Used for annotation loading.
DiscriminatorColumn - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
DiscriminatorColumnImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
DiscriminatorColumnImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.DiscriminatorColumnImpl
 
DiscriminatorColumnMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Object to process a JPA discriminator column into an EclipseLink database field.
DiscriminatorColumnMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorColumnMetadata
INTERNAL: Used for XML loading.
DiscriminatorColumnMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorColumnMetadata
INTERNAL: Used for defaulting.
DiscriminatorColumnMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorColumnMetadata
INTERNAL: Used for annotation loading.
discriminatorColumnNotSelected(String, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
disjunction() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a disjunction (with zero disjuncts).
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Disposes this visitor.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Disposes this visitor.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Disposes this visitor.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Disposes this visitor.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.parser.VirtualJPQLQueryBNF
Disposes this "virtual" query BNF.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Disposes the internal data of this resolver.
disposeSubqueryContext() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Disposes this context, which is the current context being used by a subquery.
disposeSubqueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Disposes this context, which is the current context being used by a subquery.
disposeSubqueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Disposes this context, which is the current context being used by 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
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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
DISTINCT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
distinct(boolean) - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Specify whether duplicate query results will be eliminated.
distinct(boolean) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Specify whether duplicate query results will be eliminated.
DISTINCT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'DISTINCT'.
DISTINCT_COUNT_ON_OUTER_JOINED_COMPOSITE_PK - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
DISTINCT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Notifies the distinct property has changed.
DISTINCT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Notifies the visibility of the DISTINCT identifier has changed.
distinctCountOnOuterJoinedCompositePK(ClassDescriptor, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
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(RemoteConnection) - Constructor for class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Creates a DistributedSession.
DistributedSessionIdentityMapAccessor - Class in org.eclipse.persistence.internal.sessions
INTERNAL: Subclass of IdentityMapAccessor for distributed sessions Overrides some IdentityMapInitialization code
DistributedSessionIdentityMapAccessor(AbstractSession, IdentityMapManager) - Constructor for class org.eclipse.persistence.internal.sessions.DistributedSessionIdentityMapAccessor
 
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
 
DIVIDE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
DIVIDE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
divide(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression x / y.
divide(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression x / y.
divide(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression x / y.
DivideNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
DivideNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.DivideNode
 
DIVISION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the division sign '/'.
DivisionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
One of the four binary operators.
DivisionExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DivisionExpression
Creates a new DivisionExpression.
DivisionExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DivisionExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
DivisionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
TODO: BNF: arithmetic_expression ::= arithmetic_expression / arithmetic_term
DivisionExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Creates a new DivisionExpressionStateObject.
DivisionExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Creates a new DivisionExpressionStateObject.
DivisionExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Creates a new DivisionExpressionStateObject.
DMS - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
DMSLocalization - Class in org.eclipse.persistence.internal.localization
Purpose: This is for DMS related messages
DMSLocalization() - Constructor for class org.eclipse.persistence.internal.localization.DMSLocalization
 
DMSLocalizationResource - Class in org.eclipse.persistence.internal.localization.i18n
English ResourceBundle for DMSLocalization messages.
DMSLocalizationResource() - Constructor for class org.eclipse.persistence.internal.localization.i18n.DMSLocalizationResource
 
DMSProfiler - Static variable in class org.eclipse.persistence.config.ProfilerType
 
DMSProfilerClassName - Static variable in class org.eclipse.persistence.config.ProfilerType
 
DO_NOT_PROCESS_XTOMANY_FOR_QBE - Static variable in class org.eclipse.persistence.config.SystemProperties
This property can be set to disable processing of X-Many relationship attributes for Query By Example objects.
DO_NOT_SEND_CHANGES - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
 
DO_NOT_SEND_CHANGES - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
DO_NOT_THROW_CONFORM_EXCEPTIONS - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
Used for Conforming Queries
DOCUMENT - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
document() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
document() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
This is the parser start method.
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
 
DocumentLocatorEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the documentLocator event
DocumentLocatorEvent(Locator) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.DocumentLocatorEvent
 
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
 
DocumentPreservationPolicyConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
 
DocumentPreservationPolicyConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.DocumentPreservationPolicyConfig
 
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
doesConform(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Check if the object conforms to the expression in memory.
doesConform(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.internal.expressions.LogicalExpression
INTERNAL: Check if the object conforms to the expression in memory.
doesConform(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
INTERNAL: Check if the object conforms to the expression in memory.
DoesExist() - Constructor for class org.eclipse.persistence.internal.sessions.remote.SequencingFunctionCall.DoesExist
 
doesExist(Map<String, String>, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Does exist.
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.
doesFileExist(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Returns true if the file of this name does indeed exist
doesNotRepresentAnObjectInTheQuery() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: There are cases (which we might want to eliminate?) where the expression builder doesn't actually correspond to an object to be read.
doesObjectConform(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
INTERNAL: Check if the object conforms to the expression in memory.
doesObjectExist(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if the object exists on the database or not.
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.
doesSuperclassWeaveChangeTracking() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
DomHandlerConverter - Class in org.eclipse.persistence.internal.jaxb
INTERNAL:
DomHandlerConverter(String) - Constructor for class org.eclipse.persistence.internal.jaxb.DomHandlerConverter
 
DOMInputSource - Class in org.eclipse.persistence.internal.oxm.record
 
DOMInputSource(Node) - Constructor for class org.eclipse.persistence.internal.oxm.record.DOMInputSource
 
DOMPlatform - Class in org.eclipse.persistence.oxm.platform
INTERNAL:
DOMPlatform() - Constructor for class org.eclipse.persistence.oxm.platform.DOMPlatform
 
DOMReader - Class in org.eclipse.persistence.internal.oxm.record
INTERNAL:
DOMReader() - Constructor for class org.eclipse.persistence.internal.oxm.record.DOMReader
 
DOMReader(Unmarshaller) - Constructor for class org.eclipse.persistence.internal.oxm.record.DOMReader
 
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.
DomToXMLEventWriter - Class in org.eclipse.persistence.internal.oxm.record
 
DomToXMLEventWriter() - Constructor for class org.eclipse.persistence.internal.oxm.record.DomToXMLEventWriter
 
DomToXMLEventWriter(XMLEventFactory) - Constructor for class org.eclipse.persistence.internal.oxm.record.DomToXMLEventWriter
 
DomToXMLStreamWriter - Class in org.eclipse.persistence.internal.oxm.record
 
DomToXMLStreamWriter() - Constructor for class org.eclipse.persistence.internal.oxm.record.DomToXMLStreamWriter
 
DOMUnmarshaller - Class in org.eclipse.persistence.internal.oxm.record
INTERNAL:
DOMUnmarshaller(XMLUnmarshaller, Map<String, Boolean>) - Constructor for class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
doNotCacheQueryResults() - Method in class org.eclipse.persistence.queries.ReadQuery
ADVANCED:
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
 
doNotUseOuterJoin() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
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.internal.databaseaccess.DatabasePlatform
INTERNAL: May need to override this method if the sql generated for UpdateAllQuery using temp tables fails in case parameter binding is used.
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.Informix11Platform
Returns true when invoked to indicate that parameter binding must not be used when working with temporary tables as part of an UPDATE query.
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.internal.sessions.MergeManager
Merge only direct parts, this can be used to merge clone when using RMI.
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.
dontGenerateSubclasses() - Method in class org.eclipse.persistence.internal.xr.XRDynamicClassLoader
 
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 class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Turn off logging
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.
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 class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
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.
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.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.internal.expressions.SQLSelectStatement
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
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.
dontUseOuterJoins() - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
 
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.
doQueryToManyRelationship() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL:
DOT - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
Dot.
DOT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
DOT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
DOT - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
DOT - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '.'.
DOT_STR - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DotNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
DotNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.DotNode
 
DOUBLE - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
DOUBLE - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
DOUBLE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
DOUBLE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
DOUBLE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DOUBLE_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DOUBLE_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
DOUBLE_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
DOUBLE_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
DOUBLE_QUOTE - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '"'.
DOUBLE_REGEXP - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The Pattern representing the regular expression of a numerical value as a double.
DOUBLE_SUFFIX - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
DOUBLE_SUFFIX - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
DoubleLiteralNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
DoubleLiteralNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.DoubleLiteralNode
 
DoubleLiteralNode(Double) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.DoubleLiteralNode
 
DOUBLEOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DoubleObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.DoubleObjectWrapperImpl
 
doubleSlashes(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Double up \ to allow printing of directories for source code generation.
doubleType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Double}.
doubleType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Double}.
doubleType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Double.
DoubleWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.DoubleWrapperImpl
 
doUseOuterJoin() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
DPM - Static variable in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
driver - Variable in class org.eclipse.persistence.internal.jpa.DataSourceConfig
Driver class name string
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" specifies that database tables should be dropped, then created.
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.
DROP_ONLY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "drop-tables" specifies that database tables should be dropped only.
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(DatabaseSession, SchemaManager, boolean) - 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.
dropDatabaseSchema(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to drop the database schema for this object.
dropDatabaseSchema(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the DDL to drop the database schema for this object.
dropDatabaseSchema(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
INTERNAL: Execute the DDL to drop the database schema for this object.
dropDatabaseSchemaOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Execute the DDL to drop the database schema for this object.
dropDatabaseSchemaOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the DDL to drop the database schema for this object.
dropDatabaseSchemaOnDatabase(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
INTERNAL: Execute the DDL to drop the database schema for this object.
dropDatabaseSchemas() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
INTERNAL: Iterate over the schemas that need to be dropped.
dropDefaultTables() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Create the default table schema for the project this session associated with.
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.
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.
dropTables(DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Drop the tables from the database.
dsName - Variable in class org.eclipse.persistence.internal.jpa.DataSourceConfig
Identifier to name this data source (must be Container-unique)
DTD_VALIDATION - Static variable in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
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
 
DUMP_AFTER_COMPLETION_ERRORS - Static variable in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
dumpResults() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
Log the results to the session's log (System.out).
dumpTime - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
DUPLICATE_ELEMENT_NAME - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
DUPLICATE_PARTITION_VALUE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
DUPLICATE_PROPERTY_NAME - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
duplicateElementName(QName) - Static method 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.internal.core.helper.CoreClassConstants
 
DURATION - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
DURATION - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
DURATION - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
DURATION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DURATION_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
DURATION_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DurationWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.DurationWrapperImpl
 
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
 
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.EnumInfo - Class in org.eclipse.persistence.dynamic
 
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.
DynamicEntityImpl - Class in org.eclipse.persistence.internal.dynamic
This abstract class is used to represent an entity which typically is not realized in Java code.
DynamicEntityImpl() - Constructor for class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
Instantiates a new dynamic entity impl.
DynamicEntityImpl.PropertyWrapper - Class in org.eclipse.persistence.internal.dynamic
 
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.
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.
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.
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
 
DynamicPropertiesInitializatonPolicy - Class in org.eclipse.persistence.internal.dynamic
 
DynamicPropertiesInitializatonPolicy() - Constructor for class org.eclipse.persistence.internal.dynamic.DynamicPropertiesInitializatonPolicy
 
DynamicPropertiesManager - Class in org.eclipse.persistence.internal.dynamic
Information about a property is extracted (thru DynamicType) from the entity's ClassDescriptor
DynamicPropertiesManager() - Constructor for class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
 
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
 
DynamicSQLBatchWritingMechanism - Class in org.eclipse.persistence.internal.databaseaccess
INTERNAL: DynamicSQLBatchWritingMechanism is a private class, used by the DatabaseAccessor.
DynamicSQLBatchWritingMechanism(DatabaseAccessor) - Constructor for class org.eclipse.persistence.internal.databaseaccess.DynamicSQLBatchWritingMechanism
 
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.
DynamicTypeImpl - Class in org.eclipse.persistence.internal.dynamic
An EntityType provides a metadata facade into the EclipseLink object-relational metadata (descriptors & mappings) with specific knowledge of the entity types being dynamic.
DynamicTypeImpl(ClassDescriptor, DynamicType) - Constructor for class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
Creation of an EntityTypeImpl for an existing Descriptor with mappings.
DynamicXMLMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
MetadataSource used in the creation of dynamic JAXB contexts for applications.
DynamicXMLMetadataSource(AbstractSession, String) - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.DynamicXMLMetadataSource
 
DynamicXmlV2MetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
MetadataSource used in the creation of dynamic JAXB contexts for applications in JPARS v2.0.
DynamicXmlV2MetadataSource(AbstractSession, String) - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.DynamicXmlV2MetadataSource
Creates a new DynamicXmlV2MetadataSource.

E

E - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
E - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
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.
EclipseLink - Static variable in class org.eclipse.persistence.config.ParserValidationType
 
ECLIPSELINK_1_0_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
 
ECLIPSELINK_NAMESPACE - Static variable in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
ECLIPSELINK_ORM_FILE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataHelper
 
ECLIPSELINK_ORM_NAMESPACE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
ECLIPSELINK_ORM_XSD - Static variable in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
ECLIPSELINK_OXM_PACKAGE_PREFIX - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
ECLIPSELINK_OXM_XML_KEY - Static variable in class org.eclipse.persistence.jaxb.JAXBContextFactory
Deprecated.
As of release 2.4, replaced by JAXBContextProperties.OXM_METADATA_SOURCE
ECLIPSELINK_PERSISTENCE_PACKAGE_PREFIX - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
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_PREFIX - Static variable in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
ECLIPSELINK_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
 
ECLIPSELINK_SE_PUINFO - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.se-puinfo" property specifies a SEPersistenceUnitInfo that is used create an EntityManagerFactory.
ECLIPSELINK_SESSIONS_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
 
EclipseLinkActualJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
This IJPQLQueryFormatter is used to generate a string representation of a StateObject based on how it was parsed, which means this formatter can only be used when the StateObject was created by parsing a JPQL query because it needs to retrieve parsing information from the corresponding Expression.
EclipseLinkActualJPQLQueryFormatter(boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkActualJPQLQueryFormatter
Creates a new EclipseLinkActualJPQLQueryFormatter.
EclipseLinkActualJPQLQueryFormatter(boolean, IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkActualJPQLQueryFormatter
Creates a new EclipseLinkActualJPQLQueryFormatter.
EclipseLinkAnonymousExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This visitor allows a subclass to simply override AnonymousExpressionVisitor.visit(Expression) and perform the same task for all visited expressions including those defined by EclipseLink.
EclipseLinkAnonymousExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
 
EclipseLinkBasicRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
This utility class provides basic refactoring support.
EclipseLinkBasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkBasicRefactoringTool
Creates a new EclipseLinkBasicRefactoringTool.
EclipseLinkBasicRefactoringTool(CharSequence, JPQLGrammar, IManagedTypeProvider, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkBasicRefactoringTool
Creates a new EclipseLinkBasicRefactoringTool.
EclipseLinkClassWriter - Interface in org.eclipse.persistence.dynamic
 
EclipseLinkConditionalStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The EclipseLink extension over the basic support provided by IConditionalExpressionStateObjectBuilder.
EclipseLinkConditionalStateObjectBuilder(AbstractConditionalClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkConditionalStateObjectBuilder
Creates a new EclipseLinkConditionalStateObjectBuilder.
EclipseLinkContentAssistVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This extension over the default content assist visitor adds the additional support EclipseLink provides.
EclipseLinkContentAssistVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Creates a new EclipseLinkContentAssistVisitor.
EclipseLinkDeclarationResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
The EclipseLink implementation of DeclarationResolver that adds support for its additional support.
EclipseLinkDeclarationResolver(DeclarationResolver, JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.EclipseLinkDeclarationResolver
Creates a new EclipseLinkDeclarationResolver.
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.
EclipseLinkExpressionVisitor - Interface in org.eclipse.persistence.jpa.jpql.parser
The ExpressionVisitor that adds support for the additional JPQL identifiers supported by EclipseLink that is not defined in the JPA function specification.
EclipseLinkGrammarValidator - Class in org.eclipse.persistence.jpa.jpql
This validator adds EclipseLink extension over what the JPA functional specification had defined.
EclipseLinkGrammarValidator(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Creates a new EclipseLinkGrammarValidator.
EclipseLinkJPQLGrammar1 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQL grammar provides support for parsing JPQL queries defined in JSR-220 - Enterprise JavaBeans 3.0.
EclipseLinkJPQLGrammar1() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
Creates a new EclipseLinkJPQLExtension1.
EclipseLinkJPQLGrammar2_0 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.
EclipseLinkJPQLGrammar2_0() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
Creates a new EclipseLinkJPQLGrammar2_0.
EclipseLinkJPQLGrammar2_1 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0 and the additional support provided by EclipseLink 2.1.
EclipseLinkJPQLGrammar2_1() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
Creates a new EclipseLinkJPQLGrammar2_1.
EclipseLinkJPQLGrammar2_2 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.
EclipseLinkJPQLGrammar2_2() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
Creates a new EclipseLinkJPQLGrammar2_2.
EclipseLinkJPQLGrammar2_3 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.
EclipseLinkJPQLGrammar2_3() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
Creates a new EclipseLinkJPQLGrammar2_3.
EclipseLinkJPQLGrammar2_4 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.4.
EclipseLinkJPQLGrammar2_4() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
Creates a new EclipseLinkJPQLGrammar2_4.
EclipseLinkJPQLGrammar2_5 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.5.
EclipseLinkJPQLGrammar2_5() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
Creates a new EclipseLinkJPQLGrammar2_5.
EclipseLinkJPQLGrammar2_5(AbstractJPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
Creates a new EclipseLinkJPQLGrammar2_5.
EclipseLinkJPQLGrammar2_6 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1 and the additional support provided by EclipseLink 2.6.
EclipseLinkJPQLGrammar2_6() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
Creates a new EclipseLinkJPQLGrammar2_6.
EclipseLinkJPQLGrammar2_6(AbstractJPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
Creates a new EclipseLinkJPQLGrammar2_6.
EclipseLinkJPQLQueryBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the release of the Java Persistence functional specification defined in JSR-337 - Java Persistence 2.0.
EclipseLinkJPQLQueryBuilder(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
Creates a new EclipseLinkJPQLQueryBuilder.
EclipseLinkJPQLQueryContext - Class in org.eclipse.persistence.jpa.jpql.tools
This context is used to store information related to the JPQL query.
EclipseLinkJPQLQueryContext(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
Creates a new EclipseLinkJPQLQueryContext.
EclipseLinkJPQLQueryFormatter - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of a IJPQLQueryFormatter that adds support for formatting EclipseLink specific JPQL identifiers.
EclipseLinkJPQLQueryFormatter(IJPQLQueryFormatter.IdentifierStyle) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryFormatter
Creates a new EclipseLinkJPQLQueryFormatter.
EclipseLinkJPQLQueryHelper - Class in org.eclipse.persistence.jpa.jpql.tools
This helper can perform the following operations over a JPQL query: Calculates the result type of a query: AbstractJPQLQueryHelper.getResultType(); Calculates the type of an input parameter: AbstractJPQLQueryHelper.getParameterType(String). Calculates the possible choices to complete the query from a given position (used for content assist): AbstractJPQLQueryHelper.buildContentAssistProposals(int). Validates the query by introspecting it grammatically and semantically: AbstractJPQLQueryHelper.validate(), AbstractJPQLQueryHelper.validateGrammar(), AbstractJPQLQueryHelper.validateSemantic(). Refactoring support: EclipseLinkJPQLQueryHelper.buildBasicRefactoringTool() provides support for generating the delta of the refactoring operation through a collection of TextEdit objects. EclipseLinkJPQLQueryHelper.buildRefactoringTool() provides support for refactoring the JPQL query through the editable StateObject and once all refactoring operations have been executed, the IJPQLQueryFormatter will generate a new string representation of the JPQL query. This helper should be used when the JPQL query is written using the JPQL grammar defined in the Java Persistence functional specification 2.1 and it contains the additional support provided by EclipseLink.
EclipseLinkJPQLQueryHelper(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
Creates a new EclipseLinkJPQLQueryHelper.
EclipseLinkJPQLQueryHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryHelper
Creates a new EclipseLinkJPQLQueryHelper.
EclipseLinkLiteralVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor traverses an Expression and retrieves the "literal" value.
EclipseLinkLiteralVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Creates a new EclipseLinkLiteralVisitor.
EclipseLinkLocalization - Class in org.eclipse.persistence.internal.localization
Purpose: Any EclipseLink message in Foundation Library & J2EE Integration JARs should be a subclass of this class.
EclipseLinkLocalization() - Constructor for class org.eclipse.persistence.internal.localization.EclipseLinkLocalization
 
EclipseLinkLocalizationResource - Class in org.eclipse.persistence.internal.localization.i18n
English ResourceBundle for EclipseLinkLocalization messages.
EclipseLinkLocalizationResource() - Constructor for class org.eclipse.persistence.internal.localization.i18n.EclipseLinkLocalizationResource
 
EclipseLinkLogRecord - Class in org.eclipse.persistence.logging
INTERNAL:
EclipseLinkLogRecord(Level, String) - Constructor for class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
EclipseLinkObjectPersistenceRuntimeXMLProject - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: Define the EclipseLInk OX project and descriptor information to read an EclipseLink project from an XML file.
EclipseLinkObjectPersistenceRuntimeXMLProject() - Constructor for class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
INTERNAL: Return a new descriptor project.
EclipseLinkOwningClauseVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor
Creates a new EclipseLinkOwningClauseVisitor.
EclipseLinkParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor calculates the type of an input parameter.
EclipseLinkParameterTypeVisitor(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkParameterTypeVisitor
Creates a new EclipseLinkParameterTypeVisitor.
EclipseLinkRefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
This refactoring tool add support for EclipseLink specific extension over the default implementation of JPQL defined in the Java Persistence functional specification.
EclipseLinkRefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkRefactoringTool
Creates a new EclipseLinkRefactoringTool.
EclipseLinkRefactoringTool(IManagedTypeProvider, IJPQLQueryBuilder, CharSequence, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkRefactoringTool
Creates a new EclipseLinkRefactoringTool.
EclipseLinkResolverBuilder - Class in org.eclipse.persistence.jpa.jpql.tools
An implementation of a ResolverBuilder that adds support for EclipseLink extension.
EclipseLinkResolverBuilder(EclipseLinkJPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Creates a new EclipseLinkResolverBuilder.
EclipseLinkSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
EclipseLinkSelectExpressionStateObjectBuilder(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkSelectExpressionStateObjectBuilder
Creates a new EclipseLinkSelectExpressionStateObjectBuilder.
EclipseLinkSemanticValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This validator is responsible to gather the problems found in a JPQL query by validating the content to make sure it is semantically valid for EclipseLink.
EclipseLinkSemanticValidator(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkSemanticValidator
EclipseLinkSemanticValidator(JPQLQueryContext, EclipseLinkSemanticValidatorExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkSemanticValidator
Creates a new EclipseLinkSemanticValidator.
EclipseLinkSemanticValidator(SemanticValidatorHelper, EclipseLinkSemanticValidatorExtension) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkSemanticValidator
Creates a new EclipseLinkSemanticValidator.
EclipseLinkSemanticValidatorExtension - Interface in org.eclipse.persistence.jpa.jpql
This extension provides additional support to semantic validation by adding support for non-JPA specific artifacts, such as database objects.
EclipseLinkSimpleSelectExpressionStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
 
EclipseLinkSimpleSelectExpressionStateObjectBuilder(SimpleSelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkSimpleSelectExpressionStateObjectBuilder
Creates a new EclipseLinkSimpleSelectExpressionStateObjectBuilder.
EclipseLinkStateObjectBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of BasicStateObjectBuilder, which provides support based on the JPQL grammar defined in the Java Persistence functional specification and for the additional support provided by EclipseLink.
EclipseLinkStateObjectBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Creates a new EclipseLinkStateObjectBuilder.
EclipseLinkStateObjectVisitor - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
The interface is used to traverse the StateObject hierarchy that represents a JPQL query as well as what EclipseLink adds on top of the basic grammar.
EclipseLinkVersion - Enum in org.eclipse.persistence.jpa.jpql
An enumeration listing the various releases of EclipseLink.
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.
EISLoginConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
INTERNAL:
EISLoginConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.EISLoginConfig
 
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() - 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.
EISOneToManyQueryBasedValueHolder - Class in org.eclipse.persistence.internal.indirection
Value holder used to defer an EIS 1-m mapping query.
EISOneToManyQueryBasedValueHolder(EISOneToManyMapping, ReadQuery, AbstractRecord, AbstractSession) - Constructor for class org.eclipse.persistence.internal.indirection.EISOneToManyQueryBasedValueHolder
 
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
Deprecated.
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.
EJBQueryImpl<X> - Class in org.eclipse.persistence.internal.jpa
Concrete JPA query class.
EJBQueryImpl(DatabaseQuery, EntityManagerImpl) - Constructor for class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Create an EJBQueryImpl with a DatabaseQuery.
EJBQueryImpl(String, EntityManagerImpl) - Constructor for class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Build an EJBQueryImpl based on the given jpql string.
EJBQueryImpl(String, EntityManagerImpl, boolean) - Constructor for class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Create an EJBQueryImpl with either a query name or an jpql string.
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.
EL_ACCESS_VIRTUAL - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
Element - Class in org.eclipse.persistence.internal.oxm.schema.model
A Value Object class representing XML Schema's Element.
Element() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Element
 
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.JSONFormattedWriterRecord
INTERNAL:
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
element(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
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_COLLECTION - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for an element collection mapping.
ELEMENT_COLLECTION_MAPPING_REFERENCE_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
ELEMENT_FORM_QUALIFIED_KEY - Static variable in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGeneratorProperties
 
elementAt(int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
elementAt(int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
elementAt(int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
elementAt(int) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
If the index is beyond the size wait until complete.
ElementCollection - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ElementCollectionAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
An element collection accessor.
ElementCollectionAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
ElementCollectionAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL:
ElementCollectionImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
ElementCollectionImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
ElementDeclaration - Class in org.eclipse.persistence.jaxb.compiler
An ElementDeclaration object is used to represent the information that is associated with a global element in XML.
ElementDeclaration(QName, JavaClass, String, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Create a new ElementDeclaration.
ElementDeclaration(QName, JavaClass, String, boolean, Class) - Constructor for class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Create a new ElementDeclaration and set the scope.
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.internal.helper.NonSynchronizedProperties
 
elements() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
elements() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
elements() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Allow concurrent streaming of the elements.
elements() - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Allow for the cache to be iterated on.
elements() - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
Allow for the cache to be iterated on.
elements() - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Allow for the cache to be iterated on.
elements() - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
Return an empty enumerator.
elements() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Returns an Enumeration of the values.
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.
ElementVisitor<R,P> - Class in org.eclipse.persistence.internal.jpa.modelgen.visitors
An element visitor.
ElementVisitor(ProcessingEnvironment) - Constructor for class org.eclipse.persistence.internal.jpa.modelgen.visitors.ElementVisitor
INTERNAL:
ELSE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
ELSE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ELSE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the identifier 'ELSE'.
ELSE_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Notify the StateObject representing the else expression that follows the ELSE identifier has changed.
ElseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a else expression specified in the case expression.
ElseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ElseExpressionBNF
Creates a new ElseExpressionBNF.
embeddable(Class<X>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
Return the metamodel embeddable type representing the embeddable class.
Embeddable - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
EMBEDDABLE_ASSOCIATION_OVERRIDE_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EMBEDDABLE_ATTRIBUTE_NAME_FOR_CONVERT_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
 
EmbeddableAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
INTERNAL: An embeddable accessor.
EmbeddableAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
INTERNAL:
EmbeddableAccessor(MetadataAnnotation, MetadataClass, MetadataProject) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
INTERNAL:
embeddableAssociationOverrideNotFound(Object, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
embeddableAttributeNameForConvertNotFound(String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
embeddableAttributeOverrideNotFound(Object, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
EmbeddableImpl - Class in org.eclipse.persistence.internal.jpa.config.classes
JPA scripting API implementation.
EmbeddableImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.classes.EmbeddableImpl
 
EmbeddableMapping - Interface in org.eclipse.persistence.mappings
INTERNAL Common interface to those mappings that are used to map JPA Embedded objects.
EmbeddableTypeImpl<X> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the EmbeddableType interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
Embedded - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
EMBEDDED - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for an embedded mapping.
EMBEDDED_ID - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for an embedded ID mapping.
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
 
EmbeddedAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
An embedded relationship accessor.
EmbeddedAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
INTERNAL: Used for OX mapping.
EmbeddedAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
INTERNAL:
EmbeddedId - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
EmbeddedIdAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
An embedded id relationship accessor.
EmbeddedIdAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedIdAccessor
INTERNAL: Default constructor.
EmbeddedIdAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedIdAccessor
INTERNAL:
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
 
EmbeddedIdImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
EmbeddedIdImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.EmbeddedIdImpl
 
EmbeddedImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
EmbeddedImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.EmbeddedImpl
 
EMPTY - Static variable in class org.eclipse.persistence.internal.identitymaps.CacheId
 
EMPTY - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
EMPTY - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
EMPTY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'EMPTY'.
EMPTY_ARRAY - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The constant of an empty array.
EMPTY_CHAR_ARRAY - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
EMPTY_CONTAINER_DEFAULT - Static variable in interface org.eclipse.persistence.internal.oxm.mappings.XMLContainerMapping
This is the default setting for the defaultEmptyContainer property.
EMPTY_STR - Static variable in class org.eclipse.persistence.internal.xr.Util
 
EMPTY_STRING - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
Empty String.
EMPTY_STRING - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
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.sdo.SDOConstants
empty string ""
EMPTY_STRING_ARRAY - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The constant of an empty String array.
emptyAttribute(XPathFragment, NAMESPACE_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
emptyAttribute(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
emptyAttribute(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
emptyAttribute(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Used when an nil attribute should be written
emptyCollection(XPathFragment, NAMESPACE_RESOLVER, boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
emptyCollection(XPathFragment, NamespaceResolver, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
Handle marshal of an empty collection.
emptyCollection(XPathFragment, NamespaceResolver, boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
Handle marshal of an empty collection.
emptyCollection(XPathFragment, NamespaceResolver, boolean) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Handle marshal of an empty collection.
emptyCollectionComparisonExpression(boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
EmptyCollectionComparisonExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression tests whether or not the collection designated by the collection-valued path expression is empty (i.e, has no elements).
EmptyCollectionComparisonExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Creates a new NullComparisonExpression.
EmptyCollectionComparisonExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EmptyCollectionComparisonExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an empty collection comparison expression.
EmptyCollectionComparisonExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpressionBNF
Creates a new EmptyCollectionComparisonExpressionBNF.
EmptyCollectionComparisonExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This expression tests whether or not the collection designated by the collection-valued path expression is empty (i.e, has no elements).
EmptyCollectionComparisonExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Creates a new EmptyCollectionComparisonExpressionStateObject.
EmptyCollectionComparisonExpressionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Creates a new EmptyCollectionComparisonExpressionStateObject.
EmptyCollectionComparisonExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Creates a new EmptyCollectionComparisonExpressionStateObject.
EmptyCollectionComparisonNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
EmptyCollectionComparisonNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.EmptyCollectionComparisonNode
EmptyCollectionComparisonNode constructor comment.
emptyComplex(XPathFragment, NAMESPACE_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
emptyComplex(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
Used when an empty complex item should be written
emptyComplex(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
Used when an empty complex item should be written
emptyComplex(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Used when an nil attribute should be written
EmptyElementConverter - Class in org.eclipse.persistence.internal.jpa.metadata.xml
Converts from empty node to true or false
EmptyElementConverter() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.xml.EmptyElementConverter
 
EmptyIterable<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
An EmptyIterable is just that.
EmptyIterator - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
A null instance of an Iterator.
EmptyRecord - Class in org.eclipse.persistence.internal.sessions
Purpose: Define a singleton empty record to avoid record creation when not required.
emptyRecord - Static variable in class org.eclipse.persistence.internal.sessions.EmptyRecord
PERF: Store a singleton empty record to avoid creation when not required.
emptySimple(NAMESPACE_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
emptySimple(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
Used when an empty simple value should be written
emptySimple(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
Used when an empty simple value should be written
emptySimple(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Used when an nil attribute should be written
emSetupImpls - Static variable in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
 
ENABLE_JTA_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
ENABLE_RUNTIME_SERVICES_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
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.
EncapsulatedIdentificationVariableExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This Expression represents an identification variable that maps a Map property, either the key, the value or a Map.Entry).
EncapsulatedIdentificationVariableExpression_NotMapValued - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EncapsulatedIdentificationVariableExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This object represents an identification variable that is wrapped by a function.
EncodedData(byte[], String) - Constructor for class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper.EncodedData
 
encounteredSubSelectExpressions() - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
INTERNAL: Were subselect expressions found while normalizing the selection criteria? Assumes underlying collection is initialized on first add.
ENCRYPTION_CLASS_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
encryptPassword(String) - Method in class org.eclipse.persistence.internal.security.JCEEncryptor
Encrypts a string.
encryptPassword(String) - Method in interface org.eclipse.persistence.internal.security.Securable
 
END - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
END - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
END - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the identifier 'END'.
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.internal.oxm.record.deferred.DeferredContentHandler
 
endCDATA() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
endCDATA() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
EndCDATAEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the endCDATA event
EndCDATAEvent() - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.EndCDATAEvent
 
endCollection() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
endCollection() - Method in class org.eclipse.persistence.oxm.record.JsonBuilderRecord
 
endCollection() - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
 
endCollection() - Method in class org.eclipse.persistence.oxm.record.JsonGeneratorRecord
 
endCollection() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
endCollection() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
This method is used to inform the MarshalRecord that it is done receiving element events that are part of a collection.
endDocument() - Method in class org.eclipse.persistence.internal.jaxb.IDResolverWrapper
 
endDocument() - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
 
endDocument() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
endDocument() - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
endDocument() - Method in class org.eclipse.persistence.internal.oxm.IDResolver
Called when unmarshalling ends.
endDocument() - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
endDocument() - Method in class org.eclipse.persistence.internal.oxm.record.BinaryDataUnmarshalRecord
 
endDocument() - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
endDocument() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
endDocument() - Method in class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
 
endDocument() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
endDocument() - Method in class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
endDocument() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshallerHandler
Event that is called at the end of processing the document.
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.JSONFormattedWriterRecord
INTERNAL:
endDocument() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
endDocument() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
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.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.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.XMLUnmarshallerHandler
 
endDocument() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
endDocument() - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
EndDocumentEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the endDocument event
EndDocumentEvent() - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.EndDocumentEvent
 
endDTD() - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
endDTD() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
endDTD() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
EndDTDEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the endDTD event
EndDTDEvent() - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.EndDTDEvent
 
endElement(String, String, String) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
 
endElement(String, String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
endElement(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.ChoiceUnmarshalContext
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.CollectionGroupingElementNodeValue
 
endElement(XPathFragment, UnmarshalRecord, Object) - Method in class org.eclipse.persistence.internal.oxm.CollectionGroupingElementNodeValue
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.FieldTransformerNodeValue
 
endElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
endElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL:
endElement(XPathFragment, UnmarshalRecord, Object) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
 
endElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.BinaryDataUnmarshalRecord
 
endElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
endElement(XPathFragment, NAMESPACE_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
endElement(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectUnmarshalContext
 
endElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
endElement(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedUnmarshalContext
 
endElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
 
endElement(UnmarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalContext
An event indicating that endElement has been called on the unmarshalRecord.
endElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
endElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
 
endElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyObjectMappingNodeValue
 
endElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryAttachmentHandler
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
Handle endElement operation.
endElement(XPathFragment, UnmarshalRecord, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLDirectMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
 
endElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLInlineBinaryHandler
 
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectReferenceMappingNodeValue
Handle endElement operation.
endElement(XPathFragment, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathMappingNodeValue
 
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(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL:
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
INTERNAL:
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
endElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
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.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(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.platform.xml.SAXDocumentBuilder
 
endElement(String, String, String) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
EndElementEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the endElement event
EndElementEvent(String, String, String) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.EndElementEvent
 
endEntity(String) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
endEntity(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
endEntity(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
EndEntityEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the endEntity event
EndEntityEvent(String) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.EndEntityEvent
 
endLogging() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
An implementation that requires logging may throw an UnsupportedOperationException.
endOperationProfile(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: End the operation timing.
endOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: End the operation timing.
endOperationProfile(String) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
Profile the operation.
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.sessions.SessionProfilerAdapter
INTERNAL: End the operation timing.
endOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
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.
endPrefixMapping(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
endPrefixMapping(String) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
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.UnmarshalRecord
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
endPrefixMapping(String) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
EndPrefixMappingEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the endElement event
EndPrefixMappingEvent(String) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.EndPrefixMappingEvent
 
endPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
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.MarshalRecord
 
endPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
endSelfElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
 
endSelfNodeValue(UnmarshalRecord, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
 
endSelfNodeValue(UnmarshalRecord, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
endSelfNodeValue(UnmarshalRecord, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
 
endSelfNodeValue(UnmarshalRecord, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
 
endsWith(int, String) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the query ends with the given suffix and the end position is the end of the range for testing.
endsWithCollectionField(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
INTERNAL (): Answer true if the node has a left and right, and the right represents a collection mapping.
endsWithComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Determines whether this CollectionExpression ends with a comma, which means the last Expression is a "null" expression.
endsWithDirectToField(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
INTERNAL (): Answer true if the SELECTed node has a left and right, and the right represents a direct-to-field mapping.
endsWithDot() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Determines whether the path ends with a dot or not.
endsWithIgnoreCase(int, String) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the query ends with the given suffix and the end position is the end of the range for testing.
endsWithSpace() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Determines whether this CollectionExpression ends with a space, which means the last Expression is a "null" expression.
endUnmappedElement(String, String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
endUnmappedElement(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
endUnmappedElement(String, String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
ENFORCE_TARGET_SERVER - Static variable in class org.eclipse.persistence.config.SystemProperties
This system property can be set to override target server platform set by the Java EE container with the one either set in persistence.xml or auto detected.
enlistResource(XAResource) - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
ensureCapacity(int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
ensureCapacity(int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
ensureChanges() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Ensure the change set is populated for cache coordination.
entering(String, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Entering
entering(SessionLog, String, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Entering
entering(String, String, InputStream) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Entering
entering(SessionLog, String, String, InputStream) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Entering
enterScope() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Enters a new scope.
entireWord() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves a word starting at the current position.
entireWord(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves a word starting at the given position.
entities() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Returns the collection of possible abstract schema types.
ENTITIES - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ENTITIES_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
entity(Class<X>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
Return the metamodel entity type representing the entity.
Entity - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ENTITY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ENTITY_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ENTITY_MANAGER_IMPL_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
ENTITY_NOT_FOUND - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
ENTITY_NOT_IDEMPOTENT - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
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_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Notifies the entity state object property has changed.
ENTITY_TRANSACTION_WITH_JTA_NOT_ALLOWED - Static variable in exception org.eclipse.persistence.exceptions.TransactionException
 
ENTITY_TYPE_NAME_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Notifies the entity type name property has changed.
EntityAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
An entity accessor.
EntityAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL:
EntityAccessor(MetadataAnnotation, MetadataClass, MetadataProject) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL:
EntityClassListener - Class in org.eclipse.persistence.internal.jpa.metadata.listeners
A callback listener for those entities that define callback methods.
EntityClassListener(Class) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityClassListener
INTERNAL:
EntityClassListenerMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.listeners
A metadata class to facilitate the processing of lifecycle methods on an entity class (and its mapped superclasses).
EntityClassListenerMetadata(EntityAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityClassListenerMetadata
INTERNAL:
entityClassNotFound(String, ClassLoader, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
EntityExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a entity expression.
EntityExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityExpressionBNF
Creates a new EntityExpressionBNF.
EntityFetchGroup - Class in org.eclipse.persistence.internal.queries
EntityFetchGroup reflects the state of the object.
EntityFetchGroup(FetchGroup) - Constructor for class org.eclipse.persistence.internal.queries.EntityFetchGroup
 
EntityFetchGroup(String) - Constructor for class org.eclipse.persistence.internal.queries.EntityFetchGroup
 
EntityFetchGroup(Collection<String>) - Constructor for class org.eclipse.persistence.internal.queries.EntityFetchGroup
 
EntityFetchGroup(String[]) - Constructor for class org.eclipse.persistence.internal.queries.EntityFetchGroup
 
EntityFetchGroup(FetchGroup, String) - Constructor for class org.eclipse.persistence.internal.queries.EntityFetchGroup
 
EntityGraphImpl<X> - Class in org.eclipse.persistence.internal.jpa
Concrete JPA EntityGraph class.
EntityGraphImpl(AttributeGroup) - Constructor for class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
entityHasNullType(DynamicEntity) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
The DynamicEntity has a null type indicating an illegal state of the entity.
EntityImpl - Class in org.eclipse.persistence.internal.jpa.config.classes
JPA scripting API implementation.
EntityImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
 
entityIsNotIdempotent(String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Entity is not idempotent.
EntityListener - Class in org.eclipse.persistence.internal.jpa.metadata.listeners
An EntityListener is placed on the owning entity's descriptor.
EntityListener(Class, Class) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
 
EntityListener - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
EntityListenerImpl - Class in org.eclipse.persistence.internal.jpa.config.listeners
JPA scripting API implementation.
EntityListenerImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.listeners.EntityListenerImpl
 
EntityListenerInjectionManager - Interface in org.eclipse.persistence.internal.sessions.cdi
Interface to control CDI-based injection in EntityListeners Any references to CDI specific classes should be reserved for implementers to allow this interface to load in an environment that does not include CDI.
EntityListenerInjectionManagerImpl - Class in org.eclipse.persistence.internal.sessions.cdi
Manages calls to CDI to inject into EntityListeners This class will be created reflectively to avoid dependencies on CDI classes in environments that do not support CDI
EntityListenerInjectionManagerImpl(Object) - Constructor for class org.eclipse.persistence.internal.sessions.cdi.EntityListenerInjectionManagerImpl
 
EntityListenerMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.listeners
A MetadataEntityListener and is placed on the owning entity's descriptor.
EntityListenerMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for XML loading.
EntityListenerMetadata(MetadataAnnotation, MetadataClass, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for annotation loading.
EntityManagerFactoryDelegate - Class in org.eclipse.persistence.internal.jpa
Purpose: Provides the implementation for the EntityManager Factory.
EntityManagerFactoryDelegate(AbstractSession, JpaEntityManagerFactory) - Constructor for class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Will return an instance of the Factory.
EntityManagerFactoryDelegate(EntityManagerSetupImpl, Map, JpaEntityManagerFactory) - Constructor for class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
 
EntityManagerFactoryDelegate(String, Map<String, Object>, List<ClassDescriptor>, JpaEntityManagerFactory) - Constructor for class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Create a dynamic persistence unit which does not use the persistence.xml.
EntityManagerFactoryImpl - Class in org.eclipse.persistence.internal.jpa
Wraps our implementation of EntityManagerFactory Most operations are forwarded to the delegate.
EntityManagerFactoryImpl(AbstractSession) - Constructor for class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Will return an instance of the Factory.
EntityManagerFactoryImpl(EntityManagerSetupImpl, Map) - Constructor for class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
 
EntityManagerFactoryImpl(String, Map<String, Object>, List<ClassDescriptor>) - Constructor for class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Create a dynamic persistence unit which does not use the persistence.xml.
EntityManagerFactoryProvider - Class in org.eclipse.persistence.internal.jpa
This is a helper/impl class for the EclipseLink EJB 3.0 provider The default constructor can be used to build the provider by reflection, after which it can be used to create EntityManagerFactories
EntityManagerFactoryProvider() - Constructor for class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
 
EntityManagerImpl - Class in org.eclipse.persistence.internal.jpa
Purpose: Contains the implementation of the EntityManager.
EntityManagerImpl(String) - Constructor for class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Constructor returns an EntityManager assigned to the a particular DatabaseSession.
EntityManagerImpl(AbstractSession, SynchronizationType) - Constructor for class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Constructor called from the EntityManagerFactory to create an EntityManager
EntityManagerImpl(AbstractSession, Map, SynchronizationType) - Constructor for class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Constructor called from the EntityManagerFactory to create an EntityManager
EntityManagerImpl(EntityManagerFactoryDelegate, Map, SynchronizationType) - Constructor for class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Constructor called from the EntityManagerFactory to create an EntityManager
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.
EntityManagerSetupExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for EntityManagerSetupException messages.
EntityManagerSetupExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.EntityManagerSetupExceptionResource
 
EntityManagerSetupImpl - Class in org.eclipse.persistence.internal.jpa
INTERNAL: This class handles deployment of a persistence unit.
EntityManagerSetupImpl(String, String) - Constructor for class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
EntityManagerSetupImpl() - Constructor for class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
entityNames() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the name of the all entities that are present in the context of a persistence unit.
entityNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the name of the all entities that are present in the context of a persistence unit.
entityNotFound(String, String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Entity not found.
entityNotFoundException(String) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
A DynamicEntity could not be found
EntityOrValueExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a entity or value expression.
EntityOrValueExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityOrValueExpressionBNF
Creates a new EntityOrValueExpressionBNF.
EntityResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver retrieves the type for an abstract schema name (entity name).
EntityResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
Creates a new EntityResolver.
EntityResource - Class in org.eclipse.persistence.jpa.rs.resources
Entity resource.
EntityResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
EntityResource - Class in org.eclipse.persistence.jpa.rs.resources.unversioned
Deprecated.
Use EntityResource instead.
EntityResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
Deprecated.
 
EntityResult - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
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
 
EntityResultImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
EntityResultImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.EntityResultImpl
 
EntityResultMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto an entity result metadata.
EntityResultMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL: Used for XML loading.
EntityResultMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL: Used for annotation loading.
EntityResultMetadata(MetadataClass, MetadataAccessibleObject) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL: Used for result class processing.
EntityTransactionImpl - Class in org.eclipse.persistence.internal.jpa.transaction
JDK 1.5 version of the EntityTransaction.
EntityTransactionImpl(EntityTransactionWrapper) - Constructor for class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
 
entityTransactionNotActive() - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
entityTransactionWithJTANotAllowed() - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
EntityTransactionWrapper - Class in org.eclipse.persistence.internal.jpa.transaction
INTERNAL: JDK 1.5 specific version of EntityTransactionWrapper.
EntityTransactionWrapper(EntityManagerImpl) - Constructor for class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionWrapper
 
entityType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates a new entity type literal.
entityType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates a new entity type literal.
entityType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates a new entity type literal.
entityTypeExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
EntityTypeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the TYPE expression.
EntityTypeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityTypeExpressionBNF
Creates a new EntityTypeExpressionBNF.
EntityTypeImpl<X> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the EntityType interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
EntityTypeImpl implements the IdentifiableType interface via EntityType
EntityTypeLiteral - Class in org.eclipse.persistence.jpa.jpql.parser
This Expression wraps the name of an entity type.
EntityTypeLiteral(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
Creates a new EntityTypeLiteral.
EntityTypeLiteral_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntityTypeLiteral_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntityTypeLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the entity type literal.
EntityTypeLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralBNF
Creates a new EntityTypeLiteralBNF.
EntityTypeLiteralFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This factory creates an EntityTypeLiteral, which wraps an entity name.
EntityTypeLiteralFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralFactory
Creates a new EntityTypeLiteralFactory.
EntityTypeLiteralStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject wraps the name of an entity type.
EntityTypeLiteralStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
Creates a new EntityTypeLiteralStateObject.
EntityTypeLiteralStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
Creates a new EntityTypeLiteralStateObject.
entityTypeNotFound - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
entityTypeNotFound(String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
JPQLException Entity Type Not Found
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.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
ENTRY - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
entry() - Method in class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl
 
ENTRY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ENTRY'.
EntryExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An identification variable qualified by the ENTRY operator is a path expression.
EntryExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntryExpression
Creates a new EntryExpression.
EntryExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntryExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntryExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntryExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntryExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
EntryExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This EntryExpressionFactory creates a new EntryExpression when the portion of the query to parse starts with ENTRY.
EntryExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EntryExpressionFactory
Creates a new EntryExpressionFactory.
EntryExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This object represents an identification variable that maps the Map.Entry) of a Map.
EntryExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
Creates a new EntryExpressionStateObject.
EntryExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
Creates a new EntryExpressionStateObject.
entrySet() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
entrySet() - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Returns a collection view of the mappings contained in this IdentityWeakHashMap.
entrySet() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
entrySet() - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
entrySet() - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
entrySet() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Returns a set of the keys.
entrySet() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
PUBLIC:
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
 
enumClassNotSpecified() - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
enumConstant() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the filtered list of possible enum constant names.
enumConstant() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the filtered list of possible enum constant names.
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.
enumConstants() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.EnumProposals
Returns the list of enum constants that have been filtered.
Enumerated - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
EnumeratedImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
JPA scripting API implementation.
EnumeratedImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.EnumeratedImpl
 
EnumeratedMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.
EnumeratedMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.EnumeratedMetadata
INTERNAL: Used for defaulting case.
EnumeratedMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.EnumeratedMetadata
INTERNAL: Used for defaulting.
EnumeratedMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.EnumeratedMetadata
INTERNAL: Used for annotation loading
Enumeration_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
EnumExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a enum expression.
EnumExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EnumExpressionBNF
Creates a new EnumExpressionBNF.
EnumInfo(String) - Constructor for class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
 
enumLiteral(Enum<? extends Enum<?>>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates a new enum literal.
enumLiteral(Enum<? extends Enum<?>>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates a new enum literal.
EnumLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an enumeration constant expression.
EnumLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EnumLiteralBNF
Creates a new EnumLiteralBNF.
EnumLiteralResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver retrieves the type for an enum constant.
EnumLiteralResolver(Resolver, IType, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
Creates a new EnumLiteralResolver.
EnumPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an enum primary expression.
EnumPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.EnumPrimaryBNF
Creates a new EnumPrimaryBNF.
enumType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Enum}.
enumType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.EnumProposals
The IType representing the enum type.
enumType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Enum}.
enumType() - Method in class org.eclipse.persistence.jpa.jpql.tools.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:
EnumTypeInfo(Helper, JavaClass) - Constructor for class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
 
EnumTypeStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject wraps the name of an Enum constant.
EnumTypeStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
Creates a new EnumTypeStateObject.
EnumTypeStateObject(StateObject, Enum<? extends Enum<?>>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
Creates a new EnumTypeStateObject.
EnumTypeStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
Creates a new EnumTypeStateObject.
EOF - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
EOF - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
EOF - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
EOF - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
EQ_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
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(Expression<?>, Expression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing the arguments for equality.
equal(Expression<?>, Object) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing the arguments for equality.
EQUAL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '='.
equal(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
equal(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
equal(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
equal(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
equal(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
equal(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
equal(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
equal(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
equal(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
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.
equalNameAndSize(Sequence, Sequence) - Static method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: Used in equals.
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 org.eclipse.persistence.core.queries.CoreAttributeGroup
 
equals(Object) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
equals(Object) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
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.internal.codegen.AccessLevel
 
equals(Object) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
equals(Object) - Method in class org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo
 
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.ManualQueryKeyExpression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.TableExpression
INTERNAL: Return if the expression is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
equals(Object) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Determine whether the receiver is equal to a DatabaseField.
equals(DatabaseField) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Determine whether the receiver is equal to a DatabaseField.
equals(Object) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Two tables are equal if their names and tables are equal, or their names are equal and one does not have a qualifier assigned.
equals(DatabaseTable) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Two tables are equal if their names and tables are equal, or their names are equal and one does not have a qualifier assigned.
equals(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
equals(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
equals(Object) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
equals(Object) - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
Determine if the receiver is equal to anObject.
equals(CacheId) - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
Determine if the receiver is equal to key.
equals(Object) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Determine if the receiver is equal to anObject.
equals(CacheKey) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Determine if the receiver is equal to key.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL: Used for metadata merging.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicCollectionAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DerivedIdClassAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedIdAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.IdAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ManyToManyAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ManyToOneAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: For merging and overriding to work properly, all ORMetadata must be able to compare themselves for metadata equality.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.OneToManyAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransformationAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransientAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VersionAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
Allow comparison to Java classes and Metadata classes.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.additionalcriteria.AdditionalCriteriaMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheIndexMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheInterceptorMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.changetracking.ChangeTrackingMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AssociationOverrideMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AttributeOverrideMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DirectColumnMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorClassMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorColumnMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ForeignKeyMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.JoinColumnMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.MetadataColumn
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.OrderColumnMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.OverrideMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyJoinColumnMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.RelationalColumnMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
INTERNAL: Required ORMetadata method used for XML merging.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.AbstractConverterMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ClassInstanceMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConversionValueMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConverterMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.EnumeratedMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.JSONMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.KryoMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.LobMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MetadataConverter
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ObjectTypeConverterMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedConverterMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.StructConverterMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TemporalMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.XMLMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CloneCopyPolicyMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CopyPolicyMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CustomCopyPolicyMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.InstantiationCopyPolicyMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedAttributeNodeMetadata
INTERNAL: Used for XML merging and overriding.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Used for XML merging and overriding.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL: Used for XML merging and overriding.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.locking.OptimisticLockingMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.AccessMethodsMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.BatchFetchMetadata
 
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.MapKeyMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.OrderByMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.ReturnInsertMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.TenantTableDiscriminatorMetadata
INTERNAL: Required ORMetadata method used for XML merging.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.nosql.NoSqlMetadata
INTERNAL: Used for XML merging.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: For merging and overriding to work properly, all ORMetadata must be able to compare themselves for metadata equality.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
Equals is used for processing overrides from XML.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
INTERNAL: Used for XML merging and overriding.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.HashPartitioningMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.PartitioningMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.PinnedPartitioningMetadata
 
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitioningMetadata
INTERNAL: Used for XML merging and overriding.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitionMetadata
INTERNAL: Used for XML merge and overriding.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ReplicationPartitioningMetadata
 
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RoundRobinPartitioningMetadata
 
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.UnionPartitioningMetadata
 
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitioningMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitionMetadata
INTERNAL: Used for XML merging and overriding.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ColumnResultMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ComplexTypeMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ConstructorResultMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FetchAttributeMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FetchGroupMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FieldResultMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedNativeQueryMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredFunctionQueryMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredProcedureQueryMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredFunctionQueryMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleArrayTypeMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleComplexTypeMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleObjectTypeMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLComplexTypeMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLRecordMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLTableMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryHintMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.GeneratedValueMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.UuidGeneratorMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.sop.SerializedObjectPolicyMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructMetadata
INTERNAL: Used for xml merging.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructureAccessor
INTERNAL: Used for xml merging.
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.CollectionTableMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.JoinTableMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.RelationalTableMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.SecondaryTableMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.UniqueConstraintMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.ReadTransformerMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.WriteTransformerMetadata
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL:
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL: If equals returns false, call getConflict() for a finer grain reason why.
EQUALS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
EQUALS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
equals(Object) - Method in class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl
 
equals(Object) - Method in class org.eclipse.persistence.internal.oxm.Root
 
equals(Object) - Method in class org.eclipse.persistence.internal.oxm.WeakObjectWrapper
 
equals(Object) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
equals(Object, boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
equals(Object) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
equals(Object) - Method in class org.eclipse.persistence.internal.oxm.XPathPredicate
 
equals(Object) - Method in class org.eclipse.persistence.internal.oxm.XPathQName
 
equals(Object) - Method in class org.eclipse.persistence.internal.queries.AttributeItem
 
equals(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return if the policy is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Return if the policy is equal to the other.
equals(Object) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord.NULL
 
equals(Object) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
Ensure change sets with the same primary key are equal.
equals(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
Ensure change sets with the same primary key are equal.
equals(Object) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Only the id is checked for equality check.
equals(Object) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
equals(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
equals(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
Determines whether the given type represents the same Java type thank this one.
equals(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
equals(Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
 
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.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.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.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
 
EqualsAssignmentNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL: EqualsAssignmentNode is implemented to distinguish nodes that hold updates in an update query from other BinaryOperatorNodes
EqualsAssignmentNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.EqualsAssignmentNode
 
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.
EqualsNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
EqualsNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.EqualsNode
EqualsNode constructor comment.
error(SAXParseException) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLExceptionHandler
 
error(SAXParseException) - Method in class org.eclipse.persistence.jaxb.JAXBErrorHandler
Handle errors.
error(String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Error
error(SessionLog, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Error
error(SAXParseException) - Method in class org.eclipse.persistence.platform.xml.DefaultErrorHandler
 
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_FIELD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ERROR_CREATING_INITIAL_CONTEXT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_CREATING_JGROUPS_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
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_CREATING_PROPERTY_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ERROR_DECRYPTING_PASSWORD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ERROR_DEFINING_PROPERTY_INVALID_NAME - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_DEFINING_TYPE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ERROR_DEFINING_TYPE_INVALID_NAME - 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_ACCESSOR_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
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_INVOKING_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ERROR_INVOKING_CHARACTER_ESCAPE_HANDLER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_INVOKING_ID_RESOLVER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_INVOKING_NAMESPACE_PREFIX_MAPPER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_JOINING_MULTICAST_GROUP - Static variable in exception org.eclipse.persistence.exceptions.DiscoveryException
 
ERROR_LOADING_XML_FILE - Static variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
Initial -----------> PredeployFailed --- | | V | Predeployed ---> DeployFailed -- | | | | V V V HalfDeployed --> Deployed -> Undeployed | ^ V | DeployFailed -------------------
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_CHARACTER_ESCAPE_HANDLER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ERROR_PROCESSING_ID_RESOLVER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
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_PREFIX_MAPPER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
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_RESPONSE_LABEL - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
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
 
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.
errorCreatingFieldAccessor(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
errorCreatingJGroupsConnection(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
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
 
errorCreatingPropertyAccessor(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
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
 
errorDefiningPropertyInvalidName(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to create a type with property of invalid name.
errorDefiningType() - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to define a type
errorDefiningTypeInvalidName(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to create a type with invalid name.
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.
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
 
errorInstantiatingAccessorFactory(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occured while trying to instantiate an instance of the user specified AccessorFactory
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
 
errorInvokingAccessor(Object, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
errorInvokingCharacterEscapeHandler(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorInvokingFromStringMethod(Exception, String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorInvokingIDResolver(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorInvokingPrefixMapperMethod(String, Object) - 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
 
errorProcessingCharacterEscapeHandler(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
errorProcessingIDResolver(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
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
 
errorProcessingPrefixMapper(String, Object) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
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
 
ErrorResponse - Class in org.eclipse.persistence.jpa.rs.exceptions
 
ErrorResponse() - Constructor for class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Instantiates a new error response.
ErrorResponse(String, String, String) - Constructor for class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Instantiates a new error response.
ErrorResponseMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the ErrorResponse class available to JAXB context.
ErrorResponseMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.ErrorResponseMetadataSource
 
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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
ESCAPE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
escape() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
escape(char[], int, int, boolean, Writer) - Method in interface org.eclipse.persistence.internal.oxm.CharacterEscapeHandler
Perform character escaping and write the result to the output.
escape(char[], int, int, boolean, Writer) - Method in class org.eclipse.persistence.internal.oxm.record.CharacterEscapeHandlerWrapper
 
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 - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ESCAPE'.
escape(String, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
Converts the characters that are reserved in an XML document the given string may have into their corresponding references (escape characters) using the character entity reference.
escape(char[], int, int, boolean, Writer) - Method in interface org.eclipse.persistence.oxm.CharacterEscapeHandler
Perform character escaping and write the result to the output.
ESCAPE_CHARACTER_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Notifies the escape character property has changed.
EscapeNode - Class in org.eclipse.persistence.internal.jpa.parsing
 
EscapeNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.EscapeNode
 
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(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.
EVENT - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
evict(Class, Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Sets an Object with the id and Class type to be invalid in the cache.
evict(Class, Object, boolean) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Sets an Object with the id and Class type to be invalid in the cache.
evict(Class) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Sets all instances of the class to be invalid.
evict(Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Sets the object to be invalid in the cache.
evict(Object, boolean) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Sets an Object to be invalid in the cache.
evict(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
Sets an Object to be invalid in the cache.
evict(Object, boolean) - Method in interface org.eclipse.persistence.jpa.JpaCache
Sets an Object to be invalid in the cache.
evict(Class, Object, boolean) - Method in interface org.eclipse.persistence.jpa.JpaCache
Sets the object of the class and id to be invalid in the cache.
evictAll() - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Sets all instances in the cache to be invalid.
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
except(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a except expression with the subquery.
except(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a except expression with the subquery.
Except - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
except() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the EXCEPT operator.
EXCEPT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'EXCEPT'.
except(ReportQuery) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Except the query results with the other query.
exceptAll(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a except all expression with the subquery.
exceptAll(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a except all expression with the subquery.
ExceptAll - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
exceptAll() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the EXCEPT ALL operator.
Exception - Static variable in class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
If conforming encounters an uninstantiated indirection/lazy object an exception is thrown.
exception(String, Object[], Throwable) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Exception
exception(SessionLog, String, Object[], Throwable) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Exception
EXCEPTION_ACCESSING_PRIMARY_KEY_INSTANCE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
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_DURING_SCHEMA_GEN - 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_ENTITY_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
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_WEAVING - Static variable in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
EXCEPTION_WHILE_LOADING_CONSTRUCTOR - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
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
 
exceptionAccessingPrimaryKeyInstance(ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
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
exceptionDuringSchemaGeneration(Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occurred during schema generation.
ExceptionFactory - Class in org.eclipse.persistence.internal.jpa
 
ExceptionFactory() - Constructor for class org.eclipse.persistence.internal.jpa.ExceptionFactory
 
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
 
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
 
ExceptionLocalization - Class in org.eclipse.persistence.internal.localization
Purpose: This is for non EclipseLink exceptions
ExceptionLocalization() - Constructor for class org.eclipse.persistence.internal.localization.ExceptionLocalization
 
ExceptionLocalizationResource - Class in org.eclipse.persistence.internal.localization.i18n
English ResourceBundle for ExceptionLocalization messages.
ExceptionLocalizationResource() - Constructor for class org.eclipse.persistence.internal.localization.i18n.ExceptionLocalizationResource
 
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
 
exceptionOccurred(Exception) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Exception occurred.
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:
exceptionWhileInitializingConstructor(Exception, DatabaseQuery, Class) - Static method in exception org.eclipse.persistence.exceptions.QueryException
An exception was thrown while initializing the constructor from the class.
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 expression
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.
exceptOperator() - Static method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Create the EXCEPT operator, MINUS in Oracle.
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
 
EXCL_FIELDS_PARAM_NAME - Static variable in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilteringValidator
 
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() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
excludeDefaultListeners() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
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.
excludeDefaultMappings() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Return true if this class accessor has been set to metadata complete.
excludeDefaultMappings() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return true if an exclude-default-mappings setting have been set for this persistence unit.
excludeDefaultMappings() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL: Used for OX mapping.
excludeDefaultPrimitiveValues() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Ignores attributes set to the default value for their primitive type.
excludeSuperclassListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
excludeSuperclassListeners() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
excludeSuperclassListeners() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
excludeUnlistedClasses() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
excludeUnlistedClasses() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
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"
EXCLUSIVE_CONNECTION_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
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.
You can set this property while creating either an EntityManagerFactory (either in the map passed to the createEntityManagerFactory method, or in the persistence.xml file), or an EntityManager (in the map passed to the createEntityManager method).
EXCLUSIVE_CONNECTION_NO_LONGER_AVAILABLE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
EXCLUSIVE_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
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
 
ExclusiveIsolatedClientSession - Class in org.eclipse.persistence.internal.sessions
 
ExclusiveIsolatedClientSession(ServerSession, ConnectionPolicy) - Constructor for class org.eclipse.persistence.internal.sessions.ExclusiveIsolatedClientSession
 
ExclusiveIsolatedClientSession(ServerSession, ConnectionPolicy, Map) - Constructor for class org.eclipse.persistence.internal.sessions.ExclusiveIsolatedClientSession
 
excusiveConnectionIsNoLongerAvailable(DatabaseQuery, AbstractSession) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
execute(DatabaseCall, Statement, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Execute the statement.
execute() - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Returns true if the first result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
execute() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: This can be used by collection such as cursored stream to gain control over execution.
execute() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Execute a execute SQL call.
execute() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
INTERNAL: Execute a call.
execute(AbstractSession, RemoteSessionController) - Method in interface org.eclipse.persistence.internal.sessions.remote.RemoteCommand
INTERNAL: This method is used bye the remote Session to execute the command
execute(AbstractSession, RemoteSessionController) - Method in interface org.eclipse.persistence.internal.sessions.remote.RemoteFunctionCall
INTERNAL: This method is used by the remote session controller to execute the function call
execute(AbstractSession, RemoteSessionController) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoveServerSideRemoteValueHolderCommand
INTERNAL: This method is used bye the remote Session to execute the command
execute(AbstractSession, RemoteSessionController) - Method in class org.eclipse.persistence.internal.sessions.remote.SimpleFunctionCall
INTERNAL: This method is used by remote session controller to execute the function call
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.internal.databaseaccess.DatabasePlatform
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.
executeBatch(Statement, boolean) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
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).
executeBatchedStatements(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
INTERNAL: This method is used by the DatabaseAccessor to clear the batched statements in the case that a non batchable statement is being execute
executeBatchedStatements(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DynamicSQLBatchWritingMechanism
INTERNAL: This method is used by the DatabaseAccessor to execute and clear the batched statements in the case that a non batchable statement is being executed
executeBatchedStatements(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism
INTERNAL: This method is used by the DatabaseAccessor to clear the batched statements in the case that a non batchable statement is being executed
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, AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Execute the call.
executeCall(Call, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Execute the call.
executeCall(Call, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Execute the call.
executeCall(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Overridden by subclasses that do more than just execute the call.
executeCall(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Override From session.
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.
executeCommand(Command) - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
INTERNAL: Publish the remote command.
executeCommand(byte[]) - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
INTERNAL: Publish the remote command.
executeCommand(byte[]) - Method in interface org.eclipse.persistence.internal.sessions.coordination.corba.CORBAConnection
 
executeCommand(Command) - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.CORBARemoteCommandConnection
INTERNAL: This method invokes the remote object with the Command argument, and causes it to execute the command in the remote VM.
executeCommand(byte[]) - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.CORBARemoteCommandConnection
INTERNAL: This method invokes the remote object with the Command argument, and causes it to execute the command in the remote VM.
executeCommand(byte[]) - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun._SunCORBAConnectionStub
 
executeCommand(byte[]) - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionImpl
 
executeCommand(byte[]) - Method in interface org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionOperations
 
executeCommand(Command) - Method in class org.eclipse.persistence.internal.sessions.coordination.RemoteConnection
INTERNAL: Execute the remote command.
executeCommand(byte[]) - Method in class org.eclipse.persistence.internal.sessions.coordination.RemoteConnection
INTERNAL: Execute the remote command.
executeCommand(Command) - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.iiop.RMIRemoteCommandConnectionImpl
INTERNAL: No support currently exists for returning the result of the command execution.
executeCommand(byte[]) - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.iiop.RMIRemoteCommandConnectionImpl
INTERNAL: No support currently exists for returning the result of the command execution.
executeCommand(Command) - Method in interface org.eclipse.persistence.internal.sessions.coordination.rmi.RMIRemoteCommandConnection
 
executeCommand(byte[]) - Method in interface org.eclipse.persistence.internal.sessions.coordination.rmi.RMIRemoteCommandConnection
 
executeCommand(Command) - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.RMIRemoteCommandConnectionImpl
INTERNAL: No support currently exists for returning the result of the command execution.
executeCommand(byte[]) - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.RMIRemoteCommandConnectionImpl
INTERNAL: No support currently exists for returning the result of the command execution.
executeCommand(Command) - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.RMIRemoteConnection
INTERNAL: This method invokes the remote object with the Command argument, and causes it to execute the command in the remote VM.
executeCommand(byte[]) - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.RMIRemoteConnection
INTERNAL: This method invokes the remote object with the Command argument, and causes it to execute the command in the remote VM.
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.internal.jpa.JPAQuery
INTERNAL: This should never be called and is only here because it is needed as an extension to DatabaseQuery.
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.
executeDeferredCall(DatasourceCall) - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Execute the call that was deferred to the commit manager.
executeDeferredCall(DatasourceCall) - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Execute the call that was deferred to the commit manager.
executeDeferredEvents() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Causes any deferred events to be fired.
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.
executeDirectNoSelect(Statement, DatabaseCall, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Execute the statement.
executeEvent(DESCRIPTOR_EVENT) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager
 
executeEvent(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: Execute the given selector with the event as argument.
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.
executeNamedQuery(Transporter, Transporter, Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
A named query after serialization is executed locally.
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.
executeNonSelectingCall(Call) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the call on the database.
executeNonSelectingCall(Call) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the call on the database.
executeNonSelectingSQL(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the sql on the database.
executeNonSelectingSQL(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Execute the non-selecting (update/DML) SQL string.
executeNoSelect() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Execute a non selecting SQL call This should be overridden by subclasses.
executeNoSelect() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Execute a non selecting call.
executeNoSelect() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Update the object
executeNoSelectCall() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Execute a non selecting call.
executeQuery(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Object, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Object, Object, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, List) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Vector) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Object, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Object, Object, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, List) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Vector) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the database query.
executeQuery(DatabaseQuery, List) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the results from executing the database query.
executeQuery(DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the results from executing the database query.
executeQuery(DatabaseQuery, AbstractRecord, int) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the results from executing the database query.
executeQuery(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
A remote query after serialization is executed locally.
executeQuery(String) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Class, Vector) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
PUBLIC: Execute the pre-defined query by name and return the result.
executeQuery(String, Vector) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
PUBLIC: Execute the pre-defined query by name and return the result.
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.
executeSelect(DatabaseCall, Statement, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Execute the statement.
executeSelect() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Execute a select SQL call and return the rows.
executeSelect() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
INTERNAL: Execute a selecting call.
executeSelectCall() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
INTERNAL: Execute a selecting call.
executeSelectingCall(Call) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the call on the database and return the result.
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 class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Execute the sql 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.internal.databaseaccess.DatabasePlatform
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.
executeUpdate() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Execute an update or delete statement.
executeUpdate() - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Execute an update or delete statement (from a stored procedure query).
executeWithRCM(RemoteCommandManager) - Method in class org.eclipse.persistence.internal.sessions.coordination.ConnectToHostCommand
INTERNAL: Executed on the RCM when received.
executeWithRCM(RemoteCommandManager) - Method in class org.eclipse.persistence.internal.sessions.coordination.RCMCommand
 
executeWithSession(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.coordination.ConnectToHostCommand
 
executeWithSession(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.coordination.MetadataRefreshCommand
 
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.
executeWrite() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Check whether the object already exists on the database; then perform an insert or update, as appropriate.
executeWriteWithChangeSet() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Check whether the object already exists on the cadatabase; then perform an insert or update, as appropriate.
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.
ExistenceType - Enum in org.eclipse.persistence.annotations
An enum that is used within the ExistenceChecking annotation.
EXISTING_QUERY_TYPE_CONFLICT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
existingDerivedExpressionNamed(String) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
existingDerivedField(DatabaseField) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL:
existingDerivedTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL:
existingDerivedTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
INTERNAL:
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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
EXISTS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
exists(Subquery<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate testing the existence of a subquery result.
EXISTS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'EXISTS'.
exists(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
exists(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
exists(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
existsExpression(boolean) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ExistsExpression - Class in org.eclipse.persistence.jpa.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.jpql.parser.ExistsExpression
Creates a new ExistsExpression.
ExistsExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExistsExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExistsExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExistsExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExistsExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the exists expression.
ExistsExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionBNF
Creates a new ExistsExpressionBNF.
ExistsExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ExistsExpressionFactory creates a new ExistsExpression when the portion of the query to parse starts with EXISTS.
ExistsExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionFactory
Creates a new ExistsExpressionFactory.
ExistsExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
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.
ExistsExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Creates a new ExistsExpressionStateObject.
ExistsExpressionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Creates a new ExistsExpressionStateObject.
ExistsExpressionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Creates a new ExistsExpressionStateObject.
ExistsExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Creates a new ExistsExpressionStateObject.
ExistsExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Creates a new ExistsExpressionStateObject.
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
ExistsNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
ExistsNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ExistsNode
Return a new ExistsNode.
exiting(String, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Exiting
exiting(SessionLog, String, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Exiting
exiting(String, String, PersistenceContext, Object, MediaType) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Exiting
exiting(SessionLog, String, String, PersistenceContext, Object, MediaType) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Exiting
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.
Exp - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
Exp - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
expand(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
Deserialize the object.
EXPECTED_CONTENT_TYPES - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
EXPECTED_CONTENT_TYPES_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
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.
EXPONENT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
EXPONENT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ExposedNodeLinkedList - Class in org.eclipse.persistence.internal.helper.linkedlist
INTERNAL: A custom implementation of a linked list.
ExposedNodeLinkedList() - Constructor for class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
Constructs an empty list.
expr - Variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser.selectItem_return
 
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.jpql.BaseDeclarationIdentificationVariableFinder
The IdentificationVariable used to define the abstract schema name from either the UPDATE or DELETE clause.
Expression - Interface in org.eclipse.persistence.jpa.jpql.parser
This is the root interface of the parsed tree representation of a JPQL query.
Expression_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
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.
expressionDoesNotSupportPartialAttributeReading(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
ExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
An ExpressionFactory is responsible to parse a portion of JPQL query which starts with one of the factory's JPQL identifiers.
expressionFactoryForIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Retrieves the ExpressionFactory that is responsible for creating the Expression object that represents the given JPQL identifier.
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.
expressionFor(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
expressionForArguments(Expression, Vector) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
Deprecated.
expressionForArguments(Expression, List) - 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.
ExpressionImpl<X> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Represents an Expression in the Criteria API heirarchy.
ExpressionImpl(Metamodel, Class<X>, Expression, Object) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
 
ExpressionIterator - Class in org.eclipse.persistence.internal.expressions
Used to itterate an expression tree, through inner subclasses.
ExpressionIterator() - Constructor for class org.eclipse.persistence.internal.expressions.ExpressionIterator
Block constructor comment.
ExpressionJavaPrinter - Class in org.eclipse.persistence.internal.expressions
Purpose: Expression Java printer.
ExpressionJavaPrinter(String, StringWriter, DatabasePlatform) - Constructor for class org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter
 
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
 
ExpressionNormalizer - Class in org.eclipse.persistence.internal.expressions
This is used during the normalization process to allow for a single main expression traversal.
ExpressionNormalizer(SQLSelectStatement) - Constructor for class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
 
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.
ExpressionOperatorConverter - Class in org.eclipse.persistence.internal.expressions
INTERNAL: Used by function operators in deployment xml generation to accomodate custom functions.
ExpressionOperatorConverter() - Constructor for class org.eclipse.persistence.internal.expressions.ExpressionOperatorConverter
 
ExpressionQueryMechanism - Class in org.eclipse.persistence.internal.queries
Purpose: Mechanism used for all expression read queries.
ExpressionQueryMechanism() - Constructor for class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
 
ExpressionQueryMechanism(DatabaseQuery) - Constructor for class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Initialize the state of the query
ExpressionQueryMechanism(DatabaseQuery, Expression) - Constructor for class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Initialize the state of the query
ExpressionRegistry - Class in org.eclipse.persistence.jpa.jpql.parser
This registry contains the necessary information used by Hermes parser.
ExpressionRegistry() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Creates the only instance of ExpressionRegistry.
ExpressionSQLPrinter - Class in org.eclipse.persistence.internal.expressions
Purpose: Expression SQL printer.
ExpressionSQLPrinter(AbstractSession, AbstractRecord, SQLCall, boolean, ExpressionBuilder) - Constructor for class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
 
ExpressionTools - Class in org.eclipse.persistence.jpa.jpql
A utility class containing various methods related to the Hermes parser.
ExpressionVisitor - Interface in org.eclipse.persistence.jpa.jpql.parser
This interface is used to traverse the JPQL parsed tree.
ExpressionVisitorWrapper - Class in org.eclipse.persistence.jpa.jpql.parser
This ExpressionVisitor wraps another ExpressionVisitor and delegates all its calls to it (the delegate).
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extend(AbstractJPQLGrammar) - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
Extends the given JPQLGrammar with the information of this one without instantiating the base JPQLGrammar.
extendDefaultTables(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Create or extend the default table schema for the project this session associated with.
extendedBinaryNumericPromotion(Object, Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Implements binary numeric promotion as defined in JLS extended by wrapper classes, BigDecimal and BigInteger.
extendedBinaryNumericPromotion(Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Binary numeric promotion as specified in the JLS, extended by wrapper classes, BigDecimal and BigInteger.
ExtendedContentHandler - Interface in org.eclipse.persistence.internal.oxm.record
This class is used to introduce new events to the standard ContentHandler interface that can be leveraged by MOXy.
ExtendedResult - Class in org.eclipse.persistence.internal.oxm.record
 
ExtendedResult() - Constructor for class org.eclipse.persistence.internal.oxm.record.ExtendedResult
 
ExtendedSource - Class in org.eclipse.persistence.internal.oxm.record
This class is used to introduce new methods to the standard Source interface that can be leveraged by MOXy.
ExtendedSource() - Constructor for class org.eclipse.persistence.internal.oxm.record.ExtendedSource
 
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.
extendsClass(Class) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this class is or extends, or super class extends the class.
extendsClass(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this class is or extends, or super class extends the class.
extendsInterface(Class) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this class is or extends, or super class extends the interface.
extendsInterface(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this class is or extends, or super class extends the interface.
extendTables(DatabaseSession, SchemaManager) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Create or extend the tables on the database.
extendTables(DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
This creates/extends the tables on the database.
Extension - Class in org.eclipse.persistence.internal.oxm.schema.model
 
Extension() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
EXTERNAL_BINDINGS_KEY - Static variable in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
 
EXTERNAL_CONNECTION_POOL_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
EXTERNAL_TRANSACTION_CONTROLLER_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
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.
externalTransactionNotActive() - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
extract(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Extract the date part from the date/time value.
Extract - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
extract() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
extract(Any) - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHelper
 
extract(Any) - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHelper
 
EXTRACT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'EXTRACT'.
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
 
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.
ExtractExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The EXTRACT function extracts a date part from a date/time value.
ExtractExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Creates a new ExtractExpression.
ExtractExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExtractExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExtractExpression_MissingDatePart - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExtractExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExtractExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExtractExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ExtractExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the EXTRACT function.
ExtractExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionBNF
Creates a new ExtractExpressionBNF.
ExtractExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ExtractExpressionFactory creates a new ExtractExpression when the portion of the query to parse starts with EXTRACT.
ExtractExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionFactory
Creates a new TrimExpressionFactory.
extractFields(boolean, boolean, ClassDescriptor, List<DatabaseField>, 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.
extractFields(boolean, boolean, ClassDescriptor, List<DatabaseField>, Set<DatabaseField>) - Method in class org.eclipse.persistence.internal.expressions.LogicalExpression
INTERNAL: Return if the expression is not a valid primary key expression and add all primary key fields to the set.
extractFields(boolean, boolean, ClassDescriptor, List<DatabaseField>, Set<DatabaseField>) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
INTERNAL: Return if the expression is not a valid primary key expression and add all primary key fields to the set.
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
extractInitialEmSetupImpl(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
 
extractJarNameFromURL(URL) - Static method in class org.eclipse.persistence.internal.helper.Helper
Extracts the actual path to the jar file.
extractOperator() - Static method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: Derby does not support EXTRACT, but does have YEAR, MONTH, DAY, etc.
extractOperator() - Static method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: Derby does not support EXTRACT, but does have DATEPART.
extractOperator() - Static method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL: Derby does not support EXTRACT, but does have DATEPART.
extractPrimaryKeyForReferenceObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return the primary key for the reference object (i.e.
extractPrimaryKeyForReferenceObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return the primary key for the reference object (i.e.
extractPrimaryKeyForReferenceObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return the primary key for the reference object (i.e.
extractPrimaryKeyFromExpression(boolean, Expression, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return the row with primary keys and their values from the given expression.
extractPrimaryKeyFromExpression(boolean, Expression, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
Override method in superclass in order to set the session on the record.
extractPrimaryKeyFromObject(Object, ABSTRACT_SESSION) - Method in class org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder
Extract primary key attribute values from the domainObject.
extractPrimaryKeyFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Extract primary key attribute values from the domainObject.
extractPrimaryKeyFromObject(Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Extract primary key attribute values from the domainObject.
extractPrimaryKeyFromObject(Object, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
extractPrimaryKeyFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
extractPrimaryKeyFromObject(Object, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
extractPrimaryKeyFromRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Extract primary key values from the specified row.
extractPrimaryKeyRowForSourceObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Extract the reference pk for rvh usage in remote model.
extractPrimaryKeyRowFromExpression(Expression, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return the row with primary keys and their values from the given expression.
extractPrimaryKeyRowFromExpression(Expression, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
Override method in superclass in order to set the session on the record.
extractPrimaryKeyRowFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Extract primary key attribute values from the domainObject.
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.
extractPrimaryKeysForReferenceObjectFromRow(AbstractRecord) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Return the primary key for the reference object (i.e.
extractPrimaryKeysForReferenceObjectFromRow(AbstractRecord) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return the primary key for the reference object (i.e.
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.
extractReferenceRow(Object) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return the reference row for the reference object.
extractReferenceRow(Object) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Return the reference row for the reference object.
extractReferenceRow(Object) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return the reference row for the reference object.
extractReferenceRow(Object) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return the reference row for the reference object.
extractReferenceRow(Object) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Return the reference row for the reference object.
extractReferenceRow(Object) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return the reference row for the reference object.
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.
extractRowFromExpression(Expression, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return the row from the given expression.
extractStatementFromItem(ReportItem, Map, SQLSelectStatement, Vector) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
 
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
extractValueFromObjectForField(Object, DatabaseField, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Extract the value of the primary key attribute from the specified object.
extractValues(boolean, boolean, ClassDescriptor, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Extract the primary key from the expression into the row.
extractValues(boolean, boolean, ClassDescriptor, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.internal.expressions.LogicalExpression
INTERNAL: Extract the values from the expression into the row.
extractValues(boolean, boolean, ClassDescriptor, AbstractRecord, AbstractRecord) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
INTERNAL: Extract the values from the expression into the row.
extractXml(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: XMLType Function, extracts a secton of XML from a larget XML document
ExtractXml - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
extractXml() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the extract expression operator

F

Facet - Interface in org.eclipse.persistence.jaxb.compiler.facets
 
FACET - Static variable in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
 
FacetVisitor<R,P> - Interface in org.eclipse.persistence.jaxb.compiler.facets
Visitor for Facet.
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
 
factoryClassWithoutFactoryMethod(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
factoryMethodNotDeclared(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
factoryMethodOrConstructorRequired(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
fail(String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
Throws an Assert.AssertException immediately.
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_INSTANTIATE_TEMP_CLASSLOADER - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
FAILED_TO_LOAD_PROJECT_XML - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
FAILED_WHILE_PROCESSING_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
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
 
failedToInstantiateTemporaryClassLoader(Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: Reflective call with doPrivileged to create temporary classloader instance failed.
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
 
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
 
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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
FALSE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FALSE - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
FALSE - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FALSE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'FALSE'.
FALSE() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
FALSE() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
FALSE() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
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.internal.jpa.deployment.xml.parser.XMLExceptionHandler
 
fatalError(SAXParseException) - Method in class org.eclipse.persistence.jaxb.JAXBErrorHandler
Handle fatal errors.
fatalError(SAXParseException) - Method in class org.eclipse.persistence.platform.xml.DefaultErrorHandler
 
fatalError(SAXParseException) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler
 
fatalErrorOccurred(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
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
 
FeatureResponseBuilder - Interface in org.eclipse.persistence.jpa.rs.features
Common interface for all response builders.
FeatureResponseBuilderImpl - Class in org.eclipse.persistence.jpa.rs.features
Response builder used in JPARS 1.0 and earlier versions.
FeatureResponseBuilderImpl() - Constructor for class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl
 
FeatureSet - Interface in org.eclipse.persistence.jpa.rs.features
This interface represents a set of JPARS features.
FeatureSet.Feature - Enum in org.eclipse.persistence.jpa.rs.features
 
FeatureSetPreV2 - Class in org.eclipse.persistence.jpa.rs.features
The legacy initial feature set.
FeatureSetPreV2() - Constructor for class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
 
FeatureSetV2 - Class in org.eclipse.persistence.jpa.rs.features
Feature set for service version 2.0.
FeatureSetV2() - Constructor for class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
 
FETCH - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.join-fetch"
FETCH - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
FETCH - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
fetch(SingularAttribute<? super X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
Fetch join to the specified attribute using an inner join.
fetch(SingularAttribute<? super X, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
Fetch join to the specified attribute using the given join type.
fetch(PluralAttribute<? super X, ?, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
Fetch join to the specified collection using an inner join.
fetch(PluralAttribute<? super X, ?, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
Fetch join to the specified collection using the given join type.
fetch(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
Fetch join to the specified attribute or association using an inner join.
fetch(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
Fetch join to the specified attribute or association using the given join type.
FETCH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
A constant for 'FETCH'.
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"
FETCH_GROUP_ATTRIBUTE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.fetch-group.attribute"
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"
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"
FETCH_GROUP_NAME - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.fetch-group.name"
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.
FetchAttribute - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
FetchAttributeImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
FetchAttributeImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.FetchAttributeImpl
 
FetchAttributeMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto a fetch attribute metadata from a named fetch group metadata.
FetchAttributeMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.FetchAttributeMetadata
INTERNAL: Used for XML loading.
FetchAttributeMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.FetchAttributeMetadata
INTERNAL: Used for annotation loading.
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 - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
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_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
FETCHGROUP_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
FETCHGROUP_TRACKER_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
FETCHGROUP_TRACKER_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
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(AttributeGroup, 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..
FetchGroupImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
FetchGroupImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.FetchGroupImpl
 
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
FetchGroupMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto a named fetch group metadata.
FetchGroupMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.FetchGroupMetadata
INTERNAL: Used for XML loading.
FetchGroupMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.FetchGroupMetadata
INTERNAL: Used for annotation loading.
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
 
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.
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.
FetchGroupTracker_class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
fetchGroupValidOnlyIfFetchGroupManagerInDescriptor(String, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
FetchJoinNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
FetchJoinNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.FetchJoinNode
 
fetchLocatorAndWriteValue(DatabaseCall, Object) - Method in class org.eclipse.persistence.internal.helper.LOBValueWriter
Fetch the locator(s) from the result set and write LOB value to the table
fetchPropertiesManager() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
Fetch properties manager.
fetchPropertiesManager() - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity
 
fetchPropertiesManager() - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
fetchRow(Vector, DatabaseField[], ResultSet, ResultSetMetaData, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Return a new DatabaseRow.
FF - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
Form feed
field - Variable in class org.eclipse.persistence.internal.descriptors.FieldTransformation
 
Field<CONVERSION_MANAGER extends ConversionManager,NAMESPACE_RESOLVER extends NamespaceResolver> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
Field - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
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
 
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
 
FieldExpression - Class in org.eclipse.persistence.internal.expressions
Field expressions represent a field of a table.
FieldExpression() - Constructor for class org.eclipse.persistence.internal.expressions.FieldExpression
FieldExpression constructor comment.
FieldExpression(DatabaseField) - Constructor for class org.eclipse.persistence.internal.expressions.FieldExpression
FieldExpression constructor comment.
FieldExpression(DatabaseField, Expression) - Constructor for class org.eclipse.persistence.internal.expressions.FieldExpression
FieldExpression constructor comment.
FieldImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
FieldImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.FieldImpl
 
fieldIsNotPresentInDatabase(ClassDescriptor, String, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
fieldLevelLockingNotSupportedWithoutUnitOfWork() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
FieldMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Synonym for Column for NoSql data.
FieldMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.FieldMetadata
INTERNAL: Used for XML loading.
FieldMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.FieldMetadata
INTERNAL: Used for annotation loading.
fieldNameNotSetInMapping(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
FieldPartitioningMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.partitioning
INTERNAL: Define JPA meta-data for partitioning policy.
FieldPartitioningMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
INTERNAL: Used for XML loading.
FieldPartitioningMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
INTERNAL: Used for annotation loading.
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 - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
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
 
FieldResultImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
FieldResultImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.FieldResultImpl
 
FieldResultMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto an field result metadata.
FieldResultMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.FieldResultMetadata
INTERNAL: Used for XML loading.
FieldResultMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.FieldResultMetadata
INTERNAL: Used for annotation loading.
FIELDS_FILTERING_BOTH_PARAMETERS_PRESENT - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
FIELDS_PARAM_NAME - Static variable in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilteringValidator
 
FieldsFilter - Class in org.eclipse.persistence.jpa.rs.features.fieldsfiltering
Filter for fields filtering (projection) feature.
FieldsFilter(FieldsFilterType, String) - Constructor for class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilter
 
fieldsFilteringBothParametersPresent() - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Both fields and excludeFields parameters are present in request.
FieldsFilteringValidator - Class in org.eclipse.persistence.jpa.rs.features.fieldsfiltering
Fields filtering feature validator/processor.
FieldsFilteringValidator(UriInfo) - Constructor for class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilteringValidator
Creates the validator.
FieldsFilterType - Enum in org.eclipse.persistence.jpa.rs.features.fieldsfiltering
Type of fields filter.
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.
FieldTransformation - Class in org.eclipse.persistence.internal.descriptors
INTERNAL: This class is used to store the field transformations on the TransformationMapping.
FieldTransformation() - Constructor for class org.eclipse.persistence.internal.descriptors.FieldTransformation
 
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
 
FieldTransformerNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
FieldTransformerNodeValue(TransformationMapping) - Constructor for class org.eclipse.persistence.internal.oxm.FieldTransformerNodeValue
 
FieldTranslation - Class in org.eclipse.persistence.internal.descriptors
Purpose: Used to define aggregate mapping field translations deployment XML mappings.
FieldTranslation() - Constructor for class org.eclipse.persistence.internal.descriptors.FieldTranslation
Default constructor.
FieldTranslation(DatabaseField, DatabaseField) - Constructor for class org.eclipse.persistence.internal.descriptors.FieldTranslation
Create an association.
FieldTypeDefinition - Class in org.eclipse.persistence.internal.databaseaccess
INTERNAL: Purpose: Define a database platform specific definition for a platform independent Java class type.
FieldTypeDefinition() - Constructor for class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
 
FieldTypeDefinition(String) - Constructor for class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Return a new field type.
FieldTypeDefinition(String, int) - Constructor for class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Return a new field type with a required size defaulting to the defaultSize.
FieldTypeDefinition(String, int, int) - Constructor for class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Return a new field type with a required size defaulting to the defaultSize.
FieldTypeDefinition(String, int, String) - Constructor for class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
 
FieldTypeDefinition(String, boolean) - Constructor for class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Return a new field type with a required size defaulting to the defaultSize.
FieldTypeDefinition(String, boolean, boolean) - Constructor for class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Return a new field type with a required size defaulting to the defaultSize and shouldAllowNull set to allowsNull.
FILE - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
FILE_ERROR - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
FILE_PATH_MISSING_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
FileBasedProjectCache - Class in org.eclipse.persistence.jpa.metadata
Purpose: Support serializing/deserializing a project representing application metadata to/from a file.
FileBasedProjectCache() - Constructor for class org.eclipse.persistence.jpa.metadata.FileBasedProjectCache
 
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
 
filePathMissingException(String) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
fileSeparator() - Static method in class org.eclipse.persistence.internal.helper.Helper
Return a string containing the platform-appropriate characters for separating directory and file names.
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
filter() - Static method in class org.eclipse.persistence.internal.expressions.SpatialExpressionOperators
ExpressionOperator for the MDSYS.SDO_FILTER Spatial Operator on the Oracle Database Use of this operator requires the Java spatial classes
Filter<T> - Interface in org.eclipse.persistence.jpa.jpql.utility.filter
A filter is used to determine if a value can be "accepted" or "rejected".
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.internal.jpa.StoredProcedureQueryImpl
Finalize method in case the query is not closed.
finalize() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
This method is used to remove the RemoteValueHolder from the dispatcher on Garbage collection from the client
finalize() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Finalize.
finalize() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
INTERNAL: Close the schema writer when the schema manger is garbage collected
finalizeProperties() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Perform any final generation and/or validation operations on TypeInfo properties.
find(Class<T>, Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Find by primary key.
find(Class<T>, Object, Map<String, Object>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Find by primary key, using the specified properties.
find(Class<T>, Object, LockModeType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Find by primary key and lock.
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Find by primary key and lock.
find(String, Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Find by primary key.
find(String, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A part of the facade over the JPA API Find an entity with the given name and id in JPA
find(Map<String, String>, String, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A part of the facade over the JPA API Find an entity with the given name and id in JPA
find(Map<String, String>, String, Object, Map<String, Object>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A part of the facade over the JPA API Find an entity with the given name and id in JPA
find(String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
find(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
Deprecated.
 
findAttribute(String, String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
findAttribute(String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
Deprecated.
 
findFiles(String, String[]) - Static method in class org.eclipse.persistence.tools.file.FileUtil
 
findGroup(DESCRIPTOR) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
findGroup(ClassDescriptor) - Method in class org.eclipse.persistence.queries.AttributeGroup
 
findIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Returns the IdentificationVariableStateObject representing the given identification variable.
findIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the IdentificationVariableStateObject representing the given identification variable.
findIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns the IdentificationVariableStateObject representing the given identification variable.
findIdentificationVariable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the IdentificationVariableStateObject representing the given identification variable.
findInfoForNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
findInputParameters(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves all the InputParameters with the given parameter name.
findJoinFetches() - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
findJoins(AbstractQueryImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
findManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the IManagedType for the given identification variable.
findManagedType(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.DeclarationStateObject
Returns the IManagedType for the given identification variable.
findManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
Returns the IManagedType for the given identification variable.
findManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Returns the IManagedType for the given identification variable.
findObjectChangeSet(ObjectChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: This method can be used find the equivalent changeset within this UnitOfWorkChangeSet Aggregates, and new objects without primaryKeys from serialized ChangeSets will not be found Which may result in duplicates, in the UnitOfWorkChangeSet.
findOrCreateLocalObjectChangeSet(Object, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL" This method is used during the merge process to either find the existing ChangeSet or create a new one.
findOrIntegrateObjectChangeSet(ObjectChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: This method will be used during the merge process to either find an equivalent change set within this UnitOfWorkChangeSet or integrate that changeset into this UOW ChangeSet
findPersistenceArchives() - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Search the classpath for persistence archives.
findPersistenceArchives(ClassLoader) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Search the classpath for persistence archives.
findPersistenceArchives(ClassLoader, String) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Return a list of Archives representing the root of the persistence descriptor.
findPersistenceArchives(ClassLoader, String, List<URL>) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Return a list of Archives representing the root of the persistence descriptor.
findPersistenceUnitInfo(String, Map) - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
Find PersistenceUnitInfo corresponding to the persistence unit name.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findQueryBNF(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Retrieves the JPQLQueryBNF that represents the fragment of this Expression that was used when parsing the given Expression.
findRootAndParameters(CommonAbstractCriteriaImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.CompoundSelectionImpl
 
findRootAndParameters(CommonAbstractCriteriaImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
 
findRootAndParameters(CommonAbstractCriteriaImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.FunctionExpressionImpl
 
findRootAndParameters(CommonAbstractCriteriaImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.InImpl
 
findRootAndParameters(CommonAbstractCriteriaImpl) - Method in interface org.eclipse.persistence.internal.jpa.querydef.InternalSelection
 
findRootAndParameters(CommonAbstractCriteriaImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl
 
findRootAndParameters(CommonAbstractCriteriaImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.PathImpl
 
findRootAndParameters(CommonAbstractCriteriaImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.RootImpl
 
findRootAndParameters(CommonAbstractCriteriaImpl) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
findUpdatedObjectsClasses() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Returns the set of classes corresponding to updated objects in objectChanges.
fine(String, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
fine(String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Fine
fine(SessionLog, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Fine
fine(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
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
 
finer(String, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
finer(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
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
 
finest(String, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
finest(String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Finest
finest(SessionLog, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Finest
finest(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
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
 
FirebirdPlatform - Class in org.eclipse.persistence.platform.database
 
FirebirdPlatform() - Constructor for class org.eclipse.persistence.platform.database.FirebirdPlatform
 
firePropertyChanged(String, Object, Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Notifies the IPropertyChangeListeners that have been registered with the given property name that the property has changed.
first() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
Moves the cursor to the first row in the result set
FIRST - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'FIRST'.
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
 
FIRST_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Notifies the first StateObject property has changed.
FIRST_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Notifies the first StateObject property has changed.
firstElement() - Method in class org.eclipse.persistence.indirection.IndirectList
 
firstElement() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
firstElement() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
firstElement() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Wait until has an element or is complete.
FIRSTRESULT_FIELD - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
 
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
 
FixedMimeTypePolicy(String, DatabaseMapping) - Constructor for class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
 
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Transporter, ObjectLevelReadQuery, DistributedSession) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
INTERNAL: An object has been serialized from the server to the remote client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - 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, DistributedSession) - 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, DistributedSession) - 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, DistributedSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
INTERNAL: An object has been serialized from the server to the client.
fixObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - 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, DistributedSession) - 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, DistributedSession) - 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, DistributedSession) - 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, DistributedSession) - 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, DistributedSession) - 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, DistributedSession) - 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, DistributedSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
fixOROXAccessors(Project, Project) - Static method in class org.eclipse.persistence.internal.xr.ProjectHelper
INTERNAL: Fix the given EclipseLink OR and OX projects so that the descriptors for all generated sub-classes of XRDynamicEntity have the correct AttributeAccessors.
fixRealObjectReferences(Object, Map, Map, ObjectLevelReadQuery, DistributedSession) - 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, DistributedSession) - 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, DistributedSession) - 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, DistributedSession) - 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.
FK_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
flatUnionFetchGroups(FetchGroup, FetchGroup, boolean) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Union two fetch groups as EntityFetchGroups.
FLOAT - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
FLOAT - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
FLOAT - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
FLOAT - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
FLOAT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
FLOAT_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
FLOAT_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
FLOAT_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FLOAT_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
FLOAT_REGEXP - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The Pattern representing the regular expression of a numerical value as a float.
FLOAT_SUFFIX - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
FLOAT_SUFFIX - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FloatLiteralNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
FloatLiteralNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.FloatLiteralNode
FloatLiteralNode constructor comment.
FloatLiteralNode(Object) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.FloatLiteralNode
 
FLOATOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
FloatObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.FloatObjectWrapperImpl
 
floatType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Float}.
floatType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Float}.
floatType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Float.
FloatWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.FloatWrapperImpl
 
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"
flush() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Synchronize the persistence context with the underlying database.
flush() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
flush() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
flush() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
flush() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
flush() - Method in class org.eclipse.persistence.oxm.record.WriterRecord
 
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
The "eclipselink.flush-clear.cache" property 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
 
flushSelectCalls(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Execute any deferred select calls.
flushSelectCalls(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Execute any deferred select calls stored in the LOBValueWriter instance.
flushSelectCalls(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Added as a result of Bug 2804663 - satisfy the Accessor interface implementation.
FOLLOW_22_in_array514 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_22_in_object462 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_23_in_pair488 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_24_in_array508 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_25_in_array522 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_26_in_value654 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_27_in_value677 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_28_in_value631 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_29_in_object456 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_30_in_object470 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_ABS_in_abs7506 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_abs_in_functionsReturningNumerics6661 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_abstractSchemaName_in_deleteClause1392 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_abstractSchemaName_in_rangeVariableDeclaration2603 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_abstractSchemaName_in_updateClause1030 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_aggregateExpression_in_arithmeticPrimary5099 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_aggregateExpression_in_constructorItem2405 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_aggregateExpression_in_selectExpression1666 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_aggregateExpression_in_simpleSelectExpression8232 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_ALL_in_anyOrAllExpression5417 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_AND_in_betweenExpression3964 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_AND_in_conditionalTerm3459 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_ANY_in_anyOrAllExpression5447 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_anyOrAllExpression_in_comparisonExpressionRightOperand4699 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_arithmeticExpression_in_comparisonExpressionRightOperand4671 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_arithmeticExpression_in_scalarOrSubSelectExpression5270 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_arithmeticExpression_in_simpleConditionalExpression3679 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_arithmeticFactor_in_arithmeticTerm4895 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_arithmeticFactor_in_arithmeticTerm4917 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_arithmeticFactor_in_arithmeticTerm4952 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_arithmeticPrimary_in_arithmeticFactor5013 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_arithmeticPrimary_in_arithmeticFactor5041 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_arithmeticPrimary_in_arithmeticFactor5065 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_arithmeticTerm_in_simpleArithmeticExpression4781 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_arithmeticTerm_in_simpleArithmeticExpression4803 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_arithmeticTerm_in_simpleArithmeticExpression4838 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_array_in_message448 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_array_in_value612 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_AS_in_collectionMemberDeclaration2915 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_AS_in_deleteClause1405 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_AS_in_join2712 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_AS_in_join2757 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_AS_in_join2768 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_AS_in_rangeVariableDeclaration2606 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_AS_in_selectItem1614 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_AS_in_subselectIdentificationVariableDeclaration8419 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_AS_in_updateClause1043 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_ASC_in_orderByItem8602 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_associationPathExpression_in_subselectIdentificationVariableDeclaration8416 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_attribute_in_joinAssociationPathExpression3045 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_attribute_in_pathExpression3186 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_attribute_in_pathExprOrVariableAccess1833 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_attribute_in_setAssignmentTarget1223 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_AVG_in_aggregateExpression1971 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_BETWEEN_in_betweenExpression3948 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_betweenExpression_in_conditionWithNotExpression3822 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_BOTH_in_trimSpec7292 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_BY_in_groupByClause8714 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_BY_in_orderByClause8504 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_CASE_in_generalCaseExpression5786 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_CASE_in_simpleCaseExpression5707 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_caseExpression_in_arithmeticPrimary5141 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_caseOperand_in_simpleCaseExpression5713 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COALESCE_in_coalesceExpression5859 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_coalesceExpression_in_caseExpression5656 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_collectionMemberDeclaration_in_fromClause2483 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_collectionMemberDeclaration_in_subqueryFromClause8356 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_collectionMemberDeclaration_in_subselectIdentificationVariableDeclaration8469 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_collectionMemberExpression_in_conditionWithNotExpression3865 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_collectionValuedPathExpression_in_collectionMemberDeclaration2903 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_collectionValuedPathExpression_in_collectionMemberExpression4399 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_collectionValuedPathExpression_in_size7721 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_coalesceExpression5872 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_concat6992 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_constructorExpression2267 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_fromClause2453 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_func7978 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_groupByClause8741 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_inExpression4093 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_locate7629 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_locate7647 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_mod7779 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_nullIfExpression5935 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_orderByClause8536 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_selectClause1508 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_setClause1119 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_subqueryFromClause8311 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_substring7079 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COMMA_in_substring7104 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_comparisonExpression_in_simpleConditionalExpressionRemainder3741 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_comparisonExpressionRightOperand_in_comparisonExpression4495 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_comparisonExpressionRightOperand_in_comparisonExpression4522 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_comparisonExpressionRightOperand_in_comparisonExpression4549 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_comparisonExpressionRightOperand_in_comparisonExpression4576 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_comparisonExpressionRightOperand_in_comparisonExpression4603 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_comparisonExpressionRightOperand_in_comparisonExpression4630 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_CONCAT_in_concat6961 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_concat_in_functionsReturningStrings6870 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_conditionalExpression_in_conditionalPrimary3631 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_conditionalExpression_in_havingClause8809 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_conditionalExpression_in_synpred1_JPQL3612 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_conditionalExpression_in_whenClause6045 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_conditionalExpression_in_whereClause3326 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_conditionalFactor_in_conditionalTerm3444 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_conditionalFactor_in_conditionalTerm3465 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_conditionalPrimary_in_conditionalFactor3539 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_conditionalTerm_in_conditionalExpression3368 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_conditionalTerm_in_conditionalExpression3389 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_conditionWithNotExpression_in_simpleConditionalExpressionRemainder3763 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_constructorExpression_in_selectExpression1715 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_constructorItem_in_constructorExpression2252 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_constructorItem_in_constructorExpression2273 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_constructorName_in_constructorExpression2227 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_COUNT_in_aggregateExpression2153 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_CURRENT_DATE_in_functionsReturningDatetime6789 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_CURRENT_TIME_in_functionsReturningDatetime6810 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_CURRENT_TIMESTAMP_in_functionsReturningDatetime6830 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DATE_LITERAL_in_literalTemporal6543 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DELETE_in_deleteClause1384 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_deleteClause_in_deleteStatement1328 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_deleteStatement_in_document791 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DESC_in_orderByItem8631 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DISTINCT_in_aggregateExpression1976 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DISTINCT_in_aggregateExpression2022 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DISTINCT_in_aggregateExpression2068 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DISTINCT_in_aggregateExpression2113 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DISTINCT_in_aggregateExpression2158 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DISTINCT_in_selectClause1461 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DISTINCT_in_simpleSelectClause8161 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DIVIDE_in_arithmeticTerm4946 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DOT_in_constructorName2343 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DOT_in_joinAssociationPathExpression3039 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DOT_in_pathExpression3180 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DOT_in_pathExprOrVariableAccess1827 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_DOUBLE_LITERAL_in_literalNumeric6383 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_ELSE_in_generalCaseExpression5807 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_ELSE_in_simpleCaseExpression5734 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_EMPTY_in_emptyCollectionComparisonExpression4347 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_emptyCollectionComparisonExpression_in_isExpression3915 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_END_in_generalCaseExpression5815 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_END_in_simpleCaseExpression5742 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_entityTypeExpression_in_nonArithmeticScalarExpression5387 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_ENTRY_in_mapEntryExpression1770 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_EOF_in_deleteStatement1351 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_EOF_in_selectStatement910 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_EOF_in_updateStatement992 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_EQUALS_in_comparisonExpression4489 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_EQUALS_in_setAssignmentClause1187 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_ESCAPE_in_escape4259 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_escape_in_likeExpression4219 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_EXISTS_in_existsExpression4439 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_existsExpression_in_conditionalFactor3568 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_FALSE_in_literalBoolean6443 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_FETCH_in_join2797 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_FLOAT_LITERAL_in_literalNumeric6363 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_FROM_in_deleteClause1386 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_FROM_in_fromClause2439 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_FROM_in_subqueryFromClause8282 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_FROM_in_trim7194 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_fromClause_in_selectStatement839 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_FUNC_in_func7955 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_func_in_functionsReturningNumerics6759 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_functionsReturningDatetime_in_nonArithmeticScalarExpression5317 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_functionsReturningNumerics_in_arithmeticPrimary5155 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_functionsReturningStrings_in_nonArithmeticScalarExpression5331 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_functionsReturningStrings_in_stringPrimary6206 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_generalCaseExpression_in_caseExpression5643 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_GREATER_THAN_EQUAL_TO_in_comparisonExpression4570 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_GREATER_THAN_in_comparisonExpression4543 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_GROUP_in_groupByClause8712 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_groupByClause_in_selectStatement869 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_groupByClause_in_subquery8099 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_HAVING_in_havingClause8792 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_havingClause_in_selectStatement885 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_havingClause_in_subquery8115 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IDENT_in_collectionMemberDeclaration2921 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IDENT_in_constructorName2329 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IDENT_in_constructorName2347 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IDENT_in_deleteClause1411 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IDENT_in_join2718 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IDENT_in_join2763 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IDENT_in_join2774 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IDENT_in_rangeVariableDeclaration2612 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IDENT_in_selectItem1622 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IDENT_in_subselectIdentificationVariableDeclaration8425 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IDENT_in_updateClause1051 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IDENT_in_variableAccessOrTypeConstant3282 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_identificationVariableDeclaration_in_fromClause2441 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_identificationVariableDeclaration_in_fromClause2458 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_identificationVariableDeclaration_in_subselectIdentificationVariableDeclaration8403 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IN_in_collectionMemberDeclaration2895 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IN_in_inExpression4016 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IN_in_inExpression4049 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_index_in_functionsReturningNumerics6745 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_INDEX_in_index7903 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_inExpression_in_conditionWithNotExpression3851 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_INNER_in_joinSpec2861 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_inputParameter_in_arithmeticPrimary5127 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_inputParameter_in_inExpression4022 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_inputParameter_in_stringPrimary6220 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_inputParameter_in_trimChar7366 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_inputParameter_in_typeDiscriminator5593 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_INTEGER_LITERAL_in_literalNumeric6326 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_IS_in_simpleConditionalExpressionRemainder3774 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_isExpression_in_simpleConditionalExpressionRemainder3787 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_join_in_identificationVariableDeclaration2568 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_JOIN_in_joinSpec2867 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_join_in_subselectIdentificationVariableDeclaration8452 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_joinAssociationPathExpression_in_join2709 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_joinAssociationPathExpression_in_join2755 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_joinAssociationPathExpression_in_join2803 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_joinSpec_in_join2695 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_KEY_in_qualifiedIdentificationVariable1903 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEADING_in_trimSpec7256 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_in_joinSpec2849 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_abs7508 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_aggregateExpression1973 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_aggregateExpression2019 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_aggregateExpression2065 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_aggregateExpression2110 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_aggregateExpression2155 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_anyOrAllExpression5419 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_anyOrAllExpression5449 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_anyOrAllExpression5479 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_arithmeticExpression4741 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_arithmeticPrimary5165 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_coalesceExpression5861 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_collectionMemberDeclaration2897 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_concat6972 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_conditionalPrimary3625 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_constructorExpression2237 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_existsExpression4441 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_func7957 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_index7905 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_inExpression4059 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_join2749 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_length7556 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_locate7612 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_lower7459 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_mapEntryExpression1772 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_mod7763 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_nullIfExpression5927 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_qualifiedIdentificationVariable1905 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_qualifiedIdentificationVariable1930 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_selectExpression1692 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_size7715 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_sqrt7853 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_substring7063 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_synpred1_JPQL3610 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_trim7170 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_typeDiscriminator5562 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_typeDiscriminator5587 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LEFT_ROUND_BRACKET_in_upper7411 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_length_in_functionsReturningNumerics6675 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LENGTH_in_length7554 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LESS_THAN_EQUAL_TO_in_comparisonExpression4624 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LESS_THAN_in_comparisonExpression4597 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LIKE_in_likeExpression4198 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_likeExpression_in_conditionWithNotExpression3837 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_literalBoolean_in_literal6282 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_literalBoolean_in_nonArithmeticScalarExpression5359 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_literalNumeric_in_arithmeticPrimary5187 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_literalNumeric_in_literal6268 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_literalString_in_literal6296 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_literalString_in_nonArithmeticScalarExpression5345 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_literalString_in_stringPrimary6192 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_literalString_in_trimChar7352 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_literalTemporal_in_nonArithmeticScalarExpression5373 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_locate_in_functionsReturningNumerics6717 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LOCATE_in_locate7602 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LONG_LITERAL_in_literalNumeric6342 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_lower_in_functionsReturningStrings6926 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_LOWER_in_lower7457 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_mapEntryExpression_in_selectExpression1730 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_MAX_in_aggregateExpression2017 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_MEMBER_in_collectionMemberExpression4388 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_MIN_in_aggregateExpression2063 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_MINUS_in_arithmeticFactor5035 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_MINUS_in_simpleArithmeticExpression4832 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_mod_in_functionsReturningNumerics6689 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_MOD_in_mod7761 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_MULTIPLY_in_arithmeticTerm4911 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_NAMED_PARAM_in_inputParameter6621 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_NEW_in_constructorExpression2221 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_newValue_in_func7984 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_newValue_in_setAssignmentClause1193 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_nonArithmeticScalarExpression_in_comparisonExpressionRightOperand4685 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_nonArithmeticScalarExpression_in_scalarExpression5234 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_nonArithmeticScalarExpression_in_scalarOrSubSelectExpression5285 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_nonArithmeticScalarExpression_in_simpleConditionalExpression3700 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_NOT_EQUAL_TO_in_comparisonExpression4516 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_NOT_in_conditionalFactor3520 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_NOT_in_simpleConditionalExpressionRemainder3755 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_NOT_in_simpleConditionalExpressionRemainder3779 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_NULL_in_newValue1284 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_NULL_in_nullComparisonExpression4306 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_nullComparisonExpression_in_isExpression3900 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_NULLIF_in_nullIfExpression5925 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_nullIfExpression_in_caseExpression5669 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_Number_in_value566 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_object_in_message444 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_OBJECT_in_selectExpression1690 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_object_in_value593 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_OF_in_collectionMemberExpression4391 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_OR_in_conditionalExpression3383 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_ORDER_in_orderByClause8502 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_orderByClause_in_selectStatement900 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_orderByItem_in_orderByClause8521 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_orderByItem_in_orderByClause8542 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_OUTER_in_joinSpec2852 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_pair_in_object459 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_pair_in_object464 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_pathExpression_in_associationPathExpression2991 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_pathExpression_in_collectionValuedPathExpression2959 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_pathExpression_in_setAssignmentTarget1238 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_pathExpression_in_singleValuedPathExpression3101 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_pathExpression_in_stateFieldPathExpression3133 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_pathExprOrVariableAccess_in_arithmeticPrimary5113 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_PLUS_in_arithmeticFactor5006 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_PLUS_in_simpleArithmeticExpression4797 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_POSITIONAL_PARAM_in_inputParameter6601 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_qualifiedIdentificationVariable_in_joinAssociationPathExpression3024 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_qualifiedIdentificationVariable_in_pathExpression3165 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_qualifiedIdentificationVariable_in_pathExprOrVariableAccess1812 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_rangeVariableDeclaration_in_identificationVariableDeclaration2549 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_abs7516 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_aggregateExpression1996 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_aggregateExpression2043 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_aggregateExpression2088 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_aggregateExpression2133 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_aggregateExpression2178 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_anyOrAllExpression5427 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_anyOrAllExpression5457 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_anyOrAllExpression5487 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_arithmeticExpression4749 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_arithmeticPrimary5173 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_coalesceExpression5884 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_collectionMemberDeclaration2905 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_concat7012 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_conditionalPrimary3633 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_constructorExpression2288 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_existsExpression4449 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_func8016 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_index7913 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_inExpression4168 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_join2765 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_length7564 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_locate7666 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_lower7467 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_mapEntryExpression1780 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_mod7804 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_nullIfExpression5943 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_qualifiedIdentificationVariable1913 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_qualifiedIdentificationVariable1938 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_selectExpression1700 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_size7723 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_sqrt7861 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_substring7122 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_trim7220 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_typeDiscriminator5570 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_typeDiscriminator5595 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_RIGHT_ROUND_BRACKET_in_upper7419 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_aggregateExpression1994 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_aggregateExpression2041 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_aggregateExpression2086 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_aggregateExpression2131 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_aggregateExpression2176 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_coalesceExpression5867 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_coalesceExpression5878 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_concat6987 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_concat6998 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_constructorItem2391 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_escape4265 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_generalCaseExpression5813 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_groupByClause8728 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_groupByClause8747 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_length7562 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_locate7627 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_locate7635 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_locate7653 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_lower7465 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_mod7777 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_mod7794 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_newValue1270 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_nullIfExpression5933 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_nullIfExpression5941 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_orderByItem8588 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_selectExpression1680 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_simpleCaseExpression5740 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_simpleWhenClause6101 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_simpleWhenClause6109 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_sqrt7859 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_substring7077 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_substring7093 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_substring7110 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_upper7417 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarExpression_in_whenClause6053 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarOrSubSelectExpression_in_betweenExpression3962 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarOrSubSelectExpression_in_betweenExpression3970 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarOrSubSelectExpression_in_inExpression4075 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarOrSubSelectExpression_in_inExpression4099 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_scalarOrSubSelectExpression_in_likeExpression4204 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_SELECT_in_selectClause1458 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_SELECT_in_simpleSelectClause8158 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_selectClause_in_selectStatement824 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_selectExpression_in_selectItem1610 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_selectItem_in_selectClause1480 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_selectItem_in_selectClause1514 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_selectStatement_in_document763 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_SET_in_setClause1100 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_setAssignmentClause_in_setClause1106 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_setAssignmentClause_in_setClause1125 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_setAssignmentTarget_in_setAssignmentClause1183 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_setClause_in_updateStatement968 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_simpleArithmeticExpression_in_abs7514 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_simpleArithmeticExpression_in_arithmeticExpression4731 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_simpleArithmeticExpression_in_arithmeticPrimary5171 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_simpleArithmeticExpression_in_scalarExpression5219 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_simpleCaseExpression_in_caseExpression5630 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_simpleConditionalExpression_in_conditionalPrimary3647 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_simpleConditionalExpressionRemainder_in_simpleConditionalExpression3685 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_simpleConditionalExpressionRemainder_in_simpleConditionalExpression3706 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_simpleSelectClause_in_subquery8054 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_simpleSelectExpression_in_simpleSelectClause8177 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_simpleWhenClause_in_simpleCaseExpression5719 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_simpleWhenClause_in_simpleCaseExpression5728 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_singleValuedPathExpression_in_simpleSelectExpression8217 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_singleValuedPathExpression_in_variableOrSingleValuedPath6146 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_size_in_functionsReturningNumerics6731 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_SIZE_in_size7704 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_SOME_in_anyOrAllExpression5477 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_sqrt_in_functionsReturningNumerics6703 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_SQRT_in_sqrt7842 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_stateFieldPathExpression_in_caseOperand5990 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_stateFieldPathExpression_in_stringPrimary6234 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_String_in_pair486 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_String_in_value539 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_STRING_LITERAL_DOUBLE_QUOTED_in_literalString6482 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_STRING_LITERAL_SINGLE_QUOTED_in_func7969 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_STRING_LITERAL_SINGLE_QUOTED_in_literalString6503 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_stringPrimary_in_trim7210 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_subquery_in_anyOrAllExpression5425 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_subquery_in_anyOrAllExpression5455 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_subquery_in_anyOrAllExpression5485 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_subquery_in_arithmeticExpression4747 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_subquery_in_existsExpression4447 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_subquery_in_inExpression4134 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_subqueryFromClause_in_subquery8069 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_subselectIdentificationVariableDeclaration_in_subqueryFromClause8284 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_subselectIdentificationVariableDeclaration_in_subqueryFromClause8330 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_substring_in_functionsReturningStrings6884 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_SUBSTRING_in_substring7050 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_SUM_in_aggregateExpression2108 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_THEN_in_simpleWhenClause6103 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_THEN_in_whenClause6047 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_TIME_LITERAL_in_literalTemporal6557 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_TIMESTAMP_LITERAL_in_literalTemporal6571 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_TRAILING_in_trimSpec7274 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_TREAT_in_join2747 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_trim_in_functionsReturningStrings6898 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_TRIM_in_trim7160 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_trimChar_in_trim7192 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_trimSpec_in_trim7186 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_TRUE_in_literalBoolean6421 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_TYPE_in_typeDiscriminator5560 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_TYPE_in_typeDiscriminator5585 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_typeDiscriminator_in_caseOperand6004 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_typeDiscriminator_in_entityTypeExpression5527 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_UPDATE_in_updateClause1024 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_updateClause_in_updateStatement953 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_updateStatement_in_document777 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_upper_in_functionsReturningStrings6912 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_UPPER_in_upper7409 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_value_in_array511 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_value_in_array516 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_value_in_pair490 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FOLLOW_VALUE_in_qualifiedIdentificationVariable1928 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_variableAccessOrTypeConstant_in_index7911 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_variableAccessOrTypeConstant_in_mapEntryExpression1778 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_variableAccessOrTypeConstant_in_qualifiedIdentificationVariable1889 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_variableAccessOrTypeConstant_in_qualifiedIdentificationVariable1911 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_variableAccessOrTypeConstant_in_qualifiedIdentificationVariable1936 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_variableAccessOrTypeConstant_in_selectExpression1698 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_variableAccessOrTypeConstant_in_simpleSelectExpression8247 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_variableAccessOrTypeConstant_in_variableOrSingleValuedPath6160 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_variableOrSingleValuedPath_in_typeDiscriminator5568 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_WHEN_in_simpleWhenClause6095 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_WHEN_in_whenClause6039 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_whenClause_in_generalCaseExpression5792 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_whenClause_in_generalCaseExpression5801 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_WHERE_in_whereClause3320 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_whereClause_in_deleteStatement1341 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_whereClause_in_selectStatement854 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_whereClause_in_subquery8084 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FOLLOW_whereClause_in_updateStatement982 - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FORCE_DROP - Static variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Allow replacing of table to force the drop, this may require several passes.
FORCE_FIELD_NAMES_TO_UPPERCASE_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
forceBatchStatementExecution() - Method in class org.eclipse.persistence.queries.ModifyQuery
PUBLIC: Returns if this query has been set to flush on execution.
forceUpdateToVersionField(Object, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Set optimistic read lock on the object.
forceUpdateToVersionField(Object, boolean) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Set optimistic read lock on the object.
forceValueWrapper() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
forceValueWrapper() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
forceValueWrapper() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
forceValueWrapper() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
forEach(Consumer<? super E>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectList
 
forEach(BiConsumer<? super K, ? super V>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
forEach(Consumer<? super E>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectSet
 
FOREIGN_KEYS_DEFINED_INCORRECTLY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ForeignKey - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
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
 
ForeignKeyImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
ForeignKeyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.ForeignKeyImpl
 
ForeignKeyMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Object to process JPA foreign key metadata.
ForeignKeyMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.ForeignKeyMetadata
INTERNAL: Used for XML loading.
ForeignKeyMetadata(ForeignKeyMetadata) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.ForeignKeyMetadata
INTERNAL: Used for annotation loading from subclasses of ForeignKeyMetadata.
ForeignKeyMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.ForeignKeyMetadata
INTERNAL: Used for annotation loading.
ForeignKeyMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.ForeignKeyMetadata
INTERNAL: Used for XML loading.
foreignKeysDefinedIncorrectly(ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
ForeignReferenceMapping - Class in org.eclipse.persistence.mappings
Purpose: Abstract class for relationship mappings
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
 
forget(ComputableTask<A, V>, A) - Method in class org.eclipse.persistence.internal.cache.Memoizer
Forgets result of the specified task.
forgetAll() - Method in class org.eclipse.persistence.internal.cache.Memoizer
Forgets all cached results.
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.
formatIdentifier(String) - Method in enum org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
Formats the given JPQL identifier, if it needs to be decorated with more information.
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
 
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
 
ForUpdateClause - Class in org.eclipse.persistence.internal.expressions
Purpose:Represents The FOR UPDATE pessimistically locking clause.
ForUpdateClause() - Constructor for class org.eclipse.persistence.internal.expressions.ForUpdateClause
 
ForUpdateClause(short) - Constructor for class org.eclipse.persistence.internal.expressions.ForUpdateClause
 
ForUpdateClause(Integer) - Constructor for class org.eclipse.persistence.internal.expressions.ForUpdateClause
 
ForUpdateOfClause - Class in org.eclipse.persistence.internal.expressions
Purpose:Represents The FOR UPDATE OF fine-grained pessimistically locking clause.
ForUpdateOfClause() - Constructor for class org.eclipse.persistence.internal.expressions.ForUpdateOfClause
 
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_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
Frac - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
Frac - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
FragmentCollectionMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,SESSION extends CoreSession,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
FragmentContentHandler - Class in org.eclipse.persistence.internal.oxm
This class is used when marshalling to a ContentHandler when the fragment flag on XMLMarshaller is true It wraps a given ContentHandler and passes the events to that ContentHandler The startDocument and endDocumentevents are not triggered on the reference ContentHandler.
FragmentContentHandler(ContentHandler) - Constructor for class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
FragmentMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,SESSION extends CoreSession,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
FREE_METADATA - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.memory.free-metadata" property configures the JPA internal deployment metadata to be released after deployment.
freeTemporaryObject(Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Used by some platforms during reading of ResultSet to free temporary objects.
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 class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
FROM - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
from(EntityType<X>) - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
Add a query root corresponding to the given entity, forming a Cartesian product with any existing roots.
from(Class<X>) - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
Add a query root corresponding to the given entity, forming a Cartesian product with any existing roots.
from(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaDeleteImpl
 
from(EntityType<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaDeleteImpl
 
from(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl
 
from(EntityType<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl
 
FROM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'FROM'.
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
FromAliasExpression - Class in org.eclipse.persistence.internal.expressions
Represents an alias to a item selected by a from clause sub-select.
FromAliasExpression() - Constructor for class org.eclipse.persistence.internal.expressions.FromAliasExpression
 
FromAliasExpression(String, Expression) - Constructor for class org.eclipse.persistence.internal.expressions.FromAliasExpression
 
fromClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
fromClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
FromClause - Class in org.eclipse.persistence.jpa.jpql.parser
The FROM clause of a query defines the domain of the query by declaring identification variables.
FromClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FromClause
Creates a new FromClause.
FromClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the from clause.
FromClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FromClauseBNF
Creates a new FromClauseBNF.
FromClauseFactory - Class in org.eclipse.persistence.jpa.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.jpql.parser.FromClauseFactory
Creates a new FromClauseFactory.
FromClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The FROM clause of a query defines the domain of the query by declaring identification variables.
FromClauseStateObject(SelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
Creates a new FromClauseStateObject.
fromCode(String) - Static method in enum org.eclipse.persistence.jpa.rs.features.ServiceVersion
Returns enumeration value by version number as it appears in URI.
fromConstant(Object, Expression) - Static method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Create an expression node.
fromExpression(Expression, Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
ADVANCED: Allow a Criteria Expression to be built from a EclipseLink native API Expression object.
fromExpression(Expression) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
ADVANCED: Allow a Criteria Expression to be built from a EclipseLink native API Expression object.
fromExpression(Expression, Class<T>) - Method in interface org.eclipse.persistence.jpa.JpaCriteriaBuilder
ADVANCED: Allow a Criteria Expression to be built from a EclipseLink native API Expression object.
fromExpression(Expression) - Method in interface org.eclipse.persistence.jpa.JpaCriteriaBuilder
ADVANCED: Allow a Criteria Expression to be built from a EclipseLink native API Expression object.
FromImpl<Z,X> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the From interface of the JPA criteria API.
FromImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
FromImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>, FromImpl) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
fromLiteral(String, Expression) - Static method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Create an expression node.
FromNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
FromNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.FromNode
 
FROMSTRING_METHOD_ERROR - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
FromSubqueryResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver wraps a subquery that is used as the "root" object in a query's declaration.
FromSubqueryResolver(Resolver, JPQLQueryContext, SimpleSelectStatement) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
Creates a new FromSubqueryResolver.
FromSubSelectExpression - Class in org.eclipse.persistence.internal.expressions
Allow a table expression to be created on a sub-select to define a sub-select in the from clause.
FromSubSelectExpression() - Constructor for class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
 
FromSubSelectExpression(SubSelectExpression) - Constructor for class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
 
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
 
Full - Static variable in class org.eclipse.persistence.config.CacheType
A Soft cache holds all objects read by the application.
Full - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
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.
FullIdentityMap - Class in org.eclipse.persistence.internal.identitymaps
Purpose: A FullIdentityMap holds all objects stored within it for the life of the application.
FullIdentityMap() - Constructor for class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
Used to allow subclasses to build different map type.
FullIdentityMap(int, ClassDescriptor, AbstractSession, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
 
FullIdentityMap_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
FullyQualifyPathExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.parser
This visitor makes sure that all path expressions are fully qualified with a "virtual" identification variable if the range variable declaration does not define one.
FullyQualifyPathExpressionVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
 
FUNC - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
FUNC - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
func() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FUNC - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant 'FUNC', which is an EclipseLink specific identifier that was added in version 2.1.
FuncNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
function(String, Class<T>, Expression<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression for execution of a database function.
FUNCTION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant 'FUNCTION', part of JPA 2.1.
function(String, String, String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression <identifier>('functionName' {, expression}*).
function(String, String, T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression <identifier>('functionName' {, expression}*).
function(String, String, String...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression <identifier>('functionName' {, expression}*).
function(String, String, T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression <identifier>('functionName' {, expression}*).
FUNCTION_NAME_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Notifies the function name property has changed.
FunctionalExpressionNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
FunctionalExpressionNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.FunctionalExpressionNode
FunctionalExpressionNode constructor comment.
FunctionExpression - Class in org.eclipse.persistence.internal.expressions
Used for expressions that have 0 to n children.
FunctionExpression() - Constructor for class org.eclipse.persistence.internal.expressions.FunctionExpression
 
FunctionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression adds support to call native database functions.
FunctionExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Creates a new FuncExpression.
FunctionExpression(AbstractExpression, String, FunctionExpressionFactory.ParameterCount, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Creates a new FunctionExpression.
FunctionExpression_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
FunctionExpression_HasExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MissingFunctionName - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MissingOneExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_MoreThanOneExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpression_UnknownColumn - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
FunctionExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the EclipseLink's function expression.
FunctionExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionBNF
Creates a new FunctionExpressionBNF.
FunctionExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This FunctionExpressionFactory creates a new FunctionExpression when the portion of the query to parse starts with an identifier related to a SQL function.
FunctionExpressionFactory(String, FunctionExpressionFactory.ParameterCount, String, String...) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
Creates a new FunctionExpressionFactory.
FunctionExpressionFactory(String, String...) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
Creates a new FunctionExpressionFactory.
FunctionExpressionFactory.ParameterCount - Enum in org.eclipse.persistence.jpa.jpql.parser
The number of parameters a FunctionExpression can have.
FunctionExpressionImpl<X> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the Predicate interface of the JPA criteria API.
FunctionExpressionImpl(Metamodel, Class<X>, Expression, List<Expression<?>>, String) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.FunctionExpressionImpl
 
FunctionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
 
FunctionExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Creates a new AbstractFunctionExpressionStateObject.
FunctionExpressionStateObject(StateObject, String, String, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Creates a new AbstractFunctionExpressionStateObject.
FunctionField - Class in org.eclipse.persistence.internal.helper
INTERNAL:
FunctionField() - Constructor for class org.eclipse.persistence.internal.helper.FunctionField
 
FunctionField(String) - Constructor for class org.eclipse.persistence.internal.helper.FunctionField
A unique field name should still be given to the function.
FunctionItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the parameters of a function expression.
FunctionItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionItemBNF
Creates a new FunctionItemBNF.
FunctionOperator - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
functionsReturningDatetime() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FunctionsReturningDatetimeBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a function expression returning a date/time value.
FunctionsReturningDatetimeBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningDatetimeBNF
Creates a new FunctionsReturningDatetimeBNF.
functionsReturningNumerics() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FunctionsReturningNumericsBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a function expression returning a numeric value.
FunctionsReturningNumericsBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningNumericsBNF
Creates a new FunctionsReturningNumericsBNF.
functionsReturningStrings() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
FunctionsReturningStringsBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a function expression returning a string value.
FunctionsReturningStringsBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningStringsBNF
Creates a new FunctionsReturningStringsBNF.

G

G_DAY - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
G_DAY_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
G_MONTH - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
G_MONTH_DAY - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
G_MONTH_DAY_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
G_MONTH_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
G_YEAR - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
G_YEAR_MONTH - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
G_YEAR_MONTH_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
G_YEAR_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
GDAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
GDAY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ge(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is greater than or equal to the second.
ge(Expression<? extends Number>, Number) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is greater than or equal to the second.
generalCaseExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
GeneralCaseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a general case expression.
GeneralCaseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GeneralCaseExpressionBNF
Creates a new GeneralCaseExpressionBNF.
GeneralIdentificationExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This 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.jpql.parser.GeneralIdentificationExpressionFactory
Creates a new GeneralIdentificationExpressionFactory.
GeneralIdentificationVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a general identification variable expression.
GeneralIdentificationVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationVariableBNF
Creates a new GeneralIdentificationVariableBNF.
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.XMLProcessor
 
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, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateAnyCollectionMapping(Property, Descriptor, NamespaceInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateAnyObjectMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateBaseBuilderExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
 
generateBinaryDataCollectionMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateBinaryMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateChoiceCollectionMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateChoiceMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateClass(String, byte[]) - Method in class org.eclipse.persistence.internal.jaxb.JaxbClassLoader
 
generateCollectionMapping(Property, Descriptor, JavaClass, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateCompositeCollectionMapping(Property, Descriptor, JavaClass, NamespaceInfo, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateCompositeObjectMapping(Property, Descriptor, NamespaceInfo, String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generatedAlias(String) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Returns a generated alias based on the column name.
generateDefaultTableCreator() - Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Generate a default TableCreator object from the EclipseLink project object.
generateDescriptor(JavaClass, CoreProject) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateDescriptorForJAXBElementSubclass(JavaClass, CoreProject, NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateDirectCollectionMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateDirectEnumerationMapping(Property, Descriptor, NamespaceInfo, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateDirectMapping(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
GeneratedValue - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
GeneratedValueImpl - Class in org.eclipse.persistence.internal.jpa.config.sequencing
JPA scripting API implementation.
GeneratedValueImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.sequencing.GeneratedValueImpl
 
GeneratedValueMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.sequencing
Metadata object to hold generated value information.
GeneratedValueMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.GeneratedValueMetadata
INTERNAL: Used for XML loading.
GeneratedValueMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.GeneratedValueMetadata
INTERNAL: Used annotation loading.
generateEnumCollectionMapping(Property, Descriptor, NamespaceInfo, EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AbsNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AggregateNode
INTERNAL Return a EclipseLink expression generated using the left node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AllNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AndNode
INTERNAL Return a EclipseLink expression by 'AND'ing the expressions from the left and right nodes
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AnyNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.BetweenNode
INTERNAL Return a EclipseLink expression by 'BETWEEN' and 'AND'ing the expressions from the left, rightForBetween and rightForAnd nodes
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.CaseNode
INTERNAL Generate the a new EclipseLink TableEntryExpression for this node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ClassForInheritanceNode
INTERNAL Generate the a new EclipseLink TableEntryExpression for this node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.CoalesceNode
INTERNAL Generate the a new EclipseLink Coalesce expression for this node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ConcatNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DateFunctionNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DivideNode
INTERNAL Generate the expression.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
INTERNAL Return a TopLink expression by getting the required variables using the left and right nodes "emp.address.city" = builder.get("address").get("city")
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.EmptyCollectionComparisonNode
INTERNAL Return a EclipseLink expression for this node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.EqualsNode
Resolve the expression.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.EscapeNode
 
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ExistsNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.FuncNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.GreaterThanEqualToNode
INTERNAL Resolve the expression.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.GreaterThanNode
INTERNAL Resolve the expression.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.IndexNode
INTERNAL Generate the a new EclipseLink TableEntryExpression for this node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.InNode
INTERNAL Return the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LengthNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LessThanEqualToNode
INTERNAL Resolve the expression.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LessThanNode
INTERNAL Resolve the expression.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LikeNode
INTERNAL Return a EclipseLink expression for this node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LiteralNode
INTERNAL Generate the a new EclipseLink ConstantExpression for this node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LocateNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LowerNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MapEntryNode
INTERNAL Generate the a new EclipseLink TableEntryExpression for this node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MapKeyNode
INTERNAL Generate the a new EclipseLink TableEntryExpression for this node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MemberOfNode
 
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MinusNode
INTERNAL Generate the expression.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ModifyNode
INTERNAL
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ModNode
 
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MultiplyNode
INTERNAL Generate the expression.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Generate an expression for the node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.NotEqualsNode
Resolve the expression.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.NotNode
INTERNAL Return a EclipseLink expression by calling generateExpression on the right node and adding .not() to the returned expression
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.NullComparisonNode
INTERNAL Return a EclipseLink expression for this node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.NullIfNode
INTERNAL Generate the a new EclipseLink NullIf expression for this node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.OrderByItemNode
 
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.OrNode
INTERNAL Return a EclipseLink expression by 'OR'ing the expressions from the left and right nodes
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParameterNode
Generate the result expression, must use the base builder to avoid getting multiple builders.
generateExpression(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Build a context for the expression generation
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.PlusNode
INTERNAL Generate the expression.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.QueryNode
INTERNAL Return a EclipseLink expression generated using the left node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
Return a EclipseLink expression generated using the left node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SizeNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SomeNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SqrtNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SubqueryNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SubstringNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.TemporalLiteralNode
INTERNAL Generate the a new EclipseLink ConstantExpression for this node.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.TrimNode
INTERNAL Generate the TopLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.UnaryMinus
INTERNAL Generate the expression.
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.UpperNode
INTERNAL Generate the EclipseLink expression for this node
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
 
generateExpression(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.WhereNode
INTERNAL
generateExpressionForAlias(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
 
generateExpressionForThen(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.WhenThenNode
INTERNAL Generate the a new EclipseLink the THEN portion of this node.
generateExpressionForWhen(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.WhenThenNode
INTERNAL Generate the a new EclipseLink Expression for this WHEN portion of this node.
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.
generateJsonSchema(SchemaOutputResolver, Class) - Method in class org.eclipse.persistence.jaxb.JAXBContext
 
generateMapping(Property, Descriptor, JavaClass, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Generate a mapping for a given Property.
generateMappingForReferenceProperty(Property, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateMappings() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateMappings(TypeInfo, Descriptor, JavaClass, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Generate mappings for a given TypeInfo.
generatePrefix() - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
 
generatePrefix(String) - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
 
generateProject() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
generateProject(List<JavaClass>, Map<String, TypeInfo>, Map<String, QName>, Map<String, PackageInfo>, Map<QName, ElementDeclaration>, List<ElementDeclaration>, Map<TypeMappingInfo, Class>, Map<TypeMappingInfo, Class>, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateResponse(Operation, boolean, Exception) - Method in class org.eclipse.persistence.internal.dbws.SOAPResponseWriter
 
generateResponse(Operation, boolean, Object) - Method in class org.eclipse.persistence.internal.dbws.SOAPResponseWriter
 
generateSchema(Class) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.JsonSchemaGenerator
 
generateSchema() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
generateSchema(List<JavaClass>, Map<String, TypeInfo>, Map<String, QName>, Map<String, PackageInfo>, Map<QName, ElementDeclaration>, Map<String, Class>, SchemaOutputResolver) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
generateSchema(List<JavaClass>, Map<String, TypeInfo>, Map<String, QName>, Map<String, PackageInfo>, Map<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(PersistenceUnitInfo, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
generateSchema(String, Map) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.
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
 
generateSchemas(List<Descriptor>, SchemaModelGeneratorProperties, Map<QName, Type>) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
Generates a Map of EclipseLink schema model Schema objects for a given list of XMLDescriptors.
generateSchemas(List<Descriptor>, SchemaModelGeneratorProperties) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
Generates a Map of EclipseLink schema model Schema objects for a given list of XMLDescriptors.
generateSchemas(List<Descriptor>, SchemaModelGeneratorProperties, SchemaModelOutputResolver, Map<QName, Type>) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
Generates a Map of EclipseLink schema model Schema objects for a given list of XMLDescriptors.
generateSchemas(List<Descriptor>, SchemaModelGeneratorProperties, SchemaModelOutputResolver) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
Generates a Map of EclipseLink schema model Schema objects for a given list of XMLDescriptors.
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, Descriptor, NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Generate an XMLTransformationMapping based on a given Property.
generateWrapperClass(String, String, boolean, QName) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
generateXMLCollectionReferenceMapping(Property, Descriptor, NamespaceInfo, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Create an XMLCollectionReferenceMapping and add it to the descriptor.
generateXMLObjectReferenceMapping(Property, Descriptor, NamespaceInfo, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
Create an XMLObjectReferenceMapping and add it to the descriptor.
GenerationContext - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
GenerationContext() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
GenerationContext(ParseTreeContext, AbstractSession, ParseTree) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
Generator - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
Generator(JavaModelInput) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
This is the preferred constructor.
Generator(JavaModelInput, Map<String, XmlBindings>, ClassLoader, String, boolean) - 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, boolean) - Constructor for class org.eclipse.persistence.jaxb.compiler.Generator
This constructor will process and apply the given XmlBindings as appropriate.
GENERIC_TYPE - Static variable in class org.eclipse.persistence.internal.jpa.modelgen.visitors.TypeVisitor
 
GenericQueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
A generic JPQLQueryBNF can be used to manually create a new BNF without having to create a concrete instance.
GenericQueryBNF(String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GenericQueryBNF
Creates a new GenericQueryBNF.
GenericsClassHelper - Class in org.eclipse.persistence.internal.jaxb
Utility class for Generic class hierarchy.
GenericsClassHelper() - Constructor for class org.eclipse.persistence.internal.jaxb.GenericsClassHelper
 
GenericSemanticValidatorHelper - Class in org.eclipse.persistence.jpa.jpql.tools
An implementation of SemanticValidatorHelper that uses JPQLQueryContext to return the required information and Hermes SPI.
GenericSemanticValidatorHelper(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Creates a new GenericSemanticValidatorHelper.
GenericTypeHelper - Class in org.eclipse.persistence.jpa.jpql.tools
This generic implementation of ITypeHelper wraps ITypeHelper and delegates the calls to it.
GenericTypeHelper(TypeHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Creates a new GenericTypeHelper.
GEQ_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
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, boolean) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that wraps the attribute or query key name.
get(int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
get(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
get(String) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
get(String) - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
This is used by sub-selects in the from clause to define a virtual table, 'get' allows one of the sub-selected attributes to be aliased without using the field name.
get(String, boolean) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
Return the expression from the attribute dervied from this expression.
get(String) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
This allows for nesting of parameterized expression.
get(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.TableAliasLookup
 
get(Object) - Method in class org.eclipse.persistence.internal.helper.ConcurrentFixedCache
Return the pre-parsed query that represents the EJBQL string.
get(Object) - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Returns the value to which the given key is mapped in this IdentityWeakHashMap.
get(int) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
get(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
get(int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
get(int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
get(int) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Wait until has the element or is complete.
get(Object) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Return the object cached in the identity map or null if it could not be found.
get(Object) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Return the object cached in the identity map or null if it could not be found.
get(Object) - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
Return null as no objects are cached.
get(Object) - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
get(SingularAttribute<? super E, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
Return the path corresponding to the referenced non-collection valued attribute.
get(PluralAttribute<E, C, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
Return the path corresponding to the referenced collection-valued attribute.
get(MapAttribute<E, L, W>) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
Return the path corresponding to the referenced map-valued attribute.
get(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
 
get(SingularAttribute<? super E, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
Return the path corresponding to the referenced non-collection valued attribute.
get(PluralAttribute<E, C, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
Return the path corresponding to the referenced collection-valued attribute.
get(MapAttribute<E, L, W>) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
Return the path corresponding to the referenced map-valued attribute.
get(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
 
get(SingularAttribute<? super E, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
Return the path corresponding to the referenced non-collection valued attribute.
get(PluralAttribute<E, C, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
Return the path corresponding to the referenced collection-valued attribute.
get(MapAttribute<E, L, W>) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
Return the path corresponding to the referenced map-valued attribute.
get(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
 
get(SingularAttribute<? super E, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
Return the path corresponding to the referenced non-collection valued attribute.
get(PluralAttribute<E, C, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
Return the path corresponding to the referenced collection-valued attribute.
get(MapAttribute<E, L, W>) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
Return the path corresponding to the referenced map-valued attribute.
get(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
 
get(SingularAttribute<? super X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
Return the path corresponding to the referenced non-collection valued attribute.
get(PluralAttribute<X, C, E>) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
Return the path corresponding to the referenced collection-valued attribute.
get(MapAttribute<X, K, V>) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
Return the path corresponding to the referenced map-valued attribute.
get(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
get(SingularAttribute<? super X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.PathImpl
Return the path corresponding to the referenced non-collection valued attribute.
get(PluralAttribute<X, C, E>) - Method in class org.eclipse.persistence.internal.jpa.querydef.PathImpl
Return the path corresponding to the referenced collection-valued attribute.
get(MapAttribute<X, K, V>) - Method in class org.eclipse.persistence.internal.jpa.querydef.PathImpl
Return the path corresponding to the referenced map-valued attribute.
get(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.PathImpl
 
get(TupleElement<X>) - Method in class org.eclipse.persistence.internal.jpa.querydef.TupleImpl
Get the value of the specified result element.
get(String, Class<X>) - Method in class org.eclipse.persistence.internal.jpa.querydef.TupleImpl
Get the value of the tuple result element to which the specified alias has been assigned.
get(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.TupleImpl
Get the value of the tuple element to which the specified alias has been assigned.
get(int, Class<X>) - Method in class org.eclipse.persistence.internal.jpa.querydef.TupleImpl
Get the value of the element at the specified position in the result tuple.
get(int) - Method in class org.eclipse.persistence.internal.jpa.querydef.TupleImpl
Get the value of the element at the specified position in the result tuple.
get(FIELD) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractUnmarshalRecord
 
get(int) - Method in class org.eclipse.persistence.internal.oxm.record.MarshalRecord.CycleDetectionStack
 
get(CoreField) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
get(int, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ListContainerPolicy
INTERNAL: Returns the element at the specified position in this list.
get(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Retrieve the value for the field name.
get(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Retrieve the value for the field name.
get(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: Retrieve the value for the field.
get(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
INTERNAL: Retrieve the value for the field.
get(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
INTERNAL: Retrieve the value for the field.
get(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.SimpleResultSetRecord
INTERNAL: Retrieve the value for the field.
get(Object) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
get(String) - Static method in class org.eclipse.persistence.jpa.rs.DataStorage
Gets the.
get(String, URI, String, Map<String, Object>) - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactory
 
get(String, URI, String, Map<String, Object>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
Gets existing persistence context or create new based on given parameters if it doesn't exist.
get(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
get(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
get(String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
PUBLIC: Add the field-value pair to the row.
get(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL: Retrieve the value for the field.
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(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_id() - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHelper
 
GET_METHOD_RETURN_TYPE_NOT_VALID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
GET_PROPERTY_METHOD_PREFIX - Static variable in class org.eclipse.persistence.internal.helper.Helper
 
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:
getAbstractSchemaIdentifier() - Method in class org.eclipse.persistence.internal.jpa.parsing.ModifyNode
INTERNAL
getAbstractSchemaName() - Method in class org.eclipse.persistence.internal.jpa.parsing.ModifyNode
INTERNAL
getAbstractSchemaName() - Method in class org.eclipse.persistence.internal.jpa.parsing.RangeDeclNode
 
getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the abstract schema name.
getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Returns the abstract schema name.
getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
Returns the name of the entity to resolve.
getAbstractSchemaName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
Returns the name of the entity to resolve.
getAbstractSchemaNameStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the AbstractSchemaNameStateObject holding onto the abstract schema name.
getAbstractSchemaNameStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Returns the AbstractSchemaNameStateObject holding onto the abstract schema name.
getAbstractSchemaType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Retrieves the abstract schema type that is mapped with the given identification variable.
getAbstractSchemaType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Retrieves the abstract schema type that is mapped with the given identification variable.
getAbstractSession() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
INTERNAL: Returns the ServerSession that the Factory will be using and initializes it if it is not available.
getAbstractSession() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Return the underlying database session
getAbstractSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
Return the underlying database session
getAccess() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getAccess() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getAccess() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
getAccessibleObject() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Returns the accessible object for this accessor.
getAccessibleObjectName() - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Returns the name of the accessible object.
getAccessLevel() - Method in class org.eclipse.persistence.internal.codegen.CodeDefinition
 
getAccessMethods() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getAccessMethods() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getAccessMethods() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
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.internal.databaseaccess.ConnectionCustomizer
INTERNAL:
getAccessor(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return the accessor for the given class.
getAccessor() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: This should normally not be used, most sessions do not have a single accessor.
getAccessor() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: The uow does not store a local accessor but shares its parents.
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.
getAccessOrder() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
getAccessorFactory() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
getAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: This list is not cached and should not be cached since our accessors may change in a merge.
getAccessors() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: This should normally not be used, most sessions do not have specific accessors.
getAccessors(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the connections to use for the query execution.
getAccessors() - Method in class org.eclipse.persistence.internal.sessions.ExclusiveIsolatedClientSession
INTERNAL: Always use writeConnection.
getAccessors() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: The uow does not store a local accessor but shares its parents.
getAccessors(Call, AbstractRecord, DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the connections to use for the query execution.
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.
getAccessorsWithCustomizer() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getAccessorTree() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
 
getAccessType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Return the access type of this accessor.
getAccessType() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
getAcquiredLocks() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
getActiveBatchWritingMechanism(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
INTERNAL: This method is used internally to return the active batch writing mechanism to batch the statement
getActiveCacheKey() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: PERF: Return the session cache-key, cached during the merge.
getActiveCommandThreads() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL:
getActiveLocks() - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
Return a set of the active locks from the DLM
getActivePersistenceContext(Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
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 class org.eclipse.persistence.internal.jpa.EntityManagerImpl
This method returns the current session to the requestor.
getActiveSession() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the active session for the current active external (JTS) 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.
getActiveSessionIfExists() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
This method returns the current session to the requestor.
getActiveThread() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Return the active thread.
getActiveThread() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Return the active thread.
getActiveThread() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Return the active thread.
getActiveUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the active unit of work for the current active external (JTS) transaction.
getActiveUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Return the active unit of work 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.
getActualAll() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Returns the actual ALL found in the string representation of the JPQL query, which has the actual case that was used.
getActualAndIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Returns the actual AND identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Returns the actual AS identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Returns the actual AS found in the string representation of the JPQL query, which has the actual case that was used.
getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Returns the actual AS found in the string representation of the JPQL query, which has the actual case that was used.
getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Returns the actual AS found in the string representation of the JPQL query, which has the actual case that was used.
getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Returns the actual AS found in the string representation of the JPQL query, which has the actual case that was used.
getActualAsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Returns the actual AS identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualBetweenIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Returns the actual identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualCaseIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Returns the actual CASE identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualCurrentQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the current Expression being manipulated, which is either the top-level query or a subquery.
getActualDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the DeclarationResolver of this context and not from the current query's declaration.
getActualDeleteIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Returns the actual DELETE found in the string representation of the JPQL query, which has the actual case that was used.
getActualDistinctIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Returns the actual DISTINCT identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualDistinctIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
Returns the actual DISTINCT identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualElseIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Returns the actual ELSE identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualEmptyIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Returns the actual EMPTY found in the string representation of the JPQL query, which has the actual case that was used.
getActualEndIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Returns the actual END identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualEscapeIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Returns the actual ESCAPE found in the string representation of the JPQL query, which has the actual case that was used.
getActualFromIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Returns the actual FROM identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualFromIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Returns the actual FROM identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualFromIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Returns the actual FROM identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Returns the actual identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
Returns the actual identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Returns the actual FROM identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
Returns the actual identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Returns the actual SELECT identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Returns the actual AS OF identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Returns the actual identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Returns the actual CONNECT BY identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Returns the actual NEW identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Returns the actual identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Returns the actual GROUP BY found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Returns the actual identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
Returns the actual identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Returns the actual NOT found in the string representation of the JPQL query, which has the actual case that was used.
getActualIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Returns the actual identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualInIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Returns the actual IN identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualInIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Returns the actual IN found in the string representation of the JPQL query, which has the actual case that was used.
getActualIsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Returns the actual IS found in the string representation of the JPQL query, which has the actual case that was used.
getActualIsIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Returns the actual IS found in the string representation of the JPQL query, which has the actual case that was used.
getActualLikeIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Returns the actual LIKE found in the string representation of the JPQL query, which has the actual case that was used.
getActualMemberIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Returns the actual MEMBER identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Returns the actual NOT identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Returns the actual NOT identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Returns the actual NOT found in the string representation of the JPQL query, which has the actual case that was used.
getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
Returns the actual NOT identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Returns the actual NOT found in the string representation of the JPQL query, which has the actual case that was used.
getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Returns the actual NOT found in the string representation of the JPQL query, which has the actual case that was used.
getActualNotIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Returns the actual Not found in the string representation of the JPQL query, which has the actual case that was used.
getActualNullIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Returns the actual NULL found in the string representation of the JPQL query, which has the actual case that was used.
getActualNullOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Returns the actual null ordering identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualOfIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Returns the actual OF identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Returns the actual ordering identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualRegexpIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Returns the actual REGEXP found in the string representation of the JPQL query, which has the actual case that was used.
getActualScnIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Returns the actual SCN identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualSetIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Returns the actual SET found in the string representation of the JPQL query, which has the actual case that was used.
getActualSpecificationIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Returns the actual specification identifier found in the string representation of the JPQL query, which has the actual case that was used.
getActualThenIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Returns the actual THEN found in the string representation of the JPQL query, which has the actual case that was used.
getActualTimestampIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Returns the actual TIMESTAMP identifier found in the string representation of the JPQL query, which has the actual case that was used.
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
Return the "actual" type from a parameterized type.
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
 
getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Return the "actual" type from a parameterized type.
getActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Not supported.
getActualTypeClassName() - Method in class org.eclipse.persistence.internal.indirection.WeavedObjectBasicIndirectionPolicy
 
getActualUpdateIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Returns the actual UPDATE found in the string representation of the JPQL query, which has the actual case that was used.
getActualValueType() - 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
getActualWhenIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Returns the actual WHEN found in the string representation of the JPQL query, which has the actual case that was used.
getAdaptedJavaType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Get the adapted java type.
getAdaptedJavaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Get the adapted java type name.
getAdaptedValue() - Method in class org.eclipse.persistence.internal.jaxb.many.ManyValue
 
getAdapter(Class) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
getAdapter(Class) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
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.
getAddedOrRemovedObject() - Method in class org.eclipse.persistence.internal.sessions.OrderedChangeObject
 
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
getAdditionalCriteria() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getAdditionalExpression() - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
 
getAdditionalFieldExpressions() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Get the list of additional field expressions.
getAdditionalFieldExpressions_() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Get the list of additional field expressions.
getAdditionalFields() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Additional fields can be added to a query.
getAdditionalFieldsForJoin(CollectionMapping) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return any additional fields required by the policy for a fetch join.
getAdditionalFieldsForJoin(CollectionMapping) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Return any additional fields required by the policy for a fetch join.
getAdditionalFieldsForJoin(CollectionMapping) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: Return any additional fields required by the policy for a fetch join.
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
getAdditionalProjects() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.DatabaseSessionConfig
 
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.
getAdditionalTables() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
Return any tables in addition to the descriptor's tables, such as the mappings join table.
getAdditionalTables() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Return any additional tables that belong to this expression An example of how this method is used is to return any tables that belong to the map key when this expression traverses a mapping that uses a Map
getAdditionalTables() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
getAdditionalTablesForJoinQuery() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
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.internal.queries.MappedKeyMapContainerPolicy
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.internal.queries.OrderedListContainerPolicy
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.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
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 class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
ADVANCED: This method returns the collection of ChangeSets that were added to the collection.
getAddObjectList() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
ADVANCED: This method returns the list of added objects.
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.
getAddObjectMap() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
This method returns the collection of objects that were added to the collection.
getAddObjects() - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
Returns the added items list.
getAddOverFlow() - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
Returns a list of extra adds.
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.
getAfterMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
getAfterUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
getAggregateChangeSets() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Get the Aggregate list.
getAggregateQueries() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the cache of aggregate queries.
getAggregateQuery(DatabaseMapping) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the aggregate query clone for the mapping.
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
getAlias(Expression) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing a sub-select in the from clause.
getAlias(Expression) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
ADVANCED: Return an expression representing a sub-select in the from clause.
getAlias(Expression) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
getAlias() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getAlias() - Method in interface org.eclipse.persistence.internal.jpa.parsing.AliasableNode
 
getAlias() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
 
getAlias() - Method in class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
 
getAlias() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
getAlias() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Get the alias
getAliasDescriptors() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Returns the alias descriptors Map.
getAliasDescriptors() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Returns the alias descriptors hashtable.
getAliasedField() - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
INTERNAL: Return the field appropriately aliased
getAliasedField() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL: Return the field appropriately aliased
getAliasedField() - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: Return the field appropriately aliased
getAliasedField() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Return the field appropriately aliased
getAliasedFieldsForExpression() - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
getAliasedViewTable() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL:
getAliasesOfTablesToBeLocked(SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.ForUpdateClause
INTERNAL: Returns collection of aliases of the tables to be locked.
getAliasesOfTablesToBeLocked(SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.ForUpdateOfClause
INTERNAL: Returns collection of aliases of the tables to be locked.
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
 
getAll() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
getAll() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
getAll() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
getAll() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getAllAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getAllCacheKeysFromIdentityMapWithEntityPK(Object[], ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
ADVANCED: Using a list of Entity PK this method will attempt to bulk load the entire list from the cache.
getAllCacheKeysFromIdentityMapWithEntityPK(Object[], ClassDescriptor, AbstractSession) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
ADVANCED: Using a list of Entity PK this method will attempt to bulk load the entire list from the cache.
getAllCacheKeysFromIdentityMapWithEntityPK(Object[], ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
ADVANCED: Using a list of Entity PK this method will attempt to bulk load the entire list from the cache.
getAllCacheKeysFromIdentityMapWithEntityPK(Object[], ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Using a list of Entity PK this method will attempt to bulk load the entire list from the cache.
getAllCacheKeysFromIdentityMapWithEntityPK(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.
getAllChangeSets() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: This method returns a reference to the collection.
getAllChangeSets() - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
ADVANCED: This method returns a reference to the collection.
getAllChildDescriptors() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: Returns all the child descriptors, even descriptors for subclasses of subclasses.
getAllChildDescriptors() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Returns all the child descriptors, even descriptors for subclasses of subclasses.
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.
getAllDataResults() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Return temporary list of rows from parent batch query per batched mapping.
getAllDeclarations() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the ordered list of JPQLQueryDeclaration, which contain the information contained in the query's FROM clause.
getAllDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the ordered list of JPQLQueryDeclaration, which contain the information contained in the query's FROM clause.
getAllEventMethods() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
getAllFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return all the fields which include all child class fields.
getAllFields() - Method in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
 
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
getAllFromIdentityMap(Expression, Class, Record, int, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Query the cache in-memory.
getAllFromIdentityMap(Expression, Class, Record) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Query the cache in-memory.
getAllFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Query the cache in-memory.
getAllFromIdentityMap(Expression, Class, Record, int) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Query the cache in-memory.
getAllFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Query the cache in-memory.
getAllFromIdentityMap(Expression, Class, Record, int, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Query the cache in-memory.
getAllFromIdentityMap(Expression, Class, Record, int, boolean) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
ADVANCED: Query the cache in-memory.
getAllFromIdentityMap(Expression, Class, Record, int, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
INTERNAL: This method overrides the getAllFromIdentityMap method in Session.
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 org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
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 interface org.eclipse.persistence.internal.identitymaps.IdentityMap
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.internal.identitymaps.IdentityMapManager
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 class org.eclipse.persistence.internal.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.
getAllFromNewObjects(Expression, Class, AbstractRecord, int) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return any new objects matching the expression.
getAllItems() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL:
getAllManagedTypeAttributes() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
INTERNAL: Return a List of all attributes for all ManagedTypes.
getAllManagers() - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
ADVANCED: Return all session managers.
getAllMemberTypes() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Union
 
getAllNodeValues() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
getAllNodeValues() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
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.
getAllocationSize() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for OX mapping.
getAllocationSize() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for OX mapping.
getAllOf() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
getAllOperators() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Return the map 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) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
getAllQueries() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Return the pre-defined queries for the descriptor.
getAllQueries() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the pre-defined queries in this session.
getAllSchemas() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
getAllSelectionFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return all selection fields which include all child class fields.
getAllSelectionFields(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return all selection fields which include all child class fields.
getAllSelectionFields() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
Lists the database fields that should be read by the query using the policy, in case all inherited objects are read using outer joining.
getAllSelectionFields() - Method in class org.eclipse.persistence.internal.descriptors.SerializedObjectPolicyWrapper
 
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
getAlwaysRefresh() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
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.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Return the annotated element for this accessor.
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
 
getAnnotatedElementName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Return the annotated element name for this accessor.
getAnnotation(Class) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Return the annotation if it exists.
getAnnotation(Class) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return the annotated element for this accessor.
getAnnotation(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return the annotated element for this accessor.
getAnnotation(String, ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return the annotated element for this accessor.
getAnnotation() - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: This is a value is that is used when logging messages for overriding.
getAnnotation() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
getAnnotation() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
getAnnotation() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
getAnnotation() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
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
If this JavaClass is annotated with an Annotation matching aClass, return its JavaAnnotation representation.
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(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
If this JavaPackage is annotated with an Annotation matching aClass, return its JavaAnnotation representation.
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(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
If this JavaClass is annotated with an Annotation matching aClass, return its JavaAnnotation representation.
getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
If this JavaField is annotated with an Annotation matching aClass, return its JavaAnnotation representation.
getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
If this JavaMethod is annotated with an Annotation matching aClass, return its JavaAnnotation representation.
getAnnotation(JavaAnnotation, Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
Return a Java Annotation representation of the given JavaAnnotation.
getAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
If this JavaPackage is annotated with an Annotation matching aClass, return its JavaAnnotation representation.
getAnnotationHelper() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
getAnnotations() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return the annotations of this accessible object.
getAnnotations() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
 
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Return all of the Annotations for this JavaClass.
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
Return all of the Annotations for this JavaPackage.
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.javamodel.xjc.XJCJavaClassImpl
Return all of the Annotations for this JavaClass.
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Return all of the Annotations for this JavaField.
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Return all of the Annotations for this JavaMethod.
getAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
Return all of the Annotations for this JavaPackage.
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.internal.sessions.factories.model.transport.discovery.DiscoveryConfig
 
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
 
getAnyAttribute() - Method in class org.eclipse.persistence.internal.oxm.schema.model.AttributeGroup
 
getAnyAttribute() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
getAnyAttribute() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
getAnyAttribute() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getAnyAttributeNode() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getAnyAttributeNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
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.
getAnyMapping() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
getAnyMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getAnyNode() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getAnyOf() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
getAnyOf() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
getAppInfo() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Annotation
 
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() - 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(ClassLoader) - Method in class org.eclipse.persistence.sdo.helper.ApplicationAccessWLS
Gets a unique application name.
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() - 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.
getArchiveFactory(ClassLoader) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
 
getArgumentName(int) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
getArgumentName() - Method in class org.eclipse.persistence.internal.descriptors.InteractionArgument
 
getArgumentNames() - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
The argument names for the input record.
getArgumentParameterTypes() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Used to calculate parameter types in JPQL
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() - 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.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.internal.codegen.NonreflectiveMethodDefinition
 
getArgumentTypes() - Method in class org.eclipse.persistence.internal.codegen.ReflectiveMethodDefinition
 
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.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.jpql.parser.ArithmeticExpression
Returns the arithmetic sign this expression is actually representing.
getArithmeticSign() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Returns the arithmetic sign this expression is actually representing.
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
getArrays() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getASMClassName() - Method in class org.eclipse.persistence.internal.jpa.weaving.RestAdapterClassWriter
 
getASMParentClassName() - Method in class org.eclipse.persistence.internal.jpa.weaving.RestAdapterClassWriter
 
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.internal.expressions.DataExpression
 
getAsOfClause() - Method in class org.eclipse.persistence.internal.history.DecoratedDatabaseTable
 
getAsOfClause() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
ADVANCED: Answers a read-only data object, which knows whether it is a wall-clock time or a system change number.
getAsOfClause() - Method in class org.eclipse.persistence.internal.history.UniversalAsOfClause
INTERNAL: Gets the actual as of clause represented by this.
getAsOfClause() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Answers the past time this session is as of.
getAsOfClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Returns the Expression representing the AS OF clause.
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.
getAsOfValue() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
PUBLIC: Answers the value this Session is As Of.
getAssignedFields() - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForTempTable
 
getAssignmentString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for stored function calls.
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.
getAssociationOverrideFor(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getAssociationOverrides() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getAssociationOverrides() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getAssociationOverrides() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
INTERNAL: Used for OX mapping.
getAssociationOverrides() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.AvgNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.CountNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.EqualsNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.GreaterThanEqualToNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.GreaterThanNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.GroupByNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.LessThanEqualToNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.LessThanNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.LiteralNode
INTERNAL Return the literal
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.MaxNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.MinNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.NotEqualsNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParameterNode
INTERNAL Return the parameterName
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.SumNode
INTERNAL Get the string representation of this node.
getAsString() - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
INTERNAL Get the string representation of this node.
getAttachment() - Method in class org.eclipse.persistence.internal.xr.Result
 
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.internal.oxm.Marshaller
 
getAttachmentMarshaller() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
 
getAttachmentMarshaller() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
getAttachmentMarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
getAttachments() - Method in class org.eclipse.persistence.internal.dbws.SOAPAttachmentHandler
 
getAttachmentUnmarshaller() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
 
getAttachmentUnmarshaller() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
getAttachmentUnmarshaller() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
 
getAttachmentUnmarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
getAttribute(String) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the attribute of the managed type that corresponds to the specified name.
getAttribute() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
 
getAttribute() - Method in class org.eclipse.persistence.internal.jpa.querydef.JoinImpl
Return the metamodel Attribute corresponding to the join.
getAttribute() - Method in class org.eclipse.persistence.internal.sessions.ChangeRecord
ADVANCED: Returns the name of the attribute this ChangeRecord Represents
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.core.mappings.CoreMapping
ADVANCED: Return the attributeAccessor.
getAttributeAccessor() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
 
getAttributeAccessor() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Return the attributeAccessor.
getAttributeAnnotation(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL: Return annotation attribute value.
getAttributeArray(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL: Return the attribute value, or an empty array if not set.
getAttributeBoolean(String, Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL: Return the boolean attribute value, or the default value if not set.
getAttributeBooleanDefaultFalse(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL: Return the boolean attribute value, or FALSE if not set.
getAttributeBooleanDefaultTrue(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL: Return the boolean attribute value, or TRUE if not set.
getAttributeBuffer() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
getAttributeChildNodeValue(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.BinaryDataUnmarshalRecord
 
getAttributeChildNodeValue(String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getAttributeChildNodeValue(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getAttributeChildNodeValue(String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getAttributeChildren() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getAttributeChildrenMap() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getAttributeClass() - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
Return the class type of the attribute.
getAttributeClass() - Method in class org.eclipse.persistence.internal.descriptors.InstanceVariableAttributeAccessor
Returns the class type of the attribute.
getAttributeClass() - Method in class org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor
Return the return type of the method accessor.
getAttributeClass() - Method in class org.eclipse.persistence.internal.dynamic.ValuesAccessor
 
getAttributeClass() - Method in class org.eclipse.persistence.internal.jaxb.JAXBSetMethodAttributeAccessor
Return the return type of the method accessor.
getAttributeClass(String, Class) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL: Return the Class attribute value, or the default provided.
getAttributeClass() - Method in class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
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.core.mappings.CoreMapping
PUBLIC: The classification type for the attribute this mapping represents
getAttributeClassification() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL: Return the type this converter will auto apply to.
getAttributeClassification() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
The classification type for the attribute this mapping represents
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.
getAttributeDetailsFromClassOrSuperClass(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
getAttributeElementClass() - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
 
getAttributeElementClass() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
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.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
 
getAttributeExpression() - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
getAttributeExpressions() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Return all attributes specified for batch reading.
getAttributeField() - Method in class org.eclipse.persistence.internal.descriptors.InstanceVariableAttributeAccessor
Returns the value of attributeField.
getAttributeFormDefault() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
Gets the value of the attributeFormDefault property.
getAttributeGroup(String) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
PUBLIC: Returns the attribute group corresponding to the name provided.
getAttributeGroup(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
 
getAttributeGroup() - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
 
getAttributeGroup() - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
getAttributeGroup(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
 
getAttributeGroup(String, String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getAttributeGroups() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
ADVANCED: Returns the attribute groups for this Descriptor.
getAttributeGroups() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
 
getAttributeGroups() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getAttributeGroups() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED Return all predefined attribute groups
getAttributeGroups() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: List of named AttributesGroups that will be copied to the session at initialization time.
getAttributeInteger(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL: Return Integer attribute value.
getAttributeInternal() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
 
getAttributeMethodName() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Return the attribute transformation method name.
getAttributeName() - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
INTERNAL: Return the attribute name.
getAttributeName() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
PUBLIC: Return the name of the attribute set in the mapping.
getAttributeName() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
getAttributeName() - Method in class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
 
getAttributeName() - Method in class org.eclipse.persistence.internal.jpa.AttributeNodeImpl
 
getAttributeName() - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
getAttributeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the attribute name for this accessor.
getAttributeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Return the attribute name for this accessor.
getAttributeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAccessibleObject
INTERNAL: Return the attribute name of this accessible object.
getAttributeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
getAttributeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFile
INTERNAL: Return the attribute name of this accessible object.
getAttributeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: Used for OX mapping.
getAttributeName() - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
getAttributeName() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
getAttributeName() - Method in class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
getAttributeName() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
Return the name of the attribute set in the mapping.
getAttributeName() - Method in class org.eclipse.persistence.internal.queries.AttributeItem
 
getAttributeName() - Method in class org.eclipse.persistence.internal.weaving.RelationshipInfo
 
getAttributeName() - Method in interface org.eclipse.persistence.jaxb.AttributeNode
 
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.queries.FieldResult
 
getAttributeNameFromMethodName(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
INTERNAL: Method to convert a getXyz or isXyz method name to an xyz attribute name.
getAttributeNames() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
getAttributeNodes() - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
 
getAttributeNodes() - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
getAttributeNodes() - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
 
getAttributeNodes() - Method in interface org.eclipse.persistence.jaxb.Subgraph
returns the attributes of this managed type that are included in the sub-graph
getAttributeOverrideFor(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getAttributeOverrides() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getAttributeOverrides() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getAttributeOverrides() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
INTERNAL: Used for OX mapping.
getAttributeOverrides() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getAttributePrefix() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Value that will be used to prefix attributes.
getAttributePrefix() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Value that will be used to prefix attributes.
getAttributePrefix() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Value that will be used to prefix attributes.
getAttributePrefix() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
The value that will be prepended to all keys that are mapped to an XML attribute.
getAttributes() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getAttributes() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL:
getAttributes() - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the attributes of the managed type.
getAttributes() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
 
getAttributes() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getAttributes() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getAttributes() - Method in class org.eclipse.persistence.internal.oxm.schema.model.AttributeGroup
 
getAttributes() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getAttributes() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getAttributes() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: PERF: Return the cached local (only) batch read attribute names.
getAttributes() - Method in class org.eclipse.persistence.queries.FetchGroup
getAttributesMap() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
getAttributesMap() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
getAttributesMap() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getAttributesMap() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
getAttributesMap() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
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.
getAttributesToChanges() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: stores the change records indexed by the attribute names
getAttributeString(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL: Return the attribute value, or null if not set.
getAttributeString(String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL: Return the attribute value, or defaultValue if not set.
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
getAttributeType() - Method in class org.eclipse.persistence.internal.descriptors.InstanceVariableAttributeAccessor
Returns the declared type of attributeField.
getAttributeType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Used for OX mapping.
getAttributeType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: The attribute type for virtual object accessors is the target entity.
getAttributeValue(Object, ABSTRACT_SESSION, AbstractUnmarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
 
getAttributeValue(Object, Mapping) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalContext
 
getAttributeValue(Object, Mapping) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectMarshalContext
 
getAttributeValue(Object, Mapping) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedMarshalContext
 
getAttributeValue(Object, AbstractSession, AbstractUnmarshalRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
INTERNAL: Allows for subclasses to convert the attribute value.
getAttributeValueFromObject(Object) - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
Return the attribute value from the object.
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Return the value of an attribute which this mapping represents for an object.
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.descriptors.InstanceVariableAttributeAccessor
Returns the value of the attribute on the specified object.
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor
Gets the value of an instance variable in the object.
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.descriptors.MultitenantPrimaryKeyAccessor
 
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.descriptors.PersistenceObjectAttributeAccessor
Returns the value of the attribute on the specified object.
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.descriptors.VirtualAttributeAccessor
Gets the value of an instance variable in the object.
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.dynamic.ValuesAccessor
 
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.jaxb.CustomAccessorAttributeAccessor
 
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
 
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.jaxb.many.MapValueAttributeAccessor
 
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
getAttributeValueFromObject(Object) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
 
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.IsSetNullPolicyIsSetParametersAttributeAccessor
 
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.IsSetNullPolicyIsSetParameterTypesAttributeAccessor
 
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.NullPolicyAttributeAccessor
 
getAttributeValueFromObject(Object) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntityVHAccessor
 
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.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.
getAutoApply() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL: Used for OX mapping.
getAutoApply() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
INTERNAL: Used for OX mapping.
getAutoApplyConverter(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
Return the converter for the auto apply class type.
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(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the backup clone for the working clone.
getBackupClone(Object, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the backup clone for the working clone.
getBackupClone() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: Return the backup clone of the object from the unit of work.
getBackupCloneForCommit(Object, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the backup clone for the working clone.
getBackupCloneForCommit(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the backup clone for the working clone.
getBaseChangeRecordForField(ObjectChangeSet, Object, DatabaseField, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return the base ChangeRecord for the given DatabaseField.
getBaseExpression() - Method in class org.eclipse.persistence.internal.expressions.BaseExpression
The base expression is what the parameter was derived from.
getBaseExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
getBaseExpression() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
Returns the range variable declaration if this is a range declaration otherwise the collection-valued path expression when this is a collection member declaration.
getBaseExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
Returns the range variable declaration if this is a range declaration otherwise the collection-valued path expression when this is a collection member declaration.
getBaseExpressionBuilder() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Returns the base expression builder for this query.
getBaseGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Creates the base JPQLGrammar this one extends.
getBaseMappingForField(DatabaseField) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return the base mapping for the given DatabaseField.
getBaseQuery() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Returns the base query.
getBaseQueryClass() - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
getBaseSchemaLocation() - Method in class org.eclipse.persistence.sdo.helper.DefaultSchemaResolver
 
getBaseType() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
getBaseType() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
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
 
getBaseURI() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Gets the base uri.
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.
getBaseValue() - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: This is the base value that is older than all other values, it is used in the place of null in some situations.
getBaseValueForField(DatabaseField, Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return the base value that is mapped to for given field.
getBaseVariable() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
 
getBasicCollections() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getBasicMaps() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getBasics() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getBatchBeginString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for batch writing and sp defs.
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.internal.databaseaccess.DatabasePlatform
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.internal.databaseaccess.DatabasePlatform
Used for batch writing and sp defs.
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.
getBatchFetch() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: Used for OX mapping.
getBatchFetch() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
getBatchFetchedAttributes() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return the mappings that are always batch fetched.
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.
getBatchQueries() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: When in transaction batch read objects must use query local to the unit of work.
getBatchReadAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return all attributes specified for batch reading.
getBatchRowCountAssignString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for batch writing for row count return.
getBatchRowCountAssignString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Used for batch writing for row count return.
getBatchRowCountDeclareString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for batch writing for row count return.
getBatchRowCountDeclareString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Used for batch writing for row count return.
getBatchRowCountReturnString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for batch writing for row count return.
getBatchRowCountReturnString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Used for batch writing for row count return.
getBatchSql() - Method in class org.eclipse.persistence.internal.xr.BatchQueryOperation
Return the List of SQL statements to be executed for this operation.
getBatchWriting() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getBatchWritingMechanism() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return the custom batch writing mechanism.
getBeanValidationHelper() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Returns BeanValidationHelper.
getBeforeMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
getBeforeUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
getBeginEarlyTransaction() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Return default join existing transaction property, allows reading through write connection.
getBeginEarlyTransaction() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Return default join existing transaction property, allows reading through write connection.
getBiDirectionalManyToManyAccessor(String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Assumes hasBidirectionalManyToManyAccessorFor has been called before hand.
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
 
getBigDecimalType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the BigDecimal type representation.
getBigDecimalType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the type representation of class BigDecimal.
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
 
getBigIntegerType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the BigInteger type representation.
getBigIntegerType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the type representation of class BigInteger.
getBindableJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.EntityTypeImpl
Return the Java type of the represented object.
getBindableJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.PluralAttributeImpl
Return the Java type of the represented object.
getBindableJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.PluralAttributeProxyImpl
 
getBindableJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.SingularAttributeProxyImpl
 
getBindableJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.SingularAttributeImpl
Return the Java type of the represented object.
getBindableType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.EntityTypeImpl
Return the bindable type of the represented object.
getBindableType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.PluralAttributeImpl
Return the bindable type of the represented object.
getBindableType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.PluralAttributeProxyImpl
 
getBindableType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.SingularAttributeProxyImpl
 
getBindableType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.SingularAttributeImpl
 
getBindAllParameters() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
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
 
getBindingsList() - Method in class org.eclipse.persistence.internal.xr.XmlBindingsModel
Return the list of XmlBindings
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
 
getBooleanClassType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the Boolean class representation.
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.
getBooleanType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the boolean type representation.
getBooleanType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the boolean type representation.
getBoundExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Returns the unique identifier of the BNF for the lower and upper bound expressions.
getBroker() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Allow the session to be used from a session broker.
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)
getBuilder() - Method in class org.eclipse.persistence.internal.expressions.BaseExpression
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.internal.expressions.CompoundExpression
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.internal.expressions.ConstantExpression
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.internal.expressions.LiteralExpression
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.internal.expressions.ParameterExpression
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.internal.expressions.SQLStatement
 
getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Creates and returns a new IConditionalExpressionStateObjectBuilder that can be used to programmatically create a conditional expression and once the expression is complete, IConditionalExpressionStateObjectBuilder.commit() will push the StateObject representation of that expression as this clause's conditional expression.
getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Creates and returns a new ISelectExpressionStateObjectBuilder that can be used to programmatically create a single select expression and once the expression is complete, ISelectExpressionStateObjectBuilder.commit() will push the StateObject representation of that expression as this clause's select expression.
getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Creates and returns a new ISimpleSelectExpressionStateObjectBuilder that can be used to programmatically create a single select expression and once the expression is complete, ISimpleSelectExpressionStateObjectBuilder.commit() will push the StateObject representation of that expression as this clause's select expression.
getBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Creates and returns a new INewValueStateObjectBuilder that can be used to programmatically create a new value expression and once the expression is complete, INewValueStateObjectBuilder.commit() will push the StateObject representation of that expression as this new value object.
getBuilderString() - Method in class org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter
 
getBuildNumber() - Static method in class org.eclipse.persistence.Version
 
getBuildRevision() - Static method in class org.eclipse.persistence.Version
 
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
 
getByteArrayBinding() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getByteClassType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the Byte class representation.
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
 
getBytesForBinaryValue(Object, Marshaller, String) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
getBytesForSingleBinaryValue(Object, Marshaller, String) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
getBytesFromByteObjectArray(Byte[], String) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
getBytesFromDataHandler(DataHandler) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
getBytesFromImage(Image, String) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
getBytesFromMultipart(MimeMultipart, Marshaller) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
getBytesFromSource(Source, Marshaller, String) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
getBytesListForBinaryValues(List, Marshaller, String) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
getByteType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the byte type representation.
getCache() - Method in class org.eclipse.persistence.internal.helper.ConcurrentFixedCache
Return the cache.
getCache() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Access the cache that is associated with the entity manager factory (the "second level cache").
getCache() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Access the cache that is associated with the entity manager factory (the "second level cache").
getCache() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getCacheable() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getCacheable() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Get entity @Cacheable annotation value.
getCacheAllStatements() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getCachedExpressionQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Return the cached SQL call for the expression query.
getCachedJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
getCachedPKs() - Method in class org.eclipse.persistence.internal.indirection.CacheBasedValueHolder
 
getCachedUpdateCalls(Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Return the cached update SQL call based on the updated fields.
getCacheIndex(List<DatabaseField>) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Return the cache index for the field names.
getCacheIndex() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
getCacheIndexes() - Method in class org.eclipse.persistence.descriptors.CachePolicy
 
getCacheIndexes() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getCacheInterceptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getCacheInterceptorClass() - Method in class org.eclipse.persistence.descriptors.CachePolicy
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.
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.CachePolicy
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.CachePolicy
PUBLIC: Controls how the Entity instances will be cached.
getCacheIsolation() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Controls how the Entity instances will be cached.
getCacheKey(Object, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Get the cache key (with object) for the primary key.
getCacheKey(Object, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.CacheIdentityMap
Access the object within the table for the given primaryKey.
getCacheKey(Object, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
Return the cache key matching the primary key of the searchKey.
getCacheKey(Object, boolean) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Get the cache key (with object) for the primary key.
getCacheKey(Object, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
Return null as no objects are cached.
getCacheKey(Object, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Get the cache key (with object) for the primary key.
getCacheKeyByIndex(CacheIndex, CacheId, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Return the cache key for the cache index or null if not found.
getCacheKeyByIndex(CacheIndex, CacheId, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Return the cache key for the cache index or null if not found.
getCacheKeyByIndex(CacheIndex, CacheId, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
Return the cache key for the cache index or null if not found.
getCacheKeyForLock(Object) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Get the cache key (with object) for the primary key.
getCacheKeyForLock(Object) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Get the cache key (with object) for the primary key in order to acquire a lock.
getCacheKeyForLock(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Get the cache key (with object) for the primary key.
getCacheKeyForObject(Object, Class, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Retrieve the cache key for the given identity information.
getCacheKeyForObject(Object, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Retrieve the cache key for the given object from the identity maps.
getCacheKeyForObject(Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Retrieve the cache key for the given object.
getCacheKeyForObject(Object, Class, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Retrieve the cache key for the given identity information.
getCacheKeyForObject(Object, Class, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Retrieve the cache key for the given identity information.
getCacheKeyForObjectForLock(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Retrieve the cache key for the given identity information.
getCacheKeyForObjectForLock(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Retrieve the cache key for the given identity information.
getCacheKeyForObjectForLock(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Retrieve the cache key for the given identity information.
getCacheKeys() - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
Return the cache keys.
getCacheKeyType() - Method in class org.eclipse.persistence.descriptors.CachePolicy
ADVANCED: Return what cache key type to use to store the object in the cache.
getCacheKeyType() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Return what cache key type to use to store the object in the cache.
getCacheKeyType() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyMetadata
INTERNAL: Used for OX mapping.
getCacheMutex() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Return the cache mutex.
getCachePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return the cache policy.
getCacheSize() - Method in class org.eclipse.persistence.descriptors.CacheIndex
ADVANCED: Return the cache size.
getCacheSync() - Method in class org.eclipse.persistence.internal.sessions.factories.model.rcm.command.CommandsConfig
 
getCacheSynchronizationType() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Get a value indicating the type of cache synchronization that will be used on objects of this type.
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.
getCacheSynchronizationType() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
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.descriptors.CacheIndex
ADVANCED: Return the type of the cache used for the index.
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
 
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.
getCalendarCache() - Static method in class org.eclipse.persistence.internal.helper.Helper
PERF: Return the calendar cache use to avoid calendar creation for processing java.sql/util.Date/Time/Timestamp objects.
getCall() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
PUBLIC: Return the call that caused the exception.
getCall() - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
Return the call.
getCall() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Return the call.
getCall() - Method in class org.eclipse.persistence.queries.DatabaseQuery
OBSOLETE: Return the call for this query.
getCallbackName() - Method in class org.eclipse.persistence.oxm.JSONWithPadding
The callback name that should me marshalled with the object
getCallByIndex() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
getCallCount() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Return the number of calls currently in progress.
getCallCount() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Used for load balancing and external pooling.
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.
getCalls() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Normally only a single call is used, however multiple table may require multiple calls on write.
getCallString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Return the SQL string for the call.
getCallString() - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Return the string for the call
getCanonicalAbstractSchemaIdentifier() - Method in class org.eclipse.persistence.internal.jpa.parsing.ModifyNode
INTERNAL: Returns the canonical name of abstract schema identifier.
getCanonicalLink() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.ItemLinks
Gets 'canonical' link.
getCanonicalVariableName() - Method in class org.eclipse.persistence.internal.jpa.parsing.IdentificationVariableDeclNode
 
getCanonicalVariableName() - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
 
getCascade() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
getCascade() - Method in class org.eclipse.persistence.internal.jpa.metadata.locking.OptimisticLockingMetadata
INTERNAL: Used for OX mapping.
getCascadeAll() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
getCascadeDeleteObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return any objects have been deleted through database cascade delete constraints.
getCascadeDepth() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
getCascadeDetach() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
getCascadeLockingPolicies() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL:
getCascadeMerge() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
getCascadeOnDelete() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
getCascadeOnDelete() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: Used for OX mapping.
getCascadeOnDelete() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
getCascadePersist() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
getCascadePersist() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
getCascadePolicy() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
getCascadePolicy() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the cascade policy.
getCascadeRefresh() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
getCascadeRemove() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
getCaseBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Returns the builder that can create a CASE expression, which requires a IConditionalExpressionStateObjectBuilder to build the WHEN clauses.
getCaseBuilder() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Returns the builder that can create a CASE expression, which requires a IConditionalExpressionStateObjectBuilder to build the WHEN clauses.
getCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Returns the Expression that represents the CASE operand.
getCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Returns the StateObject representing the case operand.
getCastClass() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
getCastClassName() - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
getCastSizeForVarcharParameter() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
ADVANCED: Get the maximum length allowed by the database for a Varchar Parameter This is used by subclasses when writing SQL for parameters
getCatalog() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for OX mapping.
getCatalog() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
getCatalog() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for OX mapping.
getCatalog() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getCatalog() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
getCatalog() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL:
getCatalogContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL:
getCatalogContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL:
getCatalogContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.CollectionTableMetadata
INTERNAL:
getCatalogContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.JoinTableMetadata
INTERNAL:
getCatalogContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.SecondaryTableMetadata
INTERNAL:
getCatalogContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL:
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 class org.eclipse.persistence.internal.sessions.ObjectChangeSet
ADVANCED: This method will return a collection of the attributes changed in the object.
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.
getChangedIndexes() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
 
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 class org.eclipse.persistence.internal.sessions.AggregateChangeRecord
ADVANCED: This method is used to return the ObjectChangeSet representing the changed Aggregate.
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 class org.eclipse.persistence.internal.sessions.AggregateCollectionChangeRecord
ADVANCED: Return the values representing the changed AggregateCollection.
getChangedValues() - Method in interface org.eclipse.persistence.sessions.changesets.AggregateCollectionChangeRecord
ADVANCED: Return the values representing the changed AggregateCollection.
getChanges() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: This method returns a reference to the collection of changes within this changeSet.
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() - Method in class org.eclipse.persistence.internal.sessions.OrderedChangeObject
INTERNAL: Return the ObjectChangeSet representing the change made to the collection
getChangeSet(AbstractSession) - Method in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
INTERNAL: Return the changes to be applied
getChangesForAttributeNamed(String) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: returns the change record for the specified attribute name
getChangesForAttributeNamed(String) - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED: Returns the change record for the specified attribute name.
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:
getChangeTrackedHardList() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the list of object with changes.
getChangeTracking() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getChangeType() - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
INTERNAL: Return the change type
getChangeType() - Method in class org.eclipse.persistence.internal.sessions.OrderedChangeObject
INTERNAL: Return the type of collection change operation (CollectionChangeEvent.REMOVE or CollectionChangeEvent.ADD)
getChangeValuesFrom(Map) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Used to create an iterator on a the Map object passed to CollectionChangeRecord.addRemoveChange() to access the values to be removed.
getChangeValuesFrom(Map) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: Used to create an iterator on a the Map object passed to CollectionChangeRecord.addRemoveChange() to access the values to be removed.
getChannel() - Method in class org.eclipse.persistence.internal.sessions.factories.model.rcm.RemoteCommandManagerConfig
 
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
 
getCharacter(String) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
Returns the Unicode character for the given reference (which is either a numeric character reference or a character entity reference).
getCharacterClassType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the Character class representation.
getCharacterEscapeHandler() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
Return this Marshaller's CharacterEscapeHandler.
getCharacterEscapeHandler() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
Return this Marshaller's CharacterEscapeHandler.
getCharacters() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getCharacters() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getCharacters() - Method in class org.eclipse.persistence.internal.oxm.XMLInlineBinaryHandler
 
getCharacters() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getCharType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the char type representation.
getCharType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the char type representation.
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.jpql.parser.CollectionExpression
Retrieves the child Expression at the given position.
getChild(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.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.
getChildExpressions() - Method in class org.eclipse.persistence.internal.jpa.querydef.FunctionExpressionImpl
Return the top-level conjuncts or disjuncts of the predicate.
getChildRecord() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getChildRecord() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getChildRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
INTERNAL
getChildren() - Method in class org.eclipse.persistence.internal.codegen.HierarchyNode
 
getChildren() - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
 
getChildren() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
getChildrenCollisionSet(boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
INTERNAL: Gets auxiliary set for determining collisions during case insensitive unmarshalling.
getChildrenJoinExpression() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: all expressions from childrenTablesJoinExpressions ANDed together
getChildrenLookupTable(boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
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(OBJECT_BUILDER) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getChildUnmarshalRecord(ObjectBuilder) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getChildUnmarshalRecord(TreeObjectBuilder) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
INTERNAL
getChoice() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
getChoice() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
getChoice() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
getChoice() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getChoiceElementMappings() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
getChoiceElementMappings() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
getChoiceElementMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getChoiceElementMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
getChoiceElementMappingsByClass() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
getChoiceElementMappingsByClass() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
getChoiceElementMappingsByClass() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getChoiceElementMappingsByClass() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
getChoiceElementMarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
getChoiceElementNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
getChoiceFieldToClassAssociations() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
getChoiceFieldToClassAssociations() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
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.
getCID() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryAttachmentHandler
 
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
Obtain the JavaClass given the corresponding Java Class.
getClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
Obtain the JavaClass given the corresponding Java Class' name.
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(Class<?>) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
Obtain the JavaClass given the corresponding Java Class.
getClass(String) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
Obtain the JavaClass given the corresponding Java Class' name.
getClass(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Look-up the given entity name in the EntityManagerFactory and return the class is describes
getClass(Type) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
Return the wrapped class corresponding to the SDO type.
getClassAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Returns the class accessor on which this mapping was defined.
getClassAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getClassAccessor(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceUnit
INTERNAL:
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() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return the RelationalDescriptor instance associated with this MetadataDescriptor
getClassDescriptor(Class) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Return the descriptor specified for the class.
getClassDescriptor(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Return the descriptor specified for the object's class.
getClassDescriptor() - Method in class org.eclipse.persistence.internal.xr.DeleteOperation
 
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 class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the descriptor for the alias.
getClassDescriptorForAlias(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the descriptor for the alias.
getClassDescriptors(CharSequence, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.jpql.JPQLQueryHelper
Retrieves the list of descriptors corresponding to the entities used throughout the given JPQL query.
getClassDetailsMap() - Method in class org.eclipse.persistence.internal.jpa.weaving.PersistenceWeaver
INTERNAL: Get Class name in JVM '/' format to ClassDetails map.
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.
getClassesRegistered() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
This method is used to get a list of those classes with IdentityMaps in the Session.
getClassesRegistered() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: This method is used to get a list of those classes with IdentityMaps in the Session.
getClassesRegistered() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: This method is used to get a list of those classes with IdentityMaps in the Session.
getClassesToBeInvalidated() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Return classes that should be invalidated in the shared cache on commit.
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.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
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
 
getClassForName(String, ClassLoader) - Static method in class org.eclipse.persistence.internal.jpa.metadata.MetadataHelper
INTERNAL: Load a class from a given class name.
getClassForName(String) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Execute a java Class.forName().
getClassForName(String, boolean, ClassLoader) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Execute a java Class.forName() wrap the call in a doPrivileged block if necessary.
getClassFromClasseName(String, ClassLoader) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
getClassFromJDBCType(String, DatabasePlatform) - Static method in class org.eclipse.persistence.internal.xr.Util
 
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.core.descriptors.CoreInheritancePolicy
INTERNAL: Returns field that the class type indicator is store when using inheritance.
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.core.descriptors.CoreInheritancePolicy
PUBLIC: Return the class indicator field name.
getClassIndicatorFieldName() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Return the class indicator field name.
getClassIndicatorMapping() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: Return the association of indicators and classes using specified ConversionManager
getClassIndicatorMapping() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return the association of indicators and classes using specified ConversionManager
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.internal.helper.JPAClassLoaderHolder
INTERNAL:
getClassLoader() - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
getClassLoader() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getClassLoader() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Return a class loader
getClassLoader() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
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
Returns this JavaModel's ClassLoader.
getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
getClassLoader() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
Returns this JavaModel's ClassLoader.
getClassLoader() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
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.XMLSessionConfigLoader
PUBLIC: Return the class loader that should be used to find the resource.
getClassLoaderForClass(Class) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Gets the class loader for a given class.
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.internal.codegen.HierarchyNode
 
getClassName() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getClassName() - Method in class org.eclipse.persistence.internal.jpa.jpql.ConstructorQueryMappings
Returns the class name used to define the constructor expression.
getClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL: Used for OX mapping.
getClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConverterMetadata
INTERNAL: Used for OX mapping.
getClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
INTERNAL: Used for OX mapping.
getClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedConverterMetadata
INTERNAL: Used for OX mapping.
getClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
getClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.PartitioningMetadata
INTERNAL: Used for OX mapping.
getClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.sop.SerializedObjectPolicyMetadata
INTERNAL Used for OX mapping.
getClassName() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
getClassName(String, String) - Static method in class org.eclipse.persistence.internal.jpa.weaving.CollectionProxyClassWriter
Returns a class name for CollectionProxy based on parent class name and field name to generate proxy for.
getClassName() - Method in class org.eclipse.persistence.internal.jpa.weaving.CollectionProxyClassWriter
Returns a class name for generated CollectionProxy.
getClassName() - Method in class org.eclipse.persistence.internal.jpa.weaving.RestAdapterClassWriter
 
getClassName(String) - Static method in class org.eclipse.persistence.internal.jpa.weaving.RestCollectionAdapterClassWriter
Returns a class name for a RestCollectionAdapter for given class.
getClassName() - Method in class org.eclipse.persistence.internal.jpa.weaving.RestCollectionAdapterClassWriter
Returns a class name for a RestCollectionAdapter.
getClassName(String) - Static method in class org.eclipse.persistence.internal.jpa.weaving.RestReferenceAdapterV2ClassWriter
Returns a class name of reference adapter for given class name.
getClassName() - Method in class org.eclipse.persistence.internal.jpa.weaving.RestReferenceAdapterV2ClassWriter
Returns a class name of reference adapter.
getClassName() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceFieldToClassAssociation
 
getClassName() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
ADVANCE: This method returns the class type that this changeSet Represents.
getClassName() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
 
getClassName() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Returns the fully qualified class name that will be used to retrieve the constructor.
getClassName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Returns the fully qualified class name that will be used to retrieve the constructor.
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.core.descriptors.CoreInheritancePolicy
INTERNAL: Return the mapping from class name to indicator, used by MW.
getClassNameIndicatorMapping() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return the mapping from class name to indicator, used by MW.
getClassNamePrefix() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the prefix that will be used to filter the list of possible class names.
getClassNamesForWeaving() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Returns all classes in this project that are needed for weaving.
getClassNamesFromURL(URL, ClassLoader, Map) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
 
getClassNamespace() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getClassNameToFieldMappings() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
getClassNameToFieldMappings() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
getClassNameToFieldMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getClassNameToFieldMappings() - 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 interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
getClassToFieldMappings() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
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.
getClassToSourceFieldsMappings() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
getClassToSourceFieldsMappings() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
getClassToSourceFieldsMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getClassToSourceFieldsMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
getClassType() - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
 
getClassType() - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
getClassType() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: This method returns the class type that this changeSet represents.
getClassType(Session) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
ADVANCE: This method returns the class type that this changeSet Represents.
getClassType() - Method in interface org.eclipse.persistence.jaxb.Subgraph
returns the type of this sub-graph if it was used to extend a superclass sub-graph definition.
getClassType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
 
getClassType() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
getClassType(Session) - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCE: This method returns the class type that this changeSet Represents.
getClassTypes() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return the class type to database type mapping for the schema framework.
getClassWriter(String) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
 
getClauses() - Method in class org.eclipse.persistence.internal.jpa.parsing.CoalesceNode
 
getClazz() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
Gets the value of the clazz property.
getClientSession(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Gets the client session.
getCloneCopyPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping
getCloneDataFromChangeSet(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Used when objects are added or removed during an update.
getCloneDataFromChangeSet(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Used when objects are added or removed during an update.
getClonedExpressions() - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
 
getClonedField() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: If there are any fields associated with this expression, return them
getClonedField() - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: If there are any fields associated with this expression, return them
getClonedFields() - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: If there are any fields associated with this expression, return them
getCloneMapping() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the clone mapping.
getCloneMethod() - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Return the 'clone()' Method for the container class.
getCloneToObjectChangeSet() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Get the clone to object change hash table.
getCloneToOriginals() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Map used to avoid garbage collection in weak caches.
getCloningMappings() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
PERF: Return all mappings that require cloning.
getCloseOnCommit() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Return default property to avoid resuming unit of work if going to be closed on commit anyway.
getCloseOnCommit() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Return default property to avoid resuming unit of work if going to be closed on commit anyway.
getCMPPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Return the cmp descriptor that holds cmp specific information.
getCMPPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getCode() - Method in enum org.eclipse.persistence.jpa.rs.features.ServiceVersion
Returns the version as in appears in URI.
getCodeWriter() - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
getCollection(String) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the Collection-valued attribute of the managed type that corresponds to the specified name.
getCollection(String, Class<E>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the Collection-valued attribute of the managed type that corresponds to the specified name and Java element type.
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
 
getCollectionMapping() - Method in class org.eclipse.persistence.internal.jpa.metamodel.PluralAttributeImpl
INTERNAL: Return the mapping associated with this PluralAttribute.
getCollectionTable() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: Used for OX mapping.
getCollectionType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.CollectionAttributeImpl
Return the collection type.
getCollectionType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.ListAttributeImpl
Return the collection type.
getCollectionType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MapAttributeImpl
Return the collection type.
getCollectionType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.PluralAttributeImpl
Return the collection type.
getCollectionType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.PluralAttributeProxyImpl
 
getCollectionType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.SetAttributeImpl
Return the collection type.
getCollectionValuedPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Returns the model object representing the collection-valued association-field of an entity abstract schema type.
getCollectionValuedPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
 
getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Returns the Expression representing the collection member, which is declared by an identification variable.
getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Returns the Expression representing the collection-valued path expression.
getCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Returns the Expression that represents the collection-valued path expression.
getCollectionWrapperBuilder() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Getter for the collectionWrapperBuilder property with lazy initialization.
getColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
getColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AttributeOverrideMetadata
INTERNAL: Used for OX mapping.
getColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FieldResultMetadata
INTERNAL: Used for OX mapping.
getColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.sop.SerializedObjectPolicyMetadata
INTERNAL Used for OX mapping.
getColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
INTERNAL: Used for OX mapping.
getColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructureAccessor
INTERNAL: Used for OX mapping.
getColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.WriteTransformerMetadata
INTERNAL: Used for OX mapping.
getColumn() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
 
getColumn() - Method in class org.eclipse.persistence.queries.ColumnResult
 
getColumn() - Method in class org.eclipse.persistence.queries.FieldResult
 
getColumnDefinition() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Get the SQL fragment that is used when generating the DDL for the column.
getColumnDefinition() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.MetadataColumn
INTERNAL: Used for OX mapping.
getColumnInfo(String, String, String, String, AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Return the column metadata for the specified selection criteria.
getColumnInfo(String, String, String, String, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Get a description of table columns available in a catalog.
getColumnInfo(String, String, String, String, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return column information for the specified database objects.
getColumnInfo(String, String, String, String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Get a description of table columns available in a catalog.
getColumnList() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
getColumnNamePrefix() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the prefix that will be used by ContentAssistExtension to filter the column names if the table name is not null.
getColumnNames() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheIndexMetadata
INTERNAL: Used for OX mapping.
getColumnNames() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
getColumnNames() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.UniqueConstraintMetadata
INTERNAL: Used for OX mapping.
getColumnResults() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ConstructorResultMetadata
INTERNAL: Used for OX mapping.
getColumnResults() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL: Used for OX mapping.
getColumnResults() - Method in class org.eclipse.persistence.queries.ConstructorResult
Return the columns result of this constructor result.
getColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyMetadata
INTERNAL: Used for OX mapping.
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 class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: 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.internal.sessions.remote.RemoteSessionController
INTERNAL: This method returns the command manager policy for this remote connection
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
 
getCommandsConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.rcm.RemoteCommandManagerConfig
 
getComment() - Method in class org.eclipse.persistence.internal.codegen.CodeDefinition
 
getCommitAddMap() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
This method returns the collection of objects that were added to the collection.
getCommitManager() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: The commit manager is used to resolve referential integrity on commits of multiple objects.
getCommitManager() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: The commit manager is used to resolve referential integrity on commits of multiple objects.
getCommitOrder() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Return if updates should be ordered by primary key, to avoid potential database deadlocks.
getCommitOrder() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Return if updates should be ordered by primary key to avoid possible database deadlocks.
getCommitOrder() - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Return the order in which objects should be committed to the database.
getCommitOrder() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Return the commit order.
getCommitOrder() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Return the commit order.
getCommitWithoutPersistRules() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Return default property to avoid discover new objects in unit of work if application always uses persist.
getCommitWithoutPersistRules() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Return default property to avoid discover new objects in unit of work if application always uses persist.
getCommunicationSocket() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
INTERNAL: Return the socket that will be used for the multicast.
getComparator() - Method in class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
INTERNAL: Return the stored comparator
getComparatorClass() - Method in class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
INTERNAL: Return the stored comparator class
getComparatorClassName() - Method in class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
INTERNAL: return stored comparator class name
getComparisonOperator() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
Returns the comparison operator, which is either '=', '>', '>=', '<', '<=' or '<>'.
getCompatibleType() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
getCompatibleType() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLComplexTypeMetadata
INTERNAL: Used for OX mapping.
getCompatibleType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
Oracle ARRAY types don't have a compatible type like PL/SQL types do, so we will use the type name
getCompatibleType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
Oracle STRUCT types don't have a compatible type like PL/SQL types do, so we will use the type name
getComplexContent() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
getComplexType() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getComplexType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getComplexTypeMetadata(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return the named PLSQL or Oracle complex metadata type.
getComplexTypeName() - Method in class org.eclipse.persistence.internal.xr.ProcedureArgument
 
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
 
getComponents() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
Not supported.
getComponentType() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getComponentType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
If this JavaClass is an array type, return the type of the array components.
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.jaxb.javamodel.xjc.XJCJavaClassImpl
If this JavaClass is an array type, return the type of the array components.
getComponentTypeNameFromArrayString(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
getCompositeEmSetupImpl() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
getCompositeMember() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getCompositeProcessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Return compositeProcessor.
getCompositeProcessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getCompositor() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getCompoundSelectionItems() - Method in class org.eclipse.persistence.internal.jpa.querydef.CompoundSelectionImpl
Return selection items composing a compound selection
getCompoundSelectionItems() - Method in class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
Return selection items composing a compound selection
getCompoundSelectionItems() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Return selection items composing a compound selection
getConcreteSubclassCalls() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the cache of concrete subclass calls.
getConcreteSubclassJoinedMappingIndexes() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the cache of concrete subclass joined mapping indexes.
getConcreteSubclassQueries() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the cache of concrete subclass queries.
getConditional() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Returns the state object representing the composition of the conditional expressions.
getConditionalExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Returns the expression representing the composition of the conditional expressions.
getConfigFile() - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
PUBLIC: Return the JGroups config xml file name.
getConfigPropertyAsString(String, Map) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
 
getConfigPropertyAsString(String, Map, String) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
Check the provided map for an object with the given key.
getConfigPropertyLogDebug(String, Map, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.FileBasedProjectCache
Check the provided map for an object with the given name.
getConfigPropertyLogDebug(String, Map, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
Check the provided map for an object with the given name.
getConfiguredSize() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
getConnectByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Returns the Expression representing the CONNECT BY clause.
getConnectByExpression() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Return the CONNECT BY expression
getConnectByExpression() - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC:
getConnectedTime() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Answer the time that this session got connected.
getConnection() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Return the JDBC connection for relational accessors.
getConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Return the receiver's connection to its data source.
getConnection(AbstractSession, Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: This method is used to unwrap the oracle connection wrapped by the application server.
getConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Helper method to return the JDBC connection for DatabaseAccessor.
getConnection() - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
getConnection(String, String) - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
getConnection(DataSourceImpl, String, String) - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
getConnection(DataSourceImpl, String, String) - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
Deprecated.
 
getConnection() - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.RMIRemoteConnection
INTERNAL Return the RemoteCommandConnection associated with this RemoteConnection
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.
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.
getConnectionFactoryURL() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.EISLoginConfig
 
getConnectionMetaData() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
return the cached metaData
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.
getConnectionPolicyConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.ServerSessionConfig
 
getConnectionPolicyExclusiveModeFromProperties(Map, AbstractSession, boolean) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
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 class org.eclipse.persistence.internal.jpa.metadata.partitioning.PinnedPartitioningMetadata
 
getConnectionPool() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitionMetadata
INTERNAL: Used for OX mapping.
getConnectionPool() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitionMetadata
INTERNAL: Used for OX mapping.
getConnectionPool() - Method in interface org.eclipse.persistence.internal.sequencing.SequencingServer
 
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.
getConnectionPoolConfigs() - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.PoolsConfig
 
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.internal.jpa.metadata.partitioning.HashPartitioningMetadata
Used for OX mapping.
getConnectionPools() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ReplicationPartitioningMetadata
 
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.
getConnectionSpecClass() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.EISLoginConfig
 
getConnectionsToExternalServices() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL:
getConnectionsToExternalServicesForCommandPropagation() - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
INTERNAL: In case there's no external connection attempts to create one.
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() - 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.
getConnectionToLocalHost() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Return a remote connection to this service
getConnectionURL() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getConnectionUserName() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Returns user name retrieved from JDBC connection.
getConnectionUserName() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Returns user name retrieved from JDBC connection.
getConnector() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
ADVANCED: Return the connector that will instantiate the connection.
getConstantName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
Returns the name of the constant constant.
getConstraint() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Return any constraint of this field.
getConstraintDeletionString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for constraint deletion.
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.
getConstraintDescriptor() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
ConstraintViolation.getConstraintDescriptor()
getConstraintMode() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ForeignKeyMetadata
INTERNAL: Used for OX mapping.
getConstraintsMap() - Method in class org.eclipse.persistence.internal.jpa.metadata.beanvalidation.BeanValidationHelper
Lazy getter for constraintsOnClasses property.
getConstraintsMap() - Method in class org.eclipse.persistence.jaxb.BeanValidationHelper
Lazy getter for constraintsOnClasses property.
getConstraintViolations() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
Returns constraint violations stored in the underlying JAXBBeanValidator instance.
getConstraintViolations() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
Returns constraint violations stored in the underlying JAXBBeanValidator instance.
getConstructor(JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Return the JavaConstructor for this JavaClass that has the provided parameter types.
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(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Return the JavaConstructor for this JavaClass that has the provided parameter types.
getConstructor() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
INTERNAL: Return the constructor.
getConstructorArgTypes() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
 
getConstructorFor(Class, Class[], boolean) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get the public constructor for the given class and given arguments and wrap it in doPrivileged if necessary.
getConstructorItems() - Method in class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
INTERNAL Get the list of constructor items of this node.
getConstructorItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Returns the constructor items aggregated into a single expression and separated by commas or a single expression.
getConstructorMappings() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
INTERNAL: Return the mappings for the items.
getConstructorQueryMappings(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.jpql.JPQLQueryHelper
Retrieves the class names and the attribute names mapped to their types that are used in the constructor expressions defined in the SELECT clause.
getConstructorQueryMappings(AbstractSession, DatabaseQuery) - Method in class org.eclipse.persistence.internal.jpa.jpql.JPQLQueryHelper
Retrieves the class names and the attribute names mapped to their types that are used in the constructor expressions defined in the SELECT clause.
getConstructorResults() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL: Used for OX mapping.
getConstructors() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Return all of the JavaConstructors for this JavaClass.
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
 
getConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Return all of the JavaConstructors for this JavaClass.
getConstructors(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the constructors for the given type.
getConstructors(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the constructors for the given type.
getContainer() - Method in class org.eclipse.persistence.internal.oxm.Reference
Get the container this reference should be added to if it was from a collection mapping
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()
getContainerBeans() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This is only used for EJB entity beans to manage beans accessed in a transaction context.
getContainerClass() - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
Returns the Container class which implements IndirectContainer.
getContainerClass() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return the class used for the container.
getContainerClass() - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Returns the container class to be used with this policy.
getContainerClassName() - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Used by MW.
getContainerClassName() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Used by the MW
getContainerClassName() - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
 
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() - Method in interface org.eclipse.persistence.internal.oxm.ContainerValue
 
getContainerInstance(ContainerValue) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getContainerInstance(ContainerValue, boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getContainerInstance(ContainerValue) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getContainerInstance(ContainerValue, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getContainerInstance() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
 
getContainerInstance() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
getContainerInstance() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
getContainerInstance() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
getContainerInstance() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
getContainerInstance() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
 
getContainerInstance() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
 
getContainerInstance() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
getContainerInstance() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
getContainerInstance() - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
 
getContainerInstance() - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathCollectionMappingNodeValue
 
getContainerInstance(ContainerValue) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getContainerInstance(ContainerValue, boolean) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getContainerPolicy() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Return the mapping's containerPolicy.
getContainerPolicy() - Method in interface org.eclipse.persistence.internal.oxm.ContainerValue
 
getContainerPolicy() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
 
getContainerPolicy() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
 
getContainerPolicy() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
getContainerPolicy() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
getContainerPolicy() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
getContainerPolicy() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
getContainerPolicy() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
 
getContainerPolicy() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
 
getContainerPolicy() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
getContainerPolicy() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
getContainerPolicy() - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
 
getContainerPolicy() - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathCollectionMappingNodeValue
 
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.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.
getContainerType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Gets the value of the containerType property.
getContainerUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This is only used for EJB entity beans to manage beans accessed in a transaction context.
getContainerValues() - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
getContainerValues() - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
getContainerValues() - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
getContainingDescriptor() - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
INTERNAL: Like QueryKeyExpression, return the descriptor for the class type used, null if one can't be determined yet.
getContainingDescriptor(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
INTERNAL: Return the descriptor for the base expression.
getContainingDescriptor() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL: Return the descriptor which contains this query key.
getContainingDescriptor() - Method in class org.eclipse.persistence.internal.expressions.FromAliasExpression
INTERNAL: If the alias is for a query key item, then return its descriptor.
getContainingQuery() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
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.internal.oxm.record.json.JsonParserReader
 
getContentHandler() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
getContentHandler() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
getContentHandler() - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
Return the ContentHandler that the object will be marshalled to.
getContents() - Method in class org.eclipse.persistence.internal.helper.linkedlist.LinkedNode
 
getContentType() - Method in class org.eclipse.persistence.internal.oxm.ByteArrayDataSource
 
getContext() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Return the JNDI Context that can supplied the named ConnectionFactory.
getContext() - Method in class org.eclipse.persistence.internal.jpa.parsing.MajorNode
 
getContext() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
Return the context for this parse tree
getContext() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.SessionBeanCall
 
getContext() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
Return the instance of Context that was used to create this instance of Marshaller.
getContext() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Return the instance of XMLContext that was used to create this instance of Unmarshaller.
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(Thread) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get the context ClassLoader for a thread.
getContextProperty() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL: Return the context property for this table per tenant policy.
getContextProperty() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
INTERNAL: Used for OX mapping.
getContextProperty() - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.TenantTableDiscriminatorMetadata
INTERNAL: Used for OX mapping.
getContexts() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Return the contexts (for LOB)
getContexts(String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceResource
 
getContexts(HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource
Deprecated.
 
getContextualNamespaceDecls() - Method in class org.eclipse.persistence.internal.oxm.NamespacePrefixMapper
Returns a string array of prefixes and namespace uris that are already available in this context.
getContextualNamespaceDecls() - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.NamespacePrefixMapperWrapper
 
getConversionCode() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
getConversionCode() - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
getConversionCode() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
getConversionCode() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
 
getConversionManager() - Method in class org.eclipse.persistence.eis.EISPlatform
The platform holds its own instance of conversion manager to allow customization.
getConversionManager() - Method in interface org.eclipse.persistence.internal.core.databaseaccess.CorePlatform
The platform hold its own instance of conversion manager to allow customization.
getConversionManager() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
The platform hold its own instance of conversion manager to allow customization.
getConversionManager() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
The platform hold its own instance of conversion manager to allow customization.
getConversionManager() - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
getConversionManager() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getConversionManager() - Method in interface org.eclipse.persistence.internal.oxm.record.XMLRecord
 
getConversionManager() - Method in class org.eclipse.persistence.oxm.platform.XMLPlatform
 
getConversionManager() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL
getConversionValues() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ObjectTypeConverterMetadata
INTERNAL: Used for OX mapping.
getConvert() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL:
getConverter() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.StructConverterMetadata
INTERNAL: Used for OX mapping.
getConverter(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getConverter() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
getConverter(XML_FIELD) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
getConverter() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
getConverter(XML_FIELD) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
getConverter() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
Return the converter on the mapping.
getConverter() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceFieldToClassAssociation
 
getConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
PUBLIC: Return the converter on the mapping.
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.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
 
getConverterAccessor(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getConverterAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getConverterAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
getConverterAnnotation(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Return if a given class is annotated with @Embeddable.
getConverterClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL:
getConverterClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: Used for OX mapping.
getConverterClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.StructConverterMetadata
INTERNAL:
getConverters() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getConverters() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
getConverts() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
getConverts() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Used for OX mapping.
getConverts() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
INTERNAL: Used for OX mapping.
getConverts(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getCoordinationType() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
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.
getCopyPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL:
getCopyPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CloneCopyPolicyMetadata
INTERNAL:
getCopyPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CopyPolicyMetadata
INTERNAL:
getCopyPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CustomCopyPolicyMetadata
INTERNAL:
getCopyPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.InstantiationCopyPolicyMetadata
INTERNAL:
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
getCopyPolicyClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CustomCopyPolicyMetadata
INTERNAL: Used for OX mapping.
getCorrectionType() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.OrderColumnMetadata
INTERNAL: Used for OX mapping.
getCorrelatedJoins() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Return the joins that have been made from the subquery.
getCorrelationParent() - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
Returns the parent From object from which the correlated From object has been obtained through correlation (use of a Subquery correlate method).
getCount() - Static method in class org.eclipse.persistence.internal.helper.QueryCounter
 
getCount() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
Gets the total number of records in the current response.
getCount() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Gets the total number of records in the current response.
getCount() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
 
getCounterField() - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.TableSequenceConfig
 
getCounterField() - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.UnaryTableSequenceConfig
 
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
getCreateDatabaseSchemaString(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return the create schema SQL syntax.
getCreatedXPaths() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getCreateTempTableSqlPrefix() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Returns the beginning of the SQL string to create a temporary table.
getCreateViewString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
/** Used for view creation.
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.internal.databaseaccess.DatabasePlatform
This method is used to print the required output parameter token for the specific platform.
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.internal.databaseaccess.DatabasePlatform
This method is used to print the required output parameter token for the specific platform.
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.internal.helper.DatabaseTable
returns the suffix applied to the CREATE table statement on this field for DDL generation.
getCreationSuffix() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for OX mapping.
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.
getCriteria() - Method in class org.eclipse.persistence.internal.jpa.metadata.additionalcriteria.AdditionalCriteriaMetadata
INTERNAL: Used for OX mapping.
getCriteriaBuilder() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
 
getCriteriaBuilder() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
 
getCriteriaBuilder() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Return an instance of CriteriaBuilder for the creation of Criteria API Query objects.
getCumulativeUOWChangeSet() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Get the final UnitOfWorkChangeSet for merge into the shared cache.
getCurrentAliasNumber() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Gets a unique id that will be used to alias the next table.
getCurrentAttachmentUnmarshaller() - Method in class org.eclipse.persistence.internal.dbws.DBWSAdapter
 
getCurrentAttributeGroup() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
getCurrentAttributeGroup() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
getCurrentChanges() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: This method Will Calculate the changes for the UnitOfWork.
getCurrentChanges() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: This method will calculate the changes for the UnitOfWork.
getCurrentClass() - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
 
getCurrentContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the current JPQLQueryContext, i.e.
getCurrentDescriptor() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
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:
getCurrentGroup() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
getCurrentIndexesOfOriginalObjects(List) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
The same size as original list, at the i-th position holds the index of the i-th original object in the current list (-1 if the object was removed): for example: {0, -1, 1, -1, 3} means that: previous(0) == current(0); previous(1) was removed; previous(2) == current(1); previous(3) was removed; previous(4) == current(3);
getCurrentItem() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
getCurrentKey() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy.MapContainerPolicyIterator
 
getCurrentMapping() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
getCurrentNode() - Method in interface org.eclipse.persistence.internal.jpa.querydef.InternalSelection
 
getCurrentNode() - Method in class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
Returns the current EclipseLink expression at this node in the criteria expression tree
getCurrentNode() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Returns the current EclipseLink expression at this node in the criteria expression tree
getCurrentObject(CoreAbstractSession, Mapping) - Method in class org.eclipse.persistence.internal.oxm.record.DOMReader
 
getCurrentObject() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getCurrentObject() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getCurrentObject(CoreAbstractSession, Mapping) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
getCurrentObject() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
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.jpql.tools.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.
getCurrentValue() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy.MapContainerPolicyIterator
 
getCursorCode() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
ADVANCED: Return the code for preparing cursored output parameters in a stored procedure
getCursorCode() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
ADVANCED: Return the code for preparing cursored output parameters in a stored procedure
getCursorOrdinalPosition(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
INTERNAL: Used by JPA named stored procedure queries to associate parameter name with position.
getCursorOrdinalPositions() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
INTERNAL: Used by JPA named stored procedure queries to associate parameter name with position.
getCursorOutIndex() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Return 1-based index of out cursor parameter, or -1.
getCustomClass() - Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
 
getCustomCopyPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping
getCustomizationURIs() - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
 
getCustomizerClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL:
getCustomizerClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getCustomModifyValueForCall(Call, Object, DatabaseField, boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
This method determines if any special processing needs to occur prior to writing a field.
getCustomModifyValueForCall(Call, Object, DatabaseField, boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Allow for the platform to handle the representation of parameters specially.
getCustomModifyValueForCall(Call, Object, DatabaseField, boolean) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Allow for the platform to handle the representation of parameters specially.
getCustomModifyValueForCall(Call, Object, DatabaseField, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
INTERNAL Used by SQLCall.translate(..) Typically there is no field translation (and this is default implementation).
getCustomModifyValueForCall(Call, Object, DatabaseField, boolean) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Used by SQLCall.translate(..) The binding *must* be performed (NCHAR, NSTRING, NCLOB).
getCycleDetectionStack() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
getCycleDetectionStack() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL
getCycleString() - Method in class org.eclipse.persistence.internal.oxm.record.MarshalRecord.CycleDetectionStack
 
getData() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper.EncodedData
 
getData() - Method in class org.eclipse.persistence.queries.ComplexQueryResult
PUBLIC: Return the database rows for the query result.
getDatabaseCall() - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
Return the call.
getDatabaseChangeNotificationType() - Method in class org.eclipse.persistence.descriptors.CachePolicy
Returns what type of database change notification an entity/descriptor should use.
getDatabaseChangeNotificationType() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
getDatabaseErrorCode() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
PUBLIC: This is the database error number.
getDatabaseEventListener() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
Return the database event listener, this allows database events to invalidate the cache.
getDatabaseEventListener() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
Return the database event listener, this allows database events to invalidate the cache.
getDatabaseField() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL:
getDatabaseField() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DirectColumnMetadata
INTERNAL:
getDatabaseField() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorColumnMetadata
INTERNAL:
getDatabaseField() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.MetadataColumn
INTERNAL: Those objects that need/want to initialize more meta data should override this method.
getDatabaseField() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
INTERNAL:
getDatabaseField() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
INTERNAL: Return the databasefield.
getDatabaseFieldsToTableAliases() - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
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.
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.
getDatabaseQuery() - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
 
getDatabaseQuery() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
getDatabaseQuery() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Return the wrapped DatabaseQuery ensuring that if it QueryImpl.isShared it is cloned before returning to prevent corruption of the query cache.
getDatabaseQuery() - Method in class org.eclipse.persistence.internal.xr.QueryHandler
 
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.
getDatabaseQueryInternal() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
INTERNAL: Return the cached database query for this EJBQueryImpl.
getDatabaseSchema() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
PUBLIC: Return the database schema associated with this database object.
getDatabaseSchema() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Return the schema associated with this table.
getDatabaseSchema() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
PUBLIC: Return the schema associated with this table sequence.
getDatabaseSession() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
INTERNAL: Returns the ServerSession that the Factory will be using and initializes it if it is not available.
getDatabaseSession() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
 
getDatabaseSession() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Return the underlying database session
getDatabaseSession() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
getDatabaseSession(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
We may be provided a connection via the properties to use.
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.
getDatabaseTable() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL:
getDatabaseType() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
getDatabaseType() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
INTERNAL: Used for OX mapping.
getDatabaseType() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Returns the database type to cast to.
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.
getDataFormat() - Method in class org.eclipse.persistence.internal.jpa.metadata.nosql.NoSqlMetadata
INTERNAL: Used for OX mapping.
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
 
getDataHandlerForObjectValue(Object, Class) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
getDataHandlerForObjectValue(Object, Class) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
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.
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
 
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.
getDataResults_() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return all of the rows fetched by the query, used for 1-m joining.
getDataResultsByPrimaryKey() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return all of the rows fetched by the query by cache-key, used for 1-m joining.
getDatasource() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getDataSource() - Method in class org.eclipse.persistence.sessions.JNDIConnector
PUBLIC: Return the javax.sql.DataSource.
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.
getDatasourceConnection() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Return the driver level connection, this will need to be cast to the implementation class for the data access type being used.
getDatasourceConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return the driver level connection.
getDatasourceLogin() - Method in class org.eclipse.persistence.core.sessions.CoreProject
PUBLIC: Return the login, the login holds any database connection information given.
getDatasourceLogin() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
PUBLIC: Return the login, the login holds any database connection information given.
getDatasourceLogin() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the login, the login holds any database connection information given.
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 interface org.eclipse.persistence.core.sessions.CoreLogin
 
getDatasourcePlatform() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
PUBLIC: Return the database platform currently connected to.
getDatasourcePlatform() - Method in class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
INTERNAL: Return the database platform currently connected to.
getDatasourcePlatform() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return the platform.
getDatasourcePlatform() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the database platform currently connected to.
getDatasourcePlatform() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Return the database platform currently connected to.
getDatasourcePlatform() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
INTERNAL: Return the database platform currently connected to.
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.
getDataType() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL:
getDataType(MappingAccessor, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL:
getDataType() - Method in class org.eclipse.persistence.internal.jpa.metadata.nosql.NoSqlMetadata
INTERNAL: Used for OX mapping.
getDataTypeName() - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Specify the data type name for the class of objects the descriptor maps.
getDataTypeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL: Used for OX mapping.
getDataTypesConvertedFrom(Class) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
PUBLIC: Return the list of Classes that can be converted to from the passed in javaClass.
getDataTypesConvertedFrom(Class) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
PUBLIC: Return the list of Classes that can be converted to from the passed in javaClass.
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.internal.databaseaccess.DatasourcePlatform
PUBLIC: Return the list of Classes that can be converted from to the passed in javaClass.
getDataTypesConvertedTo(Class) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
PUBLIC: Return the list of Classes that can be converted from to 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.
getDataValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConversionValueMetadata
INTERNAL: Used for OX mapping.
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.
getDatePart() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Returns the date part that was parsed, it is used to extract a single part of a date/time, such as year, month, day, your, etc.
getDateType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the java.util.Date type representation.
getDBPlatform(String, SessionLog) - Static method in class org.eclipse.persistence.internal.helper.DBPlatformHelper
Get Database Platform from vendor name.
getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Returns the Expression that represents the declaration of this clause.
getDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves the Declaration for which the given variable name is used to navigate to the "root" object.
getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Returns the declaration clause which defines the domain of the query by declaring identification variables.
getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the declaration clause which defines the domain of the query by declaring identification variables.
getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Returns the declaration clause which defines the domain of the query by declaring identification variables.
getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the declaration clause which defines the domain of the query by declaring identification variables.
getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns the declaration clause which defines the domain of the query by declaring identification variables.
getDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Returns the declaration clause which defines the domain of the query by declaring identification variables.
getDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the declaration clause which defines the domain of the query by declaring identification variables.
getDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Retrieves the Declaration for which the given variable name is used to navigate to the "root" object.
getDeclarationExpression() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
Returns the declaration expression, which is either an IdentificationVariableDeclaration or a CollectionMemberDeclaration when part of a FROM clause, otherwise it's either the DeleteClause or the UpdateClause.
getDeclarationExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.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.
getDeclarationQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Returns the BNF of the declaration part of this clause.
getDeclarationQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
Returns the BNF of the declaration part of this clause.
getDeclarationQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
Returns the BNF of the declaration part of this clause.
getDeclarationResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the DeclarationResolver of the current query's declaration.
getDeclarationResolver(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the DeclarationResolver of the current query's declaration.
getDeclarations() - Method in class org.eclipse.persistence.internal.jpa.parsing.FromNode
 
getDeclarations() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the ordered list of JPQLQueryDeclaration, which contain the information contained in the query's FROM clause.
getDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the ordered list of JPQLQueryDeclaration, which contain the information contained in the query's FROM clause.
getDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the ordered list of Declarations.
getDeclarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Returns the ordered list of Declarations.
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
If this JavaClass declares an Annotation matching aClass, return its JavaAnnotation representation.
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
Not supported.
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
 
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Not supported.
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
If this JavaField is annotated with an Annotation matching aClass, return its JavaAnnotation representation.
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Not supported.
getDeclaredAnnotation(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
Not supported.
getDeclaredAnnotations() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaHasAnnotations
 
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Return all of the declared Annotations for this JavaClass.
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
Not supported.
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getDeclaredAnnotations(AnnotatedElement) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
Get all annotations that are defined directly on the AnnotatedElement (excluding inherited annotations).
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
 
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Not supported.
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Return all of the Annotations for this JavaField.
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Not supported.
getDeclaredAnnotations() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
Not supported.
getDeclaredAttribute(String) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the declared attribute of the managed type that corresponds to the specified name.
getDeclaredAttributes() - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the attributes declared by the managed type.
getDeclaredClasses() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Return this JavaClass' inner classes.
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
 
getDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Return this JavaClass' inner classes.
getDeclaredCollection(String) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredCollection(String, Class<E>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredConstructor(JavaClass[]) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Return the declared JavaConstructor for this JavaClass.
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
 
getDeclaredConstructor(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Return the declared JavaConstructor for this JavaClass that has the provided parameter types.
getDeclaredConstructorFor(Class, Class[], boolean) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get the constructor for the given class and given arguments (regardless of whether it is public or private))and wrap it in doPrivileged if necessary.
getDeclaredConstructors() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Return all of the declared JavaConstructors for this JavaClass.
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
 
getDeclaredConstructors() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Return all of the declared JavaConstructors for this JavaClass.
getDeclaredField(Class, String, boolean) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get a field actually declared in a class and wrap the call in doPrivileged if necessary.
getDeclaredField(String) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Return the declared JavaField for this JavaClass, identified by fieldName.
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
 
getDeclaredField(String) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Return the declared JavaField for this JavaClass, identified by fieldName.
getDeclaredFields(Class) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get the list of fields in a class.
getDeclaredFields() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getDeclaredFields() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Return all of the declared JavaFields for this JavaClass.
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() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Return all of the declared JavaFields for this JavaClass.
getDeclaredId(Class<Y>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.IdentifiableTypeImpl
Return the attribute that corresponds to the id attribute declared by the entity or mapped superclass.
getDeclaredList(String, Class<E>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the List-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredList(String) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the List-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredMap(String) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the Map-valued attribute of the managed type that corresponds to the specified name.
getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the Map-valued attribute of the managed type that corresponds to the specified name and Java key and value types.
getDeclaredMethod(Class, String) - Static method in class org.eclipse.persistence.internal.helper.Helper
INTERNAL: Returns a Method for the specified Class, method name, and that has no parameters.
getDeclaredMethod(Class, String, Class[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
INTERNAL: Returns a Method for the specified Class, method name, and formal parameter types.
getDeclaredMethod(Class, String, Class[]) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Return a method on a given class with the given method name and parameter types.
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
Return the declared JavaMethod for this JavaClass, identified by name, with the signature matching args.
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
getDeclaredMethod(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Return the declared JavaMethod for this JavaClass, identified by name, with the signature matching args.
getDeclaredMethods(Class) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get the list of methods in a class.
getDeclaredMethods() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getDeclaredMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Return all of the declared JavaMethods for this JavaClass.
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.jaxb.javamodel.xjc.XJCJavaClassImpl
Return all of the declared JavaMethods for this JavaClass.
getDeclaredPluralAttributes() - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return all collection-valued attributes declared by the managed type.
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
 
getDeclaredSet(String) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the Set-valued attribute declared by the managed type that corresponds to the specified name.
getDeclaredSet(String, Class<E>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the Set-valued attribute declared by the managed type that corresponds to the specified name and Java element type.
getDeclaredSingularAttribute(String) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the declared single-valued attribute of the managed type that corresponds to the specified name in the represented type.
getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the declared single-valued attribute of the managed type that corresponds to the specified name and Java type in the represented type.
getDeclaredSingularAttributes() - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the single-valued attributes declared by the managed type.
getDeclaredType() - Method in class org.eclipse.persistence.internal.oxm.Root
Gets the declared type.
getDeclaredVersion(Class<Y>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.IdentifiableTypeImpl
Return the attribute that corresponds to the version attribute declared by the entity or mapped superclass.
getDeclaringClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataField
INTERNAL:
getDeclaringType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.AttributeImpl
Return the managed type representing the type in which the attribute was declared.
getDeclaringType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
 
getDeclaringType() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
getDecorator() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns the StateObject decorating this one if one has been set, which means the behavior of this StateObject is modified by the decorator.
getDecorator() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the StateObject decorating this one if one has been set, which means the behavior of this StateObject is modified by the decorator.
getDeepCopies() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getDefault(DatabaseMapping) - Static method in enum org.eclipse.persistence.queries.ReadAllQuery.Direction
PUBLIC: Returns the default hierarchy traversal direction for the specified mapping.
For OneToOne mappings, source in parent object goes to target in child object, collections are the opposite way.
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.
getDefaultAccess() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getDefaultAccessMethods() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
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;
getDefaultCatalog() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
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 class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitioningMetadata
INTERNAL: Used for OX mapping.
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.
getDefaultContainerClass() - Static method in class org.eclipse.persistence.internal.queries.ContainerPolicy
ADVANCED: Return the default collection class.
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.
getDefaultDeleteObjectQueryRedirectorName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
getDefaultEmptyContainerValues() - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
getDefaultEmptyContainerValues() - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
getDefaultEmptyContainerValues() - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
getDefaultEndDatabaseDelimiter() - Static method in class org.eclipse.persistence.internal.helper.Helper
 
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.
getDefaultFetchType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL:
getDefaultFetchType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Return the default fetch type for a collection mapping.
getDefaultFetchType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL:
getDefaultFetchType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL:
getDefaultFetchType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: Return the default fetch type for an object mapping.
getDefaultFetchType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL:
getDefaultFetchType() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
INTERNAL:
getDefaultIdentityMapClass() - Static method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Returns the class which should be used as an identity map in a descriptor by default.
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.
getDefaultInsertObjectQueryRedirectorName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
getDefaultIsIsolated() - Method in class org.eclipse.persistence.sessions.Project
Deprecated.
see getDefaultCacheIsolation()
getDefaultJavaTypes() - Static method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
getDefaultListeners() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getDefaultListeners() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL:
getDefaultLoader() - Static method in class org.eclipse.persistence.internal.helper.ConversionManager
INTERNAL: Get the default class loader to use if no instance-level loader is set
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
getDefaultLoggingLevel() - Static method in class org.eclipse.persistence.logging.AbstractSessionLog
Return the system default log level.
getDefaultManager() - Static method in class org.eclipse.persistence.internal.helper.ConversionManager
A singleton conversion manager is used to handle generic conversions.
getDefaultManager() - Static method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Lazy initialize the default instance.
getDefaultNamespace() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getDefaultNamespaceURI() - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
 
getDefaultNativeSequenceToTable() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Return if the native sequence type is not supported, if table sequencing should be used.
getDefaultNullValue(Class) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
INTERNAL: Allow for the null values for classes to be defaulted in one place.
getDefaultNullValue(Class) - Method in class org.eclipse.persistence.internal.helper.JPAConversionManager
INTERNAL:
getDefaultNullValues() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
INTERNAL: Allow for the null values for classes to be defaulted in one place.
getDefaultObjectValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ObjectTypeConverterMetadata
INTERNAL: Used for OX mapping.
getDefaultPackageName() - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL: Get default package name when no targetNamespace URI exists.
This function follows the JSR-222 JAXB 2.0 algorithm from https://jaxb.dev.java.net/spec-download.html
getDefaultPropertiesFileName() - Static method in class org.eclipse.persistence.tools.PackageRenamer
 
getDefaultPropertyValue(String) - Static method in class org.eclipse.persistence.internal.sessions.PropertiesHandler
INTERNAL: Returns the default property value that should be applied.
getDefaultPropertyValueLogDebug(String, AbstractSession) - Static method in class org.eclipse.persistence.internal.sessions.PropertiesHandler
 
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.
getDefaultQueryRedirectorName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
getDefaultQueryResultsCachePolicy() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return the default values for query caching options for all named queries.
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.
getDefaultReadAllQueryRedirectorName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
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.
getDefaultReadObjectQueryRedirectorName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Returns the set of read-only classes that gets assigned to each newly created UnitOfWork.
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
INTERNAL: Get the read-only classes
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
return the read-only classes
getDefaultReadOnlyClasses() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Returns the set of read-only classes that gets assigned to each newly created UnitOfWork.
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
getDefaultReferenceMode() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
Stores the default Session wide reference mode that a UnitOfWork will use when referencing managed objects.
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.
getDefaultReportQueryRedirectorName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
getDefaultRootElement() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
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
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 interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
 
getDefaultRootElementField() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
getDefaultRootElementType() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
 
getDefaultRootElementType() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
getDefaultSchema() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getDefaultSequence() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Get default sequence
getDefaultSequence() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Get default sequence.
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
getDefaultSequenceConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
getDefaultSequenceTableName() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Returns the table name used by TableSequence by default.
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.internal.databaseaccess.DatasourcePlatform
INTERNAL: Used only for writing into XML or Java.
getDefaultSequenceToWrite() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
INTERNAL: Used only for writing into XML or Java.
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.
getDefaultSize() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Return the default size for this type.
getDefaultStartDatabaseDelimiter() - Static method in class org.eclipse.persistence.internal.helper.Helper
 
getDefaultSubSize() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Return the default sub-size for this type.
getDefaultTable() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: The first table in the tables is always treated as default.
getDefaultTableName() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: The default table name is the descriptor alias, unless this descriptor metadata is an inheritance subclass with a SINGLE_TABLE strategy.
getDefaultTemporalMutable() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return the default setting for configuring if dates and calendars are mutable.
getDefaultTenantDiscriminatorColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getDefaultTimeZone() - Static method in class org.eclipse.persistence.internal.helper.Helper
PERF: Return the cached default platform.
getDefaultTransactionManager() - Static method in class org.eclipse.persistence.transaction.JTATransactionController
 
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.
getDefaultUpdateObjectQueryRedirectorName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
getDefaultValue() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
getDefaultValue() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
This will be set if XmlElementDecl has a defaultValue specified
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
 
getDefaultXMLManager() - Static method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
getDefaultXMLTypes() - Static method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
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.
getDeferredLockManager(Thread) - Static method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Return the deferred lock manager from the thread
getDeferredLocks() - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
Return a set of the deferred locks
getDeferredSet() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
This set contains the list of attributes that must be calculated at commit time.
getDefinitions() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
getDefinitions() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
getDelayBetweenConnectionAttempts() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
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.internal.jpa.EntityManagerImpl
Return the underlying provider object for the EntityManager, if available.
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.
getDelegates() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
getDelegates() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
getDelegates() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
getDelegates() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
getDelegateSequence() - Method in class org.eclipse.persistence.sequencing.NativeSequence
Return the sequence delegate.
getDeleteAll() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
getDeleteAll() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getDeleteAllQuery() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
 
getDeleteCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's delete call.
getDeleteClause() - Method in class org.eclipse.persistence.jpa.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 class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: This method returns the reference to the deleted objects from the changeSet.
getDeletedObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: The deleted objects stores any objects removed during the unit of work.
getDeletedObjects() - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
ADVANCED: This method returns the reference to the deleted objects from the changeSet
getDeleteQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's delete query.
getDeleteSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's delete SQL string.
getDeletionDependencies() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return deleted objects that have reference to other deleted objects.
getDeletionDependencies(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return references to other deleted objects for this deleted object.
getDeletionHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
 
getDeletionHeader() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
 
getDelimitedIdentifiers() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
getDelta() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Returns the delta of the changes made to the JPQL query.
getDenominator() - Method in class org.eclipse.persistence.internal.jpa.parsing.ModNode
 
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
 
getDeployedSessionName() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
Return the name of the session this SetupImpl is building.
getDeployedSessionProfileWeight() - Method in class org.eclipse.persistence.services.RuntimeServices
 
getDepth() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Return the current depth of the active thread.
getDepth() - Method in class org.eclipse.persistence.sessions.CopyGroup
INTERNAL: Return the cascade depth.
getDerivedIdAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
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.
getDescribedClass() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
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.
getDescription() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getDescription() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getDescriptor() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: Returns the descriptor which the policy belongs to.
getDescriptor() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Return the descriptor to which this mapping belongs
getDescriptor(Class) - Method in class org.eclipse.persistence.core.sessions.CoreProject
PUBLIC: Return the descriptor specified for the class.
getDescriptor(Class) - Method in interface org.eclipse.persistence.core.sessions.CoreSession
ADVANCED: Return the descriptor specified for the class.
getDescriptor(Object) - Method in interface org.eclipse.persistence.core.sessions.CoreSession
ADVANCED: Return the descriptor specified for the object's class.
getDescriptor() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL:
getDescriptor() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: The source descriptor of the event.
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.ReturningPolicy
PUBLIC: Return the owner of the policy.
getDescriptor() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
get owning descriptor
getDescriptor() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
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.internal.descriptors.AbstractSerializedObjectPolicy
 
getDescriptor() - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
INTERNAL: Return the descriptor associated with this listener
getDescriptor() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return the descriptor
getDescriptor() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getDescriptor() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
getDescriptor() - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
 
getDescriptor() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
getDescriptor() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
getDescriptor() - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Return the class that this is the map for.
getDescriptor() - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Return the descriptor that this is the map for.
getDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Return the MetadataDescriptor for this accessor.
getDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDynamicClassWriter
 
getDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
INTERNAL: Return the RelationalDescriptor associated with this ManagedType
getDescriptor(QName) - Method in class org.eclipse.persistence.internal.oxm.Context
INTERNAL: Return the Descriptor with the default root mapping matching the QName parameter.
getDescriptor(XPathQName) - Method in class org.eclipse.persistence.internal.oxm.Context
INTERNAL: Return the Descriptor with the default root mapping matching the XPathQName parameter.
getDescriptor() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
Return the descriptor to which this mapping belongs
getDescriptor() - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
getDescriptor() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getDescriptor() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getDescriptor(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
INTERNAL: Return the descriptor for the root object.
getDescriptor() - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
getDescriptor() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
 
getDescriptor() - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
getDescriptor(Class) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Return the descriptor specified for the class.
getDescriptor(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Return the descriptor specified for the object's class.
getDescriptor() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
getDescriptor() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
getDescriptor(Class) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Get descriptor
getDescriptor(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Extract descriptor from the session
getDescriptor(Class) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
Return the table descriptor specified for the class.
getDescriptor() - Method in class org.eclipse.persistence.internal.xr.NamedQueryHandler
 
getDescriptor() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the XmlDescriptor set on this TypeInfo.
getDescriptor(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Lookup the descriptor for the given entity name.
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() - 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(XPathQName) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return the XMLDescriptor with the default root mapping matching the QName parameter.
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.internal.oxm.Context
INTERNAL: Return the Descriptor mapped to the global type matching the XPathFragment parameter.
getDescriptorByGlobalType(XPathFragment) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return the XMLDescriptor mapped to the global type matching the XPathFragment parameter.
getDescriptorClass() - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Return the class that this is the map for.
getDescriptorClass() - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Return the class that this is the map for.
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.
getDescriptorCustomizerClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: DescriptorCustomizer is the JPA equivalent of an amendment method.
getDescriptorEventHolders() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: used by JPA project caching to store DescriptorEventListener representations that can build the underlying DescriptorEventListener and add it to the EventManager.
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.internal.sessions.AbstractSession
PUBLIC: Return the descriptor for the alias.
getDescriptorForAlias(String) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Get descriptor
getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Extract descriptor from the session
getDescriptorForAlias(String) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
Return the table descriptor specified for the class.
getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return the descriptor for the alias
getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Return the table descriptor specified for the alias.
getDescriptorForAlias(Class) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Return the table descriptor specified for the alias.
getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Extract descriptor from the session
getDescriptorForAlias(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Return the table descriptor specified for the class.
getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Return the table descriptor specified for the alias.
getDescriptorForAlias(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
To get descriptor from the server side
getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Extract descriptor from the session
getDescriptorForAlias(String) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Return the table descriptor specified for the alias.
getDescriptorForAlias(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
To get descriptor from the server side
getDescriptorForAlias(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Extract descriptor from the session
getDescriptorForAlias(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the descriptor for the alias.
getDescriptorForClass(Class) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Gets the descriptor for class.
getDescriptorForMapKey() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return the reference descriptor for the map key if it exists
getDescriptorForMapKey() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Return the reference descriptor for the map key if it exists.
getDescriptorForObject(Object) - Method in class org.eclipse.persistence.oxm.XMLContext
Returns descriptor for given object.
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.
getDescriptorJavaClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Return the java class tied to this class accessor's descriptor.
getDescriptorLocation() - Method in class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
 
getDescriptorMetadata(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
 
getDescriptorMetadata(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
Deprecated.
 
getDescriptorName() - Method in class org.eclipse.persistence.internal.xr.DeleteOperation
 
getDescriptorQueryManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the queryManager.
getDescriptors() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
ADVANCED: Return all registered descriptors.
getDescriptors() - Method in class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
ADVANCED: Return all registered descriptors.
getDescriptors() - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
INTERNAL: For table per tenant queries the descriptor list will extracted from parsing the jpql query and cached here.
getDescriptors() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Return all registered descriptors.
getDescriptors() - Method in class org.eclipse.persistence.oxm.XMLContext
Returns descriptors from all sessions.
getDescriptors() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: This is here only for JPA queries and currently only populated for JPA queries.
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 class org.eclipse.persistence.sessions.server.ClientSession
ADVANCED: Return all registered descriptors.
getDescriptors() - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Return all registered descriptors.
getDescriptorsByQName() - Method in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
getDescriptorsMap() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
getDescriptorStream() - Method in class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
 
getDescriptorStream() - Method in interface org.eclipse.persistence.jpa.Archive
 
getDescriptorStream() - Method in class org.eclipse.persistence.jpa.rs.util.InMemoryArchive
 
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.
getDetail() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Gets the detail.
getDimensionality() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeDeclaration
Returns the dimensionality of the 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.
getDirection() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL:
getDirection() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
getDirection() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
getDirection() - Method in class org.eclipse.persistence.internal.jpa.parsing.OrderByItemNode
 
getDirection() - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC:
getDirectKeyField(CollectionMapping) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Return the DatabaseField that represents the key in a DirectMapMapping.
getDirectKeyField(CollectionMapping) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Return the DatabaseField that represents the key in a DirectMapMapping.
getDirectKeyField(CollectionMapping) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Return the DatabaseField that represents the key in a DirectMapMapping.
getDirectKeyField() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL:
getDirectoryFromEntryName(String) - Static method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
 
getDisableConversion() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: Used for OX mapping.
getDisableHits() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
getDiscoveryConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.RMITransportManagerConfig
 
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
getDiscriminator() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorClassMetadata
INTERNAL: Used for OX mapping.
getDiscriminatorClasses() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
INTERNAL: Used for OX mapping.
getDiscriminatorColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
getDiscriminatorColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
INTERNAL: Used for OX mapping.
getDiscriminatorColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL: Used for OX mapping.
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.
getDiscriminatorType() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorColumnMetadata
INTERNAL: Used for OX mapping.
getDiscriminatorValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
getDistance() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
getDistinctState() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Return the DISTINCT state for the tree
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.internal.oxm.record.DOMReader
 
getDocPresPolicy() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
getDocument() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
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
 
getDocumentation() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Annotation
 
getDocumentBuilder() - Static method in class org.eclipse.persistence.internal.xr.XRServiceFactory
 
getDocumentLocator() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getDocumentPreservationPolicy() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Login
 
getDocumentPreservationPolicy() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.XMLLoginConfig
 
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.
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 interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
getDOM() - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
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(Set<Class<?>>) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
Get first non java class if exists.
getDomainClass() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getDomainClassNounName(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: TopLink_sessionName_domainClass.
getDomainObject() - Method in class org.eclipse.persistence.internal.oxm.WeakObjectWrapper
 
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.
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
 
getDoubleClassType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the type representation of class Double.
getDoubleClassType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the type representation of class Double.
getDoubleType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the double type representation.
getDoubleType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the double type representation.
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.
getDriverClass() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
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.
getDriverSupportsNVarChar() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
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.
getDropCascadeString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Allows DROP TABLE to cascade dropping of any dependent constraints if the database supports this option.
getDropCascadeString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Allows DROP TABLE to cascade dropping of any dependent constraints if the database supports this option.
getDropCascadeString() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
Allows DROP TABLE to cascade dropping of any dependent constraints if the database supports this option.
getDropDatabaseSchemaString(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return the drop schema SQL syntax.
getDropDatabaseSchemaString(String) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Return the drop schema definition.
getDropDatabaseSchemaString(String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Return the drop schema definition.
getDTDHandler() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
getDTDHandler() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
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
 
getDynamicMetadataSource(AbstractSession, String) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
Builds a dynamic MetadataSource for given package.
getDynamicMetadataSource(AbstractSession, String) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
Builds a dynamic MetadataSource for given package.
getDynamicMetadataSource(AbstractSession, String) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
Builds a dynamic MetadataSource for given package.
getDynamicPersistenceContext(String, String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
Gets cached persistence context by its name and JPARS version.
getDynamicPropertiesManager() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getDynamicType(String) - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
Obtain a reference to the DynamicType object for a given Java name.
getEagerMappings() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
PERF: Return all mappings that are eager loaded (but use indirection).
getEclipseLinkOrmProject() - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
getEclipseLinkOrmSchema() - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
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.internal.jpa.metadata.accessors.objects.MetadataFile
INTERNAL: Return the element of this accessible object.
getElement() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getElementClass() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Returns the element class which defines the map key.
getElementClassName() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Returns the element class name which defines the map key.
getElementCollections() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getElementDataTypeName() - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
PUBLIC: Return the "data type" associated with each element in the nested collection.
getElementDescriptor() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Used for wrapping and unwrapping with the wrapper policy.
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
Get the QName representing this element
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.
getElements() - Method in class org.eclipse.persistence.internal.jpa.querydef.TupleImpl
Return the elements of the tuple
getElements() - Method in class org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
 
getElementScope() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
Indicates if a global element should be generated for this type.
getElementType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.PluralAttributeImpl
Return the type representing the element type of the collection.
getElementType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.PluralAttributeProxyImpl
 
getElse() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Returns the StateObject representing the ELSE scalar expression.
getElseExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Returns the Expression that represents the ELSE operand.
getEmbeddable(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Retrieves the embeddable with the given type.
getEmbeddable(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Retrieves the embeddable with the given type.
getEmbeddable(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IEmbeddable with the given IType.
getEmbeddable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IEmbeddable for the given fully qualified type name.
getEmbeddableAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL:
getEmbeddableAccessor(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: This method will attempt to look up the embeddable accessor for the reference class provided.
getEmbeddableAccessor(MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: This method will attempt to look up the embeddable accessor for the reference class provided.
getEmbeddableAccessor(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return the embeddable accessor with the given classname.
getEmbeddableAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
INTERNAL:
getEmbeddableAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return the embeddable accessor with the given classname.
getEmbeddableAnnotation(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Return if a given class is annotated with @Embeddable.
getEmbeddables() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getEmbeddables() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
Return the metamodel embeddable types.
getEmbeddedId() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getEmbeddedIdAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return the embedded id accessor for this descriptor if one exists.
getEmbeddedIdAttributeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getEmbeddeds() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getEmbeddingAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
INTERNAL:
getEmf() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Gets the emf.
getEmptyRecord() - Static method in class org.eclipse.persistence.internal.sessions.EmptyRecord
Return the singleton empty record.
getEmSetupImpls() - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
 
getEnableJTA() - Method in class org.eclipse.persistence.internal.sessions.factories.model.platform.ServerPlatformConfig
 
getEnableRuntimeServices() - Method in class org.eclipse.persistence.internal.sessions.factories.model.platform.ServerPlatformConfig
 
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CountFunction
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
Returns the BNF used to parse the encapsulated expression.
getEncapsulatedExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
Returns the BNF used to parse the encapsulated expression.
getEnclosedClasses() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return the list of classes defined within this metadata class.
getEncoding() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
Get the encoding set on this Marshaller.
getEncoding() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
Gets the encoding for this document.
getEncoding() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
PUBLIC: Gets the encoding for this document.
getEncoding() - Method in class org.eclipse.persistence.internal.oxm.Root
Gets the encoding which will be set on the XMLRoot during unmarshal.
getEncoding() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
Gets the encoding for this document.
getEncoding() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
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.
getEncryptedPassword() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
Assume the password has been encrypted and return it.
getEncryptedPassword() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
Assume the password has been encrypted and return it.
getEncryptedPassword() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
PUBLIC: Return the encrypted (assumed) password used as the value to the SECURITY_CREDENTIALS key in the cached context properties.
getEncryptionClass() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
getEncryptionClass() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
 
getEncryptionClassName() - Method in class org.eclipse.persistence.internal.security.SecurableObjectHolder
 
getEndDelimiter() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Delimiter to use for fields and tables using spaces or other special values.
getEndDelimiter() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Delimiter to use for fields and tables using spaces or other special values.
getEndFieldName() - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC:
getEndFields() - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL:
getEndIndex() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
Returns the index of where the change occurred in the list.
getEndIndex() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
Returns the index of where the change occurred in the list.
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.
getEndValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitionMetadata
INTERNAL: Used for OX mapping.
getEntities() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getEntities() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
Return the metamodel entity types.
getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the actual IEntity that has the abstract schema name.
getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Returns the actual IEntity that has the abstract schema name.
getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Returns the actual external form representing the IEntity.
getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Returns the actual external form representing the IEntity.
getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Returns the actual IEntity that has the abstract schema name.
getEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Resolves the entity type name to the external form of the actual IEntity.
getEntity(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IEntity with the given IType.
getEntity(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IEntity with the given name.
getEntityAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: This method assumes that by calling this method you are certain that the related class accessor to this descriptor is an EntityAccessor.
getEntityAccessor(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return the entity accessor for the given class name.
getEntityAccessor(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return the entity accessor for the given class name.
getEntityAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getEntityAnnotation(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Return if a given class is annotated with @Entity.
getEntityClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
getEntityClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL:
getEntityClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL: Used for OX mapping.
getEntityEventListener() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
getEntityExpression() - Method in class org.eclipse.persistence.jpa.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(FetchGroupManager) - Method in class org.eclipse.persistence.queries.FetchGroup
INTERNAL: Used to retrieve the EntityFetchGroup for this FetchGroup
getEntityGraph(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
getEntityGraphs(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
getEntityListenerEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
getEntityListenerInjectionManager() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
 
getEntityListeners() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getEntityListeners() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
getEntityManager() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Return the entityManager this query is tied to.
getEntityManager() - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionWrapper
 
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() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Return the entity manager factory for the entity manager.
getEntityManagerFactory(EntityManagerFactoryImpl) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Deprecated. 
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.
getEntityManagerSetupImpl(String) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
Return the setup class for a given entity manager name
getEntityMappings(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.MetadataSource
 
getEntityMappings() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getEntityMappings() - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL:
getEntityMappings(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.JPAMetadataSource
 
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 object-relational mapping overrides.
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 method returns a Reader for an EclipseLink-ORM.xml.
getEntityName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
getEntityName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Returns the name of the entity for which it is used as the "root" of the declaration.
getEntityName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Returns the abstract schema name.
getEntityNamed(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Retrieves the entity with the given entity name.
getEntityNamed(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Retrieves the entity with the given entity name.
getEntityNamed(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IEntity with the given entity name.
getEntityOptions(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
getEntityResolver() - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
getEntityResolver() - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
getEntityResolver() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
getEntityResolver() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
getEntityResolver() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
getEntityResolver() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Get the EntityResolver set on this XMLUnmarshaller
getEntityResolver() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Returns entity resolver of the parser.
getEntityResolver() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
getEntityResource(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.MetadataResource
Returns entity metadata if accepted media type is 'application/json' or entity schema if accepted media type is 'application/schema+json'.
getEntityResults() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL: Used for OX mapping.
getEntityRoot(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns StringBuilder containing entity root: http(s)://root:port/persistence/version/context/entity/entityName
getEntityStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
 
getEntityTable(String) - Method in interface org.eclipse.persistence.jpa.jpql.EclipseLinkSemanticValidatorExtension
Returns the name of the primary table defined for the entity with the given name.
getEntityType() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Returns the 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.jpql.parser.EntityTypeLiteral
Returns the name of the entity type.
getEntityTypeName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Returns the name of the entity that is used to downcast the join association path.
getEntityTypeName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
Returns the entity type name used to downcast the path expression.
getEntries() - Method in class org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive
 
getEntries() - Method in class org.eclipse.persistence.internal.jpa.deployment.DirectoryInsideJarURLArchive
 
getEntries() - Method in class org.eclipse.persistence.internal.jpa.deployment.JarFileArchive
 
getEntries() - Method in class org.eclipse.persistence.internal.jpa.deployment.JarInputStreamURLArchive
 
getEntries() - Method in class org.eclipse.persistence.internal.jpa.deployment.URLArchive
 
getEntries() - Method in interface org.eclipse.persistence.jpa.Archive
Returns an Iterator of the file entries.
getEntry(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
 
getEntry(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive
 
getEntry(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.DirectoryInsideJarURLArchive
 
getEntry(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.JarFileArchive
 
getEntry(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.JarInputStreamURLArchive
 
getEntry(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.URLArchive
 
getEntry(String) - Method in interface org.eclipse.persistence.jpa.Archive
Returns the InputStream for the given entry name.
getEntryAsURL(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.DirectoryArchive
 
getEntryAsURL(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.DirectoryInsideJarURLArchive
 
getEntryAsURL(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.JarFileArchive
 
getEntryAsURL(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.JarInputStreamURLArchive
 
getEntryAsURL(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.URLArchive
 
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(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the constant names for the given Enum type.
getEnumConstants(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the constant names for the given Enum type.
getEnumConstants() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
If this IType represents an Enum type, then this method should returns the name of the constants.
getEnumerated(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Return the enumerated metadata for this accessor.
getEnumerated() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Used for OX mapping.
getEnumerated(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Return the enumerated metadata for this accessor.
getEnumerated(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Return the enumerated metadata for this accessor.
getEnumerated(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the enumerated metadata for this accessor.
getEnumeratedType() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.EnumeratedMetadata
INTERNAL: Used for OX mapping.
getEnumeration() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
getEnumeration() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
getEnumerationFacets() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getEnumerationFacetsFor(EnumTypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
getEnumType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the IType representing the possible given enum type.
getEnumType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.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.
getEqualNamespaceResolvers() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.XMLLoginConfig
 
getErrorCode() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
PUBLIC: Return the exception error code.
getErrorCode() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Gets the error code.
getErrorDetails() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Gets the error details.
getErrorHandler() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
 
getErrorHandler() - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
getErrorHandler() - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader
 
getErrorHandler() - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
getErrorHandler() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
getErrorHandler() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
getErrorHandler() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
getErrorHandler() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Get the ErrorHandler set on this Unmarshaller
getErrorHandler() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Get the ErrorHandler set on this XMLUnmarshaller
getErrorHandler() - Method in class org.eclipse.persistence.oxm.XMLBinder
 
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
Returns error handler of the parser.
getErrorHandler() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
getErrorPath() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Gets the error path.
getErrors() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Returns the list of errors found during the parsing process.
getEscapeCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Returns the Expression that represents the escape character, which is either a single character or an input parameter.
getEscapeCharacter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
getEscapeCharacter(char) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
Returns the escaped character for the given reserved character.
getEscapeNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.LikeNode
 
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.core.descriptors.CoreDescriptor
PUBLIC: Get the event manager for the descriptor.
getEventManager() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
PUBLIC: Return the event manager.
getEventManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Get the event manager for the descriptor.
getEventManager() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the event manager.
getEventManager() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the event manager.
getEventType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
Returns the type of change that occurred in the list.
getEventType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
Returns the type of change that occurred in the list.
getExampleObject() - Method in class org.eclipse.persistence.internal.queries.QueryByExampleMechanism
PUBLIC: This method returns the current example object.
getExampleObject() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: This method returns the current example object.
getException() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Return any exception that was throw from concurrent population thread.
getException() - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
Return the exception which this Transporter is holding.
getException() - Method in class org.eclipse.persistence.logging.SessionLogEntry
Return the exception that caused the log entry.
getExceptionHandler() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the ExceptionHandler.Exception handler can catch errors that occur on queries or during database access.
getExceptionHandler() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
Return the exception handler used to handle or wrap exceptions thrown in before/after completion.
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.
getExceptionHandler() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
Return the exception handler used to handle or wrap exceptions thrown in before/after completion.
getExceptionHandlerClass() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return a string which represents my ExceptionHandler's class Added for F2104: Properties.xml - gn
getExceptionHandlerClass() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
getExceptionList() - Method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
getExceptionStore() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
INTERNAL:
getExcludeDefaultListeners() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getExcludeDefaultMappings() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getExcludeDefaultMappings() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL: Used for OX mapping.
getExcludeSuperclassListeners() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getExclusive() - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ReadConnectionPoolConfig
 
getExclusiveMode() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Returns exclusive mode.
getExecutableParameters() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
ConstraintViolation.getExecutableParameters()
getExecutableReturnValue() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
ConstraintViolation.getExecutableReturnValue()
getExecuteReturnValue() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
After an execute call the return value can be retrieved here.
getExecutionFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Returns FetchGroup that will be applied to the query.
getExecutionFetchGroup(ClassDescriptor) - 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.
getExecutionFetchGroup(ClassDescriptor) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Returns FetchGroup that will be applied to the query.
getExecutionSession(DatabaseQuery) - Method in class org.eclipse.persistence.internal.history.HistoricalSession
INTERNAL: Gets the session which this query will be executed on.
getExecutionSession(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Gets the session which this query will be executed on.
getExecutionSession(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSession
INTERNAL: Gets the session which this query will be executed on.
getExecutionSession(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Gets the session which this query will be executed on.
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
getExistenceCheck() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: This method is explicitly used by the Builder only.
getExistenceChecking() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getExistencePolicy() - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Return the existence policy for this existence Query
getExpiry() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
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.
getExpiryTimeOfDay() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
getExpression() - Method in class org.eclipse.persistence.internal.helper.FunctionField
 
getExpression() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.SimpleCaseImpl
Returns the expression to be tested against the conditions.
getExpression() - Method in class org.eclipse.persistence.internal.jpa.querydef.InImpl
Returns the expression to be tested against the list of values.
getExpression() - Method in class org.eclipse.persistence.internal.jpa.querydef.OrderImpl
 
getExpression() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
Returns the parsed tree representing the JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
Returns the Expression that is encapsulated within parenthesis.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Returns the Expression representing the arithmetic primary.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Returns the Expression representing the timestamp or change number.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
Returns the Expression that was parsed but grammatically, it is not a valid location.
getExpression() - Method in class org.eclipse.persistence.jpa.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.jpql.parser.ConnectByClause
Returns the Expression representing the relationship expression.
getExpression() - Method in class org.eclipse.persistence.jpa.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.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.jpql.parser.JPQLExpression
Returns the deepest Expression for the given position.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Returns the Expression representing the expression that is negated.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Returns the expression being tested for being null.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Returns the Expression that represents the order by expression.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
Returns the child Expression where the position of the cursor is.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Returns the parsed tree representation of the JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LogicalExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
Returns the actual parsed object if this StateObject representation of the JPQL query was created by parsing an existing JPQL query.
getExpression() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IQuery
Returns the string representation of the JPQL query.
getExpressionBuilder() - Method in class org.eclipse.persistence.internal.expressions.SQLStatement
 
getExpressionBuilder() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Return an expression builder which is valid for us
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.
getExpressionExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Returns the unique identifier of the query BNF that describes the expression being tested by the IN expression.
getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Retrieves the registered ExpressionFactory that was registered for the given unique identifier.
getExpressionFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Retrieves the ExpressionFactory that is associated with the given identifier, if the given string is indeed a JPQL identifier.
getExpressionFactoryIds() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Returns the unique identifiers of the ExpressionFactory handled by this BNF rule, which includes those from the children as well.
getExpressionItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Returns the unique identifier of the query BNF that describes the items being tested against.
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.
getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Returns the registry containing the JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query.
getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
Returns the registry containing the JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query.
getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
Returns the registry containing the JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query.
getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
Returns the registry containing the JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query.
getExpressionRegistry() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
Returns the registry containing the JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query.
getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Returns the registry containing the JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query.
getExpressionRegistry() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the registry containing the JPQLQueryBNFs and the ExpressionFactories that are used to properly parse a JPQL query.
getExpressions() - Method in class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl
 
getExpressions() - Method in class org.eclipse.persistence.internal.jpa.querydef.PredicateImpl
Return the top-level conjuncts or disjuncts of the predicate.
getExtendedSchema() - Method in class org.eclipse.persistence.internal.dbws.DBWSAdapter
 
getExtension() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Content
 
getExternalConnectionPooling() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
getExternalTransactionController() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Used for JTS integration.
getExternalTransactionController() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
getExternalTransactionController() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Used for JTS integration.
getExternalTransactionControllerClass() - Method in class org.eclipse.persistence.internal.sessions.factories.model.platform.CustomServerPlatformConfig
 
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.glassfish.GlassfishPlatform
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use for SUN AS9.
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.was.WebSphere_Liberty_Platform
INTERNAL: getExternalTransactionControllerClass(): Answer the class of external transaction controller to use for WebSphere Liberty.
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.
getFacets() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getFactory() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
getFactoryClass() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
getFactoryClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
Gets the value of the factoryClass property.
getFactoryClassName() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
getFactoryCount() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
getFactoryMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
Gets the value of the factoryMethod property.
getFactoryMethodName() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
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.jpql.parser.JPQLQueryBNF
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.jpql.parser.JPQLQueryBNF
Returns the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
getFeature(String) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
getFeature(String) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
getFeatureSet() - Method in enum org.eclipse.persistence.jpa.rs.features.ServiceVersion
Gets a FeatureSet related to this service version.
getFetch() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Used for OX mapping.
getFetch() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
getFetchAttributes() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FetchGroupMetadata
INTERNAL: Used for OX mapping.
getFetches() - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
Return the fetch joins that have been made from this type.
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.
getFetchGroups() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getFetchGroupSelectionFields() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the fields required in the select clause, for fetch group reading.
getFetchJoins(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
Returns a list of FETCH JOIN nodes for the specified attached to the specified variable.
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() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Return the field associated with this mapping if there is exactly one.
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() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
get the field that stores sopObject in the database (sopField)
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() - Method in class org.eclipse.persistence.internal.descriptors.AbstractSerializedObjectPolicy
 
getField() - Method in class org.eclipse.persistence.internal.descriptors.FieldTransformation
 
getField() - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
INTERNAL:
getField() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL:
getField(String) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
getField(DatabaseField) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
getField() - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL:
getField() - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
INTERNAL:
getField() - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
 
getField(DatabaseField) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
This allows for nesting of parametrized expression.
getField() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL:
getField(String) - Method in class org.eclipse.persistence.internal.expressions.TableExpression
INTERNAL: Fully-qualify the databaseField if the table is known.
getField(Class, String) - Static method in class org.eclipse.persistence.internal.helper.Helper
INTERNAL: Returns a Field for the specified Class and field name.
getField() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Used for OX mapping.
getField(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return the field with the name.
getField(String, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return the field with the name.
getField(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return the DatabaseField from the given field name from this descriptor.
getField() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
 
getField(Class, String, boolean) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get a field in a class or its superclasses and wrap the call in doPrivileged if necessary.
getField(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: Returns the row's field with the same name.
getField(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
INTERNAL: Returns the row's field with the same name.
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.AbstractColumnMapping
INTERNAL: Returns the field which this mapping represents.
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.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(String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Return the field the corresponds to the name.
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.internal.descriptors.ObjectBuilder
INTERNAL: Return the classification 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
 
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.
getFieldForQueryKeyName(String) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return the field used for the query key name.
getFieldIdx(String) - Method in class org.eclipse.persistence.internal.xr.XRFieldInfo
 
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.internal.descriptors.FieldTransformation
 
getFieldName(int) - Method in class org.eclipse.persistence.internal.xr.XRFieldInfo
 
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.
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.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL: Used for OX mapping.
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.core.mappings.CoreMapping
INTERNAL: Returns a vector of all the fields this mapping represents.
getFields() - Method in class org.eclipse.persistence.descriptors.CacheIndex
 
getFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return all the fields
getFields() - Method in class org.eclipse.persistence.eis.EISMappedRecord
INTERNAL: getFields() is sued internally in a few places, so try to make that work for mapped records.
getFields() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
getFields() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
The fields expected by the calls result set.
getFields() - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
INTERNAL: Return all the fields
getFields() - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: Return all the fields
getFields() - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Not to be confused with the public getField(String) This returns a collection of all fields associated with this object.
getFields() - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
INTERNAL: Return all the fields
getFields() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL: Not to be confused with the public getField(String) This returns a collection of all fields associated with this object.
getFields() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Return all the fields
getFields() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Return all the fields
getFields() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
getFields() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
getFields() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleObjectTypeMetadata
INTERNAL: Used for OX mapping.
getFields() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLRecordMetadata
INTERNAL: Used for OX mapping.
getFields() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructMetadata
INTERNAL: Used for OX mapping.
getFields() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
getFields() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
 
getFields(Class) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get the list of public fields in a class.
getFields() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL:
getFields() - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
INTERNAL:
getFields() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getFields() - Method in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilter
 
getFields() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultListItem
Gets the fields.
getFields() - Method in interface org.eclipse.persistence.jpa.rs.util.list.SingleResultQuery
Gets a list fields.
getFields() - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryList
Gets the fields.
getFields() - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
 
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.mappings.XMLVariableXPathCollectionMapping
 
getFields() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
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.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() - 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
 
getFieldsArray() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: The array of fields returned by the call.
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
getFieldsMap() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return the fields map.
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 interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
getFieldToClassMappings() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
getFieldToClassMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getFieldToClassMappings() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
getFieldToTransformers() - Method in interface org.eclipse.persistence.internal.oxm.mappings.TransformationMapping
INTERNAL:
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.
getFieldTransformer() - Method in class org.eclipse.persistence.internal.oxm.FieldTransformerNodeValue
 
getFieldType(Field) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get the return type for a given method.
getFieldType() - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
Return the Java class type of the field value.
getFieldTypeDefinition(Class) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return the field type object describing this databases platform specific representation of the Java primitive class name.
getFieldTypes() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return the class type to database type mappings for the schema framework.
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.internal.expressions.ClassTypeExpression
INTERNAL: Transform the object-level value into a database-level value objectValue is a Class or collection of Class objects and the returned value is the database representation Example: ObjectValue=LargeProject returns "L".
getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: Provide for conversion of the passed object's value, based on the referenced field value.
getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Transform the object-level value into a database-level value
getFieldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
getFieldValue(Object, CoreAbstractSession, AbstractMarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
getFieldValue(Object, CoreAbstractSession, AbstractMarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
 
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.AbstractColumnMapping
INTERNAL: Convert the object (attribute or property) 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) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL:
getFieldValue(Object, CoreAbstractSession, AbstractMarshalRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL:
getFieldValue(Object, CoreAbstractSession, AbstractMarshalRecord) - 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.internal.sessions.factories.model.log.DefaultSessionLogConfig
 
getFileName() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
 
getFilter() - Method in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilteringValidator
FieldsFilter object containing a list of fields to filter.
getFilter1() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
Returns the left Filter of this compound filter.
getFilter2() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
Returns the second Filter of this compound filter.
getFind() - Method in class org.eclipse.persistence.internal.jpa.parsing.LocateNode
 
getFindByPKQuery() - Method in class org.eclipse.persistence.internal.xr.DeleteOperation
Return the findByPrimaryKey query that this DeleteOperation will use to acquire the object to delete.
getFindIn() - Method in class org.eclipse.persistence.internal.jpa.parsing.LocateNode
 
getFinishingTime() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
getFirst() - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
Returns the first contents in this list.
getFirst() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Returns the StateObject representing the first expression.
getFirst() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Returns the StateObject representing the first expression.
getFirstArgumentIndex() - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
 
getFirstArgumentIndex() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
 
getFirstChild() - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
 
getFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Returns the Expression that represents the first expression.
getFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Returns the Expression that represents the first expression.
getFirstNonAggregateExpressionAfterExpressionBuilder(List) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL: Parses an expression to return the first non-AggregateObjectMapping expression after the base ExpressionBuilder.
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.internal.databaseaccess.DatabaseCall
get first result
getFirstResult() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
 
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
getFirstVariable() - Method in class org.eclipse.persistence.internal.jpa.parsing.FromNode
 
getFixed() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
getFixedValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getFlags() - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternFacet
 
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
 
getFloatClassType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the type representation of class Float.
getFloatType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the float type representation.
getFloatType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the float type representation.
getFlushClearCache() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Return the default FlashClearCache mode to be used.
getFlushClearCache() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Return the default FlashClearCache mode to be used.
getFlushClearCache() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
Return the FlashClearCache mode to be used.
getFlushMode() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Return default property, allows flush before query to be avoided.
getFlushMode() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Return default property, allows flush before query to be avoided.
getFlushMode() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Get the flush mode that applies to all objects contained in the persistence context.
getFlushMode() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
 
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.
getForceFieldNamesToUppercase() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
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
getForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
getForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AssociationOverrideMetadata
INTERNAL: Used for OX mapping.
getForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.RelationalColumnMetadata
INTERNAL: Used for OX mapping.
getForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.RelationalTableMetadata
INTERNAL: Used for OX mapping.
getForeignKeyConstraint(String) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
getForeignKeyConstraints() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
getForeignKeyDefinition() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ForeignKeyMetadata
INTERNAL: Used for OX mapping.
getForeignKeyDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
getForeignKeyField(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.RelationalColumnMetadata
INTERNAL: By calling this method we will return the foreign key field with the extra metadata from the primary key field that can not be applied to a referenced column.
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.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Return a Map of any foreign keys defined within the the MapKey.
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, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL:
getForeignKeys() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Returns the ForeignKeyConstraint list.
getForeignKeyValuesForCaching() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL:
getForm() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
getFormatter() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Returns the IJPQLQueryFormatter that creates an accurate representation of the StateObject, i.e.
getFraction() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
 
getFractionDigits() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getFractionDigits() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getFragmentBuilder() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getFragmentBuilder() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getFragmentBuilder() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Returns the Expression representing the FROM clause.
getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Returns the AbstractFromClauseStateObject representing the FROM clause.
getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the state object representing the FROM clause.
getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Returns the AbstractFromClauseStateObject representing the FROM clause.
getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Returns the state object representing the FROM clause.
getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Returns the AbstractFromClauseStateObject representing the FROM clause.
getFromClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Returns the state object representing the FROM clause.
getFromIdentityMap(Object) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Get the object from the identity map which has the same identity information as the given object.
getFromIdentityMap(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Get the object from the identity map which has the given primary key and class.
getFromIdentityMap(Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Get the object from the identity map which has the given primary key and class.
getFromIdentityMap(Expression, Class, Record, int, boolean, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
 
getFromIdentityMap(Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Return the object from the identity with primary and class of the given object.
getFromIdentityMap(Vector, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Deprecated.
getFromIdentityMap(Object, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Return the object from the identity with the primary and class.
getFromIdentityMap(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Return the object from the identity with the primary and class.
getFromIdentityMap(Vector, Class, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Deprecated.
getFromIdentityMap(Object, Class, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Return the object from the identity with the primary and class.
getFromIdentityMap(Object, Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Return the object from the identity with the primary and class.
getFromIdentityMap(Record, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Return the object from the identity with the primary and class.
getFromIdentityMap(Record, Class, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Return the object from the identity with the primary and class.
getFromIdentityMap(Expression, Class, Record) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Query the cache in-memory.
getFromIdentityMap(Expression, Class, Record, InMemoryQueryIndirectionPolicy) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Query the cache in-memory.
getFromIdentityMap(Expression, Class, Record, int) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Query the cache in-memory.
getFromIdentityMap(Expression, Class, Record, int, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Query the cache in-memory.
getFromIdentityMap(Expression, Class, Record, int, boolean, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Query the cache in-memory.
getFromIdentityMap(Expression, Class, Record, int, boolean, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Query the cache in-memory.
getFromIdentityMap(Object, Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
ADVANCED: Return the object from the identity with the primary and class.
getFromIdentityMap(Expression, Class, Record, int, boolean, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Query the cache in-memory.
getFromIdentityMap(Object, Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
INTERNAL: Return the object from the identity map with the primary key and class.
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.
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.
getFromIdentityMapWithDeferredLock(Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Get the object from the cache with the given primary key and class.
getFromIdentityMapWithDeferredLock(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Return the object from the identity with the primary and class.
getFromIdentityMapWithDeferredLock(Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Return the object from the identity with the primary and class.
getFromIdentityMapWithDeferredLock(Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Return the object from the identity with the primary and class.
getFromIdentityMapWithDeferredLock(Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
INTERNAL: Override the getFromIdentityMapWithDeferredLock method on the session to ensure that invalidated objects are always returned since this is a UnitOfWork
getFromLocalIdentityMap(Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Return the object from the local identity map with the primary and class.
getFromLocalIdentityMap(Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Return the object from the local identity map with the primary and class.
getFromLocalIdentityMapWithDeferredLock(Object, Class, boolean, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Return the object from the local identity map with the primary and class.
getFromNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Return the FROM Node
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.
getFullyMergeEntity() - Method in class org.eclipse.persistence.descriptors.CachePolicy
 
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, List) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: This can be used for accessing user defined functions that have arguments.
getFunction(int, Vector) - Method in class org.eclipse.persistence.expressions.Expression
Deprecated.
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.internal.databaseaccess.DatabasePlatform
Used for stored function calls.
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.jpql.parser.FunctionExpression
Returns the name of the SQL function.
getFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Returns the name of the native database function.
getFunctionWithArguments(String, Vector) - Method in class org.eclipse.persistence.expressions.Expression
Deprecated.
getFunctionWithArguments(String, List) - 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
 
getGeneratedTypes() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getGeneratedTypesByXsdQName() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getGeneratedValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
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
 
getGeneratedValue(Accessor, AbstractSession, String) - Method in class org.eclipse.persistence.sequencing.UUIDSequence
 
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
 
getGeneratedVector(Accessor, AbstractSession, String, int) - Method in class org.eclipse.persistence.sequencing.UUIDSequence
 
getGenerator() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.GeneratedValueMetadata
INTERNAL: Used for OX mapping.
getGeneratorName() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for OX mapping.
getGenericInterfaces() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getGenericInterfaces() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
 
getGenericReturnType(JavaMethod) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Return a given method's generic return type as a JavaClass.
getGenericSuperclass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getGenericSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
 
getGenericType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
getGenericType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return the type from the generic name.
getGenericType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getGenericTypes() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getGetMethod() - Method in class org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor
Return the accessor method for the attribute accessor.
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.internal.descriptors.MethodAttributeAccessor
Return the name of the accessor method for the attribute accessor.
getGetMethodName() - Method in class org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo
 
getGetMethodName() - Method in class org.eclipse.persistence.internal.indirection.WeavedObjectBasicIndirectionPolicy
 
getGetMethodName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Returns the get method name of a method accessor.
getGetMethodName() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.AccessMethodsMetadata
INTERNAL: Used for OX mapping.
getGetMethodName() - Method in interface org.eclipse.persistence.internal.oxm.mappings.InverseReferenceMapping
This method is invoked reflectively on the reference object to return the value of the attribute in the object.
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.internal.descriptors.MethodAttributeAccessor
INTERNAL: Return the GetMethod return type for this MethodAttributeAccessor.
getGetMethodReturnType() - Method in class org.eclipse.persistence.internal.descriptors.VirtualAttributeAccessor
Return the method return type.
getGetMethodReturnType() - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
 
getGetSettingsMethod() - Method in class org.eclipse.persistence.internal.oxm.XMLSequencedDescriptor
INTERNAL: Return the actual method to be invoked to obtain an ordered list of TopLinkSetting objects Only used with Sequenced Objects.
getGetSettingsMethodName() - Method in class org.eclipse.persistence.internal.oxm.XMLSequencedDescriptor
INTERNAL: Get the method that will be used to obtain an ordered list of TopLinkSetting objects at runtime.
getGetterMethodName() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
getGetterMethodToAttributeDetails() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
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.
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:
getGrammar() - Method in class org.eclipse.persistence.internal.jpa.jpql.JPQLQueryHelper
Returns the JPQL grammar that will be used to define how to parse a JPQL query.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Returns the JPQLGrammar that defines how the JPQL query was parsed.
getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Returns the JPQLGrammar that defines how the JPQL query was parsed.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Returns the JPQLGrammar that defines how the JPQL query was parsed.
getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the JPQLGrammar that defines how the JPQL query was parsed.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Returns the JPQL grammar that will be used to define how to parse a JPQL query.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Returns the JPQLGrammar that is associated with this builder.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the JPQLGrammar that defines how the JPQL query was parsed.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the JPQLGrammar that defines how the JPQL query was parsed.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the JPQL grammar that will be used to define how to parse a JPQL query.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
Returns the JPQLGrammar that is associated with this builder.
getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryBuilder
Returns the JPQLGrammar that is associated with this builder.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
Returns the JPQLGrammar that is associated with this builder.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
Returns the JPQLGrammar that is associated with this builder.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
Returns the JPQLGrammar that is associated with this builder.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilderWrapper
Returns the JPQLGrammar that is associated with this builder.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns the grammar that defines how to parse a JPQL query.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Returns the grammar that defines how to parse a JPQL query.
getGrammar() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the grammar that defines how to parse a JPQL query.
getGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Returns the JPQLGrammar that is associated with this builder.
getGrammarFileName() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
getGrammarFileName() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
getGrammarFileName() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
getGrammarFileName() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
getGroup(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Returns AttributeGroup corresponding to the passed (possibly nested) attribute.
getGroup() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
getGroup(Class) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
getGroup(String, String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getGroup() - Method in class org.eclipse.persistence.internal.queries.AttributeItem
 
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.jpql.parser.AbstractSelectStatement
Returns the Expression representing the GROUP BY clause.
getGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the state object representing the GROUP BY clause.
getGroupByExpressions() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Return the group bys.
getGroupByExpressions() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Return the group bys.
getGroupByItems() - Method in class org.eclipse.persistence.internal.jpa.parsing.GroupByNode
INTERNAL Return the GROUP BY statements
getGroupByItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Returns the Expression that represents the list of group by items if any was parsed.
getGroupByNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Return the GroupByNode
getGroupingElements() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
getGroupingElements() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL: Returns the list of grouping elements currently stored on the MarshalRecord
getGroupList() - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
Return a list of the grouping expressions
getGroupRestriction() - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
Return the predicate that corresponds to the restriction(s) over the grouping items.
getGroups() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
getGroups() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getHandler() - Method in class org.eclipse.persistence.internal.oxm.record.CharacterEscapeHandlerWrapper
 
getHashPartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getHashPartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getHasMore() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
Returns true if collection has more
getHasMore() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Returns true if collection has more
getHasMore() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
 
getHasText() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
getHaving() - Method in class org.eclipse.persistence.internal.jpa.parsing.HavingNode
INTERNAL Return the HAVING expression
getHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Returns the Expression representing the HAVING clause.
getHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the state object representing the HAVING clause.
getHavingExpression() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Return the having expression.
getHavingExpression() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Return the Having expression.
getHavingNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Return the HavingNode
getHeader(String) - Static method in class org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
Get one of the generic headers used for the exception's toString().
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(String, ClassLoader) - Method in interface org.eclipse.persistence.sdo.helper.SDOHelperContext.HelperContextResolver
Should return instance of HelperContext.
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.
getHelperContextResolver() - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Getter for HelperContextResolver
getHierarchicalQueryClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Returns the Expression representing the hierarchical query clause.
getHints() - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
Return the JPA query hints.
getHints() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
INTERNAL: Used for OX mapping.
getHints() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
 
getHintString() - Method in class org.eclipse.persistence.internal.expressions.SQLStatement
INTERNAL: Return the Hint String for the statement
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:
getHour() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL: Used for OX mapping.
getHref() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Link
 
getHref() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkTemplate
 
getHref() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2
 
getHttpStatus() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Gets the http status.
getHttpStatusCode() - Method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Gets the http status code.
getId(Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
This method will return the objects's Id.
getId() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL:
getId(Class<Y>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.IdentifiableTypeImpl
Return the attribute that corresponds to the id attribute of the entity or mapped superclass.
getId() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Include
 
getId(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Extract and return the primary key from the object.
getId() - Method in class org.eclipse.persistence.internal.sessions.AggregateObjectChangeSet
 
getId() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
ADVANCED: This method returns the primary key for the object that this change set represents.
getID() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteCursoredStream
INTERNAL: Retrieve the OID of the wrapped cursored stream.
getID() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
INTERNAL: Retreive the OID of the wrapped cursored stream.
getID() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Return the unique id.
getId(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
Returns the object's Id.
getId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
Returns the unique identifier of this ExpressionFactory.
getId() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Returns the unique identifier of this JPQLQueryBNF.
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.
getIdAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getIdAttributeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return the primary key attribute name for this entity.
getIdAttributeNames() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return the id attribute names declared on this descriptor metadata.
getIdClassAttributes() - Method in class org.eclipse.persistence.internal.jpa.metamodel.IdentifiableTypeImpl
Return the attributes corresponding to the id class of the identifiable type.
getIdClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Returns the identification variable that starts the path expression, which can be a sample identification variable, a map value, map key or map entry expression.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Returns the Expression representing the identification variable, which maps the collection-valued path expression.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Returns the Expression that represents the identification variable.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Returns the Expression that represents the identification variable.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Returns the Expression that represents the identification variable.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Returns the identification variable identifying the "root".
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the identification variable name that is ranging over the abstract schema type.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Returns the identification variable name that is ranging over the abstract schema type.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns the StateObject representing the identification variable that starts the path expression, which can be a sample identification variable, a map value, map key or map entry expression.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Returns the identification variable name that is ranging over the abstract schema type.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Returns the model object representing an identification variable evaluating to a collection-valued association-field of an entity abstract schema type.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Returns the identification variable.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Returns the name of the identification variable that defines the join association path.
getIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
Returns the IdentificationVariable used to declare the "root" object.
getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Returns the IdentificationVariableStateObject holding onto the identification variable.
getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the IdentificationVariableStateObject holding onto the identification variable.
getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Returns the IdentificationVariableStateObject holding onto the identification variable.
getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Returns the IdentificationVariableStateObject holding onto the identification variable.
getIdentificationVariableStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Returns the state object holding the identification variable.
getIdentifier(Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Returns the id of the entity.
getIdentifier(Object, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Returns the id of the entity.
getIdentifier(Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Returns the id of the entity.
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: To satisfy the abstract getIdentifier() method from ORMetadata.
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL: To satisfy the abstract getIdentifier() method from ORMetadata.
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: To satisfy the abstract getIdentifier() method from ORMetadata.
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
INTERNAL: To satisfy the abstract getIdentifier() method from ORMetadata.
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.additionalcriteria.AdditionalCriteriaMetadata
INTERNAL: The unique identifier of additional criteria is the criteria itself.
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.OverrideMetadata
INTERNAL: To satisfy the MetadataMergeable interface for subclasses and provide a means of uniquely identifying objects.
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.AbstractConverterMetadata
INTERNAL:
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedAttributeNodeMetadata
INTERNAL: The unique identifier of named attribute mode metadata.
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL: The unique identifier of named subgraph metadata.
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL:
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ComplexTypeMetadata
INTERNAL: The unique identifier of named subgraph metadata.
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
INTERNAL: To satisfy the abstract getIdentifier() method from ORMetadata.
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL:
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: To satisfy the abstract getIdentifier() method from ORMetadata.
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: To satisfy the abstract getIdentifier() method from ORMetadata.
getIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.UuidGeneratorMetadata
INTERNAL: To satisfy the abstract getIdentifier() method from ORMetadata.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Returns the JPQL identifier of this expression.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
Returns the JPQL identifier of this expression.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Returns the identifier for this expression that may include NOT if it was parsed.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Returns the identifier for this expression that may include NOT and OF if it was parsed.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Returns the JPQL identifier of this expression.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Returns the identifier for this expression that may include NOT if it was parsed.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Returns the identifier for this expression.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Returns the identifier this expression represents.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Returns the enum constant that represents the identifier.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Returns the identifier for this expression that may include NOT if it was parsed.
getIdentifier() - Method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
Returns the actual JPQL composite identifiers identified by this enum constant.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Returns the union identifier.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Returns the JPQL identifier of this clause.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEncapsulatedExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the JPQL identifier of this clause.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
Returns the identifier joining the two StateObjects.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
Returns the identifier joining the two StateObjects.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Returns the identifier joining the two StateObjects.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Returns the identifier joining the two StateObjects.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
Returns the JPQL identifier of this clause.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Returns the identifier joining the two StateObjects.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Returns the JPQL identifier of this expression.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
Returns the JPQL identifier of this clause.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
Returns the identifier joining the two StateObjects.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
Returns the identifier joining the two StateObjects.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
Returns the identifier joining the two StateObjects.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Returns the JPQL identifier of this clause.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
Returns the JPQL identifier of the expression represented by this AbstractSingleEncapsulatedExpressionStateObject.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Returns the JPQL identifier of this clause.
getIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
Returns the JPQL identifier of this clause.
getIdentifier() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Return the unique label for this HelperContext.
getIdentifierQuoteCharacter() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Deprecated. 
getIdentifierQuoteCharacter() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Deprecated. 
getIdentifierQuoteCharacter() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Deprecated. 
getIdentifierRole(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Retrieves the IdentifierRole of the given JPQL identifier.
getIdentifierRole(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the role of the given JPQL identifier.
getIdentifierRole(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the role of the given JPQL identifier.
getIdentifiers() - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
 
getIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Returns the JPQL identifiers that are supported by the JPQL grammar.
getIdentifiers(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Retrieves the JPQL identifiers that are supported by the BNF rule with the given unique identifier.
getIdentifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Retrieves the JPQL identifiers that are supported by this BNF rule.
getIdentifierStyle() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
Returns the style to use when formatting the JPQL identifiers.
getIdentifierVersion(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Retrieves the JPA version in which the identifier was first introduced.
getIdentifierVersion(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Retrieves the JPA version in which the identifier was first introduced.
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.internal.queries.ContainerPolicy
INTERNAL: Return the fields that make up the identity of the key if this mapping is a list This method will be overridden by subclasses.
getIdentityFieldsForMapKey() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Return the fields that make up the identity of the mapped object.
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.
getIdentityMap(ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
INTERNAL: Return the identity map for the class, if missing create a new one.
getIdentityMap(ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
INTERNAL: Return the identity map for the class.
getIdentityMap(Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: (public to allow test cases to check) Return the identity map for the class, if missing create a new one.
getIdentityMap(ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Get the identity map for the given class from the IdentityMapManager
getIdentityMap(ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Get the identity map for the given class from the IdentityMapManager
getIdentityMap(ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Get the identity map for the given class from the IdentityMapManager
getIdentityMapAccessor() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: The IdentityMapAccessor is the preferred way of accessing IdentityMap funcitons This will return an object which implements an interface which exposes all public IdentityMap functions.
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.
getIdentityMapAccessorInstance() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the internally available IdentityMapAccessor instance.
getIdentityMapClass() - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Return the class of identity map to be used by this descriptor.
getIdentityMapClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the class of identity map to be used by this descriptor.
getIdentityMapClasses() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Return an iterator of the classes in the identity map.
getIdentityMapManager() - Method in class org.eclipse.persistence.internal.sessions.ClientSessionIdentityMapAccessor
INTERNAL: Return the IdentityMapManager for the client session.
getIdentityMapManager() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Get the IdentityMapManager for this IdentityMapAccessor This method should be used for all IdentityMapManager access since it may be overridden in sub classes.
getIdentityMapManager() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Get the IdentityMapManager for this IdentityMapAccessor This method should be used for all IdentityMapManager access since it may be overridden in sub classes.
getIdentityMapSize() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Return the size of the identity map.
getIdentityMapSize() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the size of the identity map.
getIdOrderByAttributeNames() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return the primary key attribute names for this entity.
getIDProperty() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the TypeProperty 'idProperty'.
getIDResolver() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Return this Unmarshaller's custom IDResolver.
getIDResolver() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Return this Unmarshaller's custom IDResolver.
getIDResolver() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
Return this Unmarshaller's custom IDResolver.
getIDResolver() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
Return this Unmarshaller's custom IDResolver.
getIds() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getIdType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.IdentifiableTypeImpl
Return the type that represents the type of the id.
getIdValidation() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Return what types are allowed as a primary key (id).
getIgnoreMappedSuperclassContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AssociationOverrideMetadata
INTERNAL:
getIgnoreMappedSuperclassContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AttributeOverrideMetadata
INTERNAL:
getIgnoreMappedSuperclassContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.OverrideMetadata
INTERNAL:
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.
getImplementsCloneMethod() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
getImports() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getInArguments() - Method in class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler
 
getIncludeAllAttributes() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Used for OX mapping.
getIncludeCriteria() - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL: Used for OX mapping.
getIncludes() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getIndentationString() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: Used to print things nicely in the testing tool.
getIndentString() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
Return the String that will be used to perform indenting in marshalled documents.
getIndex() - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
INTERNAL: Return the index of the change in the collection
getIndex() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Return the expected index that this field will occur in the result set row.
getIndex() - Method in class org.eclipse.persistence.internal.helper.IndexedObject
 
getIndex() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
getIndex() - Method in interface org.eclipse.persistence.internal.oxm.ContainerValue
INTERNAL: Used to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord
getIndex() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
INTERNAL: Set to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord Set during TreeObjectBuilder initialization
getIndex() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
INTERNAL: Set to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord Set during TreeObjectBuilder initialization
getIndex() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
INTERNAL: Set to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord Set during TreeObjectBuilder initialization
getIndex() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
INTERNAL: Set to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord Set during TreeObjectBuilder initialization
getIndex() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
INTERNAL: Set to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord Set during TreeObjectBuilder initialization
getIndex() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
INTERNAL: Set to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord Set during TreeObjectBuilder initialization
getIndex() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
INTERNAL: Set to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord Set during TreeObjectBuilder initialization
getIndex() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
INTERNAL: Set to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord Set during TreeObjectBuilder initialization
getIndex() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
INTERNAL: Set to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord Set during TreeObjectBuilder initialization
getIndex() - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
INTERNAL: Set to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord Set during TreeObjectBuilder initialization
getIndex() - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathCollectionMappingNodeValue
 
getIndex() - Method in class org.eclipse.persistence.internal.sessions.OrderedChangeObject
INTERNAL: Return the index the change was made to the collection.
getIndex() - Method in class org.eclipse.persistence.jpa.rs.util.IdHelper.SortableKey
 
getIndexes() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Return a list of index definitions.
getIndexes() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
getIndexes() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for OX mapping.
getIndexes() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC:
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:
getIndexInType() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
getIndexNamePrefix(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used to allow platforms to define their own index prefixes
getIndexNamePrefix(boolean) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Used to allow platforms to define their own index prefixes
getIndexValue() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
getIndicatingNoEntry(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Retrieve the value for the field name.
getIndicatingNoEntry(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: Retrieve the value for the field.
getIndicatingNoEntry(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
INTERNAL: Retrieve the value for the field.
getIndicatingNoEntry(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
INTERNAL: Retrieve the value for the field.
getIndicatingNoEntry(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.SimpleResultSetRecord
INTERNAL: Retrieve the value for the field.
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.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.
getInfoForVirtualGetMethod(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
INTERNAL: Search the list of virtualAccessMethods for a VirtualAttributeMethodInfo with the given getMethodName.
getInfoForVirtualSetMethod(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
INTERNAL: Search the list of virtualAccessMethods for a VirtualAttributeMethodInfo with the given setMethodName.
getInheritance() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
getInheritanceExpression() - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
getInheritanceParentDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Returns the immediate parent's descriptor in the inheritance hierarchy.
getInheritancePolicy() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
PUBLIC: The inheritance policy is used to define how a descriptor takes part in inheritance.
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 interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
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.
getInheritancePolicyOrNull() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL: Return the inheritance policy.
getInheritanceRootDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Returns the root descriptor of the inheritance hierarchy, that is, the one that defines the inheritance strategy.
getInItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Returns the Expression that represents the list if items.
getInitialContextFactoryName() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
 
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.
getInitializationClassLoader() - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
 
getInitializatonPolicy() - Method in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
 
getInitializedDocument() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
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.CursoredStreamPolicy
Specifies the number of elements to be read initially into a cursored stream.
getInitialValue() - Method in class org.eclipse.persistence.internal.codegen.AttributeDefinition
 
getInitialValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for OX mapping.
getInitialValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for OX mapping.
getInitialValue() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
 
getInitialValue() - Method in class org.eclipse.persistence.sequencing.Sequence
 
getInitialWriteLockValue() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: This method is used to return the initial lock value of the object this changeSet represents.
getInlineMapping() - Method in interface org.eclipse.persistence.internal.oxm.mappings.InverseReferenceMapping
 
getInlineMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
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
getInOutArguments() - Method in class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler
 
getInOutputProcedureToken() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
This method is used to print the output parameter token when stored procedures are called
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.PervasivePlatform
Pervasive uses the INOUT keyword, as opposed to "IN OUT".
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.internal.databaseaccess.DatabasePlatform
Used for stored procedure creation: Prefix for INPUT parameters.
getInputProcedureToken() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
Used for stored procedure creation: Prefix for INPUT parameters.
getInputProcedureToken() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Pervasive uses IN prefix for INPUT parameters.
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.
getInputStream() - Method in class org.eclipse.persistence.internal.oxm.ByteArrayDataSource
 
getInputStream() - Method in class org.eclipse.persistence.internal.oxm.ByteArraySource
 
getInsertable() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DirectColumnMetadata
INTERNAL: Used for OX mapping.
getInsertable() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.JoinColumnMetadata
INTERNAL: Used for OX mapping.
getInsertCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's insert call.
getInsertQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's insert query.
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.internal.helper.BasicTypeHelperImpl
Gets instance of this class
getInstance() - Static method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XPathEngine
Return the XPathEngine singleton.
getInstance() - Static method in class org.eclipse.persistence.internal.oxm.record.ObjectMarshalContext
 
getInstance() - Static method in class org.eclipse.persistence.internal.oxm.record.ObjectUnmarshalContext
 
getInstance() - Static method in class org.eclipse.persistence.internal.oxm.UnmarshalXPathEngine
Return the XPathEngine singleton.
getInstance() - Static method in class org.eclipse.persistence.internal.oxm.XPathEngine
Return the XPathEngine singleton.
getInstance() - Static method in class org.eclipse.persistence.internal.sessions.factories.DirectToXMLTypeMappingHelper
 
getInstance() - Static method in class org.eclipse.persistence.jpa.config.RuntimeFactory
 
getInstance() - Static method in class org.eclipse.persistence.platform.xml.DefaultErrorHandler
 
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.
getInstanceFromClass(Class) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return the class instance from the class
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
 
getInstanceProperty(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getInstanceProperty(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL:
getInstantiationCopyPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping
getInstantiationPolicy() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
INTERNAL: Returns the instantiation policy.
getInstantiationPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Returns the instantiation policy.
getInstantiationPolicy() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
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
 
getInteger() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
 
getIntegerClassType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the Inter class representation.
getIntegrityChecker() - Method in exception org.eclipse.persistence.exceptions.IntegrityException
PUBLIC: Return Integrity Checker.
getIntegrityChecker() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Returns the integrityChecker.IntegrityChecker holds all the ClassDescriptor Exceptions.
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.
getInterceptorClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheInterceptorMetadata
INTERNAL Used for OX mapping.
getInterfaceAccessor(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return the entity accessor for the given class.
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.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
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
 
getInterfaceType() - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
 
getInterfaceType() - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
 
getInterfaceType() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL:
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.
getInternalMax() - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL: returns the JPA max results that may have been set on a NamedQuery
getInternalMWConfigObjects(String, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL: This method is to be used to load config objects for the Mapping Workbench only.
getInternalMWConfigObjects(String, ClassLoader, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL: This method is to be used to load config objects for the Mapping Workbench only.
getInternalName() - Method in class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl
Returns the name used by EclipseLink when a name has not been assigned by the user.
getIntType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the int type representation.
getIntType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the int type representation.
getInvalidateOnChange() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Return if any change to any object of the query class should cause the query results to be invalidated.
getInvalidationClasses() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
ADVANCED: Return the set of classes that should trigger the query cached results to be invalidated.
getInvalidationState() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
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
 
getInvalidValue() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
ConstraintViolation.getInvalidValue()
getInverseForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.JoinTableMetadata
INTERNAL: Used for OX mapping.
getInverseJoinColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.JoinTableMetadata
INTERNAL: Used for OX mapping.
getInverseReferenceMapping() - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
 
getInverseReferenceMapping() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
 
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
 
getIsConcurrent() - Method in class org.eclipse.persistence.queries.LoadGroup
INTERNAL: Return if the load group should load its relationships concurrently.
getIsolation() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
 
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
 
getItem(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL: Lookup the AttributeItem for the provided attribute name or path.
getItem() - Method in class org.eclipse.persistence.internal.expressions.FromAliasExpression
INTERNAL: Return the report item that this is an alias for.
getItem() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
getItem() - Method in class org.eclipse.persistence.internal.jaxb.many.ArrayValue
 
getItem() - Method in class org.eclipse.persistence.internal.jaxb.many.CollectionValue
 
getItem() - Method in class org.eclipse.persistence.internal.jaxb.many.ManyValue
 
getItem() - Method in class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalArrayValue
 
getItem() - Method in class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalCollectionValue
 
getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Returns the StateObject at the given positions from the list
getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns the StateObject at the given positions from the list
getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Returns the StateObject at the given positions from the list
getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Returns the StateObject at the given positions from the list
getItem(int) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Returns the StateObject at the given positions from the list
getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Returns the StateObject at the given positions from the list
getItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Returns the StateObject at the given positions from the list
getItem(String) - Method in class org.eclipse.persistence.queries.AttributeGroup
INTERNAL: Lookup the AttributeItemfor the provided attribute name or path.
getItem(String) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL:
getItems() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL:
getItems() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
getItems() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.CollectionWrapper
 
getItems() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ContextsCatalog
 
getItems() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.MetadataCatalog
 
getItems() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Property
 
getItems() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
 
getItems() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
getItems() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
 
getItems() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultList
Gets the items.
getItems() - Method in class org.eclipse.persistence.jpa.rs.util.list.SimpleHomogeneousList
Gets the items.
getItems() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL:
getItemType() - Method in class org.eclipse.persistence.internal.oxm.schema.model.List
 
getJarFiles() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getJarFileUrls() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getJarFileUrls() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
getJavaAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
 
getJavaAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
Return a Java Annotation representation of this JavaAnnotation.
getJavaAnnotationClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
Return the Java Class of the Annotation represented by this JavaAnnotation.
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.core.descriptors.CoreDescriptor
PUBLIC: Return the java class.
getJavaClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the java class.
getJavaClass() - Method in interface org.eclipse.persistence.dynamic.DynamicType
 
getJavaClass() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getJavaClass(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the class object of the specified type.
getJavaClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Return the java class that defines this accessor.
getJavaClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Return the java class associated with this accessor's descriptor.
getJavaClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getJavaClass(Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the class object of the specified type.
getJavaClass() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Return the java class.
getJavaClass(QName, ConversionManager) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Return the class for a given qualified XML Schema type
getJavaClass() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
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
INTERNAL Return the class for a given qualified XML Schema type
getJavaClass(QName, ConversionManager) - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL
getJavaClass(QName) - Method in class org.eclipse.persistence.oxm.XMLUnionField
Return the class for a given qualified XML Schema type.
getJavaClass(QName, ConversionManager) - Method in class org.eclipse.persistence.oxm.XMLUnionField
INTERNAL
getJavaClassArray(Class...) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Return array of JavaClass instances created based on the provided classes.
getJavaClasses() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaModelInput
 
getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
Returns this JavaModelInput's array of JavaClasses.
getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
 
getJavaClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl
Returns this JavaModelInput's array of JavaClasses.
getJavaClassName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return the class name, used by the MW.
getJavaClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Return the java class name that defines this accessor.
getJavaClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL:
getJavaClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getJavaClassName(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Return the Java class name for the metadata class.
getJavaClassName() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
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
 
getJavaMember() - Method in class org.eclipse.persistence.internal.jpa.metamodel.AttributeImpl
Return the java.lang.reflect.Member for the represented attribute.
getJavaMember() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
 
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
Get this JavaClass' JavaModel.
getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
Returns this JavaModelInput's JavaModel.
getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
 
getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Get this JavaClass' JavaModel.
getJavaModel() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl
Returns this JavaModelInput's JavaModel.
getJavaModelClasses() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
Returns a Map of this JavaModel's JavaClasses, keyed on class name.
getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
 
getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.OXMMetadata
 
getJavaModelInput() - Method in class org.eclipse.persistence.jaxb.dynamic.metadata.SchemaMetadata
 
getJavaSECMPInitializer() - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
Get the singleton entityContainer.
getJavaSECMPInitializer(ClassLoader) - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
 
getJavaSECMPInitializer(ClassLoader, Map, boolean) - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
 
getJavaSECMPInitializerFromAgent() - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
 
getJavaSECMPInitializerFromMain(Map) - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
 
getJavaStrings() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL:
getJavaType() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
Return the Java class that the complex type maps to.
getJavaType() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleComplexTypeMetadata
INTERNAL: Used for OX mapping.
getJavaType() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLComplexTypeMetadata
INTERNAL: Used for OX mapping.
getJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.AttributeImpl
Return the Java type of the represented attribute.
getJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.CollectionAttributeImpl
Return the Java type of the represented attribute.
getJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.ListAttributeImpl
Return the Java type of the represented attribute.
getJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MapAttributeImpl
Return the Java type of the represented attribute.
getJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
 
getJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.SetAttributeImpl
Return the Java type of the represented attribute.
getJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.SingularAttributeImpl
Return the Java type of the represented attribute.
getJavaType(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metamodel.TypeImpl
Return the represented Java type.
getJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.TypeImpl
Return the represented Java type.
getJavaType() - Method in class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
 
getJavaType() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
getJavaType() - Method in class org.eclipse.persistence.internal.oxm.XMLConversionPair
 
getJavaType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
The javaType associated with this element.
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:
getJavaTypeAdapterClass() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Get the java type adapter class associated with the element
getJavaTypeForProperty(SDOProperty) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
 
getJavaTypeName() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
getJavaTypeName() - Method in class org.eclipse.persistence.internal.jpa.metamodel.TypeImpl
Return the name of the java type
getJavaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Get the name of the java type associated with this global element.
getJavaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the javaTypes property.
getJavaVariableAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Gets the value of the javaVariableAttribute 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
Returns this JavaModel's JaxbClassLoader, which should be the parent ClassLoader.
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.jpa.rs.PersistenceContext
Gets the jAXB context.
getJAXBContext() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
Return the JAXBContext.
getJAXBDescriptorForClass(Class) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Gets the jAXB descriptor for class.
getJAXBNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
getJdbcBatchWriting() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
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.
getJDBCOuterJoinString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Returns the JDBC outer join operator for SELECT statements.
getJDBCType(DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return the JDBC type for the given database field.
getJDBCType(Class) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return the JDBC type for the Java type.
getJdbcType() - Method in class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
getJdbcType() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
getJdbcType() - Method in class org.eclipse.persistence.internal.xr.ProcedureArgument
Indicates the JDBC type code to be set on the call.
getJdbcType() - Method in class org.eclipse.persistence.internal.xr.Result
Indicates the JDBC type code to be set on the call.
getJDBCType(Class) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
Return the JDBC type for the Java type.
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.SybasePlatform
Sybase and SQL Anywhere do not support BLOB/CLOB but require LONGVARBINARY/LONGVARCHAR.
getJDBCTypeForSetNull(DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return the JDBC type for the given database field to be passed to Statement.setNull
getJDBCTypeForSetNull(DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
Return the JDBC type for the given database field to be passed to Statement.setNull The Oracle driver does not like the OPAQUE type so VARCHAR must be used.
getJDBCTypeForTypeName(String) - Static method in class org.eclipse.persistence.internal.xr.Util
 
getJdbcTypeName(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Returns the type name corresponding to the jdbc type
getJdbcTypeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
getJdbcTypeName(int) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL: Returns the type name corresponding to the jdbc type
getJDKVersion() - Static method in class org.eclipse.persistence.Version
Deprecated.
Use JavaSEPlatform.CURRENT instead. Will be removed in 2.7.
getJNDIConnectorLookupType() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: Get JNDIConnector lookupType value for this platform.
getJNDIConnectorLookupType() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
 
getJNDIConnectorLookupType() - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatform
 
getJndiName() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.SessionBeanCall
 
getJNDINamingServiceConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.JMSPublishingTransportManagerConfig
 
getJNDINamingServiceConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.RMITransportManagerConfig
 
getJoin() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Returns the reference of the JoinStateObject.
getJoinAssociationIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Returns the StateObject representing the identification variable that starts the path expression, which can be a sample identification variable, a map value, map key or map entry expression.
getJoinAssociationIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Returns the StateObject representing the identification variable that starts the path expression, which can be a sample identification variable, a map value, map key or map entry expression.
getJoinAssociationPath() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Returns the Expression that represents the join association path expression.
getJoinAssociationPathStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Returns the CollectionValuedPathExpressionStateObject representing the join association path.
getJoinAssociationPathStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Returns the CollectionValuedPathExpressionStateObject representing the join association path.
getJoinColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
getJoinColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AssociationOverrideMetadata
INTERNAL: Used for OX mapping.
getJoinColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.RelationalTableMetadata
INTERNAL: Used for OX mapping.
getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Returns the join criteria stored in the mapping selection query.
getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Returns the join criteria stored in the mapping selection query.
getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Returns the join criteria stored in the mapping selection query.
getJoinCriteria(ObjectExpression, Expression) - 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(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: Join criteria is created to read target records (nested table) from the table.
getJoinCriteria(ObjectExpression, Expression) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Join criteria is created to read target records (nested table) from the table.
getJoinedAggregateMappings() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return the attributes that must be joined.
getJoinedAttributeExpressions() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return the attributes that must be joined.
getJoinedAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Convenience method for project mapping.
getJoinedAttributeManager() - Method in class org.eclipse.persistence.internal.queries.ReportItem
INTERNAL: Set the list of expressions that represent elements that are joined because of their mapping for this query.
getJoinedAttributeManager() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return join manager responsible for managing all aspects of joining for the query.
getJoinedAttributeManagerInternal() - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
getJoinedAttributeMappings() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return the attributes that must be joined.
getJoinedAttributes() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Answers the attributes which are always joined to the original query on reads.
getJoinedAttributes() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return the attributes that must be joined.
getJoinedMappingExpressions() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Get the list of expressions that represent elements that are joined because of their mapping for this query.
getJoinedMappingIndexes_() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return the joined mapping indexes, used to compute mapping row partitions.
getJoinedMappingQueries_() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return the joined mapping queries, used optimize joining, only compute the nested queries once.
getJoinedMappingQueryClones() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
 
getJoinFetch() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: Used for OX mapping.
getJoinFetch() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
getJoinFetch() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Return if this relationship should always be join fetched.
getJoinFields() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
getJoins() - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
getJoins() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
Returns the JOIN expressions defined with this declaration, if supported.
getJoins() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Returns the unique join (fetch join) or the list of joins (fetch joins) expression.
getJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
Returns the JOIN expressions defined with this declaration, if supported.
getJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
Returns the JOIN expressions defined with this declaration, if supported.
getJoinSource() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
getJoinTable() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
getJoinTable() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AssociationOverrideMetadata
INTERNAL: Used for OX mapping.
getJoinType() - Method in class org.eclipse.persistence.internal.jpa.querydef.JoinImpl
Return the join type.
getJoinType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Returns the joining type.
getJPAQueries() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Return all pre-defined not yet parsed JPQL queries.
getJPAQueries() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return all pre-defined not yet parsed JPQL queries.
getJPAQueries() - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Return all pre-defined not yet parsed EJBQL queries.
getJPATablePerTenantQueries() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Return all pre-defined not yet parsed JPQL queries.
getJPATablePerTenantQueries() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return all pre-defined not yet parsed JPQL queries to table per tenant entities.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Returns the version of the Java Persistence to support.
getJPAVersion() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
Returns the JPAVersion of the Java Persistence supported by this grammar.
getJPAVersion() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the version of the Java Persistence to support, which dictates which version of the JPQL grammar to support.
getJpql() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Query
 
getJPQLCall() - Method in class org.eclipse.persistence.internal.queries.JPQLCallQueryMechanism
 
getJPQLExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Returns the root of the parsed tree representation of the JPQL query.
getJPQLExpression() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the parsed tree representation of the JPQL query.
getJPQLFragment() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
Returns the original JPQL query or the JPQL fragment that was passed to this tool so it can be manipulated.
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.jpql.tools.JPQLQueryContext
Returns the string representation of the JPQL query.
getJPQLQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
Returns the unique identifier of the JPQL query BNF that determined how the JPQL query or fragment needs to be parsed.
getJPQLQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Returns the builder that creates the StateObject representation of the JPQL query.
getJPQLString() - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
Return the JPQL string.
getJpqlString() - Method in class org.eclipse.persistence.internal.xr.JPQLQueryHandler
 
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
getJsonArrayBuilder() - Method in class org.eclipse.persistence.oxm.json.JsonArrayBuilderResult
 
getJsonObjectBuilder() - Method in class org.eclipse.persistence.oxm.json.JsonObjectBuilderResult
 
getJsonStructure() - Method in class org.eclipse.persistence.oxm.json.JsonStructureSource
 
getJsonTypeConfiguration() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
Returns json type configuration.
getJsonTypeConfiguration() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Returns json type configuration.
getJsonTypeConfiguration() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Returns json type configuration.
getJsonTypeConfiguration() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
Returns json type configuration.
getJtaDataSource() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getJtaDataSource() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
getJunctionValue() - Method in class org.eclipse.persistence.internal.jpa.querydef.PredicateImpl
INTERNAL: This method returns null if this is not a conjunction/disjunction TRUE if this is a conjunction, FALSE for disjunction.
getKeepAsElementPolicy() - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyCollectionMapping
 
getKeepAsElementPolicy() - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyObjectMapping
 
getKeepAsElementPolicy() - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
 
getKeepAsElementPolicy() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
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.internal.identitymaps.CacheKey
 
getKey() - Method in interface org.eclipse.persistence.internal.jaxb.many.MapEntry
 
getKey() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation
 
getKey() - Method in class org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor
Return primary key values of an associated object
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.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.
getKeyColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL: Used for OX mapping.
getKeyConverter() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL: Used for OX mapping.
getKeyConverter() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Get the Converter for the key of this mapping if one exists.
getKeyConverter() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
PUBLIC: Return the converter on the mapping.
getKeyGroup() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
getKeyGroup(Class) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
getKeyGroups() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
getKeyJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MapAttributeImpl
Return the Java type of the map key.
getKeyJavaType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.MapAttributeProxyImpl
 
getKeyMapping() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
 
getKeyMappingDataForWriteQuery(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Add any non-Foreign-key data from an Object describe by a MapKeyMapping to a database row This is typically used in write queries to ensure all the data stored in the collection table is included in the query.
getKeyMappingDataForWriteQuery(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Add any non-Foreign-key data from an Object describe by a MapKeyMapping to a database row This is typically used in write queries to ensure all the data stored in the collection table is included in the query.
getKeyName() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Returns the key name which will return the value of the key to be used in the container.
getKeyQuery() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Some map keys must be obtained from the database.
getKeySelectionCriteria() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Get the selection criteria for the map key This will be overridden by container policies that allow maps
getKeySelectionCriteria() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Get the selection criteria for the map key.
getKeySubgraph() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedAttributeNodeMetadata
INTERNAL: Used for OX mapping.
getKeySubgraphs() - Method in class org.eclipse.persistence.internal.jpa.AttributeNodeImpl
 
getKeyType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MapAttributeImpl
Return the type representing the key type of the map.
getKeyType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.MapAttributeProxyImpl
 
getKeyType() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return the type of the map key, this will be overridden by container policies that allow maps.
getKeyType() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Return the type of the map key, this will be overridden by container policies that allow maps.
getKeyType() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Return the type of the map key, this will be overridden by container policies that allow maps.
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.
getKryo() - Method in class org.eclipse.persistence.sessions.serializers.kryo.KryoSerializer
 
getLast() - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
Returns the last contents in this list.
getLastCallAppended() - Method in class org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism
 
getLastFieldIndex() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
getLastUpdatedQueryId() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
INTERNAL: This method returns the system time in millis seconds at which this object was last refreshed CR #4365 CR #2698903 ...
getLastUpdatedQueryId() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
getLastXPathFragment() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
INTERNAL: Return the last XPathFragment.
getLastXPathFragment() - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL: Return the last XPathFragment.
getLatestCollection() - Method in class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
Used for change tracking when user sets entire collection.
getLazy() - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPolicyConfig
 
getLeafBean() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
ConstraintViolation.getLeafBean()
getLeafDescriptor(DatabaseQuery, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Lookup the descriptor for this item by traversing its expression recursively.
getLeafDescriptor(DatabaseQuery, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Lookup the descriptor for this item by traversing its expression recursively.
getLeafDescriptor(DatabaseQuery, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Lookup the descriptor for this item by traversing its expression recursively.
getLeafDescriptor(DatabaseQuery, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
getLeafElementType() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
 
getLeafElementType() - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
getLeafElementType() - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
getLeafElementType() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getLeafElementType() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getLeafElementType() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
getLeafElementType() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL:
getLeafElementType() - Method in class org.eclipse.persistence.oxm.XMLField
 
getLeafMapping(DatabaseQuery, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Lookup the mapping for this item by traversing its expression recursively.
getLeafMapping(DatabaseQuery, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Lookup the mapping for this item by traversing its expression recursively.
getLeafMapping(DatabaseQuery, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
getLeft() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Return the left node
getLeft() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Returns the StateObject that represents the left expression.
getLeftExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.MemberOfNode
 
getLeftExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Returns the Expression that represents the first expression, which is before the identifier.
getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
Returns the unique identifier of the JPQLQueryBNF for the left expression.
getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
Returns the unique identifier of the JPQLQueryBNF for the left expression.
getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
Returns the unique identifier of the JPQLQueryBNF for the left expression.
getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Returns the unique identifier of the JPQLQueryBNF for the left expression.
getLeftExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
Returns the unique identifier of the JPQLQueryBNF for the left expression.
getLeftMostNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
INTERNAL Return the left most node of a dot expr, so return 'a' for 'a.b.c'.
getLeftMostNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.MapKeyNode
INTERNAL Return the left most node of a dot expr, so return 'a' for 'a.b.c'.
getLength() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Used to specify the column length when generating DDL.
getLength() - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLNodeList
 
getLength() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL: Used for OX mapping.
getLength() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorColumnMetadata
INTERNAL: Used for OX mapping.
getLength() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
getLength() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getLength() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getLength() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Returns the length of the string representation of this Expression, which is the length of the text generated by Expression.toActualText().
getLength() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Returns the length of the string representation of this Expression, which is the length of the text generated by Expression.toActualText().
getLength() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
Returns the length of the text to replace with the new value.
getLength() - Method in interface org.eclipse.persistence.jpa.jpql.tools.TextEdit
Returns the length of the text to replace with the new value.
getLength() - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
 
getLevel() - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
getLevel() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
getLevel(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
getLevel(String) - Method in class org.eclipse.persistence.logging.DefaultSessionLog
 
getLevel(String) - Method in class org.eclipse.persistence.logging.JavaLog
PUBLIC:
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 interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getLevelIndex() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getLevelIndex() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getLevelString() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
getLevelString() - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC:
getLexicalHandler() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
getLexicalHandler() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
getLifecycle() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: The life cycle tracks if the unit of work is active and is used for JTS.
getLimit() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
Gets the limit.
getLimit() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Gets the limit.
getLimit() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
 
getLine() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
 
getLines() - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
getLineSeparator() - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get the line separator character.
getLinkByRel(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.ItemLinks
Finds a link by rel..
getLinks() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.CollectionWrapper
 
getLinks() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.ItemLinks
Returns a list of all links.
getLinks() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.MetadataCatalog
 
getLinks() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Resource
 
getLinks() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
getLinks() - Method in interface org.eclipse.persistence.jpa.rs.util.CollectionProxy
 
getLinks() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
Gets the links.
getLinks() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Gets the links.
getLinks() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
 
getLinks() - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
 
getLinkTemplate() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Query
 
getLinkTemplates() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
 
getList(String) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the List-valued attribute of the managed type that corresponds to the specified name.
getList(String, Class<E>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the List-valued attribute of the managed type that corresponds to the specified name and Java element type.
getList() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
getList() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
Returns a copy of the actual list after the change has happened.
getList() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
Returns a copy of the actual list after the change has happened.
getList() - Method in class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
Returns a list of links.
getList() - Method in class org.eclipse.persistence.jpa.rs.util.list.LinkList
 
getList() - Method in class org.eclipse.persistence.jpa.rs.util.list.QueryList
 
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
 
getListClass() - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Class implementing IndirectList.
getListClass() - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectCollectionsProvider
 
getListener(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
 
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
 
getListenerClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityClassListener
INTERNAL:
getListenerClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
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.
getListName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
Returns the name describing the list.
getListName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
Returns the name describing the list.
getListOrderField() - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
 
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.
getLiteral() - Method in class org.eclipse.persistence.internal.jpa.parsing.LiteralNode
Insert the method's description here.
getLiteralLabels() - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
 
getLoad() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FetchGroupMetadata
INTERNAL: Used for OX mapping.
getLoader() - Static method in class org.eclipse.persistence.exceptions.i18n.ExceptionMessageGenerator
Return the loader for loading the resource bundles.
getLoader() - Method in class org.eclipse.persistence.internal.core.helper.CoreConversionManager
INTERNAL
getLoader() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
INTERNAL:
getLoader() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
INTERNAL:
getLoader() - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: This method will return the current loader from the metadata factory used to created this ORMetadata.
getLoader() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the class loader for the session's application.
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.ObjectBuildingQuery
Return the load group set in the query.
getLoadGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Return the load group set in the query.
getLob() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Used for OX mapping.
getLob(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Return the lob metadata for this accessor.
getLob(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the lob metadata for this accessor.
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.
getLOBWriter() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Return the LOBValueWriter instance.
getLocalBase() - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
 
getLocalBase() - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
The opposite side of the relation, this is used for conversion of the parameter using the others mapping.
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 interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getLocalName() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getLocalName() - Method in class org.eclipse.persistence.internal.oxm.Root
Gets the local name.
getLocalName() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
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(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
 
getLocalNameBytes() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
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.
getLocalResources() - Method in class org.eclipse.persistence.internal.sessions.factories.PersistenceEntityResolver
INTERNAL:
getLocalTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getLocalUnitOfWork() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionWrapperImpl
 
getLocation() - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL:
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.
getLocationAccessor() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL: Returns this Descriptor's location accessor, if one is defined.
getLocationAccessor() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Returns this Descriptor's location accessor, if one is defined.
getLocator() - Method in class org.eclipse.persistence.internal.oxm.record.XMLEventReaderReader
 
getLocator() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
INTERNAL: return the Locator object associated with this reader
getLocator() - Method in class org.eclipse.persistence.internal.oxm.record.XMLStreamReaderReader
 
getLockableMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Returns a reference to the mappings that must be traverse when locking
getLockAttribute() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
 
getLockedExpressions() - Method in class org.eclipse.persistence.internal.expressions.ForUpdateOfClause
 
getLockFields() - 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.internal.expressions.ForUpdateClause
 
getLockMode(Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
getLockMode() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
INTERNAL: Used for OX mapping.
getLockMode() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Get the current lock mode for the query.
getLockMode() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: Return the current locking mode.
getLockModeType() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: returns the javax.persistence.LockModeType string value set on this query.
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.
getLockOnChangeMode() - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
ADVANCED: returns the LockOnChange mode for this policy.
getLockThread() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTERNAL:
getLog() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Returns the attunity adapter message log.
getLog() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the writer to which an accessor writes logged messages and SQL.
getLog() - Static method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
getLog() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the writer to which an accessor writes logged messages and SQL.
getLogConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
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.internal.jpa.metadata.accessors.objects.MetadataAccessibleObject
INTERNAL:
getLogger() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
INTERNAL:
getLogger() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getLogger() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return the logger used by the processor.
getLogger() - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Return the metadata logger.
getLogger() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Return the logger from the project.
getLoggingOptions() - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.LogConfig
 
getLogin() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return the login
getLogin() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
OBSOLETE: Return the login, the login holds any database connection information given.
getLogin() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Return the login informaiton from the server.
getLogin() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Get the associated session login.
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.
getLoginConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPoolConfig
 
getLoginConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.DatabaseSessionConfig
 
getLoginTimeout() - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
getLogLevel() - Method in class org.eclipse.persistence.internal.jpa.StaticWeaveInfo
 
getLogLevel(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
getLogLevel() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
getLogLevel() - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.DefaultSessionLogConfig
 
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.
getLogSessionString() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the name of the session: class name + system hashcode.
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.internal.databaseaccess.DatabaseCall
Return the SQL string for logging purposes.
getLogString(Accessor) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Return the SQL 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.
getLogWriter() - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
getLogWriter() - Method in class org.eclipse.persistence.internal.jpa.StaticWeaveInfo
 
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
 
getLongClassType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the type representation of class Long.
getLongClassType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the type representation of class Long.
getLongestTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getLongType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the long type representation.
getLongType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the long type representation.
getLookupType() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getLookupType() - Method in class org.eclipse.persistence.sessions.JNDIConnector
Deprecated.
As of 2.6.0, replaced by configuration provided by ServerPlatform.getJNDIConnectorLookupType()
getLowerBound() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Returns the StateObject representing the lower bound of the range.
getLowerBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Returns the Expression representing the lower bound expression.
getMajor() - Method in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Get major version number.
getMajor() - Method in class org.eclipse.persistence.internal.helper.JavaVersion
Get major version number.
getManagedClassNames() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getManagedClassNames() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
getManagedType(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the managed type by resolving the given Expression.
getManagedType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the managed type by resolving the given Expression.
getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Returns the IManagedType for the given identification variable.
getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the IManagedType for the given identification variable.
getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns
getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Returns the IManagedType for the given identification variable.
getManagedType(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.DeclarationStateObject
Returns the IManagedType for the given identification variable.
getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Returns the IManagedType for the given identification variable.
getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Returns the IManagedType for the given identification variable.
getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Returns the IManagedType associated with the field handled by this object.
getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Returns the IManagedType for the given identification variable.
getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Returns the IManagedType associated with the field handled by this object.
getManagedType(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Returns the IManagedType for the given identification variable.
getManagedType(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.VariableDeclarationStateObject
Returns the IManagedType for the given identification variable.
getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.FromSubqueryResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
Returns the IManagedType associated with the field handled by this Resolver.
getManagedType(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IManagedType for the given IType.
getManagedType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IManagedType for the given fully qualified type name.
getManagedTypeImpl() - Method in class org.eclipse.persistence.internal.jpa.metamodel.AttributeImpl
INTERNAL: Return the managed type representing the type in which the member was declared.
getManagedTypeProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
Returns the provider of managed types.
getManagedTypeProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns the provider of managed types.
getManagedTypeProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Returns the provider of managed types.
getManagedTypeProvider() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the provider of managed types.
getManagedTypes() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
Return the metamodel managed types.
getManagedTypesMap() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
Return the metamodel managed types map.
getManager() - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the session manager for current context.
getManualQueryKey(String, ClassDescriptor) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
getManyToManys() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getManyToOnes() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getMap(String) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the Map-valued attribute of the managed type that corresponds to the specified name.
getMap(String, Class<K>, Class<V>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the Map-valued attribute of the managed type that corresponds to the specified name and Java key and value types.
getMapClass() - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Class implementing IndirectMap.
getMapClass() - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectCollectionsProvider
 
getMapEntryType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the type representation of class Map.Entry.
getMapEntryType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the type representation of class Map.Entry.
getMapKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
getMapKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getMapKey() - Method in interface org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappedKeyMapAccessor
INTERNAL:
getMapKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the map key if this mapping accessor employs one.
getMapKeyAssociationOverrides() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyAssociationOverrides() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyAssociationOverrides() - Method in interface org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappedKeyMapAccessor
INTERNAL:
getMapKeyAttributeOverrides() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyAttributeOverrides() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyAttributeOverrides() - Method in interface org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappedKeyMapAccessor
INTERNAL:
getMapKeyClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL:
getMapKeyClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Return the map key class on this element collection accessor.
getMapKeyClass() - Method in interface org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappedKeyMapAccessor
INTERNAL:
getMapKeyClass(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: This should only be called for accessor's of type Map.
getMapKeyClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyClassWithGenerics() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Future: this method is where we would provide a more explicit reference class to support an auto-apply jpa converter.
getMapKeyClassWithGenerics() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Future: this method is where we would provide a more explicit reference class to support an auto-apply jpa converter.
getMapKeyClassWithGenerics() - Method in interface org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappedKeyMapAccessor
INTERNAL:
getMapKeyColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyColumn() - Method in interface org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappedKeyMapAccessor
INTERNAL:
getMapKeyConvert() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL:
getMapKeyConvert() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL:
getMapKeyConvert() - Method in interface org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappedKeyMapAccessor
INTERNAL:
getMapKeyConverts() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyConverts() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyConverts() - Method in interface org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappedKeyMapAccessor
INTERNAL:
getMapKeyConverts(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getMapKeyDescriptor() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Return if descriptor for the map key mapping where the key is a OneToOne.
getMapKeyEnumerated() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyEnumerated() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyForeignKey() - Method in interface org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappedKeyMapAccessor
INTERNAL:
getMapKeyJoinColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyJoinColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyJoinColumns() - Method in interface org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappedKeyMapAccessor
INTERNAL:
getMapKeyReferenceClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the map key reference class for this accessor if applicable.
getMapKeyReferenceClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the map key reference class name
getMapKeyReferenceClassWithGenerics() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the map key reference class for this accessor if applicable.
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
getMapKeyTemporal() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
getMapKeyTemporal() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getMappedBy() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
getMappedBy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement.XmlInverseReference
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
ADVANCED: Allows the retrieval of the owning mapping for a particular mapping.
getMappedBy() - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
getMappedClass() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
PUBLIC: Answer the mapped class.
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.
getMappedSuperclass(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the mapped superclass descriptor if one exists for the given class name.
getMappedSuperclass(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IEmbeddable with the given IType.
getMappedSuperclass(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Retrieves the IMappedSuperclass for the given fully qualified type name.
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
getMappedSuperclassAccessor(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getMappedSuperclassAccessor(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getMappedSuperclassAnnotation(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Return if a given class is annotated with @Entity.
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.
getMappedSuperclasses() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Return the mapped superclasses associated with this entity accessor.
getMappedSuperclasses() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getMappedSuperclasses() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getMappedSuperclasses() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
INTERNAL: Return the Set of MappedSuperclassType objects
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(String) - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getMapping() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
getMapping() - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
 
getMapping() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
 
getMapping() - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return the database mapping that uses the indirection policy.
getMapping() - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
 
getMapping() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the mapping that this accessor is associated to.
getMapping() - Method in class org.eclipse.persistence.internal.jpa.metamodel.AttributeImpl
INTERNAL: Return the databaseMapping that represents the type
getMapping() - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
getMapping() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
getMapping() - Method in interface org.eclipse.persistence.internal.oxm.ContainerValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.MappingNodeValue
Return the mapping associated with this node value.
getMapping() - Method in class org.eclipse.persistence.internal.oxm.Reference
Return the XMLMapping associated with this reference.
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyObjectMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLDirectMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLObjectReferenceMappingNodeValue
 
getMapping() - Method in interface org.eclipse.persistence.internal.oxm.XMLSetting
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathCollectionMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathObjectMappingNodeValue
 
getMapping() - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
getMapping() - Method in class org.eclipse.persistence.internal.sessions.ChangeRecord
ADVANCED: Returns the mapping for the attribute this ChangeRecord Represents
getMapping() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Return the associated mapping.
getMapping(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the IMapping for the field represented by the given Expression.
getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns
getMapping(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Retrieves the IMapping for the path at the given position.
getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Returns
getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
Returns the IMapping for the wrapped field.
getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
Returns the IMapping for the wrapped field.
getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the IMapping for the wrapped field.
getMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
Returns the IMapping for the wrapped field.
getMapping() - Method in class org.eclipse.persistence.jpa.rs.util.IdHelper.SortableKey
 
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.sdo.SDOSetting
 
getMappingAccessor(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: This method will first check for an accessor with name equal to field or property name.
getMappingAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return the collection of mapping accessors for this descriptor.
getMappingFileNames() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getMappingFileNames() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
getMappingFileOrURL() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
getMappingForAttributeName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns the mapping associated with a given attribute name.
getMappingForAttributeName(String) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return the mapping for the specified attribute name.
getMappingForAttributeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getMappingForAttributeName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Returns the mapping associated with a given attribute name.
getMappingForField(FIELD) - Method in class org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder
Return the mapping for the specified field.
getMappingForField(DatabaseField) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return al the mapping for the specified field.
getMappingForField(CoreField) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
getMappingFromQueryKey() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
 
getMappingNamed(Object, String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the mapping with the given name.
getMappingNamed(Object, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the mapping with the given name.
getMappingNamed(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
Returns the IMapping with the given name.
getMappingQueries() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: PERF: Return the internally stored prepared mapping queries.
getMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns mappings
getMappings() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getMappings() - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
getMappings() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getMappings() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Returns mappings
getMappingsByField() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Return all the mapping to field associations
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
getMappingsRequiringInitialization() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getMappingType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the type of the given mapping object.
getMappingType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the type of the given mapping object.
getMappingType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
Returns the type of this mapping.
getMapsId() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: Used for OX mapping.
getMapsIdValue() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Set the mapped by id value
getMarshalAttributeGroup() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
 
getMarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getMarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
getMarshalContext(int) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalContext
 
getMarshalContext(int) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectMarshalContext
 
getMarshalContext(int) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedMarshalContext
 
getMarshalledObject() - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
getMarshalledObjectRootQName() - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
getMarshaller() - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
getMarshaller() - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
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.internal.oxm.Marshaller
 
getMarshalListener() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
getMarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
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.
getMarshalRecord() - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
getMasks() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
getMax() - Method in class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
 
getMaxBatchSize() - Method in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
 
getMaxBatchWritingSize() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
PUBLIC: Allow for the max batch writing size to be set.
getMaxBatchWritingSize() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getMaxBatchWritingSize() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Allow for the max batch writing size to be set.
getMaxConnections() - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPoolConfig
 
getMaxExclusive() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getMaxExclusive() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getMaxFieldNameSize() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
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.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.HANAPlatform
 
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.internal.databaseaccess.DatabasePlatform
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.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.
getMaxInclusive() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getMaxInclusive() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getMaxIndexNameSize() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: returns the maximum number of characters that can be used in an index name on this platform.
getMaxLength() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getMaxLength() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
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.
getMaxOccurs() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Any
 
getMaxOccurs() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getMaxOccurs() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
getMaxOccurs() - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
getMaxOccurs() - Method in class org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
 
getMaxOccurs() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getMaxPoolSize() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
PUBLIC: Returns a maximum number of connections in sequencing connection pool
getMaxPrecision() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
 
getMaxResolution() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
getMaxResults() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
 
getMaxResultsInternal() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
 
getMaxRows() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
get max rows returned from the call
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.
getMaxScale() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
 
getMaxSize() - Method in class org.eclipse.persistence.internal.helper.ConcurrentFixedCache
Return the fixed size of the parse cache.
getMaxSize() - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
 
getMaxSize() - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
 
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.internal.databaseaccess.DatabasePlatform
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.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.
This MBeanServer reference is lazy loaded and cached on the platform.
There are multiple ways of getting the MBeanServer
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.
This MBeanServer reference is lazy loaded and cached on the platform.
There are multiple ways of getting the MBeanServer
getMediaType() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2
 
getMediaType() - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader
 
getMediaType() - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonStructureReader
INTERNAL: The MediaType associated with this reader
getMediaType() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
INTERNAL:
getMediaType() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Get the MediaType for this unmarshaller.
getMediaType() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Get the MediaType for this xmlUnmarshaller.
getMediaType(String) - Static method in enum org.eclipse.persistence.oxm.MediaType
 
getMediaType() - Method in enum org.eclipse.persistence.oxm.MediaType
 
getMediaType() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
Get the MediaType for this xmlMarshaller.
getMediaType() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
Get the MediaType for this xmlUnmarshaller.
getMemberDatabaseSession(Class) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Return the member DatabaseSessionImpl that maps cls in session broker.
getMemberDatabaseSession(Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
Return the member DatabaseSessionImpl that maps cls in session broker.
getMemberFromInheritingType(String) - Method in class org.eclipse.persistence.internal.jpa.metamodel.MappedSuperclassTypeImpl
INTERNAL: MappedSuperclasses need special handling to get their type from an inheriting subclass.
getMemberOfNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
getMemberOfNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
 
getMemberServerSession(Class) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Return the member ServerSession that maps cls in session broker.
getMemberServerSession(Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
Return the member ServerSession that maps cls in session broker.
getMemberSessionName(Class) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Return the name of member session that maps cls.
getMemberSessionName(Class) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
Return the name of member session that maps cls.
getMemberTypes() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Union
 
getMergedNewObjects() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTERNAL: Used to return a map containing new objects found through the registerObjectForMergeCloneIntoWorkingCopy method.
getMergedObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
getMergeManager() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
A reference to the last used merge manager.
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 exception org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLException
 
getMessage() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
ConstraintViolation.getMessage()
getMessage() - Method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
 
getMessage() - Method in class org.eclipse.persistence.logging.SessionLogEntry
Return the log entry's message.
getMessageArguments() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
Returns the arguments associate with the problem's message.
getMessageArguments() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
Returns the arguments associate with the problem's message.
getMessageArguments() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.Problem
Returns the arguments associate with the problem's message.
getMessageKey() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
Returns the resource bundle key used to retrieve the localized message.
getMessageKey() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
Returns the key used to retrieve the localized message describing the problem found in the StateObject.
getMessageKey() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.Problem
Returns the key used to retrieve the localized message describing the problem found in the StateObject.
getMessageTemplate() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
ConstraintViolation.getMessageTemplate()
getMetadata() - Method in class org.eclipse.persistence.internal.jpa.config.MetadataImpl
 
getMetadataCatalog(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.MetadataResource
Returns metadata catalog.
getMetadataClass(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAccessibleObject
INTERNAL:
getMetadataClass(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAsmFactory
Return the class metadata for the class name.
getMetadataClass(String, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAsmFactory
Return the class metadata for the class name.
getMetadataClass(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
Return the class metadata for the class name.
getMetadataClass(String, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
Return the class metadata for the class name.
getMetadataClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
getMetadataClass(Class) - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Return the MetadataClass for the class.
getMetadataClass(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Return the MetadataClass for the class name.
getMetadataClass(String, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Return the MetadataClass for the class name.
getMetadataClass(Element) - Method in class org.eclipse.persistence.internal.jpa.modelgen.MetadataMirrorFactory
INTERNAL: If the metadata class doesn't exist for the given element, we will build one and add it to our map of MetadataClasses before returning it.
getMetadataClass(String, boolean) - Method in class org.eclipse.persistence.internal.jpa.modelgen.MetadataMirrorFactory
 
getMetadataClass(String) - Method in class org.eclipse.persistence.internal.jpa.modelgen.MetadataMirrorFactory
INTERNAL: This assumes that every class that is accessed in the pre-process methods will have a class metadata built for them already.
getMetadataClass(TypeMirror) - Method in class org.eclipse.persistence.internal.jpa.modelgen.MetadataMirrorFactory
INTERNAL: If the adds a new element will build it and add it to our list of MetadataClasses.
getMetadataComplete() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getMetadataFactory() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAccessibleObject
INTERNAL:
getMetadataFactory() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL:
getMetadataFactory() - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL:
getMetadataFactory() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
getMetadataProject(SEPersistenceUnitInfo) - Method in class org.eclipse.persistence.internal.jpa.modelgen.MetadataMirrorFactory
INTERNAL: We preserve state from each processor run by holding static references to projects.
getMetadataRoot(PersistenceContext) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns StringBuilder containing metadata-catalog root: http(s)://root:port/persistence/version/context/metadata-catalog
getMetadataSource() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL:
getMetadataSources() - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
Gets a list of MetadataSource related to this version.
getMetadataSources() - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
Gets a list of MetadataSource related to this version.
getMetadataSources() - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
Gets a list of MetadataSource related to this version.
getMetamodel() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMetamodel() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMetamodel() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMetamodel(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
INTERNAL: Return an instance of Metamodel interface for access to the metamodel of the persistence unit.
getMetamodelIdClassMap() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return the Map of IdClass attribute lists keyed on owner class name.
getMetamodelMappedSuperclassChildDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getMetamodelMappedSuperclasses() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Returns the collection of metamodel MappedSuperclassAccessors.
getMethod(String, Class[]) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return the method with the name and argument types.
getMethod(String, List<String>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return the method with the name and argument types (class names).
getMethod(String, List<String>, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return the method with the name and argument types (class names).
getMethod(String, String[]) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return the method with the name and argument types (class names).
getMethod() - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.ReadTransformerMetadata
INTERNAL: Used for OX mapping.
getMethod() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Link
 
getMethod() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkTemplate
 
getMethod() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2
 
getMethod(Class, String, Class[], boolean) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get a method declared in the given class.
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
Return the JavaMethod for this JavaClass, identified by name, with the signature matching args.
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(String, JavaClass[]) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Return the JavaMethod for this JavaClass, identified by name, with the signature matching args.
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.
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.
getMethodForPropertyName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return the method for the given property name.
getMethodName() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
Return the clone method name.
getMethodName() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
getMethodName() - Method in class org.eclipse.persistence.internal.descriptors.MethodBasedFieldTransformation
 
getMethodName() - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CloneCopyPolicyMetadata
INTERNAL: Used for OX mapping.
getMethodName() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.SessionBeanCall
 
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.
getMethodParameterTypeDeclarations(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the list of type declarations representing the given constructor's parameter types.
getMethodParameterTypeDeclarations(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the list of type declarations representing the given constructor's parameter types.
getMethodParameterTypes(Method) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get the list of parameter types for a given method.
getMethodReturnType(Method) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get the return type for a given method.
getMethodReturnTypeNotValid(CollectionMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
getMethods() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
getMethods() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
 
getMethods(Class) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get the list of methods in a class.
getMethods() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Return all of the JavaMethods for this JavaClass.
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
 
getMethods() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Return all of the JavaMethods for this JavaClass.
getMillisecond() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL: Used for OX mapping.
getMimeType() - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
INTERNAL
getMimeType(Object) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
 
getMimeType() - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
INTERNAL
getMimeType(Object) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
 
getMimeType(Object) - Method in interface org.eclipse.persistence.internal.oxm.mappings.MimeTypePolicy
return a MIME type string
getMimeType() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper.EncodedData
 
getMimeType() - Method in class org.eclipse.persistence.internal.xr.Attachment
INTERNAL: get the mime-type setting for the binary attachment
getMimeType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getMimeType(Object) - Method in class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
The mime type will be obtained from the objects field/property that is mapped to the XML attribute with name "contentType" and namespace URI "http://www.w3.org/2005/05/xmlmime".
getMimeType() - Method in class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
Return the default mime type for this policy.
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 interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
 
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:
getMin() - Method in class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
 
getMinConnections() - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPoolConfig
 
getMinExclusive() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getMinExclusive() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getMinimumTimeIncrement(AbstractSession) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Return a minimal time increment supported by the platform.
getMinInclusive() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getMinInclusive() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getMinLength() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getMinLength() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getMinNumberOfConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Return the minimum number of connections.
getMinOccurs() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Any
 
getMinOccurs() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getMinOccurs() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
getMinOccurs() - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
getMinOccurs() - Method in class org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
 
getMinOccurs() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getMinor() - Method in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Get minor version number.
getMinor() - Method in class org.eclipse.persistence.internal.helper.JavaVersion
Get minor version number.
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
 
getMinScale() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
 
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
getMinute() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL: Used for OX mapping.
getMixedContentMapping() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
getMixedContentMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getMixedConverters() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getMode() - Method in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
 
getMode() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
getModel() - Method in class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl
Return the metamodel representation for the collection.
getModel() - Method in class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl
Return the metamodel representation for the collection.
getModel() - Method in class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl
Return the metamodel representation for the collection.
getModel() - Method in class org.eclipse.persistence.internal.jpa.querydef.PathImpl
Return the bindable object that corresponds to the path expression.
getModel() - Method in class org.eclipse.persistence.internal.jpa.querydef.RootImpl
Return the metamodel entity corresponding to the root.
getModel() - Method in class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl
Return the metamodel representation for the collection.
getModified() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return all modified objects
getModifiedDoms() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getModifiers() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
getModifiers() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
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
Returns the Java language modifiers for this JavaClass, encoded in an integer.
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.jaxb.javamodel.xjc.XJCJavaClassImpl
Returns the Java language modifiers for this JavaClass, encoded in an integer.
getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
Returns the Java language modifiers for this JavaConstructor, encoded in an integer.
getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Returns the Java language modifiers for this JavaField, encoded in an integer.
getModifiers() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Returns the Java language modifiers for this JavaMethod, encoded in an integer.
getModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Returns the state object representing the modify clause part of the modify statement.
getModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
Returns the state object representing the DELETE clause.
getModifyClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Returns the state object representing the UPDATE clause.
getModifyRow() - Method in class org.eclipse.persistence.internal.expressions.SQLModifyStatement
 
getModifyRow() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Convenience method
getModifyRow() - Method in class org.eclipse.persistence.queries.ModifyQuery
INTERNAL: Return the modify row
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.
getMonitorName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the name to use for the query in performance monitoring.
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.
getMulticastGroupAddress() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.discovery.DiscoveryConfig
 
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.internal.sessions.factories.model.transport.discovery.DiscoveryConfig
 
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:
getMultipleResultSets() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping
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.
getMultitenant() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getMultitenantContextProperties() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return a set of multitenant context properties this session
getMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Retun the multitenant policy
getMultitenantPolicy() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL:
getMutable() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
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 class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Return the name.
getName() - Method in class org.eclipse.persistence.internal.codegen.CodeDefinition
 
getName() - Method in interface org.eclipse.persistence.internal.core.helper.CoreField
Return the unqualified name of the field.
getName() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Return the name.
getName() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getName() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
 
getName() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Return the unqualified name of the field.
getName() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Get method for table name.
getName() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
getName() - Method in class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
 
getName() - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.DataServiceImpl
 
getName() - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
getName() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitProperty
 
getName() - Method in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
getName() - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAccessibleObject
INTERNAL: Return the name of this accessible object.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL:
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFile
INTERNAL: Returns the name/url of the metadata file.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ForeignKeyMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.MetadataColumn
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.OverrideMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.AbstractConverterMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedAttributeNodeMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.MapKeyMetadata
INTERNAL: Used for OX mapping.
getName(String, String, String, MetadataLogger, Object) - Static method in class org.eclipse.persistence.internal.jpa.metadata.MetadataHelper
INTERNAL: Helper method to return a field name from a candidate field name and a default field name.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
 
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ColumnResultMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ComplexTypeMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FetchAttributeMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FetchGroupMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FieldResultMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryHintMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.UuidGeneratorMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.UniqueConstraintMetadata
INTERNAL: Used for OX mapping.
getName() - Method in class org.eclipse.persistence.internal.jpa.metamodel.AttributeImpl
Return the name of the attribute.
getName() - Method in class org.eclipse.persistence.internal.jpa.metamodel.EntityTypeImpl
Return the entity name
getName() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
 
getName() - Method in class org.eclipse.persistence.internal.jpa.parsing.FuncNode
 
getName() - Method in class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl
Return the parameter name, or null if the parameter is not a named parameter.
getName() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Attribute
 
getName() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
 
getName() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Resource
 
getName() - Method in enum org.eclipse.persistence.internal.mappings.converters.AttributeNamePrefix
INTERNAL: Get attribute name prefix identifier.
getName() - Method in class org.eclipse.persistence.internal.oxm.ByteArrayDataSource
 
getName() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Return the unqualified name of the field.
getName() - Method in class org.eclipse.persistence.internal.oxm.schema.model.AttributeGroup
 
getName() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
getName() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
getName() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getName() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
getName() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
getName() - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
getName() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the name of the session.
getName() - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPoolConfig
 
getName() - Method in class org.eclipse.persistence.internal.sessions.factories.model.property.PropertyConfig
 
getName() - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequenceConfig
 
getName() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
getName() - Method in class org.eclipse.persistence.internal.xr.Invocation
INTERNAL: Get the name of this Invocation
getName() - Method in class org.eclipse.persistence.internal.xr.NamedQueryHandler
 
getName() - Method in class org.eclipse.persistence.internal.xr.Operation
INTERNAL:
getName() - Method in class org.eclipse.persistence.internal.xr.Parameter
 
getName() - Method in class org.eclipse.persistence.internal.xr.ProcedureArgument
 
getName() - Method in class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler
 
getName() - Method in class org.eclipse.persistence.internal.xr.XRDynamicType
 
getName() - Method in class org.eclipse.persistence.internal.xr.XRServiceModel
 
getName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaAnnotation
 
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
Returns the name of this JavaClass.
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
Returns the name of this JavaPackage.
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.JavaAnnotationImpl
 
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.javamodel.xjc.XJCJavaAnnotationImpl
 
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Returns the name of this JavaClass.
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
Returns the name of this JavaConstructor.
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Returns the name of this JavaField.
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Returns the name of this JavaMethod.
getName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
Returns the name of this JavaPackage.
getName() - Method in interface org.eclipse.persistence.jaxb.ObjectGraph
Returns the name of the static EntityGraph.
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.XmlNamedAttributeNode
Gets the value of the name property.
getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
Gets the value of the name property.
getName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
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.config.DataService
 
getName() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
getName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEntity
Returns the name of this entity.
getName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
Returns the name of the persistence property represented by this mapping.
getName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
Returns the fully qualified class name.
getName() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Gets the 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.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.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:
getNameAfterKey(String) - Static method in class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer
INTERNAL: Return an attribute name without key. dot notation prefix.
getNameAfterVersion(String) - Static method in class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer
INTERNAL: Return an attribute name without value. dot notation prefix.
getNameContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL:
getNameContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.CollectionTableMetadata
INTERNAL:
getNameContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.JoinTableMetadata
INTERNAL:
getNameContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.SecondaryTableMetadata
INTERNAL:
getNameContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL:
getNamedAttributeNodes() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Used for OX mapping.
getNamedAttributeNodes() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL: Used for OX mapping.
getNameDelimited(DatasourcePlatform) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Returns this fields name with database delimiters if useDelimiters is true.
getNameDelimited(DatasourcePlatform) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Get method for table name.
getNamedEntityGraphs() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
getNamedNativeQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getNamedNativeQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getNamedPLSQLStoredFunctionQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getNamedPLSQLStoredFunctionQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getNamedPLSQLStoredProcedureQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getNamedPLSQLStoredProcedureQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getNamedQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getNamedQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getNamedQuery(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEntity
Returns the external form of the given named query;
getNamedStoredFunctionQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getNamedStoredFunctionQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getNamedStoredProcedureQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getNamedStoredProcedureQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getNameField() - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.TableSequenceConfig
 
getNameFieldName() - Method in class org.eclipse.persistence.sequencing.TableSequence
 
getNameForComparisons() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
INTERNAL: gets the string used for comparisons and in determining the hashcode.
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.
getNameOfSuperclassImplementingCloneMethod() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
Return the name of the most direct superclass that has a direct implementation of a clone method.
getNameOrOwnerName() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
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.internal.oxm.schema.model.AnyAttribute
 
getNamespace() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Import
 
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
 
getNamespaceInfoForNamespace(String, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
getNamespacePrefixMapper() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
NamespacePrefixMapper that can be used during marshal (instead of those set in the project meta data)
getNamespacePrefixMapper() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
By default the JSON-binding will ignore namespace qualification.
getNamespacePrefixMapper() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
NamespacePrefixMapper that can be used during marshal (instead of those set in the project meta data)
getNamespaceResolver() - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Return the XML namespace resolver.
getNamespaceResolver() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Return the NamespaceResolver associated with this descriptor
getNamespaceResolver() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Get the NamespaceResolver associated with this XMLField
getNamespaceResolver() - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
getNamespaceResolver() - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
getNamespaceResolver() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getNamespaceResolver() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Name of the NamespaceResolver to be used during unmarshal Ignored unmarshalling XML.
getNamespaceResolver() - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
getNamespaceResolver() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Name of the NamespaceResolver to be used during unmarshal Ignored unmarshalling XML.
getNamespaceResolver() - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
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(NamespaceResolver, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
Provides a NamespaceResolver resolver for Descriptor.
getNamespaces() - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
INTERNAL: Returns a Vector of of Namespace objects in the current Namespace Resolver Used for deployment XML
getNamespaceSeparator() - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
getNamespaceSeparator() - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader
 
getNamespaceSeparator() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getNamespaceSeparator() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
INTERNAL: The character used to separate the prefix and uri portions when namespaces are present
getNamespaceSeparator() - Method in interface org.eclipse.persistence.internal.oxm.record.XMLRecord
 
getNamespaceSeparator() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Get the namespace separator used during unmarshal operations.
getNamespaceSeparator() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Get the namespace separator used during marshal operations.
getNamespaceSeparator() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Get the namespace separator used during unmarshal operations.
getNamespaceSeparator() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
This character (default is '.') separates the prefix from the key name.
getNamespaceSeparator() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
INTERNAL: The character used to separate the prefix and uri portions when namespaces are present
getNamespaceSeparator() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL: The character used to separate the prefix and uri portions when namespaces are present
getNamespaceSeparator() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getNamespaceSeparator() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL: The character used to separate the prefix and uri portions when namespaces are present
getNamespaceURI() - Method in class org.eclipse.persistence.internal.oxm.Namespace
 
getNamespaceURI(String) - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.StackUnmarshalNamespaceResolver
 
getNamespaceURI(String) - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceContext
 
getNamespaceURI(String) - Method in interface org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceResolver
Return the namespace URI for the specified prefix at the current scope.
getNamespaceURI() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getNamespaceURI() - Method in class org.eclipse.persistence.internal.oxm.Root
Gets the namespace uri.
getNamespaceURI() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
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(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.
getNativeSequencing() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getNativeSequencing() - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
getNativeSQL() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
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.
getNestedAttributeName() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Returns nested attribute name or null
getNestedConverter() - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
 
getNestedConverter() - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
 
getNestedConverter() - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
Get the nested converter to that is used in conjunction with the adapter.
getNestedJoinedMappingQuery(Expression) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
INTERNAL: Returns the nested query corresponding to the expression.
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
getNestedTable() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLTableMetadata
Indicates if the instance represents a Nested Table (as opposed to Varray).
getNestedType() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleArrayTypeMetadata
INTERNAL: Used for OX mapping.
getNestedType() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLTableMetadata
INTERNAL: Used for OX mapping.
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.
getNewAggregates() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: The map stores any new aggregates that have been cloned.
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.
getNewKey() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
This method returns the key value that this object will be stored under in it's Respective hashmap.
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.
getNewObjectChangeSets() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: This method will return a reference to the new object change set collections.
getNewObjectsCache() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
Returns a new object cache
getNewObjectsCloneToMergeOriginal() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: The stores a map from new object clones to the original object used from merge.
getNewObjectsCloneToOriginal() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: The new objects stores any objects newly created during the unit of work.
getNewObjectsInParentOriginalToClone() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: The returns the list that will hold the new objects from the Parent UnitOfWork
getNewObjectsOriginalToClone() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: The new objects stores any objects newly created during the unit of work.
getNewSize() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
 
getNewTempClassLoader() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
Return a ClassLoader that the provider may use to temporarily load any classes, resources, or open URLs.
getNewTempClassLoader() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
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.internal.sessions.DirectToFieldChangeRecord
ADVANCED: Returns the new value assigned during the change.
getNewValue() - Method in class org.eclipse.persistence.internal.sessions.ObjectReferenceChangeRecord
ADVANCED: Returns the new reference for this object
getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Returns the Expression representing the new value, which is the new value of the property.
getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
Returns the new value that should replace the old value.
getNewValue() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeEvent
Returns the new value of the property that changed.
getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
Returns the new value of the property that changed.
getNewValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Returns the StateObject representing the new value.
getNewValue() - Method in interface org.eclipse.persistence.jpa.jpql.tools.TextEdit
Returns the new value that should replace the old value.
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
getNext() - Method in class org.eclipse.persistence.internal.identitymaps.LinkedCacheKey
 
getNext() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
getNextFieldCounterValue() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Return the next value of fieldCounter
getNextFragment() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
getNextMappedSuperClass(JavaClass, Map<String, TypeInfo>, Helper) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
getNextNode() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getNextQueryId() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Called by a sessions queries to obtain individual query ids.
getNextSequenceNumberValue(Class) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Return the sequnce number from the database
getNextSequenceNumberValue(Class) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Return the sequence number from the database.
getNextTime() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
 
getNextValue(Class) - Method in interface org.eclipse.persistence.internal.sequencing.Sequencing
INTERNAL: Return the newly-generated sequencing value.
getNextValue(AbstractSession, Class) - Method in interface org.eclipse.persistence.internal.sequencing.SequencingServer
 
GetNextValue(Class) - Constructor for class org.eclipse.persistence.internal.sessions.remote.SequencingFunctionCall.GetNextValue
 
getNoAccessTypePropertiesForClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getNode() - Method in class org.eclipse.persistence.internal.oxm.record.DOMInputSource
 
getNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
getNodeClass() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL:
getNodeFactory() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Returns the factory used by the parser to create a parse tree and parse tree nodes.
getNodeFactory() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
 
getNodeForAlias(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
 
getNodeForClass(String, Hashtable) - Static method in class org.eclipse.persistence.internal.codegen.InheritanceHierarchyBuilder
INTERNAL: Based on a class name either return a pre-existing node from the hierarchyTree or build one and add it to the tree.
getNodeForObject(Object) - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.NoDocumentPreservationPolicy
 
getNodeForObject(Object) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
getNodeOrderingPolicy() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DocumentPreservationPolicyConfig
 
getNodeOrderingPolicy() - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
getNodes() - Method in class org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
 
getNodes() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
 
getNodeToReplace(Node) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
getNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getNoNamespaceSchemaLocation() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getNoNamespaceSchemaLocation() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getNoNamespaceSchemaLocation() - Method in class org.eclipse.persistence.internal.oxm.Root
Gets the no namespace schema location which will be set on the XMLRoot during unmarshal.
getNoNamespaceSchemaLocation() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Get the no namespace schema location set on this XMLMarshaller
getNoNamespaceSchemaLocation() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
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.
getNonAttributeChild(int, XPathNode) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalContext
 
getNonAttributeChild(int, XPathNode) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectMarshalContext
 
getNonAttributeChild(int, XPathNode) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedMarshalContext
 
getNonAttributeChildren() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getNonAttributeChildrenMap() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getNonAttributeChildrenSize(XPathNode) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalContext
 
getNonAttributeChildrenSize(XPathNode) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectMarshalContext
 
getNonAttributeChildrenSize(XPathNode) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedMarshalContext
 
getNonAttributeXPathNode(String, String, String, Attributes) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getNonAttributeXPathNode(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
INTERNAL:
getNonAttributeXPathNode(String, String, String, Attributes) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getNonCacheable() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: Used for OX mapping.
getNonCacheable() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
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:
getNonJtaDataSource() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getNonJtaDataSource() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
getNonNullNamespaceResolver() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
 
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.
getNonSelectFields() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Return the fields we don't want to select but want to join on.
getNonTransientPropertiesInPropOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return all non-transient properties that exist in the propOrder array.
getNoSql() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getNoWaitString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
This syntax does no wait on the lock.
getNullable() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DirectColumnMetadata
INTERNAL: Used for OX mapping.
getNullable() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.JoinColumnMetadata
INTERNAL: Used for OX mapping.
getNullableArguments() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the list of arguments to check for null.
getNullCapableValue() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getNullCapableValues() - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
getNullCapableValues() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getNullCapableValues() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getNullCapableValues() - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
getNullCapableValues() - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
getNullCapableValues() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getNullOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Returns the enum constant representing the null ordering type.
getNullPolicy() - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
 
getNullPolicy() - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
 
getNullPolicy() - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
 
getNullPolicy() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
 
getNullPolicy() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
 
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.
The default policy is NullPolicy.
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.
The default policy is NullPolicy.
getNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
INTERNAL: Get the AbstractNullPolicy from the Mapping.
The default policy is NullPolicy.
getNullPolicy() - Method in interface org.eclipse.persistence.oxm.mappings.XMLNillableMapping
Get the AbstractNullPolicy from the Mapping.
The default policy is NullPolicy.
getNullRepresentationForXml() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
Gets the value of the nullRepresentationForXml property.
getNullValue() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
 
getNullValue() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
 
getNullValue() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
PUBLIC: Allow for the value used for null to be specified.
getNullValue() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
PUBLIC: Allow for the value used for null to be specified.
getNumberOfActiveUnitsOfWork() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the number of units of work connected.
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.
getNumberOfProperties() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getNumberOfReaders() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Number of writer that want the lock.
getNumberOfWritersWaiting() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Number of writers that want the lock.
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(ResultSet, DatabaseField, ResultSetMetaData, int, DatabasePlatform, boolean, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Return an object retrieved from resultSet with the getObject() method.
getObject() - Method in class org.eclipse.persistence.internal.helper.IndexedObject
 
getObject() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
getObject() - Method in class org.eclipse.persistence.internal.identitymaps.WeakCacheKey
 
getObject(Class, Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Returns the Object from the cache map with the id and Class type.
getObject() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
getObject() - Method in class org.eclipse.persistence.internal.oxm.Root
Gets the object.
getObject() - Method in class org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor
Return the domain object
getObject() - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
Returns the read object(s) from the server side.
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 class org.eclipse.persistence.oxm.JSONWithPadding
The Object that will be marshalled
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.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.core.descriptors.CoreDescriptor
INTERNAL: Return the object builder
getObjectBuilder() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the object builder
getObjectBuilder() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL: Return the object builder
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
getObjectChanges() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Returns the ObjectChanges held by this ChangeSet.
getObjectChangeSet() - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
INTERNAL: Return the object change set associated with this listener
getObjectChangeSet() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
PUBLIC: Return the ObjectChangeSet representing the object being changed
getObjectChangeSetForClone(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
ADVANCED: Get ChangeSet for a particular clone
getObjectChangeSetForClone(Object) - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
ADVANCED: Get ChangeSet for a particular clone
getObjectClass(Class) - Static method in class org.eclipse.persistence.internal.helper.ConversionManager
INTERNAL: This is used to determine the wrapper class for a primitive.
getObjectClass(Class) - Static method in class org.eclipse.persistence.internal.helper.Helper
Returns the object class.
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, DistributedSession, 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, DistributedSession, 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, DistributedSession, 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, DistributedSession, 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.
getObjectDescriptors() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
getObjectDescriptors() - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
Returns a hashtable of object descriptors.
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.internal.oxm.documentpreservation.NoDocumentPreservationPolicy
 
getObjectForNode(Node, Mapping) - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.NoDocumentPreservationPolicy
 
getObjectForNode(Node) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
getObjectForNode(Node, Mapping) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
getObjectFromNewObjects(Class, Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return any new object matching the expression.
getObjectFromNewObjects(Expression, Class, AbstractRecord, int) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return any new object matching the expression.
getObjectFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Get the object from the JDBC Result set.
getObjectFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.Informix11Platform
Overrides DatabasePlatform.getObjectFromResultSet(ResultSet, int, int, AbstractSession) so that if the supplied jdbcType is equal to Types.LONGVARCHAR, then the ResultSet.getString(int) method (instead of the ResultSet.getObject(int) method) is used to fetch the "raw" value of the column indicated by the supplied columnNumber from the supplied ResultSet.
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.
getObjectFromRow(AbstractRecord, AbstractSession, ObjectLevelReadQuery) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
Deserialize the object from the value corresponding to the policy field, nullify that value, set the object into the row using setSopObject, also return it.
getObjectFromRow(AbstractRecord, AbstractSession, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.internal.descriptors.SerializedObjectPolicyWrapper
 
getObjectGraphs() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
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
getObjectsAlreadyMerged() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
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.
getObjectsDeletedDuringCommit() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Returns all the objects which are deleted during root commit of unit of work.
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
 
getObjectsToDelete() - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Deletion are cached until the end.
getObjectToMerge(Object, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
getObjectType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the Object type representation.
getObjectType(MappingAccessor, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL:
getObjectType() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL:
getObjectType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the type representation of class Object.
getObjectTypeConverters() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getObjectTypeConverters() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getObjectTypeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL: Used for OX mapping.
getObjectValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConversionValueMetadata
INTERNAL: Used for OX mapping.
getObjectValue(Object, SESSION) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
 
getObjectValue(Object, SESSION) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
 
getObjectValue(Object, SESSION) - Method in interface org.eclipse.persistence.internal.oxm.mappings.FragmentMapping
 
getObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
INTERNAL: Allows for subclasses to convert the the attribute or property value.
getObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Allows for subclasses to convert the attribute value.
getObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL:
getObjectValue(Object, Session) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
INTERNAL: Get the attribute value for the given field value.
getObjectValueFromDataHandler(DataHandler, Class) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryAttachmentHandler
 
getObjectValueWithoutClassCheck(Object, Session) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Same as getObjectValue method, but without checking fieldValue's class.
getObjID() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoveServerSideRemoteValueHolderCommand
INTERNAL: Use this method to get the the remote ValueHolder ID
getOffset() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Returns the position of this Expression within its parent hierarchy.
getOffset() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Returns the position of this Expression within its parent hierarchy.
getOffset() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
Returns the location of the old value within the text.
getOffset() - Method in interface org.eclipse.persistence.jpa.jpql.tools.TextEdit
Returns the location of the old value within the text.
getOffset() - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
Gets the offset.
getOffset() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Gets the offset.
getOffset() - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
 
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 class org.eclipse.persistence.internal.sessions.ObjectChangeSet
This method returns the key value that this object was stored under in it's Respective hashmap.
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).
getOldSize() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
 
getOldValue() - Method in class org.eclipse.persistence.internal.sessions.AggregateChangeRecord
ADVANCED: If the owning UnitOfWork has shouldChangeRecordKeepOldValue set to true, then return the old value of the attribute represented by this ChangeRecord.
getOldValue() - Method in class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
ADVANCED: If the owning UnitOfWork has shouldChangeRecordKeepOldValue set to true, then return the old value of the attribute represented by this ChangeRecord.
getOldValue(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
 
getOldValue() - Method in class org.eclipse.persistence.internal.sessions.DirectToFieldChangeRecord
ADVANCED: Return the old value of the attribute represented by this ChangeRecord.
getOldValue() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
getOldValue(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
getOldValue() - Method in class org.eclipse.persistence.internal.sessions.ObjectReferenceChangeRecord
Return the old value of the object reference.
getOldValue() - Method in class org.eclipse.persistence.internal.sessions.TransformationMappingChangeRecord
ADVANCED: Return the old value of the attribute represented by this ChangeRecord.
getOldValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
Returns the value that was found within the text that should be replaced by the new value.
getOldValue() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeEvent
Returns the old value of the property that changed.
getOldValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
Returns the old value of the property that changed.
getOldValue() - Method in interface org.eclipse.persistence.jpa.jpql.tools.TextEdit
Returns the value that was found within the text that should be replaced by the new value.
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.AggregateChangeRecord
ADVANCED: If the owning UnitOfWork has shouldChangeRecordKeepOldValue set to true, then return the old value of the attribute represented by this ChangeRecord.
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.
getOldValue() - Method in interface org.eclipse.persistence.sessions.changesets.DirectToFieldChangeRecord
ADVANCED: Return the old value of the attribute represented by this ChangeRecord.
getOldValue() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectReferenceChangeRecord
Return the old value of the object reference.
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.
getOn() - Method in class org.eclipse.persistence.internal.jpa.querydef.JoinImpl
 
getOnClause() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
getOnClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Returns the Expression that represents the ON clause if present.
getOnConnectionError() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.TransportManagerConfig
 
getOneToManys() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getOneToOnes() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
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:
getOperation() - Method in class org.eclipse.persistence.internal.jpa.querydef.FunctionExpressionImpl
 
getOperation(String) - Method in class org.eclipse.persistence.internal.xr.XRServiceModel
 
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.internal.xr.XRServiceModel
 
getOperationsList() - Method in class org.eclipse.persistence.internal.xr.XRServiceModel
 
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.Profile
 
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 id.
getOperator(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Return the operator for the operator constant defined in ExpressionOperator.
getOperator() - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
 
getOperator() - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
 
getOperator() - Method in class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl
Return the boolean operator for the predicate.
getOperator() - Method in class org.eclipse.persistence.internal.jpa.querydef.PredicateImpl
 
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
 
getOptimisticLocking() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getOptimisticLockingPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns the OptimisticLockingPolicy.
getOptimisticReadLockObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return optimistic read lock objects
getOptimizeDataConversion() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getOptimizedClonedExpressions() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: It is used by subqueries to avoid duplicate joins.
getOption(String, String, Map<String, String>) - Static method in class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProperties
INTERNAL:
getOptional() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Used for OX mapping.
getOptional() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: Used for OX mapping.
getOptional() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
getOptional() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
getOptionalArguments() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
INTERNAL: Return the list of optional arguments.
getOptionName() - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
 
getOracleArrayTypes() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
Returns the list of OracleArrayType instances.
getOracleArrayTypes() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getOracleObjectTypes() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
Returns the list of OracleObjectType instances.
getOracleObjectTypes() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getOrBuildSessionName(Map, PersistenceUnitInfo, String) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
getOrDefault(Object, V) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
getOrderBy() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
getOrderBy() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getOrderByAttributeNames() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: This will return the attribute names for all the direct to field mappings on this descriptor metadata.
getOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Returns the Expression representing the ORDER BY clause.
getOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Returns the state object representing the ORDER BY clause.
getOrderByExpressions() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Return the order expressions for the query.
getOrderByExpressions() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Get the list of orderBy expressions.
getOrderByExpressions() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Return the order by expression.
getOrderByExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the order expressions for the query.
getOrderByExpressions_() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Get the list of orderBy expressions.
getOrderByItem() - Method in class org.eclipse.persistence.internal.jpa.parsing.OrderByItemNode
 
getOrderByItems() - Method in class org.eclipse.persistence.internal.jpa.parsing.OrderByNode
INTERNAL Return the order by statements
getOrderByItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
Returns the Expression representing the list of items to order.
getOrderByNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Return the OrderByNode
getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Aggregate order by all their fields by default.
getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return the list of fields that should be used if this mapping is used in an order by.
getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Relationships order by their target primary key fields by default.
getOrderByNormalizedExpressions(Expression) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Order by foreign key fields if a foreign key mapping (avoids joins).
getOrderByQueryKeyExpressions() - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Return the ordering query keys.
getOrderColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
getOrderCorrectionType() - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
 
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").
getOrderedAddObjectIndex(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This method returns the index of an object added to the collection.
getOrderedAddObjectIndices() - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This method returns the collection of ChangeSets that they were added to the collection.
getOrderedAddObjects() - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This method returns the collection of ChangeSets in the order they were added to the collection.
getOrderedAttributes() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
getOrderedAttributes() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
getOrderedChangeObjectList() - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This method returns the Vector of OrderedChangeObjects.
getOrderedClasses() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
Return the constraint ordered classes.
getOrderedDescriptors() - Method in class org.eclipse.persistence.core.sessions.CoreProject
INTERNAL: Return the descriptors in the order added.
getOrderedDescriptors() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
Return the constraint ordered descriptors.
getOrderedDescriptors() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return the descriptors in the order added.
getOrderedElements() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
getOrderedElements() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
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
 
getOrderedRemoveObject(Integer) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This method returns the index of an object removed from the collection.
getOrderedRemoveObjectIndices() - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This method returns the ordered list of indices to remove from the collection.
getOrderedRemoveObjects() - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This method returns the collection of ChangeSets of objects removed from the collection.
getOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Returns the enum constant representing the ordering type.
getOrdering() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Returns the enum constant representing the ordering type.
getOrderList() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Return the ordering expressions in order of precedence.
getOrderSiblingsByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Returns the Expression representing the ORDER SIBLINGS BY clause.
getOrderSiblingsByExpressions() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Return the ORDER SIBLINGS BY expression
getOrderSiblingsByExpressions() - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC:
getOrGeneratePrefixForNamespace(String, Schema) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Attempt to resolve the given URI to a prefix.
getOriginalCollection() - Method in class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
Used for change tracking when user sets entire collection.
getOriginalElements() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getOriginalFieldsForJoin() - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
getOriginalGetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getOriginalIndirectionObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return the original indirection object for a unit of work indirection object.
getOriginalIndirectionObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Return the original indirection object for a unit of work indirection object.
getOriginalIndirectionObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return the original indirection object for a unit of work indirection object.
getOriginalIndirectionObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return the original indirection object for a unit of work indirection object.
getOriginalIndirectionObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Return the original indirection object for a unit of work indirection object.
getOriginalIndirectionObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return the original indirection object for a unit of work indirection object.
getOriginalIndirectionObjectForMerge(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return the original indirection object for a unit of work indirection object.
getOriginalIndirectionObjectForMerge(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Return the original indirection object for a unit of work indirection object.
getOriginalIndirectionObjectForMerge(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return the original indirection object for a unit of work indirection object.
getOriginalIndirectionObjectForMerge(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return the original indirection object for a unit of work indirection object.
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.
getOriginalValueHolder(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return the original valueHolder object.
getOriginalValueHolder(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return the original valueHolder object.
getOriginalValueHolder(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return the original valueHolder object.
getOriginalValueHolder(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return the original valueHolder object.
getOriginalValueStores() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return the map of original ValueStores keyed on
getOriginalVersionOfNewObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the original version of the new object (working clone).
getOriginalVersionOfObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Return the original version of the object(clone) from the parent's identity map.
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.
getOriginalVersionOfObjectOrNull(Object, ObjectChangeSet, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the original version of the object(clone) from the parent's identity map.
getOriginalVersionOfObjectOrNull(Object, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the original version of the object(clone) from the parent's identity map.
getOrm1_0Project() - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
getOrm1_0Schema() - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
getOrm2_0Project() - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
getOrm2_0Schema() - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
getOrm2_1Project() - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
getOrm2_1Schema() - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
getOrmAccessor() - Method in class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
getOrphanRemoval() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
getORSession() - Method in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
getOutArguments() - Method in class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler
 
getOuterContext() - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
 
getOuterJoinExpIndex() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
getOuterJoinExpressionsHolders() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: returns outerJoinExpressionHolders representing outerjoin expressions.
getOuterScopeVariables() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Returns the set of outer scope variables.
getOutput() - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
 
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.
getOutputCursors() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Return the output cursors for this stored procedure call.
getOutputField() - Method in class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
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.
getOutputParameterValue(int) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Used to retrieve the values passed back from the procedure through INOUT and OUT parameters.
getOutputParameterValue(String) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Used to retrieve the values passed back from the procedure through INOUT and OUT parameters.
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.internal.databaseaccess.DatabasePlatform
This method is used to print the output parameter token when stored procedures are called
getOutputProcedureToken() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
This method is used to print the output parameter token when stored procedures are called
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.
getOutputRowFields() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL Returns the fields to be used in output row.
getOutputStream() - Method in class org.eclipse.persistence.internal.jpa.weaving.AbstractStaticWeaveOutputHandler
Get the ouput stream instance.
getOutputStream() - Method in class org.eclipse.persistence.internal.oxm.ByteArrayDataSource
 
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.
getOverriddenLogStringForProperty(String) - Static method in class org.eclipse.persistence.config.PersistenceUnitProperties
INTERNAL: Return the overridden log string.
getOverrideField() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AttributeOverrideMetadata
INTERNAL: Return the database field for this override.
getOwnedSubTables() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
INTERNAL: much like getOwnedTables(), this gets the tables represented from the descriptor.
getOwnedTables() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return the tables that this node owns for purposes of table aliasing.
getOwnedTables() - Method in class org.eclipse.persistence.internal.expressions.ManualQueryKeyExpression
INTERNAL: If we ever get in the circumstance of a manual query key to an aggregate, then we can assume that the owner of that aggregate isn't participating (and even if it is, we can't know which node it is, so *DO* use the aggregate's parents tables
getOwnedTables() - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
Exclude any tables defined by base.
getOwnedTables() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
Return any tables that are defined by this expression (and not its base).
getOwnedTables() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL:
getOwnedTables() - Method in class org.eclipse.persistence.internal.expressions.TableExpression
INTERNAL:
getOwnedTables() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
This owns (can access) the child's extra tables as well as its parent's tables so we should pull these from super (which gets them from the current descriptor)
getOwner() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
INTERNAL: Get the EntityManagerFactoryImpl that created this
getOwner() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
getOwner() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Content
 
getOwner() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
getOwner() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getOwner() - Method in class org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
 
getOwner() - Method in class org.eclipse.persistence.internal.sessions.ChangeRecord
 
getOwner() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
getOwner() - Method in interface org.eclipse.persistence.sessions.changesets.ChangeRecord
ADVANCED: This method returns the ObjectChangeSet that references this ChangeRecord
getOwnerName() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Content
 
getOwnerName() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
getOwnerName() - Method in interface org.eclipse.persistence.internal.oxm.schema.model.Restrictable
 
getOwnerName() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getOwnerName() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
getOwnerName() - Method in class org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
 
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
 
getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
Returns the JavaClass which contains this constructor.
getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Returns the JavaClass which contains this field.
getOwningClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Returns the JavaClass which contains this method.
getOwningDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: In most cases the owning descriptor is the descriptor associated with this class accessor.
getOwningDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
INTERNAL: So, here's the deal ...
getOwningDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the owning descriptor of this accessor.
getOwningDescriptors() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: In most cases the owning descriptors is the single descriptor associated with this class accessor.
getOwningDescriptors() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the owning descriptors of this accessor.
getOwningEntity() - Method in class org.eclipse.persistence.internal.weaving.RelationshipInfo
 
getOwningEntityAlias() - Method in class org.eclipse.persistence.internal.weaving.RelationshipInfo
 
getOwningMap() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
getOwningMap() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
getOwningObject() - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
getOwningObject() - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
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
 
getOwningSession() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
getOwningType() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
 
getOwningType() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
 
getOxmAccessor() - Method in class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
getOxmConversionManager() - Method in class org.eclipse.persistence.oxm.XMLContext
Returns conversion manager from session datasource platform.
getOXSession() - Method in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
getPackage() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getPackage() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Returns the JavaPackage that this JavaClass belongs to.
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
 
getPackage() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Returns the JavaPackage that this JavaClass belongs to.
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.
getPackageLevelXmlAccessorFactory() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getPackageName() - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
 
getPackageName(Class) - Static method in class org.eclipse.persistence.internal.helper.Helper
return a package name for the specified class.
getPackageName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getPackageName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Returns the package name of this JavaClass.
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.javamodel.xjc.XJCJavaClassImpl
Returns the package name of this JavaClass.
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.
getPackageNameFromURI(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL: Get default package name from a namespace URI.
This function follows the JSR-222 JAXB 2.0 algorithm from https://jaxb.dev.java.net/spec-download.html.
getPackageQualifiedClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: This convenience method will attempt to fully qualify a class name if required.
getPackageToPackageInfoMappings() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getPacketTimeToLive() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.discovery.DiscoveryConfig
 
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.
getPageableQuery(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Gets REST pageable query details by query name.
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.
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(String, Class<T>) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
 
getParameter(int, Class<T>) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
 
getParameter(String) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
 
getParameter(int) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
 
getParameter(String) - Method in class org.eclipse.persistence.internal.xr.Invocation
PUBLIC: Get the runtime argument value with the given name
getParameter() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
Returns the positional parameter or the named parameter, which includes the identifier.
getParameterCount() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Returns the number of parameters a FunctionExpression can have, which will be during validation.
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.
getParameterId(Parameter) - Static method in class org.eclipse.persistence.internal.jpa.QueryImpl
Return the identifier of this parameter.
getParameterizedTypeArguments(Class, Class) - Static method in class org.eclipse.persistence.internal.jaxb.GenericsClassHelper
Get the parameterized type arguments for a declaring class that declares a generic class or interface type.
getParameterName() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParameterNode
INTERNAL Return the parameter name
getParameterName() - Method in class org.eclipse.persistence.internal.xr.ProcedureArgument
 
getParameterName() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
Returns the positional parameter or the named parameter without the identifier.
getParameterNames() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Return the parameter names.
getParameterQueryBNFId(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Returns the unique identifier of the JPQLQueryBNF to be used to parse one of the encapsulated expression at the given position.
getParameterQueryBNFId(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
Returns the unique identifier of the JPQLQueryBNF to be used to parse one of the encapsulated expression at the given position.
getParameterQueryBNFId(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
Returns the unique identifier of the JPQLQueryBNF to be used to parse one of the encapsulated expression at the given position.
getParameters() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
The parameters are the values in order of occurrence in the SQL statement.
getParameters() - Method in class org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism
 
getParameters() - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
The parameters are the values in order of occurance in the SQL statement.
getParameters() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
getParameters() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
getParameters() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
getParameters() - Method in class org.eclipse.persistence.internal.jpa.parsing.FuncNode
 
getParameters() - Method in class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
Return the parameters of the query
getParameters() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
getParameters() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
 
getParameters() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.SessionBeanCall
 
getParameters() - Method in class org.eclipse.persistence.internal.xr.Invocation
INTERNAL: Get the runtime argument values
getParameters() - Method in class org.eclipse.persistence.internal.xr.Operation
 
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.internal.jpa.parsing.ParseTreeContext
INTERNAL Return the type of the specified parameter.
getParameterType() - Method in class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl
Return the Java type of the parameter.
getParameterType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Retrieves, if it can be determined, the type of the given input parameter with the given name.
getParameterType(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves, if it can be determined, the type of the given InputParameter.
getParameterTypes() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
The parameter types determine if the parameter is a modify, translation or literal type.
getParameterTypes() - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
The parameter types determine if the parameter is a modify, translation or litteral type.
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 class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
Returns the array of parameters for this JavaConstructor.
getParameterTypes() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Returns the array of parameters for this JavaMethod.
getParameterTypes() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IConstructor
Returns the list of ITypeDeclaration representing the parameter types.
getParameterValue(Parameter<T>) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
 
getParameterValue(String) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Return the value bound to the named parameter.
getParameterValue(int) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Return the value bound to the positional parameter.
getParams() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
getParent() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
getParent() - Method in class org.eclipse.persistence.internal.codegen.HierarchyNode
 
getParent() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
INTERNAL: Returns the parent Session.
getParent() - Method in class org.eclipse.persistence.internal.jpa.querydef.JoinImpl
Return the parent of the join.
getParent() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Return the query of which this is a subquery.
getParent() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getParent() - Method in class org.eclipse.persistence.internal.queries.AttributeItem
 
getParent() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Gets the parent session.
getParent() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Return the parent.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Returns the parent of this Expression.
getParent() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Returns the parent of this Expression.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
Returns the parent context if the current context is not the root context.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkJPQLQueryContext
Returns the parent context if the current context is not the root context.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the parent context if the current context is not the root context.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Returns the parent of this StateObject.
getParent() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Returns the parent of this StateObject.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Returns the parent of this Resolver.
getParent() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the parent of this Resolver.
getParent() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
Returns the parent managed type owning this mapping.
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.core.descriptors.CoreInheritancePolicy
PUBLIC: Return the parent class.
getParentClass() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Return the parent class.
getParentClass() - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
 
getParentClass() - Method in interface org.eclipse.persistence.dynamic.EclipseLinkClassWriter
 
getParentClass() - Method in class org.eclipse.persistence.internal.jpa.weaving.CollectionProxyClassWriter
 
getParentClass() - Method in class org.eclipse.persistence.internal.jpa.weaving.RestAdapterClassWriter
 
getParentClass() - Method in class org.eclipse.persistence.internal.jpa.weaving.RestCollectionAdapterClassWriter
 
getParentClass() - Method in class org.eclipse.persistence.internal.jpa.weaving.RestReferenceAdapterV2ClassWriter
 
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 interface org.eclipse.persistence.dynamic.EclipseLinkClassWriter
 
getParentClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getParentClassName() - Method in class org.eclipse.persistence.internal.jpa.weaving.CollectionProxyClassWriter
 
getParentClassName() - Method in class org.eclipse.persistence.internal.jpa.weaving.RestAdapterClassWriter
 
getParentClassName() - Method in class org.eclipse.persistence.internal.jpa.weaving.RestCollectionAdapterClassWriter
 
getParentClassName() - Method in class org.eclipse.persistence.internal.jpa.weaving.RestReferenceAdapterV2ClassWriter
 
getParentClassName() - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
getParentDescriptor() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: Return the parent descriptor.
getParentDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return the parent descriptor.
getParentDescriptorQueryManager() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Get the parent DescriptorQueryManager.
getParentDescriptors() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Return all the parent descriptors.
getParentIdentityMapSession(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Gets the next link in the chain of sessions followed by a query's check early return, the chain of sessions with identity maps all the way up to the root session.
getParentIdentityMapSession(DatabaseQuery, boolean, boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Gets the next link in the chain of sessions followed by a query's check early return, the chain of sessions with identity maps all the way up to the root session.
getParentIdentityMapSession(ClassDescriptor, boolean, boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Returns the appropriate IdentityMap session for this descriptor.
getParentIdentityMapSession(ClassDescriptor, boolean, boolean) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSession
INTERNAL: Returns the appropriate IdentityMap session for this descriptor.
getParentIdentityMapSession(ClassDescriptor, boolean, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Returns the appropriate IdentityMap session for this descriptor.
getParentIdentityMapSession(ClassDescriptor, boolean, boolean) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Returns the appropriate IdentityMap session for this descriptor.
getParentInterfaceNames() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
 
getParentInterfaces() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Return the list of parent interfaces.
getParentLogger() - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
getParentManagedType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the managed type of the parent resolver.
getParentMapping() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the IMapping of the parent resolver.
getParentObjectForField(DatabaseField, Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return the base value that is mapped to for given field.
getParentPath() - Method in class org.eclipse.persistence.internal.jpa.querydef.PathImpl
Return the parent "node" in the path.
getParentRecord() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getParentRecord() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getParentRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
INTERNAL
getParentResultIndex() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
 
getParentSessionController() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
INTERNAL: Method returns the parent RemoteSessionController for this Remote UnitOfWork Used to retrieve Valueholders that were used on the client
getParentStatement() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Return the parent statement if using subselects.
getParentType() - Method in interface org.eclipse.persistence.dynamic.DynamicType
 
getParentType() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getParentType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the type of the parent resolver.
getParentTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the type declaration of the parent resolver.
getParsedJPQLQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Returns the string representation of the parsed tree.
getParser() - Method in class org.eclipse.persistence.oxm.json.JsonParserSource
 
getParseTree() - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
getParseTree() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Returns the parse tree created by a successful run of the parse method.
getParseTree() - Method in class org.eclipse.persistence.internal.jpa.parsing.QueryNode
 
getParseTree() - Method in class org.eclipse.persistence.internal.jpa.parsing.SubqueryNode
 
getParseTreeContext() - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
getPartialAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the partial attributes to select.
getPartialAttributeSelectionFields(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the fields required in the select clause, for patial attribute reading.
getPartitionColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
INTERNAL: Used for OX mapping.
getPartitioned() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getPartitionField() - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
PUBLIC: Return the database column or query parameter to partition queries by.
getPartitionFieldName() - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
PUBLIC: Return the database column or query parameter to partition queries by.
getPartitionID() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: Get Partition ID.
getPartitionID() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
 
getPartitionID() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_12_Platform
 
getPartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getPartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getPartitioningCallback() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return callback.
getPartitioningCallback() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return callback.
getPartitioningClasName() - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
 
getPartitioningPolicies() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return the map of partitioning policies, keyed by name.
getPartitioningPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the descriptor's partitioning policy.
getPartitioningPolicy(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return the named partitioning policy.
getPartitioningPolicy() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the session's partitioning policy.
getPartitioningPolicy() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Return the mapping's partitioning policy.
getPartitioningPolicy() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return the query's partitioning policy.
getPartitioningPolicy(String) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return the partitioning policies for the name.
getPartitioningPolicy() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the session's partitioning policy.
getPartitioningPolicyName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the name of the descriptor's partitioning policy.
getPartitioningPolicyName() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Return the name of the mapping's partitioning policy.
getPartitionName() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_12_Platform
 
getPartitions() - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
PUBLIC: Return the range partitions.
getPartitions() - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
PUBLIC: Return the value partitions.
getPartitions() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitioningMetadata
INTERNAL: Used for OX mapping.
getPartitions() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitioningMetadata
INTERNAL: Used for OX mapping.
getPartitionValueType() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
INTERNAL:
getPartitionValueTypeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
INTERNAL: Used for OX mapping.
getPassword() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
This method will return the decrypted password.
getPassword() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
This method will return the decrypted password.
getPassword() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
PUBLIC: Return the password used as the value to the SECURITY_CREDENTIALS key in the cached context properties.
getPassword() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
Return the password.
getPassword() - Method in interface org.eclipse.persistence.sessions.Login
PUBLIC: All logins must take a user name and password.
getPasswordFromProperties(Properties) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
INTERNAL: Retrieve the password property from the supplied Properties object
getPath() - Method in class org.eclipse.persistence.internal.jpa.parsing.CollectionMemberDeclNode
 
getPath() - Method in class org.eclipse.persistence.internal.jpa.parsing.FetchJoinNode
 
getPath() - Method in class org.eclipse.persistence.internal.jpa.parsing.IdentificationVariableDeclNode
 
getPath() - Method in class org.eclipse.persistence.internal.jpa.parsing.JoinDeclNode
 
getPath(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Returns the specified segment of the state field path.
getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns the string representation of the path expression.
getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Returns the string representation of the path expression, which is either a singled-valued object field or a collection-valued path expression.
getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Returns the string representation of the path expression.
getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Returns the string representation of the path expression.
getPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
Returns the single path represented by this Resolver.
getPathFromAncestor(SDODataObject, SDODataObject, SDOChangeSummary) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
INTERNAL: Get path for non-deleted DataObjects
ChangeSummary is not required and is set to null.
Assumptions:
target node is an ancestor of the source (this)
getPattern() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getPatterns() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getPatterns() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getPatterns() - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternListFacet
 
getPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Returns the Expression that represents the pattern value.
getPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Returns the Expression that represents the pattern value.
getPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
getPearProjects(MetadataProject) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Returns projects owned by compositeProcessor minus the passed project.
getPersistenceContextFactory(Map<String, Object>) - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactoryProvider
 
getPersistenceContextNames() - Method in interface org.eclipse.persistence.jpa.rs.PersistenceContextFactory
 
getPersistenceContextNames() - Method in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
Returns names of all currently cached persistence contexts.
getPersistenceFactory() - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
Gets the persistence factory.
getPersistenceFactory(ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
Gets the persistence factory.
getPersistencePrimaryKey() - Method in class org.eclipse.persistence.internal.weaving.RelationshipInfo
 
getPersistenceProviderClassName() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getPersistenceProviderClassName() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
getPersistenceType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.BasicTypeImpl
Return the persistence type.
getPersistenceType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.EmbeddableTypeImpl
Return the persistence type.
getPersistenceType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.EntityTypeImpl
Return the persistence type.
getPersistenceType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MappedSuperclassTypeImpl
Return the persistence type.
getPersistenceUnitClassSetFromMappingFiles() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Return a set of class names for each entity, embeddable and mapped superclass found in the mapping files to be processed by the MetadataProcessor.
getPersistenceUnitDefaults() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL: Used for OX mapping.
getPersistenceUnitInfo() - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
getPersistenceUnitInfo() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
getPersistenceUnitInfo() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getPersistenceUnitInfo() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
getPersistenceUnitInfos() - Method in class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML
INTERNAL:
getPersistenceUnitMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getPersistenceUnitMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getPersistenceUnitName() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getPersistenceUnitName() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.PersistenceUnit
 
getPersistenceUnitName() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
getPersistenceUnitProperties() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
Used with the OX mapping file for the Canonical model processor.
getPersistenceUnitRootUrl() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getPersistenceUnitRootUrl() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
getPersistenceUnits(ClassLoader, Map, List<URL>) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
 
getPersistenceUnits(Archive, ClassLoader) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Get a list of persistence units from the file or directory at the given url.
getPersistenceUnits() - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
 
getPersistenceUnits() - Method in class org.eclipse.persistence.internal.jpa.modelgen.MetadataMirrorFactory
INTERNAL:
getPersistenceUnits() - Method in class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceUnitReader
INTERNAL:
getPersistenceUnitUniqueName() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
getPersistenceUnitUtil() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Return interface providing access to utility methods for the persistence unit.
getPersistenceUnitUtil() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Return interface providing access to utility methods for the persistence unit.
getPersistenceXMLLocation() - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
 
getPersistenceXMLSchemaVersion() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getPersistenceXMLSchemaVersion() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
getPersistentAttributeType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.AttributeImpl
Return the persistent attribute type for the attribute.
getPersistentAttributeType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
 
getPersistOnCommit() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Return default property to avoid discover new objects in unit of work if application always uses persist.
getPersistOnCommit() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Return default property to avoid discover new objects in unit of work if application always uses persist.
getPessimisticLockedObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL:
getPessimisticLockingPolicy() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
PUBLIC: Return the policy for bean pessimistic locking
getPessimisticLockTimeoutDefault() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Returns the default pessimistic lock timeout value.
getPingSQL() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for determining if an SQL exception was communication based.
getPingSQL() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getPingSQL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink will attempt to test a connection if it encounters an exception on the connection when executing SQL.
getPinnedPartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getPinnedPartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getPKClass() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL:
getPKClass() - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
INTERNAL: Return the java Class representing the primary key class name
getPKClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getPKClassIDs() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getPKClassInstance() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL:
getPKClassInstance() - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
INTERNAL:
getPKClassName() - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
INTERNAL:
getPKClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getPkColumnName() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for OX mapping.
getPkColumnValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for OX mapping.
getPkValueFromKeyForField(Object, DatabaseField, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
INTERNAL: Pull the value for the field from the key.
getPl2SQLName(ComplexDatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
Return the conversion function name, generate the function if missing.
getPlatform(Class) - Method in class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
INTERNAL: Return the database platform currently connected to for specified class.
getPlatform() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Return the platform.
getPlatform() - Method in class org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter
 
getPlatform() - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
INTERNAL: Return the database platform specific information.
getPlatform() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the database platform currently connected to.
getPlatform(Class) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the database platform currently connected to for specified class.
getPlatform() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Return the database platform currently connected to.
getPlatform(Class) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Return the database platform currently connected to for specified class.
getPlatform() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
INTERNAL: Return the database platform currently connected to.
getPlatform(Class) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the platform for a particular class.
getPlatform(Class) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Return the platform for a particular class.
getPlatform() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Return the database platform specific information.
getPlatform() - Method in interface org.eclipse.persistence.sessions.Login
INTERNAL: Return the database platform specific information.
getPlatform() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the database platform currently connected to.
getPlatformClass() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
getPlatformClassName() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Return the name of the database platform class.
getPlatformOperator(DatabasePlatform) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
 
getPlatformOperator(DatabasePlatform) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
 
getPlatformOperatorName(int) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Initialize a mapping to the platform operator names for usage with exceptions.
getPlatformOperatorNames() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Initialize a mapping to the platform operator names for usage with exceptions.
getPlatformOperators() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Return any platform-specific operators
getPlatformOperatorSelectors() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
 
getPLSQLRecords() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getPLSQLRecords() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
 
getPLSQLTables() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getPLSQLTables() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getPluralAttributes() - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return all collection-valued attributes of the managed type.
getPolicy() - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
 
getPolicy() - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Return the cursor policy.
getPolicy() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
 
getPool() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Return the associated connection pool this connection was obtained from.
getPool() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return the associated connection pool this connection was obtained from.
getPoolName() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Return the pool name or null if not part of a pool.
getPoolsConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.ServerSessionConfig
 
getPosition() - Method in class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl
Return the parameter position, or null if the parameter is not a positional parameter.
getPosition() - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
Returns the position of the cursor in the query.
getPosition(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
Returns the position of the cursor within the given Expression
getPosition() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ResultQuery
Returns the position of the cursor within the new query.
getPosition() - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Return the position of the stream inside the object collection.
getPosition() - Method in class org.eclipse.persistence.queries.CursoredStream
INTERNAL: Return the position of the stream inside the object collection
getPosition() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Retrieves the current cursor position (current row).
getPositionalNodes() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
getPositionalNodes() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getPostBuildSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called after an object is built
getPostCloneSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called after an object is cloned
getPostDeleteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called after an object is deleted
getPostInsertSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called after an object is inserted
getPostLoad() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getPostLoad() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
getPostMergeSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called after an object is merged
getPostPersist() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getPostPersist() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
getPostRefreshSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called after an object is refreshed
getPostRemove() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getPostRemove() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
getPostUpdate() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getPostUpdate() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping
getPostUpdateSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called after an object is updated
getPostWriteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called after an object is written
getPreallocationSize() - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequenceConfig
 
getPreallocationSize() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
 
getPreallocationSize() - Method in class org.eclipse.persistence.sequencing.Sequence
 
getPrecision() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Returns the precision for a decimal column when generating DDL.
getPrecision() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL: Used for OX mapping.
getPrecision() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
getPredecessor() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
getPreDeclaredNamespaceUris() - Method in class org.eclipse.persistence.internal.oxm.NamespacePrefixMapper
Returns a list of namespace uris that should be declared at the root of the xml document being marshalled.
getPreDeclaredNamespaceUris() - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.MapNamespacePrefixMapper
 
getPreDeclaredNamespaceUris() - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.NamespacePrefixMapperWrapper
 
getPreDeclaredNamespaceUris2() - Method in class org.eclipse.persistence.internal.oxm.NamespacePrefixMapper
Returns a string array of prefixes and namespace uris to be declared at the root of the document.
getPreDeclaredNamespaceUris2() - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.NamespacePrefixMapperWrapper
 
getPreDeleteMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set of mappings that require early delete behavior.
getPreDeleteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called before an object is deleted
getPredicate() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
getPredicateProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
INTERNAL: Return the list of predicate properties.
getPreferredPrefix(String, String, boolean) - Method in class org.eclipse.persistence.internal.oxm.NamespacePrefixMapper
 
getPreferredPrefix(String, String, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.MapNamespacePrefixMapper
 
getPreferredPrefix(String, String, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.NamespacePrefixMapperWrapper
 
getPrefetchedCacheKeys() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
 
getPrefix() - Method in class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer.TokensIterator
INTERNAL: Get attribute name prefix.
getPrefix() - Method in class org.eclipse.persistence.internal.oxm.Namespace
 
getPrefix(String) - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.StackUnmarshalNamespaceResolver
 
getPrefix(String) - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceContext
 
getPrefix(String) - Method in interface org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceResolver
Return the prefix for the specified namesapce URI at the current scope.
getPrefix() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
getPrefix() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
Gets the value of the prefix property.
getPrefix(String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPNamespaceContext
 
getPrefix(String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
INTERNAL: Return the prefix for the given uri, or generate a new one if necessary
getPrefix(String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
INTERNAL: Return the prefix for the given uri, or generate a new one if necessary
getPrefix(String) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL: Return the prefix for the given uri, or generate a new one if necessary
getPrefix() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
 
getPrefixBytes() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
getPrefixedPropertyValue(String, String, Map) - Static method in class org.eclipse.persistence.internal.sessions.PropertiesHandler
INTERNAL: Gets property value from the map, if none found looks in System properties.
getPrefixes() - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
Returns the list of prefixes in the NamespaceResolver
getPrefixes() - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.StackUnmarshalNamespaceResolver
 
getPrefixes() - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceContext
 
getPrefixes() - Method in interface org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceResolver
Return the set of prefixes currently associated with a namespace URI.
getPrefixes(String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPNamespaceContext
 
getPrefixesForFragment() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getPrefixesForFragment() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
INTERNAL Returns a Map of any prefix mappings that were made before the most recent start element event.
getPrefixesForFragment() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getPrefixesToNamespaces() - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
 
getPrefixForNamespace(String, NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
getPrefixForNamespace(String, NamespaceResolver, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
getPrefixForNamespace(Schema, String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
getPrefixMapper() - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.NamespacePrefixMapperWrapper
 
getPrefixMapper() - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.PrefixMapperNamespaceResolver
 
getPrefixValues(String, Map) - Static method in class org.eclipse.persistence.internal.sessions.PropertiesHandler
INTERNAL: Gets properties' values from the map, if none found looks in System properties.
getPrefixValuesLogDebug(String, Map, AbstractSession) - Static method in class org.eclipse.persistence.internal.sessions.PropertiesHandler
 
getPreInsertSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called before an object is inserted
getPrePersist() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getPrePersist() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
getPrePersistSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called before the create operation is applied to an object
getPreRemove() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getPreRemove() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
getPreRemoveSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called before the remove operation is applied to an object
getPreUpdate() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getPreUpdate() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
getPreUpdateSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called before an object is updated
getPrevCustomizer() - Method in class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer
INTERNAL:
getPrevious() - Method in class org.eclipse.persistence.internal.identitymaps.LinkedCacheKey
 
getPreviousCall() - Method in class org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism
 
getPreWriteSelector() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: The name of the method called before an object is written
getPrimaryKey() - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
 
getPrimaryKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getPrimaryKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
INTERNAL: Used for OX mapping.
getPrimaryKey() - Method in class org.eclipse.persistence.internal.oxm.Reference
Return the list of primary key values required to lookup the reference class in the cache.
getPrimaryKey(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.IdHelper
 
getPrimaryKey() - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Return the primaryKey.
getPrimaryKey() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: Get the primary key for the query
getPrimaryKeyAccessorForField(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return the primary key mapping for the given field.
getPrimaryKeyClassifications() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return primary key classifications.
getPrimaryKeyExpression() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return the primary key expression
getPrimaryKeyField() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Method to return the primary key field name this descriptor metadata.
getPrimaryKeyFieldName() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Method to return the primary key field name for this descriptor metadata.
getPrimaryKeyFieldNames() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
PUBLIC: Return the names of all the primary keys.
getPrimaryKeyFieldNames() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the names of all the primary keys.
getPrimaryKeyFieldNames() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Return the names of all the primary keys.
getPrimaryKeyFieldNames() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
getPrimaryKeyFieldNames() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC:
getPrimaryKeyFields() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
INTERNAL: Return all the primary key fields
getPrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return all the primary key fields
getPrimaryKeyFields() - Method in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
 
getPrimaryKeyFields() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL Return the primary key fields for this descriptor metadata.
getPrimaryKeyFields() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL: Return all the primary key fields
getPrimaryKeyFieldsForAutoJoin() - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
getPrimaryKeyForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
getPrimaryKeyForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: Used for OX mapping.
getPrimaryKeyForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.SecondaryTableMetadata
INTERNAL: Used for OX mapping.
getPrimaryKeyIdValidations() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Return what types are allowed in each primary key field (id).
getPrimaryKeyJoinColumnAssociation(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Recursively check the potential chaining of the primary key fields from a inheritance subclass, all the way to the root of the inheritance hierarchy.
getPrimaryKeyJoinColumnAssociationField(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Returns the first primary key join column association if there is one.
getPrimaryKeyJoinColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
getPrimaryKeyJoinColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: Used for OX mapping.
getPrimaryKeyJoinColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.CollectionTableMetadata
INTERNAL:
getPrimaryKeyJoinColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.SecondaryTableMetadata
INTERNAL: Used for OX mapping.
getPrimaryKeyMap() - Method in class org.eclipse.persistence.internal.oxm.Reference
Return the map of primary key/values required to lookup the reference class in the cache.
getPrimaryKeyMappings() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return primary key mappings.
getPrimaryKeyMappings() - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
getPrimaryKeys() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
Deprecated.
getPrimaryKeys() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
Deprecated.
since EclipseLink 2.1, replaced by getId()
getPrimaryKeyTable() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Assumes there is one primary key field set.
getPrimaryKeyValues() - Method in class org.eclipse.persistence.queries.ReportQueryResult
Deprecated.
since 2.1, replaced by getId()
getPrimaryNamespace() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
 
getPrimaryNamespace() - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
getPrimaryNamespace() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
 
getPrimaryNamespacePrefix() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
 
getPrimaryNamespacePrefix() - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
getPrimaryNamespacePrefix() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
 
getPrimaryNamespaceXPath() - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
getPrimaryPrefix() - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolverWithPrefixes
 
getPrimaryProject() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.DatabaseSessionConfig
 
getPrimaryTable() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getPrimaryTableName() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getPrimitiveClass(String) - Static method in class org.eclipse.persistence.internal.helper.ConversionManager
INTERNAL: Returns a class based on the passed in string.
getPrimitiveType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: If this annotated element was built from java model elements and is a primitive type, this primitive type will be set.
getPriority() - Method in class org.eclipse.persistence.sdo.helper.extension.Token
 
getPrivateOwned() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: Used for OX mapping.
getPrivateOwned() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
getPrivateOwnedCriteria() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: The private owned criteria is only used outside of the unit of work to compare the previous value of the reference.
getPrivateOwnedCriteria() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: The private owned criteria is only used outside of the unit of work to compare the previous value of the reference.
getProblemInstance() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Gets the problem instance.
getProblemType() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Gets the problem type.
getProcedureArgumentNames() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
INTERNAL: The if the names are provide the order is not required to match the call def.
getProcedureArgumentSetter() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for sp calls.
getProcedureArgumentSetter() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Used for sp calls.
getProcedureArgumentString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for sp defs.
getProcedureArgumentString() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Pervasive uses ":" as prefix for procedure arguments.
getProcedureArgumentString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
Used for sp defs.
getProcedureArgumentString() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Used for sp defs.
getProcedureArgumentString() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Used for sp defs.
getProcedureAsString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for stored procedure defs.
getProcedureAsString() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Used for stored procedure defs.
getProcedureAsString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
MySQL does not use the AS token.
getProcedureAsString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
getProcedureAsString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Symfoware does not use the AS token.
getProcedureBeginString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for stored procedure defs.
getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.DB2Platform
Used for stored procedure defs.
getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
Used for stored procedure defs.
getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: MySQL requires BEGIN.
getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Pervasive requires BEGIN in a procedure statement.
getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Used for sp calls.
getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
getProcedureBeginString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Used for stored procedure definitions.
getProcedureCallHeader() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for sp calls.
getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Used for sp calls.
getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Used for stored procedure calls.
getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Used for sp calls.
getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Pervasive uses CALL or EXECUTE not CALL PROCEDURE or EXECUTE PROCEDURE
getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
Used for sp calls.
getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Used for sp calls.
getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Used for sp calls.
getProcedureCallHeader() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Used for stored procedure calls.
getProcedureCallTail() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for sp calls.
getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
Used for sp calls.
getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Used for sp calls.
getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Used for sp calls.
getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
 
getProcedureCallTail() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Used for stored procedure calls.
getProcedureEndString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for stored procedure defs.
getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Used for stored procedure defs.
getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
Used for stored procedure defs.
getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: MySQL requires END.
getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Pervasive requires END in a procedure statement.
getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Used for sp calls.
getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
getProcedureEndString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Used for stored procedure definitions.
getProcedureName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
getProcedureName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
getProcedureName() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Return the name of the store procedure on the database.
getProcedures() - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
Packages can contain sets of procedures.
getProcessContents() - Method in class org.eclipse.persistence.internal.oxm.schema.model.AnyAttribute
 
getProcessingEnvironment() - Method in class org.eclipse.persistence.internal.jpa.modelgen.MetadataMirrorFactory
INTERNAL:
getProduct() - Static method in class org.eclipse.persistence.Version
 
getProfiler() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the profiler.
getProfiler() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
getProfiler() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the profiler.
getProfiles() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
Return the profiles logged in this profiler.
getProfileTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getProfileWeight() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Return the DMS sensor weight
getProfileWeight() - Method in class org.eclipse.persistence.services.RuntimeServices
Return the DMS sensor weight
getProfileWeight() - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: Return DMS sensor weight(DMS)
getProfileWeight() - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
INTERNAL: Return DMS sensor weight(DMS)
getProfileWeight() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
Return the level of profiling.
getProfileWeight() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
getProfilingType() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to get the type of profiling.
getProfilingType() - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to get the type of profiling.
getProject() - Method in interface org.eclipse.persistence.core.sessions.CoreSession
PUBLIC: Return the project.
getProject() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getProject() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL:
getProject() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return the core API Project associated with this MetadataProject.
getProject() - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Return the MetadataProject.
getProject() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
getProject() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
INTERNAL: Return the core API Project associated with the DatabaseSession that is associated with this Metamodel
getProject() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the project, the project holds configuartion information including the descriptors.
getProject() - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Return the project to generate from.
getProject() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the project.
getProjectString() - Method in class org.eclipse.persistence.internal.sessions.factories.model.project.ProjectConfig
 
getProperties() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns the user defined properties.
getProperties() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Returns the adapter specific properties.
getProperties() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
getProperties() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
getProperties() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getProperties() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
 
getProperties() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
 
getProperties() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Get the properties and associated values that are in effect for the entity manager.
getProperties() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getProperties() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
getProperties(String) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGeneratorProperties
Return the Properties object for the given namespace uri.
getProperties() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Return a properties object for a given instance of the XMLUnmarshaller.
getProperties() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Allow for user defined properties.
getProperties() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
getProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the Map of Properties for this TypeInfo.
getProperties() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: used as a temporary store for custom SDK usage
getProperties() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
Return a properties object for a given instance of the XMLMarshaller.
getProperties() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Property support for use by mappings.
getProperties() - Method in class org.eclipse.persistence.sdo.SDOType
 
getProperties() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
getProperties() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: The properties are additional, driver-specific, connection information to be passed to the driver.
getProperties() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
ADVANCED: This method will return the collection of custom properties set on the Connection policy.
getProperties() - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Allow for user defined properties.
getProperties() - Method in class org.eclipse.persistence.sessions.SessionEvent
PUBLIC: Additional properties may be added to the event.
getPropertiesArray() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
getPropertiesForClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getPropertiesMap() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
Gets the properties map.
getPropertiesMap() - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGeneratorProperties
Lazily initialize the URI->Properties map
getPropertiesNames() - Method in interface org.eclipse.persistence.dynamic.DynamicType
The current names of properties.
getPropertiesNames() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getProperty(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns the descriptor property associated the given String.
getProperty(String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Returns the adapter property associated the given name.
getProperty(DatabaseField) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing a property with the given name.
getProperty(String, String) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
getProperty(String) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
getProperty(String) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
getProperty(String) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
getProperty(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
The method return user defined property passed in from EntityManagerFactory.
getProperty(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
The method return user defined property passed in from EntityManagerFactory.
getProperty(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
The method search for user defined property passed in from EntityManager, if it is not found then search for it from EntityManagerFactory properties.
getProperty(Object) - Method in class org.eclipse.persistence.internal.oxm.Marshaller
Return the property for a given key, if one exists.
getProperty(String) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
getProperty(String) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
getProperty(String, String) - Method in class org.eclipse.persistence.internal.oxm.schema.SchemaModelGeneratorProperties
Return the property value for a given namespace/key pair.
getProperty(Object) - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Return the property for a given key, if one exists.
getProperty(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Return the property for a given key, if one exists.
getProperty(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Returns the user defined property.
getProperty(String) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Search for and return the user defined property from this UOW, if it not found then search for the property from parent.
getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
Get a property from the JAXBMarshaller.
getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
Get a property from the JAXBMarshaller.
getProperty(String) - Method in class org.eclipse.persistence.jaxb.JAXBValidator
 
getProperty(Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Allow user defined properties.
getProperty(Object) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Property support used by mappings to store temporary stuff in the query.
getProperty(String) - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Return the value stored in the properties Map for a given name, or null if an entry for name does not exist.
getProperty() - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
INTERNAL:
getProperty() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
 
getProperty(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getProperty(Property) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Return the EclipseLink implementation of Property.
getProperty(int) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
getProperty(Setting) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
getProperty() - Method in class org.eclipse.persistence.sdo.SDOSetting
Returns the property of the setting.
getProperty(String) - Method in class org.eclipse.persistence.sdo.SDOType
 
getProperty(String) - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
getProperty(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: The properties are additional, driver-specific, connection information to be passed to the driver.
getProperty(String) - Method in interface org.eclipse.persistence.sessions.Login
PUBLIC: The properties are additional, driver-specific, connection information to be passed to the driver.
getProperty(String) - Method in class org.eclipse.persistence.sessions.server.ClientSession
Search for and return the user defined property from this client session, if it not found then search for the property from parent.
getProperty(Object) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Returns the property associated with the corresponding key.
getProperty(String) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Returns the user defined property.
getProperty(String) - Method in class org.eclipse.persistence.sessions.SessionEvent
PUBLIC: Additional properties may be added to the event.
getPropertyConfigs() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
getPropertyConfigs() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
 
getPropertyIndex(String) - Method in interface org.eclipse.persistence.dynamic.DynamicType
 
getPropertyIndex(String) - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getPropertyInternal(DataObject, Property) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getPropertyInternal(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Get the value of the property (open-content or declared)..
getPropertyList() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getPropertyMapFromArrayList(ArrayList<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getPropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getPropertyName() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeEvent
Returns the name of the property that changed.
getPropertyName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
Returns the name of the property that changed.
getPropertyName() - Method in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
INTERNAL:
getPropertyNames() - Method in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
 
getPropertyNames() - Method in class org.eclipse.persistence.internal.xr.XRDynamicPropertiesManager
 
getPropertyNames() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getPropertyOverrides(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.JPAMetadataSource
 
getPropertyOverrides(Map<String, Object>, ClassLoader, SessionLog) - Method in interface org.eclipse.persistence.jpa.metadata.MetadataSource
PUBLIC: This method is responsible for returning additional persistence unit property overrides.
getPropertyOverrides(Map<String, Object>, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
PUBLIC: This method is responsible for returning additional persistence unit property overrides.
getPropertyPath() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
ConstraintViolation.getPropertyPath()
getPropertyPropertiesForClass(JavaClass, TypeInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getPropertyPropertiesForClass(JavaClass, TypeInfo, boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getPropertyType(int) - Method in interface org.eclipse.persistence.dynamic.DynamicType
 
getPropertyType(String) - Method in interface org.eclipse.persistence.dynamic.DynamicType
 
getPropertyType(String) - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getPropertyType(int) - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
getPropertyTypeName() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
 
getPropertyTypeURI() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
 
getPropertyValue(String, Map) - Static method in class org.eclipse.persistence.internal.sessions.PropertiesHandler
INTERNAL: Gets property value from the map, if none found looks in System properties.
getPropertyValue(String, Map, boolean) - Static method in class org.eclipse.persistence.internal.sessions.PropertiesHandler
 
getPropertyValue(String, String) - Static method in class org.eclipse.persistence.internal.sessions.PropertiesHandler
INTERNAL: Given property name and value verifies and translates the value.
getPropertyValueLogDebug(String, Map, AbstractSession) - Static method in class org.eclipse.persistence.internal.sessions.PropertiesHandler
 
getPropertyValueLogDebug(String, Map, AbstractSession, boolean) - Static method in class org.eclipse.persistence.internal.sessions.PropertiesHandler
 
getPropertyValueLogDebug(String, String, AbstractSession) - Static method in class org.eclipse.persistence.internal.sessions.PropertiesHandler
 
getPropertyValues() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
getPropertyValues() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
getPropOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getPropOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
Gets the value of the propOrder property.
getProtectedForeignKeys() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
INTERNAL: Return the FK cache
getProtectedForeignKeys() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
Returns the persistence provider name.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
Returns the persistence provider name.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
Returns the persistence provider name.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
Returns the persistence provider name.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
Returns the persistence provider name.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
Returns the persistence provider name.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
Returns the persistence provider name.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
Returns the persistence provider name.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
Returns the persistence provider name.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
Returns the persistence provider name.
getProvider() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
Returns the persistence provider name.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
Returns the persistence provider name.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
Returns the persistence provider name.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
Returns the persistence provider name.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Returns the provider for managed types (entities, embeddables, mapped superclasses).
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves the provider of managed types.
getProvider() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the provider of managed types.
getProvider() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
Retrieves the owner of this managed type.
getProvider() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IQuery
Retrieves the provider of managed types.
getProviderUtil() - Method in class org.eclipse.persistence.jpa.PersistenceProvider
Return the utility interface implemented by the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
Returns the version of the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
Returns the version of the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
Returns the version of the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
Returns the version of the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
Returns the version of the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
Returns the version of the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
Returns the version of the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
Returns the version of the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
Returns the version of the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
Returns the version of the persistence provider.
getProviderVersion() - Method in interface org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar
Returns the version of the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
Returns the version of the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
Returns the version of the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
Returns the version of the persistence provider.
getProviderVersion() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the version of the persistence provider.
getProxy(Class<A>, Object) - Static method in class org.eclipse.persistence.internal.oxm.CycleRecoverableContextProxy
 
getProxy(Map<String, Object>, Class<A>, ClassLoader, ConversionManager) - Static method in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
This is the preferred way to obtain an instance of a dynamic proxy.
getPseudoDefault() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Return the wrapped initial value for the primitive numeric (when not defined) See p.45 of Java Spec 4th edition.
getPseudoDefault() - Method in class org.eclipse.persistence.sdo.types.SDODataType
 
getPseudoDefault() - Method in class org.eclipse.persistence.sdo.types.SDOObjectType
 
getPublicMemberPropertiesForClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getPublicMethod(Class, String, Class[], boolean) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get a public method declared in the given class.
getPublisher() - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
 
getQName() - Method in class org.eclipse.persistence.sdo.SDOType
 
getQNameForProperty(Property, String, JavaHasAnnotations, NamespaceInfo, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getQNamesToDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
getQNamesToDeclaredClasses() - Method in class org.eclipse.persistence.jaxb.JAXBContext
INTERNAL: Get the map of which QName corresponds to which declared class.
getQNamesToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
getQualified(String) - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL:
getQualifiedCanonicalName(String, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.metadata.MetadataHelper
INTERNAL: Return the qualified canonical name of the given qualified class name.
getQualifiedCanonicalName(String, Map<String, String>) - Static method in class org.eclipse.persistence.internal.jpa.metadata.MetadataHelper
INTERNAL: Return the canonical name applying any default package.
getQualifiedCanonicalName(String) - Method in class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceUnit
INTERNAL:
getQualifiedFieldName() - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
PUBLIC: Return the qualified field name for the query key.
getQualifiedJavaTypeName(String, String) - Static method in class org.eclipse.persistence.jaxb.javamodel.Helper
Prepends a package name to a given java type name, if it is not already present.
getQualifiedName(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
getQualifiedName(DatasourcePlatform) - Method in class org.eclipse.persistence.internal.expressions.NestedTable
INTERNAL:
getQualifiedName() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
getQualifiedName() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
getQualifiedName() - Method in class org.eclipse.persistence.internal.history.HistoricalDatabaseTable
 
getQualifiedName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getQualifiedName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaPackage
 
getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Returns the fully-qualified name of this JavaClass.
getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
Returns the fully-qualified name of this JavaPackage.
getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
 
getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Returns the fully-qualified name of this JavaClass.
getQualifiedName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
Returns the fully-qualified name of this JavaPackage.
getQualifiedNameDelimited(DatasourcePlatform) - Method in class org.eclipse.persistence.internal.expressions.NestedTable
INTERNAL:
getQualifiedNameDelimited(DatasourcePlatform) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Return the qualified name of the field.
getQualifiedNameDelimited(DatasourcePlatform) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
getQualifiedNameDelimited(DatasourcePlatform) - Method in class org.eclipse.persistence.internal.history.HistoricalDatabaseTable
 
getQualifiedSequenceTableName() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
getQualifiedTableName() - Method in class org.eclipse.persistence.sequencing.TableSequence
 
getQualifiedXPath(String, boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
getQualifier() - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL:
getQualifier() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
PUBLIC: Most major databases support a creator name scope.
getQualifier() - Static method in class org.eclipse.persistence.Version
 
getQueries() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Return the pre-defined queries for the descriptor.
getQueries() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
 
getQueries() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Return all pre-defined queries.
getQueries() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: List of queries that upon initialization are copied over to the session
getQueries() - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Return all pre-defined queries.
getQueriesMetadata(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
 
getQueriesMetadata(String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
Deprecated.
 
getQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: The query causing the event.
getQuery(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Return the query name from the set of pre-defined queries If only one query exists with this name, it will be returned.
getQuery(String, Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Return the query from the set of pre-defined queries with the given name and argument types.
getQuery() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
PUBLIC: This method returns the databaseQuery.
getQuery() - Method in exception org.eclipse.persistence.exceptions.OptimisticLockException
PUBLIC: Return the query in which the problem was detected.
getQuery() - Method in exception org.eclipse.persistence.exceptions.QueryException
PUBLIC: Return the query in which the problem was detected.
getQuery() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Back reference to query, unfortunately required for events.
getQuery() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Query held as it may store properties needed to generate the SQL
getQuery() - Method in class org.eclipse.persistence.internal.indirection.QueryBasedValueHolder
Return the query.
getQuery() - Method in class org.eclipse.persistence.internal.jpa.jpql.ConstructorQueryMappings
Returns the DatabaseQuery for which its JPQL query was scanned to check if it's constructor query and if so, to gather the information.
getQuery() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
INTERNAL: Used for OX mapping.
getQuery() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Return the query that uses the mechanism.
getQuery(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the query from the session pre-defined queries with the given name.
getQuery(String, List) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the query from the session pre-defined queries with the given name and argument types.
getQuery(String, Vector) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the query from the session pre-defined queries with the given name and argument types.
getQuery(String, Vector, boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the query from the session pre-defined queries with the given name and argument types.
getQuery() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Return the associated query.
getQuery() - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
Return the query associated with this transporter.
getQuery(String, Vector) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Return the query from the session pre-defined queries with the given name.
getQuery(String) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Return the query from the session pre-defined queries with the given name.
getQuery() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Returns the Expression representing the unioned query.
getQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Returns the external form representing a named query.
getQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the external form of the JPQL query.
getQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Returns the external form representing the JPQL query.
getQuery() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the external form representing the JPQL query.
getQuery() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ResultQuery
Returns the new JPQL query after insertion of the choice.
getQuery() - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Return the query associated with the stream.
getQuery() - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: Return the query.
getQuery() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
INTERNAL: Return the query.
getQuery() - Method in class org.eclipse.persistence.queries.JPQLCall
Back reference to query, unfortunately required for events.
getQuery(String, Vector, boolean) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return the query from the session pre-defined queries with the given name and argument types.
getQuery(String) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Was PUBLIC: customer will be redirected to Session.
getQuery(String, Vector) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL:
getQuery(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the query from the session pre-defined queries with the given name.
getQuery(String, List) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the query from the session pre-defined queries with the given name.
getQuery() - Method in class org.eclipse.persistence.sessions.SessionEvent
PUBLIC: Some events may have a query associated with them (pre/postExecuteQuery).
getQueryArgumentsRecord() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
PUBLIC: Return the query arguments used in the original query when exception is thrown
getQueryArgumentsRecord() - Method in exception org.eclipse.persistence.exceptions.QueryException
PUBLIC: Return the query argements used in the original query when exception is thrown
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbsExpression
Returns the BNF of this Expression.
getQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Retrieves the BNF object that was registered for the given unique identifier.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.BadExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.EncapsulatedIdentificationVariableExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Returns the BNF of this Expression.
getQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Retrieves the BNF object that was registered for the given unique identifier.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.FromClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.HavingClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LogicalExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OnClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.StartWithClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Returns the BNF of this Expression.
getQueryBNF() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhereClause
Returns the BNF of this Expression.
getQueryBuilder() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL Return the query builder used to parser JPQL.
getQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns the IJPQLQueryBuilder that is responsible to create various part of the StateObject hierarchy.
getQueryBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Returns the IJPQLQueryBuilder that is responsible to create various part of the StateObject hierarchy.
getQueryBuilder() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the IJPQLQueryBuilder that is responsible to create various part of the StateObject hierarchy.
getQueryByExamplePolicy() - Method in class org.eclipse.persistence.internal.queries.QueryByExampleMechanism
PUBLIC: When using Query By Example, an instance of QueryByExamplePolicy is used to customize the query.
getQueryByExamplePolicy() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: When using Query By Example, an instance of QueryByExamplePolicy is used to customize the query.
getQueryClass() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL:
getQueryClass() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Returns the JPQLQueryContext that contains information about the JPQL query.
getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Returns the JPQLQueryContext that is used by this visitor.
getQueryContext() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the context used to query information about the JPQL query.
getQueryExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves the Expression representing the query statement (either the top-level query JPQLExpression or the subquery SimpleSelectStatement) owning the given Expression.
getQueryExpressions() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: return a collection of expressions if PK's are used.
getQueryHandler() - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
getQueryId() - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL: This method is used to get the time in millis that this query is being executed at.
getQueryInfo() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Return the the query text prefixed by the query name in case of a named query.
getQueryInfo() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
 
getQuerykeyExpression() - Method in class org.eclipse.persistence.internal.expressions.NestedTable
 
getQueryKeyNamed(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the query key with the specified name
getQueryKeyOrNull() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
getQueryKeyOrNull() - Method in class org.eclipse.persistence.internal.expressions.FromAliasExpression
INTERNAL: If a descriptor cannot be found, then return null.
getQueryKeyOrNull() - Method in class org.eclipse.persistence.internal.expressions.ManualQueryKeyExpression
 
getQueryKeyOrNull() - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
 
getQueryKeyOrNull() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
 
getQueryKeys() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the query keys.
getQueryManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the queryManager.
getQueryMechanism() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the mechanism assigned to the query
getQueryMetadata(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
 
getQueryMetadata(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
Deprecated.
 
getQueryName() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Return the name of the current query being compiled.
getQueryName() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Query
 
getQueryNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Return the root node for the tree
getQueryNounName(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: TopLink_sessionName_domainClass_queryClass_queryName (if exist).
getQueryOptions(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.QueryResource
 
getQueryParameter() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
getQueryParameter() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
getQueryParameters(UriInfo) - Static method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
Get the URI query parameters of the current request In JPA-RS, predefined attributes (such as eclipselink query hints) are treated as query parameters List of valid query parameters for JPA-RS is defined in QueryParameters
getQueryRedirectors() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getQueryResource(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.MetadataResource
Returns query metadata if accepted media type is 'application/json' or entity schema if accepted media type is 'application/schema+json'.
getQueryResult(ReadQuery, List, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Get the cached results associated with a query.
getQueryResult(ReadQuery, List, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Get the cached results associated with a query.
getQueryResult(ReadQuery, List, boolean) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Get the cached results associated with a query.
getQueryResult(ReadQuery, List, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
INTERNAL: Get the cached results associated with a query.
getQueryResultsCachePolicy() - Method in class org.eclipse.persistence.queries.ReadQuery
PUBLIC: Return the QueryResultsCachePolicy for this query.
getQueryRetryAttemptCount() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getQueryRetryAttemptCount() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return the number of attempts EclipseLink should make to re-connect to a database and re-execute a query after a query has failed because of a communication issue.
getQueryRoot(PersistenceContext, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns StringBuilder containing query root: http(s)://root:port/persistence/version/context/query/queryName
getQueryStatement() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Returns the Expression representing the query, which is either a SELECT, a DELETE or an UPDATE clause.
getQueryStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Returns the only child of this state object, which represents one of the three query statement.
getQueryString() - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
PUBLIC: Return the query string.
getQueryString() - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
INTERNAL: Return the query string.
getQueryString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Return the query string (SQL) of the call.
getQueryString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Return the query string of the call.
getQueryString() - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
Return the query string of the call.
getQueryText() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Return the text of the current query being compiled.
getQueryTimeout() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Return the number of seconds queries will wait for their Statement to execute.
getQueryTimeout() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Get timeout limit from the call
getQueryTimeout() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return the number of seconds the driver will wait for a Statement to execute to the given number of seconds.
getQueryTimeoutDefault() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the default query timeout for this session.
getQueryType() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
getQueueNode() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTENRAL: Used to get the node that this merge manager is stored in, within the WriteLocksManager write lockers queue
getQuotedFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Returns the quoted name of the native database function.
getRangePartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getRangePartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Returns the Expression representing the range variable declaration.
getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Returns the variable declaration, which is the abstract schema name and the identification variable.
getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Returns the Expression representing the range variable declaration.
getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Returns the StateObject representing the range variable declaration portion.
getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Returns the StateObject that defines the range variable declaration.
getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Returns the StateObject that defines the range variable declaration.
getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Returns the StateObject representing the range variable declaration portion.
getRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Returns the StateObject representing the range variable declaration portion.
getRawClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the raw class for this accessor.
getRawClass(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return the raw class for this accessible object.
getRawClassWithGenerics() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the raw class with any generic specifications for this accessor.
getRawClassWithGenerics(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return the complete raw class with generics for this accessible object.
getRawName() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Returns the raw name of this JavaClass.
getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getRawName() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Returns the raw name of this JavaClass.
getReadAllCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's read-all call.
getReadAllQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's read query.
getReadAllQuery(Query) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Access the internal EclipseLink query wrapped within the JPA query.
getReadAllSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's read SQL string.
getReadAllSubclassesView() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: The view can be used to optimize/customize the query for all subclasses where they have multiple tables.
getReadAllSubclassesViewName() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
ADVANCED: The view can be used to optimize/customize the query for all subclasses where they have multiple tables.
getReadConnectionPool() - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Handles allocating connections for read queries.
getReadConnectionPool() - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return the read connection pool.
getReadConnectionPoolConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.PoolsConfig
 
getReader() - Method in class org.eclipse.persistence.internal.oxm.ByteArraySource
 
getReader() - Method in class org.eclipse.persistence.tools.PackageRenamer
 
getReadObjectCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's read-object call.
getReadObjectQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's read query.
getReadObjectSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's read SQL string.
getReadOnly() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getReadOnlyClasses() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Returns the set of read-only classes in this UnitOfWork.
getReadOnlyClasses() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Returns the set of read-only classes in this UnitOfWork.
getReadOnlyMappingsByField() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Return all the read-only mapping to field associations
getReadOnlyMappingsForField(DatabaseField) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return all the read-only mapping for the specified field.
getReadOnlySession() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Return a read-only session (client session) for read-only operations.
getReadSession(Object) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return the session corresponding to this object.
getReadSession(Class) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return the session corresponding to this class.
getReadSession(XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return the session corresponding to this XMLDescriptor.
getReadStatementsCount() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return the number of read statements.
getReadTime() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
INTERNAL: Return the current value of the Read Time variable
getReadTime() - Method in class org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor
Return the read time of the associated object
getReadTime() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
INTERNAL: Return the current value of the Read Time variable
getReadTransformer() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransformationAccessor
INTERNAL: Used for OX mapping.
getRealAttributeValueFromAttribute(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return the value of an attribute unwrapping value holders if required.
getRealAttributeValueFromAttribute(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Returns the attribute value from the reference object.
getRealAttributeValueFromAttribute(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Returns the real attribute value from the reference object's attribute value.
getRealAttributeValueFromAttribute(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Object reference must unwrap the reference object if required.
getRealAttributeValueFromObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return the "real" attribute value, as opposed to any wrapper.
getRealAttributeValueFromObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Return the "real" attribute value, as opposed to any wrapper.
getRealAttributeValueFromObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return the "real" attribute value, as opposed to any wrapper.
getRealAttributeValueFromObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return the "real" attribute value, as opposed to any wrapper.
getRealAttributeValueFromObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Return the "real" attribute value, as opposed to any wrapper.
getRealAttributeValueFromObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return the "real" attribute value, as opposed to any wrapper.
getRealAttributeValueFromObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.WeavedObjectBasicIndirectionPolicy
Return the "real" attribute value, as opposed to any wrapper.
getRealAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return the value of an attribute unwrapping value holders if required.
getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
Convenience method.
getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return the value of an attribute, unwrapping value holders if necessary.
getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Convenience method.
getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Convenience method.
getRealCollectionAttributeValueFromObject(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
Return the attribute value from the specified object, unwrapping the value holder if necessary.
getRecord() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: Return the record that is associated with some events, such as postBuild, and aboutToUpdate.
getRecord() - Method in class org.eclipse.persistence.eis.EISDOMRecord
Return the JCA adapter record.
getRecord() - Method in class org.eclipse.persistence.eis.EISMappedRecord
Return the wrapped record.
getRecord() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
getRecord() - Method in class org.eclipse.persistence.internal.sessions.TransformationMappingChangeRecord
ADVANCED: This method is used to access the changes of the fields in a transformation mapping.
getRecord() - Method in interface org.eclipse.persistence.sessions.changesets.TransformationMappingChangeRecord
ADVANCED: This method is used to access the changes of the fields in a transformation mapping.
getRecord() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
getRecordConverter() - Method in class org.eclipse.persistence.eis.EISPlatform
Return the record converter.
getRecordFactory() - Method in class org.eclipse.persistence.eis.EISAccessor
Return the RecordFactory.
getRecordName() - Method in class org.eclipse.persistence.eis.EISDOMRecord
Forward to the record.
getRecordShortDescription() - Method in class org.eclipse.persistence.eis.EISDOMRecord
Forward to the record.
getRedirector() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return the query redirector.
getRedirectorForQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return the query redirector.
getRef() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
getRef() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Property
 
getRef() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Reference
 
getRef() - Method in class org.eclipse.persistence.internal.oxm.schema.model.AttributeGroup
 
getRef() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
getRef() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
getRef(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Get the ref for the object.
getRefContentHandler() - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
getReference(Class<T>, Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Get an instance, whose state may be lazily fetched.
getReference(ObjectReferenceMapping, Object) - Method in class org.eclipse.persistence.internal.oxm.ReferenceResolver
Retrieve the reference for a given mapping instance.
getReference(ObjectReferenceMapping, Object, Field) - Method in class org.eclipse.persistence.internal.oxm.ReferenceResolver
Return a reference for the given mapping and source object, that doesn't already contain an entry for the provided field.
getReference(Class, Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
Get an instance, whose state may be lazily fetched.
getReference(Class, Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
Get an instance, whose state may be lazily fetched.
getReferenceAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the mapping accessors associated with the reference descriptor.
getReferenceCache() - Method in class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
Return the linked reference cache.
getReferenceCache() - Method in class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey
 
getReferenceCacheNode() - Method in class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey
 
getReferenceClass() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
getReferenceClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicCollectionAccessor
INTERNAL: Return the reference class for this accessor.
getReferenceClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL: Return the reference class for this accessor.
getReferenceClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: If a targetEntity is specified in metadata, it will be set as the reference class, otherwise we will look to extract one from generics.
getReferenceClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: If a targetEntity is specified in metadata, it will be set as the reference class, otherwise we will look to extract one from generics.
getReferenceClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the reference class for this accessor.
getReferenceClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: If a target entity is specified in metadata, it will be set as the reference class, otherwise we will use the raw class.
getReferenceClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
If a targetClass is specified in metadata, it will be set as the reference class, otherwise we will look to extract one from generics.
getReferenceClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructureAccessor
INTERNAL: If a target class is specified in metadata, it will be set as the reference class, otherwise we will use the raw class.
getReferenceClass(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
getReferenceClass(): Answer the class which will be the reference class for the query.
getReferenceClass(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.QueryNode
Compute the Reference class for this query
getReferenceClass(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
Compute the Reference class for this query.
getReferenceClass() - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
PUBLIC: Returns the reference class
getReferenceClass() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
 
getReferenceClass() - Method in class org.eclipse.persistence.mappings.AggregateMapping
PUBLIC: Returns the reference class
getReferenceClass() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: This cannot be used with direct collection mappings.
getReferenceClass() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Returns the reference class.
getReferenceClass() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
PUBLIC: Return the reference class of the relationship.
getReferenceClass() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return the domain class associated with this query.
getReferenceClass() - Method in class org.eclipse.persistence.queries.DoesExistQuery
Return the domain class associated with this query.
getReferenceClass() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
PUBLIC: Return the reference class for this query.
getReferenceClass() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: Return the reference class of the query.
getReferenceClass() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
Return the domain class associated with this query.
getReferenceClass() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Return the reference class of the query.
getReferenceClassFromGeneric() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Attempts to return a reference class from a generic specification.
getReferenceClassFromGeneric(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return the reference class from the generic specification on this accessible object.
getReferenceClassName() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
getReferenceClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the reference class name for this accessor.
getReferenceClassName() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
getReferenceClassName() - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
 
getReferenceClassName() - Method in interface org.eclipse.persistence.internal.oxm.mappings.InverseReferenceMapping
 
getReferenceClassName() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
INTERNAL:
getReferenceClassName() - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Used by MW.
getReferenceClassName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
getReferenceClassName() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Returns the reference class name.
getReferenceClassName() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
PUBLIC: Return the reference class name of the relationship.
getReferenceClassName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: return the name of the reference class.
getReferenceClassName() - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Return the name of the reference class for this query Note: Although the API is designed to avoid requirement of classes being on the classpath, this is not a user defined query type, so it is ok to access the class.
getReferenceClassName() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
INTERNAL: Return the name of the reference class of the query.
getReferenceClassName() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Return the reference class of the query.
getReferenceClassName() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: Return the reference class for a query Note: Although the API is designed to avoid classpath dependencies for the MW, since the object is specified at runtime, this will not be an issue.
getReferenceClassName() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the reference class of the query.
getReferenceClassType() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
getReferenceClassWithGenerics() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicCollectionAccessor
INTERNAL: Future: this method is where we would provide a more explicit reference class to support an auto-apply jpa converter.
getReferenceClassWithGenerics() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the reference class for this accessor.
getReferencedByTransformer() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getReferencedColumnName() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.RelationalColumnMetadata
INTERNAL: Used for OX mapping.
getReferencedElements() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return the list of referenced elements.
getReferenceDescriptor() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
PUBLIC: Return the referenceDescriptor.
getReferenceDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: In a direct collection case, there is no notion of a reference descriptor, therefore we return this accessors descriptor.
getReferenceDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: In an element collection case, when the collection is not an embeddable collection, there is no notion of a reference descriptor, therefore we return this accessors descriptor
getReferenceDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the reference metadata descriptor for this accessor.
getReferenceDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Return the reference metadata descriptor for this accessor.
getReferenceDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
INTERNAL: In a variable one to one case, there is no knowledge of a reference descriptor and the join columns should be defaulted based on the owner of the variable one to one's descriptor.
getReferenceDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
In an element collection case, when the collection is not an embeddable collection, there is no notion of a reference descriptor, therefore we return this accessors descriptor
getReferenceDescriptor() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
 
getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Return the referenceDescriptor.
getReferenceDescriptor(Class, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: for inheritance purpose
getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Return the referenceDescriptor.
getReferenceDescriptor(Class, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Since aggregate object mappings clone their descriptors, for inheritance the correct child clone must be found.
getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: Return the referenceDescriptor.
getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: There is none on direct collection.
getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return the referenceDescriptor.
getReferenceDescriptor() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Get the descriptor for this mapping This method is potentially called when this mapping is used as a map key and will return null since direct mappings do not have reference descriptors.
getReferenceDescriptor() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Get the descriptor for the Map Key
getReferenceDescriptor(DOMRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
getReferenceDescriptor(DOMRecord) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
getReferencedXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
Gets the value of the referencedXmlPath property.
getReferenceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Return the reference key field names associated with the mapping.
getReferenceKeyFields() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Return the reference key fields.
getReferenceManagedType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the reference managed type from the given relationship mapping.
getReferenceManagedType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the reference managed type from the given relationship mapping.
getReferenceMode() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Return default property, allows weak unit of work references.
getReferenceMode() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Return default property, allows weak unit of work references.
getReferenceMode() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
getReferenceObjectKeys(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: get reference object keys
getReferenceResolver() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getReferenceResolver() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
INTERNAL: The ReferenceResolver that is leveraged by key based mappings.
getReferenceResolver() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: The ReferenceResolver that is leveraged by key based mappings.
getReferenceResolver() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getReferenceTable() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
Calculate the reference table for based on the various QueryKeyExpression usages (join query keys, custom defined query keys, or query keys for mappings).
getReferenceTable() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
getReferenceTable() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Return the direct table.
getReferenceTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
PUBLIC: Returns the reference table.
getReferenceTableName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Returns the name of the reference table
getReferenceTableQualifiedName() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Returns the qualified name of the reference table.
getRefreshCascadePolicy() - Method in class org.eclipse.persistence.internal.indirection.QueryBasedValueHolder
INTERNAL: Returns the refresh cascade policy that was set on the query that was used to instantiate the valueholder a null value means that a non refresh query was used.
getRefreshMetadataListener() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: This currently only used by JPA with RCM to force a refresh of the metadata used within EntityManagerFactoryWrappers
getRefreshOnlyIfNewer() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
getRefValue(Ref, Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Platforms that support java.sql.Ref may override this method.
getRefValue(Ref, AbstractSession, Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: This method builds a REF using the unwrapped connection within the session
getRefValue(Ref, Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
INTERNAL: Overrides DatabasePlatform method.
getRegexp() - Method in class org.eclipse.persistence.jaxb.compiler.facets.PatternFacet
 
getRegisteredObjects() - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Return the registered objects.
getRel() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Link
 
getRel() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkTemplate
 
getRel() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2
 
getRelatedNodes() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
getRelationFieldForTargetField(DatabaseField) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Return the relation field for the target field.
getRelationshipMappings() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
PERF: Return all relationship mappings.
getRelationshipPartner() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return the relationshipPartner mapping for this bi-directional mapping.
getRelationshipPartner() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Return the relationshipPartner mapping for this bi-directional mapping.
getRelationshipPartner() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return the relationshipPartner mapping for this bi-directional mapping.
getRelationshipPartnerAttributeName() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Use this method retrieve the relationship partner attribute name of this bidirectional Mapping.
getRelationTable() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
Return null by default, only QueryKeyExpression can have a relation table.
getRelationTable() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
Calculate the relation table for based on the various QueryKeyExpression usages (join query keys, custom defined query keys, or query keys for mappings).
getRelationTable() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
Calculate the relation table for based on the various QueryKeyExpression usages (join query keys, custom defined query keys, or query keys for mappings).
getRelationTable() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Return the relation table associated with the mapping.
getRelationTable() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Return RelationTable.
getRelationTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.DirectCollectionQueryKey
PUBLIC: Returns the reference table.
getRelationTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
PUBLIC: Returns the relation table.
getRelationTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.ManyToManyQueryKey
PUBLIC: Returns the reference table.
getRelationTable(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.OneToManyQueryKey
PUBLIC: Returns the reference table.
getRelationTable() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Return the relation table associated with the mapping.
getRelationTableMechanism() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Returns RelationTableMechanism that may be owned by the mapping.
getRelationTableMechanism() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Returns RelationTableMechanism that may be owned by the mapping, that allows to configure the mapping to use relation table (just like ManyToManyMapping).
getRelationTableName() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Return the relation table name associated with the mapping.
getRelationTableName() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Return the relation table name associated with the mapping.
getRelationTableQualifiedName() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Return the relation table qualified name associated with the mapping.
getRelationTableQualifiedName() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Return the relation table qualified name associated with the mapping.
getRemainingValidTime(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
INTERNAL: Return the remaining life of this object
getRemainingValidTime(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.NoExpiryCacheInvalidationPolicy
INTERNAL: Return the remaining life of this object Override the default implementation.
getRemainingValidTime(Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Return the remaining life of this object.
getRemainingValidTime(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns the remaining life of the given Object.
getRemoteCommandManager() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL:
getRemoteCommandManagerConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
getRemoteConnection() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Return the remote connection.
getRemoteContextProperties() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
ADVANCED: Return the cached properties that will be used to create the initial context when doing remote JNDI lookups.
getRemoteHostContext(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Return the context used for looking up in the JNDI space of the specified remote URL.
getRemoteIdentityMapClass() - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Return the class of identity map to be used by this descriptor.
getRemoteIdentityMapClass() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the class of identity map to be used by this descriptor.
getRemoteIdentityMapSize() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Return the size of the remote identity map.
getRemoteIdentityMapSize() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the size of the remote identity map.
getRemoteSessionController() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Return the remote session controller
getRemoteSessionController() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Return the remote session controller
getRemoteSessionController() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Return the remote session controller
getRemoteValueHolders() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
INTERNAL: return the pre-serialized remote value holders
getRemovedElements() - Method in interface org.eclipse.persistence.indirection.IndirectCollection
INTERNAL: Return if the collection has any elements removed that have been deferred to instantiation.
getRemovedElements() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Return the elements that have been removed before instantiation.
getRemovedElements() - Method in class org.eclipse.persistence.indirection.IndirectMap
INTERNAL: Return the elements that have been removed before instantiation.
getRemovedElements() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Return the elements that have been removed before instantiation.
getRemoveIndexes() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
ADVANCED: Return the indexes into the old collection of the elements that were removed.
getRemoveIndexes() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return the indexes into the old collection of the elements that were removed.
getRemoveObjectList() - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
PUBLIC: This method returns the Map that contains the removed values from the collection and their corresponding ChangeSets.
getRemoveObjectList() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
ADVANCED: This method returns the list of removed objects.
getRemoveObjectList() - Method in interface org.eclipse.persistence.sessions.changesets.CollectionChangeRecord
ADVANCED: This method returns the Map that contains the removed values from the collection and their corresponding ChangeSets.
getRemoveObjectList() - Method in interface org.eclipse.persistence.sessions.changesets.DirectCollectionChangeRecord
ADVANCED: This method returns the collection of Primitive Objects that were removed to the collection.
getRemoveObjectMap() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
This method returns the collection of objects that were removed from the collection.
getRemoveObjects() - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
Returns the removed items list.
getRemoves() - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
ADVANCED: Return the removed stuff.
getRemoves() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
ADVANCED: Return the entries for all the elements removed from the old collection.
getRemoves() - Method in interface org.eclipse.persistence.sessions.changesets.EISCollectionChangeRecord
ADVANCED: Return the removed objects.
getRemoves() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return the entries for all the elements removed from the old collection.
getReplicateWrites() - Method in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
PUBLIC: Return if write queries should be replicated.
getReplicateWrites() - Method in class org.eclipse.persistence.descriptors.partitioning.UnionPartitioningPolicy
PUBLIC: Return if write queries should be replicated.
getReplicateWrites() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RoundRobinPartitioningMetadata
 
getReplicateWrites() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.UnionPartitioningMetadata
 
getReplicationPartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getReplicationPartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getReportItems() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
 
getReportQuery(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SubqueryNode
 
getReportQuery(Query) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Access the internal EclipseLink query wrapped within the JPA query.
getRepositoryName() - Method in class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
Used by getEntityMappings when creating the XMLEntityMappings as a way of describing where it was read from.
getRequestId() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Gets the request id.
getResolvedType() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
 
getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Returns the JavaClass representing the type of this JavaField.
getResolvedType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Returns this JavaMethod's return type.
getResolver() - Method in class org.eclipse.persistence.internal.jaxb.IDResolverWrapper
 
getResolver(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Creates or retrieved the cached Resolver for the given Expression.
getResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves the Resolver mapped with the given identification variable.
getResolver(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Retrieves the Resolver mapped with the given identification variable.
getResolver() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Returns the current Resolver used to resolve an Expression.
getResource() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
 
getResourceName() - Method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
getResourceName() - Method in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
getResourceName() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: Returns the resource name we are trying to load.
getResourcePath() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
INTERNAL: Will return the the resource name with full path of the resource file.
getResources(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer.TempEntityLoader
 
getResponseBuilder(FeatureSet.Feature) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
Returns an instance of FeatureResponseBuilder for given feature.
getResponseBuilder(FeatureSet.Feature) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
Returns an instance of FeatureResponseBuilder for given feature.
getResponseBuilder(FeatureSet.Feature) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
Returns an instance of FeatureResponseBuilder for given feature.
getResponseMediaType(HttpHeaders) - Static method in class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
 
getRestriction() - Method in class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
Return the predicate that corresponds to the where clause restriction(s).
getRestriction() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Content
 
getRestriction() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
getRestrictionBase() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
 
getResult() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
The result set is stored for the return value of cursor selects.
getResult() - Method in class org.eclipse.persistence.internal.dbws.SOAPResponse
 
getResult() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
getResult() - Method in class org.eclipse.persistence.internal.expressions.ExpressionIterator
 
getResult() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
Return the Result for this Schema.
getResult() - Method in interface org.eclipse.persistence.internal.oxm.UnmarshallerHandler
Returns the object that was unmarshalled from the SAX events.
getResult() - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
getResult() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshallerHandler
Return the unmarhalled document.
getResult() - Method in class org.eclipse.persistence.oxm.XMLUnmarshallerHandler
Returns the object that was unmarshalled from the SAX events.
getResult() - Method in class org.eclipse.persistence.queries.ComplexQueryResult
PUBLIC: Return the result of the query.
getResult() - Method in class org.eclipse.persistence.sessions.SessionEvent
PUBLIC: Some events may have a result associated with them (pre/postExecuteQuery).
getResultClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedNativeQueryMetadata
INTERNAL:
getResultClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedNativeQueryMetadata
INTERNAL: Used for OX mapping.
getResultClassNames() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
getResultCollection() - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Non-standard method to return results of a ReadQuery that has a containerPolicy that returns objects as a collection rather than a List
getResultCollection() - Method in interface org.eclipse.persistence.jpa.JpaQuery
PUBLIC: Non-standard method to return results of a ReadQuery that has a containerPolicy that returns objects as a collection rather than a List
getResultCursor() - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Non-standard method to return results of a ReadQuery that uses a Cursor.
getResultCursor() - Method in interface org.eclipse.persistence.jpa.JpaQuery
PUBLIC: Non-standard method to return results of a ReadQuery that uses a Cursor.
getResultIndex() - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
getResultKey() - Method in class org.eclipse.persistence.queries.ReportQueryResult
INTERNAL: Return the unique key for this result
getResultList() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Execute the query and return the query results as a List.
getResultList() - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Execute the query and return the query results as a List.
getResults() - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Return the results.
getResults() - Method in class org.eclipse.persistence.queries.SQLResultSetMapping
Accessor for the internally stored list of ColumnResult.
getResultSet() - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Return the result set (cursor).
getResultSetConcurrency() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
 
getResultSetConcurrency() - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
PUBLIC: The ResultSetConcurrency specifies if the resultset is updatable.
getResultSetFetchSize() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
 
getResultSetMapping() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedNativeQueryMetadata
INTERNAL: Used for OX mapping.
getResultSetMappings() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
getResultSetType() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
 
getResultSetType() - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
PUBLIC: The ResultSetType specifies if the resultset is sensitive to changes made by others.
getResultType() - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
 
getResultType() - Method in class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
Return the result type of the query.
getResultType() - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
getResultType() - Method in class org.eclipse.persistence.internal.xr.ProcedureOutputArgument
 
getResultType() - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
getResultType() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Calculates the type of the query result of the JPQL query.
getResultType() - Method in class org.eclipse.persistence.queries.DataReadQuery
Return the result type to be configured, MAP, ARRAY, VALUE, ATTRIBUTE (MAP is the default, DatabaseRecord).
getResultVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Returns the Expression representing the result variable.
getResultVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Returns the result variable identifies the select expression, which can be used in the ORDER BY clause.
getResultVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the variables that got defined in the select expression.
getResultVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Returns the variables that got defined in the select expression.
getResultVariablesMap() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Returns the map of result variables that got used to define a select expression.
getReturnFields() - Method in class org.eclipse.persistence.internal.expressions.SQLModifyStatement
 
getReturningPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return returning policy.
getReturnInsert() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
getReturnOnly() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.ReturnInsertMetadata
INTERNAL: Used for OX mapping.
getReturnParameter() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredFunctionQueryMetadata
INTERNAL: Used for OX mapping.
getReturnParameter() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredFunctionQueryMetadata
INTERNAL: Used for OX mapping.
getReturnsResultSet() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
ADVANCED: This method returns a value that represents if the customer has set whether or not EclipseLink should expect the stored procedure to returning a JDBC ResultSet.
getReturnsResultSet() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping
getReturnType() - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
getReturnType() - Method in class org.eclipse.persistence.internal.codegen.ReflectiveMethodDefinition
 
getReturnType() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
getReturnType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
getReturnType() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
 
getReturnType() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
getReturnType() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
getReturnType() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Returns this JavaMethod's return type.
getReturnType() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Return the return type.
getReturnTypeClass() - Method in class org.eclipse.persistence.internal.codegen.ReflectiveMethodDefinition
 
getReturnTypeForWriteTransformationMethod(String, JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.builder.helper.TransformerReflectionHelper
 
getReturnTypeForWriteTransformationMethodTransformer(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.builder.helper.TransformerReflectionHelper
 
getReturnTypes() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Query
 
getReturnUpdate() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
getReuseContainer() - Method in interface org.eclipse.persistence.internal.oxm.ContainerValue
Return true if the original container on the object should be used if present.
getReuseContainer() - Method in interface org.eclipse.persistence.internal.oxm.mappings.XMLContainerMapping
Return true if a pre-initialized container already set on the field/property should be used.
getReuseContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
 
getReuseContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
getReuseContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
getReuseContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
getReuseContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
getReuseContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
 
getReuseContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
 
getReuseContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
getReuseContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
getReuseContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
 
getReuseContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathCollectionMappingNodeValue
 
getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
Return true if the original container on the object should be used if present.
getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
Return true if the original container on the object should be used if present.
getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
Return true if the original container on the object should be used if present.
getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
Return true if the original container on the object should be used if present.
getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Return true if the original container on the object should be used if present.
getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
Return true if the original container on the object should be used if present.
getReuseContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
Return true if the original container on the object should be used if present.
getReuseJMSTopicPublisher() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
PUBLIC: flag used to toggle between j2EE/JMS spec compliant behavior and legacy behavior.
getReverseDeletedMap() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getRight() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Return the right node
getRight() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Returns the StateObject that represents the right expression.
getRightExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Returns the Expression that represents the second expression, which is after the identifier.
getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AndExpression
Returns the unique identifier of the JPQLQueryBNF for the right expression.
getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpression
Returns the unique identifier of the JPQLQueryBNF for the right expression.
getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpression
Returns the unique identifier of the JPQLQueryBNF for the right expression.
getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Returns the unique identifier of the JPQLQueryBNF for the right expression.
getRightExpressionQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrExpression
Returns the unique identifier of the JPQLQueryBNF for the right expression.
getRightForAnd() - Method in class org.eclipse.persistence.internal.jpa.parsing.BetweenNode
 
getRightForBetween() - Method in class org.eclipse.persistence.internal.jpa.parsing.BetweenNode
 
getRightMostNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
INTERNAL Return the right most node of a dot expr, so return 'c' for 'a.b.c'.
getRMIRegistryNamingServiceConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.RMITransportManagerConfig
 
getRollbackOnly() - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
Determine whether the current transaction has been marked for rollback.
getRoot() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaDeleteImpl
 
getRoot() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl
 
getRoot() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Retrieves the root node of the parsed tree hierarchy.
getRoot() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Retrieves the root node of the parsed tree hierarchy.
getRoot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns the root of the StateObject hierarchy.
getRoot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Returns the root of the StateObject hierarchy.
getRoot() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Returns the root of the StateObject hierarchy.
getRoot(String, String, String) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns StringBuilder containing application root: http(s)://root:port/persistence/version/context
getRoot(PersistenceContext) - Static method in class org.eclipse.persistence.jpa.rs.util.HrefHelper
Returns StringBuilder containing application root: http(s)://root:port/persistence/version/context
getRootBean() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
ConstraintViolation.getRootBean()
getRootBeanClass() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
ConstraintViolation.getRootBeanClass()
getRootClass() - Method in class org.eclipse.persistence.jaxb.json.JsonSchemaOutputResolver
Returns the root class of the schema to be generated.
getRootDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method returns the root descriptor for for this descriptor's class heirarchy.
getRootElementName() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getRootElementName() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
Return the root element's prefix qualified name
getRootElementName() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getRootElementName() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
Return the name of the root element.
getRootElementNamespaceUri() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getRootElementNamespaceUri() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
Return the root element's namespace URI
getRootElementNamespaceUri() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getRootElementURI() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
Return the targetNamespace URI for the root element.
getRootEmbeddableAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Add a root level embeddable accessor.
getRootEntity() - Method in class org.eclipse.persistence.queries.FetchGroup
INTERNAL:
getRootMarshalRecord() - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
getRootNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
getRootNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
Returns the root node after representing the parse tree for the current query string.
getRootObject() - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.XMLBinderCacheEntry
 
getRootObject() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Returns the Expression that represents the "root" object.
getRootObject() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Returns the ChangeSummary root DataObject - the object from which changes are tracked.
getRootObject() - Method in class org.eclipse.persistence.sdo.SDODataGraph
Returns the root data object of this data graph.
getRootObject() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getRootObject() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
Return the root DataObject for the XMLDocument.
getRootParentDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return the root parent descriptor
getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Returns the "root" object for objects which may not be reachable by navigation.
getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Returns the "root" object for objects which may not be reachable by navigation.
getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Returns the "root" object for objects which may not be reachable by navigation.
getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Returns the "root" object for objects which may not be reachable by navigation.
getRootPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
Returns the "root" object for objects which may not be reachable by navigation, it is either the abstract schema name (entity name), a derived path expression (which is only defined in a subquery) or null if this Declaration is a collection member declaration.
getRoots() - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
Return the query roots.
getRootSchema() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getRootSession(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: The session that this query is executed against when not in transaction.
getRootSetting(Setting) - Static method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL: Get the root Setting for a given Setting.
getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Returns the StateObject representing the "root" for objects which may not be reachable by navigation.
getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Returns the StateObject holding onto the abstract schema name.
getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Returns the StateObject representing the "root" for objects which may not be reachable by navigation.
getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Returns the StateObject holding onto the abstract schema name.
getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Returns the StateObject representing the "root" for objects which may not be reachable by navigation.
getRootStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Returns the StateObject holding onto the abstract schema name.
getRootURL() - Method in class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
 
getRootURL() - Method in interface org.eclipse.persistence.jpa.Archive
 
getRootXPathNode() - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
getRootXPathNode() - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
getRootXPathNode() - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
getRoundElements() - Method in class org.eclipse.persistence.internal.jpa.modelgen.MetadataMirrorFactory
INTERNAL:
getRoundRobinPartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getRoundRobinPartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getRow() - Method in class org.eclipse.persistence.internal.indirection.BackupValueHolder
 
getRow() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Return the row.
getScale() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Returns the scale for a decimal column when generating DDL.
getScale() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL: Used for OX mapping.
getScale() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
getSchema() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for OX mapping.
getSchema() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
getSchema() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for OX mapping.
getSchema() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getSchema() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
getSchema() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL:
getSchema() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
getSchema() - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
getSchema() - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
getSchema() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
getSchema() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Include
 
getSchema() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
 
getSchema() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
 
getSchema() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
getSchema() - Method in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
getSchema() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getSchema() - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
getSchema() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
getSchema() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
getSchema() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
Gets the value of the schema property.
getSchema() - Method in class org.eclipse.persistence.oxm.XMLBinder
 
getSchema(Source, SchemaResolver, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
Return a Schema for the given Source object.
getSchema(Source, SchemaResolverWrapper, boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
Return a Schema for the given Source object.
getSchemaContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL:
getSchemaContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL:
getSchemaContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.CollectionTableMetadata
INTERNAL:
getSchemaContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.JoinTableMetadata
INTERNAL:
getSchemaContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.SecondaryTableMetadata
INTERNAL:
getSchemaContext() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL:
getSchemaContext() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
Get the path to the simple/complex type definition, element or group to be referenced in the schema
getSchemaContext() - Method in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
Returns the path to be traversed for validation purposes.
getSchemaContextAsQName() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
 
getSchemaContextAsQName(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
INTERNAL:
getSchemaFactory() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
getSchemaLocation() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getSchemaLocation() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getSchemaLocation() - Method in class org.eclipse.persistence.internal.oxm.Root
Gets the schema location which will be set on the XMLRoot during unmarshal.
getSchemaLocation() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Include
 
getSchemaLocation() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Get the schema location set on this XMLMarshaller
getSchemaLocation() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getSchemaLocation() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
Return the value of the schemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if not present.
getSchemaName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getSchemaNamespace() - Method in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
getSchemaProject() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
getSchemaReference() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Return the SchemaReference associated with this descriptor
getSchemaReference() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Return the SchemaReference associated with this descriptor
getSchemaResolver() - Method in class org.eclipse.persistence.sdo.helper.SchemaResolverWrapper
Return the SchemaResolver for this wrapper instance.
getSchemaType() - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
Get the schema type to be used during conversion.
getSchemaType() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Return the schema type associated with this field
getSchemaType() - Method in class org.eclipse.persistence.internal.oxm.Root
Gets the schema type.
getSchemaType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getSchemaType() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
INTERNAL: Indicates the schema type to be used during marshal
getSchemaType() - Method in class org.eclipse.persistence.oxm.XMLField
Return the schema type associated with this field
getSchemaType() - Method in class org.eclipse.persistence.oxm.XMLUnionField
Return the first schema type in the list of schema types
getSchemaTypeFor(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getSchemaTypeFor(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Return the schema type (as QName) based on a given JavaClass.
getSchemaTypeForValue(Object, CoreAbstractSession) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
INTERNAL:
getSchemaTypeForValue(Object, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL:
getSchemaTypeForValue(Object, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.XMLUnionField
 
getSchemaTypeInfo() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Return the Map of SchemaTypeInfo instances.
getSchemaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
 
getSchemaTypeName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getSchemaTypeNameForClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
getSchemaTypeNameForClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
getSchemaTypeOrNullFor(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getSchemaTypes() - Method in interface org.eclipse.persistence.internal.oxm.mappings.UnionField
Return the list of schema types
getSchemaTypes() - Method in class org.eclipse.persistence.oxm.XMLUnionField
Return the list of schema types
getScope() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Gets the value of the scope property.
getScopeClass() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Get the scope class associated with this element.
getSDOClassGeneratorListener() - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
getSdoType() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
getSDOTypeFromXSDType(QName) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
A function to access the values stored in sdoToXSDTypes HashMap
getSDOTypeFromXSDType(QName) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
getSDOTypeFromXSDType(QName) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL:
getSdoTypeName() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
getSecond() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL: Used for OX mapping.
getSecond() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Returns the StateObject representing the second expression.
getSecond() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Returns the StateObject representing the second expression.
getSecondaryNamespace() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
 
getSecondaryNamespace() - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
getSecondaryNamespace() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
 
getSecondaryNamespacePrefix() - Method in class org.eclipse.persistence.internal.sessions.factories.EclipseLinkObjectPersistenceRuntimeXMLProject
 
getSecondaryNamespacePrefix() - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
getSecondaryNamespacePrefix() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
 
getSecondaryNamespaceXPath() - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
getSecondaryPrefix() - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolverWithPrefixes
 
getSecondaryTables() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
getSecondChild() - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
 
getSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Returns the Expression that represents the second expression.
getSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Returns the Expression that represents the second expression.
getSecurableObject() - Method in class org.eclipse.persistence.internal.security.SecurableObjectHolder
 
getSelectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Creates and returns a new ISelectExpressionStateObjectBuilder that can be used to programmatically create a single select expression and once the expression is complete, ISelectExpressionStateObjectBuilder.commit() will push the StateObject representation of that expression as this clause's select expression.
getSelectBuilder() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Creates and returns a new ISimpleSelectExpressionStateObjectBuilder that can be used to programmatically create a single select expression and once the expression is complete, ISimpleSelectExpressionStateObjectBuilder.commit() will push the StateObject representation of that expression as this clause's select expression.
getSelectCall() - Method in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
 
getSelectCall() - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
 
getSelectCallForExist() - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
getSelectCallForExist() - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
getSelectCallForNotExist() - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Returns the AbstractSelectClause representing the SELECT clause.
getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the state object representing the SELECT clause.
getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Returns the state object representing the SELECT clause.
getSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Returns the state object representing the SELECT clause.
getSelectClause() - Method in class org.eclipse.persistence.tools.schemaframework.ViewDefinition
The select clause is the select statement that is mapped into the view.
getSelectedColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.locking.OptimisticLockingMetadata
INTERNAL: Used for OX mapping.
getSelectExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Returns the Expression representing the select items.
getSelectExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Returns the Expression representing the select expression.
getSelectExpressions() - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
 
getSelectFields() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Returns the set of fields that should be selected to build this mapping's value(s).
getSelectFields() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Returns the set of fields that should be selected to build this mapping's value(s).
getSelectForUpdateNoWaitString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
This syntax does no wait on the lock.
getSelectForUpdateNoWaitString() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
getSelectForUpdateNoWaitString() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: This syntax does no wait on the lock.
getSelectForUpdateOfString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
For fine-grained pessimistic locking the column names can be specified individually.
getSelectForUpdateString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Most database support a syntax.
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.DB2MainframePlatform
INTERNAL: Used for pessimistic locking in DB2.
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Used for pessimistic locking in DB2.
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
 
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
 
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
WITH LOCK is required on FB to hold the lock.
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Informix seems to like this syntax instead of the OF * syntax.
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Used for pessimistic locking.
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
 
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Temporary workaround to avoid joined queries with FOR UPDATE in them
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: Lock.
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
 
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Symfoware supports "for update" for row locking.
getSelectForUpdateString() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
INTERNAL: Used for pessimistic locking.
getSelectForUpdateWaitString(Integer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Platforms that support the WAIT option should override this method.
getSelectForUpdateWaitString(Integer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
 
getSelection() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Return the selection item of the query.
getSelection() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Return the selection item of the query.
getSelectionCriteria() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Return the selection criteria for the mechanism.
getSelectionCriteria() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Return the selection criteria of the query.
getSelectionCriteria() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Return the selection criteria for the statement.
getSelectionCriteria() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Returns the selection criteria stored in the mapping selection query.
getSelectionCriteria() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return the selection criteria of the query.
getSelectionCriteriaClone() - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: The clone of the selection criteria is needed for in-memory conforming each object read from the Cursor.
getSelectionFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return all selection fields
getSelectionFields(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return all selection fields
getSelectionFields() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
Lists the database fields that should be read by the query using the policy.
getSelectionFields() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
getSelectionFields(ReadQuery) - Method in class org.eclipse.persistence.expressions.Expression
 
getSelectionFields() - Method in class org.eclipse.persistence.internal.descriptors.SerializedObjectPolicyWrapper
 
getSelectionFields(ReadQuery) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL:
getSelectionFields(ReadQuery) - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
INTERNAL:
getSelectionFields(ReadQuery) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL:
getSelectionFields(ReadQuery) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL:
getSelectionFields(SQLSelectStatement, boolean) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Return the fields required in the select clause.
getSelectionFields() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the fields selected by the query.
getSelectionId() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return Id of the object to be selected by the query.
getSelectionKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
Deprecated.
since EclipseLink 2.1, replaced by getSelectionId()
getSelectionObject() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return the selection object of the query.
getSelectionQuery() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Returns the read query associated with the mapping.
getSelectItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Returns
getSelectItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Returns the unique identifier of the JPQLQueryBNF for the list of select items to parse.
getSelectItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectClause
Returns the unique identifier of the JPQLQueryBNF for the list of select items to parse.
getSelectItemQueryBNFId() - Method in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
Returns the unique identifier of the JPQLQueryBNF for the list of select items to parse.
getSelector() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Return the selector id.
getSelectQuery() - Method in class org.eclipse.persistence.sequencing.QuerySequence
PUBLIC:
getSelectSequenceQuery() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
OBSOLETE: This method lazy initializes the select sequence number query.
getSelectTables() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Returns the table(s) that should be selected to build this mapping's value(s).
getSelectTables() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Returns the table(s) that should be selected to build this mapping's value(s).
getSelfChildren() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getSelfLink() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.ItemLinks
Gets 'self' link.
getSelfMappingObject(Mapping) - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.XMLBinderCacheEntry
 
getSelfNodeValueForAttribute(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getSendMode() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.RMITransportManagerConfig
 
getSensorName(String, String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: TopLink_sessionName_domainClass_queryClass_queryName (if exist)_operationName (if exist).
getSeparators() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
getSequence() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return the descriptor's sequence.
getSequence(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Get sequence corresponding to the name
getSequence(String) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Get sequence corresponding to the name.
getSequence() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
getSequence() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
getSequence() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
getSequence() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getSequence(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
Deprecated.
in SDO 2.1.0.
getSequence(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
Deprecated.
in SDO 2.1.0.
getSequence(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
Deprecated.
in SDO 2.1.0.
getSequence() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getSequence(Sequence) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Return the EclipseLink implementation of Sequence.
getSequence(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
Get sequence corresponding to the name
getSequenceConfigs() - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
getSequenceConnectionPoolConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.PoolsConfig
 
getSequenceCounterField() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getSequenceCounterField() - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
getSequenceCounterFieldName() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
getSequenceCounterFieldName() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
PUBLIC:
getSequenceCounterFieldName() - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
PUBLIC: Return the name of the only field of this table
getSequenceGenerator() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getSequenceGenerator() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
getSequenceGenerators() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getSequenceMapping() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
PERF: Return the sequence mapping.
getSequenceName() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for OX mapping.
getSequenceNameField() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getSequenceNameField() - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
getSequenceNameFieldName() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
getSequenceNameFieldName() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
PUBLIC:
getSequenceNumberField() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Get sequence number field
getSequenceNumberField() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
getSequenceNumberFieldName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Get sequence number field name
getSequenceNumberName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Get sequence number name
getSequenceNumberNamed(Object) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
INTERNAL: Perform remote function call
getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
INTERNAL: Get the value returned by remote function call
getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
getSequenceNumberNamed(Object) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Perform remote function call
getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
INTERNAL: Get the value returned by remote function call
getSequenceNumberNamed(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
getSequenceNumberNamed(Object) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Perform remote function call
getSequenceNumberNamed(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
INTERNAL: Get the value returned by remote function call
getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
INTERNAL: Get the value returned by remote function call
getSequenceNumberNamed(Object) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Perform remote function call
getSequenceNumberNamed(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
INTERNAL: Get the value returned by remote function call
getSequenceNumberNamed(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
INTERNAL: Get the value returned by remote function call
getSequencePreallocationSize() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
getSequencePreallocationSize() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
getSequencePreallocationSize() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getSequencePreallocationSize() - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
getSequencePreallocationSize() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Method returns the value of the Sequence Preallocation size
getSequencePreallocationSize() - Method in class org.eclipse.persistence.services.RuntimeServices
Method returns the value of the Sequence Preallocation size
getSequences() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
INTERNAL: Returns a map of sequence names to Sequences (may be null).
getSequences() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
INTERNAL: Returns a map of sequence names to Sequences (may be null).
getSequences() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
Returns a map of sequence names to Sequences (may be null).
getSequencesToWrite() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
INTERNAL: Used only for writing into XML or Java.
getSequencesToWrite() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
INTERNAL: Used only for writing into XML or Java.
getSequencesToWrite() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Used only for writing the login into XML or Java.
getSequenceTable() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getSequenceTable() - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
getSequenceTable() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
Return the database table for the sequence.
getSequenceTableIndexes() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
PUBLIC:
getSequenceTableName() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
getSequenceTableName() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
PUBLIC:
getSequenceTableQualifiedName() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
PUBLIC:
getSequenceTableQualifier() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
PUBLIC:
getSequencing() - Method in interface org.eclipse.persistence.internal.sequencing.SequencingHome
 
getSequencing() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the Sequencing object used by the session.
getSequencing() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Return the Sequencing object used by the session.
getSequencing() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the Sequencing object used by the session.
getSequencing() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return the Sequencing object used by the session.
getSequencing() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
INTERNAL: Return the Sequencing object used by the session.
getSequencing() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Return the Sequencing object used by the session.
getSequencingCallback(SequencingCallbackFactory) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Return sequencing callback.
getSequencingCallback(SequencingCallbackFactory) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return sequencing callback.
getSequencingCallback(DatabaseSession, SequencingCallbackFactory) - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
Return sequencingCallback corresponding to the passed session.
getSequencingConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
getSequencingConfigNonNull() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getSequencingControl() - Method in interface org.eclipse.persistence.internal.sequencing.SequencingHome
 
getSequencingControl() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Return SequencingControl which used for sequencing setup and customization including management of sequencing preallocation.
getSequencingControl() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Return SequencingControl which used for sequencing setup and customization including management of sequencing preallocation.
getSequencingServer() - Method in interface org.eclipse.persistence.internal.sequencing.SequencingHome
 
getSequencingServer() - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Return SequencingServer object owned by the session.
getSerializedConverters() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getSerializedConverters() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getSerializedObjectPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL:
getSerializedObjectPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getSerializedObjectPolicyClassName() - Method in class org.eclipse.persistence.internal.descriptors.SerializedObjectPolicyWrapper
 
getSerializer() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
Return the Serializer to use by default for serialization.
getSerializer() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
Return the serialize used for this converter.
getSerializer() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
PUBLIC: Return the Serializer to use for serialization of commands.
getSerializer() - Method in interface org.eclipse.persistence.sessions.Session
Return the Serializer to use by default for serialization.
getSerializerClassName() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
Return the class name of the serializer.
getSerializerPackage() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedConverterMetadata
INTERNAL: Used for OX mapping.
getSerializerPackage() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
Return the package used for XML and JSON serialization JAXBContext.
getServerClassName() - Method in class org.eclipse.persistence.internal.sessions.factories.model.platform.CustomServerPlatformConfig
 
getServerClassName() - Method in class org.eclipse.persistence.internal.sessions.factories.model.platform.ServerPlatformConfig
 
getServerIndirectionObject() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Return the object on the server that holds on to the remote value holder.
getServerLog() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
 
getServerLog() - Method in class org.eclipse.persistence.platform.server.NoServerPlatform
INTERNAL: getServerLog(): Return the ServerLog for this platform Return the default ServerLog in the base
getServerLog() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: getServerLog(): Return the ServerLog for this platform Return the default ServerLog in the base
getServerLog() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: getServerLog(): Return the ServerLog for this platform Return the default ServerLog in the base
getServerLog() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
 
getServerName() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: The server name is the name of the database instance.
getServerNameAndVersion() - Method in class org.eclipse.persistence.platform.server.NoServerPlatform
PUBLIC: getServerNameAndVersion(): Answer null because this does not apply to NoServerPlatform.
getServerNameAndVersion() - Method in class org.eclipse.persistence.platform.server.sap.SAPNetWeaver_7_1_Platform
 
getServerNameAndVersion() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
PUBLIC: getServerNameAndVersion(): Talk to the relevant server class library, and get the server name and version
getServerNameAndVersion() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
PUBLIC: getServerNameAndVersion(): Talk to the relevant server class library, and get the server name and version
getServerPlatform() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
INTERNAL: Marked internal as this is not customer API but helper methods for accessing the server platform from within TopLink's other sessions types (ie not DatabaseSession)
getServerPlatform() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Marked internal as this is not customer API but helper methods for accessing the server platform from within EclipseLink's other sessions types (ie not DatabaseSession)
getServerPlatform() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Answer the server platform to handle server specific behavior for WLS, Oc4j, etc.
getServerPlatform() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Marked internal as this is not customer API but helper methods for accessing the server platform from within EclipseLink's other sessions types (i.e.
getServerPlatform() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
INTERNAL: Return the serverPlatform that identifies the application server
getServerPlatform() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Answer the server platform defining server-specific behavior for the receiver (Oc4j, WLS, ...).
getServerPlatform() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Marked internal as this is not customer API but helper methods for accessing the server platform from within other sessions types (i.e.
getServerPlatform() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the server platform currently used.
getServerPlatformConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
getServerSession() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
INTERNAL: Returns the ServerSession that the Factory will be using and initializes it if it is not available.
getServerSession() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
INTERNAL: Returns the ServerSession that the Factory will be using and initializes it if it is not available.
getServerSession() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Return the underlying server session, throws ClassCastException if it's not a ServerSession.
getServerSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
Return the underlying server session
getServerSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManagerFactory
Returns the ServerSession that the Factory will be using and initializes it if it is not available.
getServerSession(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Retrieve the shared server session from the EMF.
getServerSession() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Gets the jpa server session.
getServiceId() - Method in class org.eclipse.persistence.internal.sessions.coordination.RemoteConnection
INTERNAL: Return the service info of the receiving service
getServiceId() - Method in class org.eclipse.persistence.internal.sessions.coordination.ServiceAnnouncement
INTERNAL: Return the id of the service sending this announcement
getServiceId() - Method in class org.eclipse.persistence.sessions.coordination.Command
PUBLIC: Return the service identifier of the service where the command originated
getServiceId() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
INTERNAL: Return the service info that identifies this service instance
getServiceName() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
ADVANCED: This method is used to get the globally unique identifier for this connection.
getServiceVersion() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Gets JPARS version.
getSession() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
PUBLIC: The session in which the event is raised.
getSession() - Method in class org.eclipse.persistence.dynamic.DynamicHelper
 
getSession() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
PUBLIC: Return the session.
getSession() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
getSession() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL:
getSession() - Method in class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer
INTERNAL:
getSession() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
getSession() - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
 
getSession() - Method in class org.eclipse.persistence.internal.indirection.BackupValueHolder
 
getSession() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Return the session.
getSession() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
This method will return a Session outside of a transaction and null within a transaction.
getSession() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
getSession() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Set the session to log to.
getSession() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getSession() - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
getSession(Class) - Method in class org.eclipse.persistence.internal.oxm.Context
INTERNAL: Return the session corresponding to this class.
getSession() - Method in class org.eclipse.persistence.internal.oxm.Context
INTERNAL:
getSession(DESCRIPTOR) - Method in class org.eclipse.persistence.internal.oxm.Context
 
getSession(Object) - Method in class org.eclipse.persistence.internal.oxm.Context
INTERNAL: Return the session corresponding to this object.
getSession() - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
getSession() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getSession() - Method in interface org.eclipse.persistence.internal.oxm.record.XMLRecord
 
getSession() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: get the session associated with this IdentityMapAccessor
getSession() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: get the session associated with this IdentityMapAccessor
getSession() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
getSession() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
 
getSession() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Get the associated server side session.
getSession() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
Return the session.
getSession() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method will return a Session outside of a transaction and null within a transaction.
getSession() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
getSession() - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Get the session that owns this SessionLog.
getSession() - Method in class org.eclipse.persistence.logging.SessionLogEntry
Return the session that generated the log entry.
getSession() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
getSession() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
getSession(int) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: XMLContext xmlContext = new XMLContext("path0:path1");
DatabaseSession session = xmlContext.getSession(0); // returns session for path0
getSession(Object) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return the session corresponding to this object.
getSession(Class) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return the session corresponding to this class.
getSession(XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return the session corresponding to this XMLDescriptor.
getSession() - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Return the handle to the session
getSession() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the current session.
getSession() - Method in class org.eclipse.persistence.sessions.CopyGroup
INTERNAL: Return the session.
getSession() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
INTERNAL: Return the manager's session.
getSession(String) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the session by name.
getSession(String, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the session by name.
getSession(String, boolean, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the session by name.
getSession(String, Object) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the session by name, using the classloader of the Object specified.
getSession(String, String) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the session by name, in the file specified.
getSession(String, String, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the session by name, in the file specified, using the class loader to find the resource.
getSession(String, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the session by name.
getSession(XMLSessionConfigLoader, String, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the session by name, loading the configuration from the file specified in the XMLSessionConfigLoader.
getSession(XMLSessionConfigLoader, String, ClassLoader, boolean, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the session by name, loading the configuration from the file specified in the loader.
getSession(XMLSessionConfigLoader, String, ClassLoader, boolean, boolean, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the session by name, loading the configuration from the file specified in the loader.
getSession(XMLSessionConfigLoader) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return the session by name, loading the configuration from the file specified in the loader, using the loading options provided on the loader.
getSession() - Method in class org.eclipse.persistence.sessions.SessionEvent
PUBLIC: The session in which the event is raised.
getSession() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Get the session for this session event manager
getSession() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
getSession() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
getSession() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
getSession() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
 
getSession() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return the manager's session.
getSessionBroker() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
INTERNAL: Returns the SessionBroker that the Factory will be using and initializes it if it is not available.
getSessionBroker() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
INTERNAL: Returns the SessionBroker that the Factory will be using and initializes it if it is not available.
getSessionBroker() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Return the underlying session broker, throws ClassCastException if it's not a SessionBroker.
getSessionBroker() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
Return the underlying session broker
getSessionBroker() - Method in interface org.eclipse.persistence.jpa.JpaEntityManagerFactory
Returns the SessionBroker that the Factory will be using and initializes it if it is not available.
getSessionBroker(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Retrieve the shared session broker from the EMF.
getSessionCompleted() - Method in class org.eclipse.persistence.internal.sessions.factories.SessionBrokerPlaceHolder
 
getSessionConfigs() - Method in class org.eclipse.persistence.internal.sessions.factories.model.SessionConfigs
 
getSessionCustomizerClass() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
getSessionEventListener(AbstractSession) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
Returns SessionEventListener related to this version.
getSessionEventListener(AbstractSession) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
Returns SessionEventListener related to this version.
getSessionEventListener(AbstractSession) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
Returns SessionEventListener related to this version.
getSessionEventListeners() - Method in class org.eclipse.persistence.internal.sessions.factories.model.event.SessionEventManagerConfig
 
getSessionEventManagerConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
getSessionForClass(Class) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the session to be used for the class.
getSessionForClass(Class) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Return the session to be used for the class.
getSessionForName(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the session by name.
getSessionForName(String) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Return the session by name.
getSessionLog() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return the session log to which an accessor logs messages and SQL.
getSessionLog() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
 
getSessionLog() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return the session log to which an accessor logs messages and SQL.
getSessionName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the name of the session local to this descriptor.
getSessionName() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
getSessionName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return the name of the session that the query should be executed under.
getSessionName() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Answer the name of the EclipseLink session this MBean represents.
getSessionName() - Method in class org.eclipse.persistence.services.RuntimeServices
Answer the name of the EclipseLink session this MBean represents.
getSessionName() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
 
getSessionName() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: Returns the name of the Session in the sessions XML file desired to be loaded.
getSessionNames() - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionBrokerConfig
 
getSessionNamesRequired() - Method in class org.eclipse.persistence.internal.sessions.factories.SessionBrokerPlaceHolder
 
getSessions() - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return the EclipseLink session used to marshal.
getSessions() - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL: Return a hashtable on all sessions.
getSessionsByName() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Return sessions indexed by name.
getSessionsFile() - Method in class org.eclipse.persistence.internal.xr.XRServiceModel
 
getSessionString() - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
getSessionType() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Answer the type of the EclipseLink session this MBean represents.
getSessionType() - Method in class org.eclipse.persistence.services.RuntimeServices
Answer the type of the EclipseLink session this MBean represents.
getSessionTypeString() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Returns the type of session, its class.
getSessionTypeString() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Returns the type of session, its class.
getSessionTypeString() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Returns the type of session, its class.
getSessionXMLPath() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
 
getSet(String) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the Set-valued attribute of the managed type that corresponds to the specified name.
getSet(String, Class<E>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the Set-valued attribute of the managed type that corresponds to the specified name and Java element type.
getSetClass() - Method in interface org.eclipse.persistence.indirection.IndirectCollectionsFactory.IndirectCollectionsProvider
Class implementing IndirectSet.
getSetClass() - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectCollectionsProvider
 
getSetMethod() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL: Method to convert a getMethod into a setMethod.
getSetMethod(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL: Method to convert a getMethod into a setMethod.
getSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
Gets the value of the setMethod property.
getSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
Gets the value of the setMethod property.
getSetMethodName() - Method in class org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor
Return the name of the set method for the attribute accessor.
getSetMethodName() - Method in class org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo
 
getSetMethodName() - Method in class org.eclipse.persistence.internal.indirection.WeavedObjectBasicIndirectionPolicy
 
getSetMethodName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Returns the set method name of a method accessor.
getSetMethodName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
getSetMethodName() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.AccessMethodsMetadata
INTERNAL: Used for OX mapping.
getSetMethodName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getSetMethodName() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: This method is invoked reflectively on the reference object to set the value of the attribute in the object.
getSetMethodParameterType() - Method in class org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor
 
getSetMethodParameterType() - Method in class org.eclipse.persistence.internal.descriptors.VirtualAttributeAccessor
Return the set method parameter type.
getSetMethodParameterType() - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
 
getSetNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Return the set node for the tree
getSetterMethodName() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
getSetterMethodSignature() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
getSetterMethodToAttributeDetails() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
getSetting() - Method in class org.eclipse.persistence.internal.oxm.Reference
 
getSettings() - Method in interface org.eclipse.persistence.oxm.sequenced.SequencedObject
 
getSettings() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getSettings() - Method in class org.eclipse.persistence.sdo.SDOSequence
 
getSettingsFromObject(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLSequencedObjectBuilder
 
getSetupImpl() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
INTERNAL: Return the EntityManagerSetupImpl associated with this factory
getShared() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
getSharedCacheMode() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getSharedCacheMode() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
getSharedSession() - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
Helper method that looks up the singleton session and ensure that if the application has been hot-deployed it gets a fresh version of the server.
getSharedSession(boolean, boolean) - Method in class org.eclipse.persistence.sessions.factories.SessionFactory
Used in place of getSharedSession() when the calling application needs access to the session prior to login or it wishes to force the session configuration to be re-loaded an applied.
getShort(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getShort(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getShort(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getShortClassName(Class) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answers the unqualified class name for the provided class.
getShortClassName(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answers the unqualified class name from the specified String.
getShortClassName(Object) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answers the unqualified class name for the specified object.
getShortClassType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the Short class representation.
getShortestTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getShortName() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
getShortType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the short type representation.
getShouldBindAllParameters() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Returns the internal tri-state value of shouldBindParameters used far cascading these settings
getShouldBindAllParameters() - Method in class org.eclipse.persistence.services.DevelopmentServices
Method returns if all Parameters should be bound or not
getShouldBindAllParameters() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
Method returns if all Parameters should be bound or not
getShouldBindAllParameters() - Method in class org.eclipse.persistence.services.RuntimeServices
Method returns if all Parameters should be bound or not
getShouldBindAllParameters() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used to help bean introspection.
getShouldCacheAllStatements() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Returns if statements should be cached or not
getShouldCacheAllStatements() - Method in class org.eclipse.persistence.services.RuntimeServices
Returns if statements should be cached or not
getShouldCacheAllStatements() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used to help bean introspection.
getShouldCheckReadLocks() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapKeyEnumeration
 
getShouldForceFieldNamesToUpperCase() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Used to uppercase default and user defined column field names
getShouldLogExceptionStackTrace() - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.LoggingOptionsConfig
 
getShouldLogMessages() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to determine if messages should be logged by the session
getShouldLogMessages() - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to determine if logging is turned on
getShouldLogPerformanceProfiler() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to determine if we should be logging when using the Performance Profiler
getShouldLogPerformanceProfiler() - Method in class org.eclipse.persistence.services.RuntimeServices
Method indicates if Performance profile should be logged
getShouldOptimizeDataConversion() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used to help bean introspection.
getShouldPrintConnection() - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.LoggingOptionsConfig
 
getShouldPrintDate() - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.LoggingOptionsConfig
 
getShouldPrintSession() - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.LoggingOptionsConfig
 
getShouldPrintThread() - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.LoggingOptionsConfig
 
getShouldProfilePerformance() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will return if profiling is turned on or not
getShouldProfilePerformance() - Method in class org.eclipse.persistence.services.RuntimeServices
This method will return if profiling is turned on or not
getShouldThrowConformExceptions() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return whether to throw exceptions on conforming queries
getShouldTrimStrings() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used to help bean introspection.
getSimpleContent() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
getSimpleType() - Method in class org.eclipse.persistence.internal.oxm.schema.model.List
 
getSimpleType() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getSimpleType() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
getSimpleType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getSimpleTypes() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Union
 
getSimpleXMLFormat() - Method in class org.eclipse.persistence.internal.xr.Result
 
getSimpleXMLFormatTag() - Method in class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormat
 
getSingleResult() - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Execute a query that returns a single result.
getSingleResult() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Execute a SELECT query that returns a single untyped result.
getSingleResult() - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Execute the query and return the single query result.
getSingleTableMultitenantFields() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Assumes a call to hasSingleTableMultitenant has been made before hand.
getSingularAttribute(String) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the single-valued attribute of the managed type that corresponds to the specified name in the represented type.
getSingularAttribute(String, Class<Y>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the single-valued attribute of the managed type that corresponds to the specified name and Java type in the represented type.
getSingularAttributes() - Method in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Return the single-valued attributes of the managed type.
getSize() - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Return the number of CacheKeys in the IdentityMap.
getSize(Class, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Return the number of actual objects of type myClass in the IdentityMap.
getSize() - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
Return the number of CacheKeys in the IdentityMap.
getSize(Class, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
Return the number of actual objects of type myClass in the IdentityMap.
getSize() - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Return the number of CacheKeys in the IdentityMap.
getSize(Class, boolean) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Return the number of actual objects of type myClass in the IdentityMap.
getSize() - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
Return 0 as no objects are cached.
getSize(Class, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
Return 0 as no objects are cached.
getSize() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
getSize() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.BatchFetchMetadata
INTERNAL: Used for OX mapping.
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
 
getSize() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
Return the batch fetch size.
getSize() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Return the number of CacheKeys in the IdentityMap.
getSize(Class, boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Return the number of actual objects of type myClass in the IdentityMap.
getSize() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Return the size of the field, this is only required for some field types.
getSize() - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
PUBLIC: Return the maximum size of the array.
getSizeForPool(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will retrieve the size of a particular connection pool
getSizeForPool(String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method will retrieve the size of a particular connection pool
getSizeQuery() - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
Return the query used to read the size.
getSOAPBodyElement(SOAPEnvelope) - Static method in class org.eclipse.persistence.internal.dbws.ProviderHelper
 
getSopObject() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL:
getSortDirection() - Method in class org.eclipse.persistence.internal.jpa.parsing.SortDirectionNode
 
getSource() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
Returns the source where the modification occurred and that fired the event.
getSource() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeEvent
Returns the source where the modification occurred and that fired the event.
getSource() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
Returns the source where the modification occurred and that fired the event.
getSource() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
Returns the source where the modification occurred and that fired the event.
getSourceClassName() - Method in class org.eclipse.persistence.logging.SessionLogEntry
 
getSourceDir() - Method in class org.eclipse.persistence.sdo.helper.FileCodeWriter
Gets the sourceDir variable.
getSourceFields() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
getSourceFields() - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
PUBLIC:
getSourceForeignKeyFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Return the source foreign key fields.
getSourceForeignKeysToTargetKeys() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Sets the target foreign key fields.
getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Return the source key field names associated with the mapping.
getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Return the source key field names associated with the mapping.
getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Return the source key field names associated with the mapping.
getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
PUBLIC: Return the source key field names associated with the mapping.
getSourceKeyFieldNames() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Return the source key field names associated with the mapping.
getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Return the source key names associated with the mapping
getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Return the source key fields.
getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Return all the source key fields associated with the mapping.
getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Return the source key fields.
getSourceKeyFields() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Return all the source key fields associated with the mapping.
getSourceKeysToTargetForeignKeys() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Return the source/target key fields.
getSourceMapping() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL:
getSourceMethodName() - Method in class org.eclipse.persistence.logging.SessionLogEntry
 
getSourceObject() - Method in exception org.eclipse.persistence.exceptions.ConversionException
PUBLIC: Return the object for which the problem was detected.
getSourceObject() - Method in class org.eclipse.persistence.internal.oxm.Reference
Return the source object for this reference.
getSourceRelationKeyFieldNames() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Return the source relation key field names associated with the mapping.
getSourceRelationKeyFieldNames() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Return the source relation key field names associated with the mapping.
getSourceRelationKeyFields() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Return all the source relation key fields associated with the mapping.
getSourceRelationKeyFields() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Return all the source relation key fields associated with the mapping.
getSourceTable() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
Calculate the source table for based on the various QueryKeyExpression usages (join query keys, custom defined query keys, or query keys for mappings).
getSourceTable() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
getSourceTable() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
PUBLIC: Returns the source table.
getSourceToTargetKeyFieldAssociations() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
Return a list of source-target xmlfield pairs.
getSourceToTargetKeyFieldAssociations() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return a collection of the source to target field value associations.
getSourceToTargetKeyFieldAssociations() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
INTERNAL: Return a list of source-target xmlfield pairs.
getSourceToTargetKeyFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: Gets the foreign key fields.
getSourceToTargetKeyFields() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Returns the source keys to target keys fields association.
getSourceToTargetQueryKeyFieldAssociations() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: Return a collection of the field to query key associations.
getSourceToTargetQueryKeyNames() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Returns the source keys to target keys fields association.
getSpatialExpression(int, Expression, Object, String) - Static method in class org.eclipse.persistence.expressions.spatial.SpatialExpressionFactory
INTERNAL: A utility method to build a SpatialExpression
getSpecialOperations() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: The special operations to use in place of equal.
getSpecification() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Returns the specification which specifies how to trim the string.
getSpecification() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Returns the new trim specification.
getSQL2PlName(ComplexDatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
Return the conversion function name, generate the function if missing.
getSqlCode() - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
getSqlCode() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
 
getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
getSqlCode() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
 
getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
 
getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
 
getSqlCode() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
getSQLDateType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the Date type representation.
getSQLDateType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the char type representation.
getSQLResultMapping() - Method in class org.eclipse.persistence.queries.SQLResult
INTERNAL: Return the SQLResultSetMapping this SQLResult is part of.
getSQLResultSetMapping() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database results
getSQLResultSetMapping(String) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Get a named SQLResultSetMapping from this project.
getSQLResultSetMappingName() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: Return the result set mapping name.
getSQLResultSetMappingNames() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: Return the result set mapping name.
getSqlResultSetMappings() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getSqlResultSetMappings() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getSQLResultSetMappings() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database results
getSQLStatement() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
INTERNAL: Return the sqlStatement
getSQLStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return the SQL statement of the query.
getSQLStatements() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Normally only a single statement is used, however multiple table may require multiple statements on write.
getSQLString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Return the SQL string that will be executed.
getSqlString() - Method in class org.eclipse.persistence.internal.xr.SQLQueryHandler
 
getSQLString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: Return the SQL string of the query.
getSQLString() - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Return the SQL string for this call.
getSQLStrings() - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: Return the SQL strings of the query.
getSqlType() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Return the JDBC type that corresponds to the field.
getSqlTypeName() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
ADVANCED: For ARRAY and STRUCT fields, this is the user defined type for the field.
getStack() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
 
getStartDelimiter() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Delimiter to use for fields and tables using spaces or other special values.
getStartDelimiter() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Delimiter to use for fields and tables using spaces or other special values.
getStartFieldName() - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC: Answers the name of the start field.
getStartFields() - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL:
getStartIndex() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
Returns the index of where the change occurred in the list.
getStartIndex() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
Returns the index of where the change occurred in the list.
getStartPosition() - Method in class org.eclipse.persistence.internal.jpa.parsing.LocateNode
 
getStartPosition() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblem
Returns the position from where the problem starts.
getStartStrings() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
getStartValue() - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
PUBLIC: Return the range start value.
getStartValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitionMetadata
INTERNAL: Used for OX mapping.
getStartWithClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Returns the Expression representing the START WITH clause.
getStartWithExpression() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Return the StartWith expression
getStartWithExpression() - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC:
getState() - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
INTERNAL: State of the connection.
getState() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Find out what the lifecycle state of this UoW is in.
getStateFieldPath() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Returns
getStateFieldPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Returns the actual representation of the parsed information.
getStateFieldPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Returns the Expression representing the state field path expression, which is the property that should get updated.
getStatement() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Return the statement that expression is for.
getStatement() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
The statement is stored for the return value of cursor selects.
getStatement() - Method in class org.eclipse.persistence.internal.expressions.ExpressionIterator
 
getStatement() - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
 
getStatementCacheSize() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
The statement cache size for prepare parameterized statements.
getStatementCacheSize() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Returns the statement cache size.
getStatementCacheSize() - Method in class org.eclipse.persistence.services.RuntimeServices
Returns the statement cache size.
getStatementCacheSize() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: If prepared statement caching is used, return the cache size.
getStatements() - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
The statements are the SQL lines of code.
getStatements() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The statements are the SQL lines of code in procedure.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Returns the StateObject that was created based on the visited Expression.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
Returns the StateObject where the problem was found.
getStateObject() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.Problem
Returns the StateObject where the problem was found.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
Returns the encapsulated StateObject.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Returns the StateObject that represents the arithmetic primary expression.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Returns the StateObject representing the expression to determine if its result falls within the lower and upper bounds.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Returns the CollectionValuedPathExpressionStateObject representing the collection- valued path expression.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Returns the encapsulated StateObject.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Returns
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Returns the StateObject representing the negated expression.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Returns the StateObject representing the collection-valued path expression.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Returns the StateObject representing the value used for ordering.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Returns the StateObject representing a single select expression.
getStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Returns the StateObject representation of the JPQL query or JPQL fragment that was parsed.
getStaticMetamodelAnnotation(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Return the @StaticMetamodel annotation on the given class.
getStaticMetamodelClass(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the static metamodel class associated with the given model class if available.
getStatus() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
getStatus() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
Deprecated.
 
getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
 
getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Pervasive uses ":" as prefix for procedure parameters.
getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
 
getStoredProcedureParameterPrefix() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
 
getStoredProcedureStatementsCount() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return the number of stored procedure call.
getStoredProcedureTerminationToken() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Returns the delimiter between stored procedures in multiple stored procedure calls.
getStrategy() - Method in class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
INTERNAL: Used for OX mapping.
getStrategy() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.GeneratedValueMetadata
INTERNAL: Used for OX mapping.
getStreamsForBinding() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getString(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getString(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getString(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getStringAndFreeSQLXML(Object) - Static method in class org.eclipse.persistence.internal.helper.JavaPlatform
INTERNAL: Casts the passed object to SQLXML and calls getString and free methods
getStringAndFreeSQLXML(Object) - Method in class org.eclipse.persistence.internal.helper.JDK15Platform
Casts the passed object to SQLXML and calls getString and free methods
getStringAndFreeSQLXML(Object) - Method in class org.eclipse.persistence.internal.helper.JDK16Platform
Casts the passed object to SQLXML and calls getString and free methods
getStringAndFreeSQLXML(Object) - Method in interface org.eclipse.persistence.internal.helper.JDKPlatform
Casts the passed object to SQLXML and calls getString and free methods
getStringBinding() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getStringBindingSize() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
getStringBindingSize() - Method in class org.eclipse.persistence.services.DevelopmentServices
Return the size of strings after which will be bound into the statement
getStringBindingSize() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
Return the size of strings after which will be bound into the statement
getStringBindingSize() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Return the size of strings after which will be bound into the statement If we are not using a DatabaseLogin, or we're not using string binding, answer 0 (zero).
getStringBindingSize() - Method in class org.eclipse.persistence.services.RuntimeServices
Return the size of strings after which will be bound into the statement If we are not using a DatabaseLogin, or we're not using string binding, answer 0 (zero).
getStringBindingSize() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used to help bean introspection.
getStringBuffer() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
INTERNAL: This is the text handler during unmarshal operations.
getStringBuffer() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
INTERNAL: This is the text handler during unmarshal operations.
getStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Returns the Expression that represents the string expression.
getStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Returns the Expression that represents the string expression.
getStringFromAppInfoElement(Element) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
 
getStringStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
getStringType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the String type representation.
getStringType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the type representation oc class String.
getStringVal() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: XMLType Function - gets a string value from an XMLType
GetStringVal - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
getStringVal() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
 
getStruct() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
getStructConverterClasses() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.StructConverterConfig
 
getStructConverterConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getStructConverters() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Get the map of StructConverters that will be used to preprocess STRUCT data as it is read
getStructConverters() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getStructConverters() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
getStructConverters() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getStructConverters() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Returns structure converter class names that would be set on the databasePlatform instance This is used to avoid the platform instance changing at login.
getStructName() - Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
PUBLIC:
getStructureName() - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
PUBLIC: Return the name of the structure.
getStructureName() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
PUBLIC: Return the structure name of the nestedTable.
getStructureName() - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
PUBLIC: Return the name of the structure.
getStructureName() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
PUBLIC: Return the name of the structure.
getStructureName() - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
INTERNAL: Return the name of the structure.
getStructures() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getSubclassDescriptor(Class) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: use aggregate in inheritance
getSubClassGroups() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL:
getSubclassSubgraphs() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Used for OX mapping.
getSubgraph() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedAttributeNodeMetadata
INTERNAL: Used for OX mapping.
getSubgraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
Gets the value of the subgraph property.
getSubgraphs() - Method in class org.eclipse.persistence.internal.jpa.AttributeNodeImpl
 
getSubgraphs() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Used for OX mapping.
getSubQuery() - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
 
getSubscriber() - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
 
getSubSelect() - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
 
getSubSelect() - Method in class org.eclipse.persistence.internal.expressions.SubSelectDatabaseTable
 
getSubSize() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Return the sub-size of the field.
getSubstitutableElements() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
The list of elements which can be substituted for this element (ie: has this element in their substitutionGroup)
getSubstitutableElements() - Method in class org.eclipse.persistence.sdo.SDOProperty
 
getSubstitutionGroup() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getSubstitutionHead() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
If this element has a substitutionGroup this will be set.
getSubstitutionHeadName() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Gets the value of the substitutionHeadName property.
getSubstitutionHeadNamespace() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Gets the value of the substitutionHeadNamespace property.
getSubTypes() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
getSuperClass() - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
 
getSuperclass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
getSuperclass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Returns the super class of this JavaClass.
getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getSuperclass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Returns the super class of this JavaClass.
getSuperClassDetails() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
getSuperclassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
getSuperClassName() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
getSuperClassOverride() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
getSuperqueryVariableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DerivedDeclaration
If CollectionMemberDeclaration.isDerived() is true, then returns the identification variable used in the derived path expression that is defined in the superquery, otherwise returns an empty string.
getSupertype() - Method in class org.eclipse.persistence.internal.jpa.metamodel.IdentifiableTypeImpl
Return the identifiable type that corresponds to the most specific mapped superclass or entity extended by the entity or mapped superclass.
getSuperType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the superType property.
getSupportedFeatureSet() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Gets the supported feature set.
getSupportedHints() - Static method in class org.eclipse.persistence.internal.jpa.QueryHintsHandler
 
getSupportedHints() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
 
getSupportedNonServerSessionProperties() - Static method in class org.eclipse.persistence.config.PersistenceUnitProperties
 
getSupportedProperties() - Static method in class org.eclipse.persistence.config.EntityManagerProperties
 
getSupportedProperties() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Get the names of the properties that are supported for use with the entity manager.
getSupportedSourceVersion() - Method in class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProcessor
 
getSynchronizationType() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
getSyncType() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
INTERNAL: Tracks if this EntityManager should automatically associate with the transaction or not
getSystemChangeNumberQuery() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
PUBLIC: The query to select the current system change number from Oracle.
getSystemId() - Method in class org.eclipse.persistence.internal.oxm.record.ExtendedResult
 
getSystemId() - Method in class org.eclipse.persistence.internal.oxm.record.ExtendedSource
 
getSystemId() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
Get the SystemId for this Schema.
getSystemProperty(String) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
INTERNAL: Get the System property indicated by the specified key.
getSystemProperty(String, String) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
INTERNAL: Get the System property indicated by the specified key.
getSystemPropertyBoolean(String, boolean) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
INTERNAL: Get boolean value of the System property indicated by the specified key.
getSystemTime() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Get the stored value of the current time.
getTable(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Checks if table name exists with the current descriptor or not.
getTable(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
 
getTable(String) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
 
getTable(String) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL: Return the new database table associated with this tenant.
getTable(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL: Return the new database table associated with this tenant.
getTable(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing a table in a data-level query.
getTable(DatabaseTable) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression representing a table in a data-level query.
getTable(String) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
getTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
getTable() - Method in class org.eclipse.persistence.internal.expressions.SQLModifyStatement
 
getTable() - Method in class org.eclipse.persistence.internal.expressions.TableExpression
 
getTable() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
getTable() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
getTable() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL: Used for OX mapping.
getTable() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.JoinColumnMetadata
INTERNAL: USed for OX mapping.
getTable() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
INTERNAL: Used for OX mapping.
getTable() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
getTable() - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.TableSequenceConfig
 
getTable() - Method in class org.eclipse.persistence.sequencing.TableSequence
 
getTable() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
getTableAliases() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return the aliases used.
getTableAliases() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL: Return the aliases used.
getTableAliases() - Method in class org.eclipse.persistence.internal.expressions.OuterJoinExpressionHolder
INTERNAL: Return the aliases used.
getTableAliases() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Return the aliases used.
getTableAliases() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
getTableAliasInSelectCallForExist() - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
getTableAliasInSelectCallForExist() - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
getTableAliasInSelectCallForNotExist() - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
getTableCreationSuffix() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
PUBLIC: Get the String used on all table creation statements generated from the DefaultTableGenerator with a session using this project (DDL generation).
getTableCreationSuffix() - Method in class org.eclipse.persistence.platform.database.DB2ZPlatform
 
getTableCreationSuffix() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Get the String used on all table creation statements generated from the DefaultTableGenerator with a session using this project (DDL generation).
getTableCreator() - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Return the table creator to generate from.
getTableDefinitions() - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Return the tables.
getTableExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Returns the TableExpression that specify the database table.
getTableGenerator() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getTableGenerator() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
getTableGenerators() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getTableIndexes() - Method in class org.eclipse.persistence.sequencing.TableSequence
 
getTableInfo(String, String, String, String[], AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Return the table metadata for the specified selection criteria.
getTableInfo(String, String, String, String[], AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Get a description of tables available in a catalog.
getTableInfo(String, String, String, String[], AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return table information for the specified database objects.
getTableInfo(String, String, String, String[]) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Get a description of tables available in a catalog.
getTableName() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the name of the descriptor's first table.
getTableName() - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
PUBLIC: Return the name of the descriptor's first table.
getTableName() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
getTableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the table name that will be used by ContentAssistExtension to retrieve the column names.
getTableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TableDeclaration
Returns the unquoted table name.
getTableName() - Method in class org.eclipse.persistence.sequencing.TableSequence
 
getTableNamePrefix() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the prefix that will be used to filter the list of possible table names.
getTableNames() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return the table names.
getTableNames() - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
PUBLIC: Return the table names.
getTableNames() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Return the table names.
getTablePerClassPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns the TablePerClassPolicy.
getTablePerTenantDescriptors() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return list of table per tenant multitenant descriptors.
getTablePerTenantQueries() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return list of table per tenant multitenant descriptors.
getTableQualifier() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Return the qualifier for the table.
getTableQualifier() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Return the qualifier for the table.
getTableQualifier() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
getTableQualifier() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
getTableQualifier() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Return the qualifier for the all of the tables referenced by EclipseLink.
getTableQualifier() - Method in interface org.eclipse.persistence.sessions.Login
PUBLIC: Return the qualifier for the all of the tables.
getTableQualifierDelimited(DatasourcePlatform) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
getTables() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return all the tables.
getTables() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
INTERNAL: This method returns a vector which holds all the tables of database
getTables() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Return all the tables.
getTables() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL: Return all the tables.
getTables_databaseFieldsToValues() - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
 
getTablesJoinExpressions() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Used in case descriptor has additional tables: each additional table mapped to an expression joining it.
getTablesToPrimaryKeyFields() - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
 
getTabs(int) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return a string containing the specified number of tabs.
getTarget() - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.iiop._RMIRemoteCommandConnectionImpl_Tie
 
getTarget() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
 
getTargetClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ConstructorResultMetadata
INTERNAL:
getTargetClass() - Method in class org.eclipse.persistence.internal.oxm.Reference
Return the target (reference) class for this reference.
getTargetClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ConstructorResultMetadata
INTERNAL: Used for OX mapping.
getTargetEntity() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Return the target entity for this accessor.
getTargetEntityName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
getTargetFieldForQueryKeyName(String) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: return a database field based on a query key name
getTargetFields() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
getTargetForeignKeyFieldNames() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Return the target foregin key field names associated with the mapping.
getTargetForeignKeyFieldNames() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Return the target foreign key field names associated with the mapping.
getTargetForeignKeyFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Return the source foreign key fields.
getTargetForeignKeyFields() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Return the target foregin key fields associated with the mapping
getTargetForeignKeyFields() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Return the target foreign key fields.
getTargetForeignKeysToSourceKeys() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Return the target/source key fields.
getTargetForeignKeyToSourceKeys() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL:
getTargetForeignKeyToSourceKeys() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Maintain for backward compatibility.
getTargetIdenttyMap() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Return the instance of the IdentityMap that this intercpetor is wrapping.
getTargetKeyFieldNames() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Return the target key field names associated with the mapping.
getTargetKeyFieldNames() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Return the target key field names associated with the mapping.
getTargetKeyFields() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Return all the target keys associated with the mapping.
getTargetKeyFields() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Return all the target keys associated with the mapping.
getTargetNamespace() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getTargetPrimaryKeyFields() - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatementForTempTable
 
getTargetPrimaryKeyFields() - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Returns list of primary key fields from the reference descriptor.
getTargetPrimaryKeyFields() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Primary keys of targetForeignKeyTable.
getTargetRelationKeyFieldNames() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Return the target relation key field names associated with the mapping.
getTargetRelationKeyFieldNames() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Return the target relation key field names associated with the mapping.
getTargetRelationKeyFields() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Return all the target relation key fields associated with the mapping.
getTargetRelationKeyFields() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Return all the target relation key fields associated with the mapping.
getTargetTable() - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatementForTempTable
 
getTargetTable() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
getTargetTable() - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
 
getTargetToSourceKeyFields() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: Gets the target foreign key fields.
getTargetToSourceKeyFields() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Returns the target keys to source keys fields association.
getTargetVersionOfSourceObject(Object, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Return the corresponding value that should be assigned to the target object for the source object.
getTargetVersionOfSourceObject(MergeManager, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: This method is used to return the complex object specified within the change record.
getTargetVersionOfSourceObject(MergeManager, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: This method is used to return the complex object specified within the change record.
getTargetVersionOfSourceObject(Object, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: If required, get the targetVersion of the source object from the merge manager.
getTargetVersionOfSourceObject(Object, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: If required, get the targetVersion of the source object from the merge manager.
getTargetVersionOfSourceObject(Object, Object, MergeManager, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: If required, get the targetVersion of the source object from the merge manager
getTargetVersionOfSourceObject(Object, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: If required, get the targetVersion of the source object from the merge manager Used with MapKeyContainerPolicy to abstract getting the target version of a source key
getTemporal(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Return the temporal metadata for this accessor.
getTemporal() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Used for OX mapping.
getTemporal(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Return the temporal metadata for this accessor.
getTemporal(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Return the temporal metadata for this accessor.
getTemporal(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return the temporal metadata for this accessor.
getTemporalType() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TemporalMetadata
INTERNAL: Used for OX mapping.
getTemporaryCachedQueryResults() - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL: Get results from the remporary cache.
getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: May override this method if the platform support temporary tables.
getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 temp table syntax.
getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.Informix11Platform
Overrides the superclass implementation to return a new DatabaseTable with no DatabaseTable.getTableQualifier().
getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
INTERNAL:
getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
Used for sp calls.
getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL:
getTempTableForTable(DatabaseTable) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL:
getTenantDiscriminatorColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL: Used for OX mapping.
getTenantDiscriminatorColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getTenantDiscriminatorColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
getTenantDiscriminatorFields() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
getTenantDiscriminatorFieldsKeyedOnContext() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
getTenantTableDiscriminator() - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL: Used for OX mapping.
getTerminationStrings() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
Returns the encapsulated text of this AbstractExpression, which can be used in various ways, it can be a keyword, a literal, etc.
getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Returns the encapsulated text of this AbstractExpression, which can be used in various ways, it can be a keyword, a literal, etc.
getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Returns the encapsulated text of this AbstractExpression, which can be used in various ways, it can be a keyword, a literal, etc.
getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
Returns the encapsulated text of this AbstractExpression, which can be used in various ways, it can be a keyword, a literal, etc.
getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
Returns the encapsulated text of this AbstractExpression, which can be used in various ways, it can be a keyword, a literal, etc.
getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
Returns the encapsulated text of this AbstractExpression, which can be used in various ways, it can be a keyword, a literal, etc.
getText() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
Returns the encapsulated text of this AbstractExpression, which can be used in various ways, it can be a keyword, a literal, etc.
getText() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Returns the name of the abstract schema, which is the name of the entity.
getText() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
Returns the text held by this state object.
getTextNode() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getTextWrapperFragment() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
getTextWrapperFragment() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getTextWrapperFragment() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getTextWrapperFragment() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
INTERNAL: The optional fragment used to wrap the text() mappings
getTextWrapperFragment() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL: The optional fragment used to wrap the text() mappings
getTextWrapperFragment() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL: The optional fragment used to wrap the text() mappings
getTextWrapperFragment() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getThen() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Returns the StateObject representing the scalar expression that is following the THEN identifier.
getThenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Returns the Expression representing the expression following the identifier THEN.
getTheObjects() - Method in class org.eclipse.persistence.internal.jpa.parsing.InNode
INTERNAL Return the collection of the objects used as parameters for this node
getThird() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Returns the StateObject representing the third expression.
getThirdExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Returns the Expression that represents the first expression.
getThread() - Method in class org.eclipse.persistence.logging.SessionLogEntry
Return the thread that was active when the log entry was generated.
getThreadDepth() - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
Return the depth of the thread associated with the DLM, being used to release the lock
getThreadPool() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: Return the thread pool, initializing if required.
getThreadPoolSize() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
Return the thread pool size.
getThreadPoolSize() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
Return the thread pool size.
getTimeConnectionEstablished() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will return a long indicating the exact time in Milliseconds that the session connected to the database.
getTimeConnectionEstablished() - Method in class org.eclipse.persistence.services.RuntimeServices
This method will return a long indicating the exact time in Milliseconds that the session connected to the database.
getTimePerObject() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getTimestampFromServer(AbstractSession, String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Answer the timestamp from the server.
getTimestampFromServer(AbstractSession, String) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Answer the timestamp from the server.
getTimestampFromServer(AbstractSession, String) - Method in class org.eclipse.persistence.platform.database.AccessPlatform
Access do not support millisecond well, truncate the millisecond from the timestamp
getTimestampFromServer(AbstractSession, String) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Answer the timestamp from the server.
getTIMESTAMPLTZFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Get a TIMESTAMPLTZ value from a result set.
getTimestampQuery() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
This method can be overridden by subclasses to return a query that will return the timestamp from the server.
getTimestampQuery() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
This method can be overridden by subclasses to return a query that will return the timestamp from the server.
getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: This method returns the query to select the timestamp from the server for DB2.
getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: This method returns the query to select the timestamp from the server for Derby.
getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
 
getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.H2Platform
 
getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
 
getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: This method returns the query to select the timestamp from the server for MySQL.
getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: This method returns the query to select the SYSTIMESTAMP as TIMESTAMPTZ from the server for Oracle9i.
getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
PUBLIC: This method returns the query to select the timestamp from the server for Oracle.
getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: This method returns the query to select the timestamp from the server for Postgres.
getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
PUBLIC: This method returns the query to select the timestamp from the server for SQLServer.
getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
PUBLIC: This method returns the query to select the timestamp from the server for Sybase.
getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
This method returns the query to select the timestamp from the database.
getTimestampQuery() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
PUBLIC: TimesTen uses the Oracle syntax for getting the current timestamp.
getTimestampType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the timestamp type representation.
getTimestampType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the char type representation.
getTIMESTAMPTZFromResultSet(ResultSet, int, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Get a TIMESTAMPTZ value from a result set.
getTimeToLive() - Method in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
PUBLIC: Return the time-to-live specified for this policy.
getTimeType() - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the Time type representation.
getTimeType() - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the char type representation.
getTimeZone() - Method in interface org.eclipse.persistence.internal.helper.TimeZoneHolder
 
getTimeZone() - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
Return the specified TimeZone used for all String to date object conversions.
getTitle() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
getTitle() - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Gets the title.
getToken() - Method in exception org.eclipse.persistence.internal.jpa.parsing.jpql.InvalidIdentifierException
 
getTokenNames() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
getTokenNames() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
getTopic() - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
 
getTopicConnection() - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
 
getTopicConnectionFactory() - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
 
getTopicConnectionFactoryName() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.JMSPublishingTransportManagerConfig
 
getTopicConnectionFactoryName() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
PUBLIC: Return the JMS Topic Connection Factory Name for the JMS Topic connections.
getTopicHostURL() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.JMSPublishingTransportManagerConfig
 
getTopicHostUrl() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
PUBLIC: Return the URL of the machine on the network that hosts the JMS Topic.
getTopicName() - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
INTERNAL:
getTopicName() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.JMSPublishingTransportManagerConfig
 
getTopicName() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.Oc4jJGroupsTransportManagerConfig
 
getTopicName() - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
PUBLIC: Return the topic name that this TransportManager will be connecting to.
getTopicSession() - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
 
getTopLevelAttributes() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getTopLevelComplexTypes() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getTopLevelElements() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getTopLevelSimpleTypes() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
getTopLinkProject() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
getTopLinkProject() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
getTopLinkProject() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL:
getTotalDigits() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
getTotalDigits() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getTotalNumberOfConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: Return the total number of connections currently in use.
getTotalTime() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
getTrackedAttributeName() - Method in interface org.eclipse.persistence.descriptors.changetracking.CollectionChangeTracker
PUBLIC: Return the Attribute name this collection is mapped under.
getTrackedAttributeName() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Return the mapping attribute name, used to raise change events.
getTrackedAttributeName() - Method in class org.eclipse.persistence.indirection.IndirectMap
INTERNAL: Return the mapping attribute name, used to raise change events.
getTrackedAttributeName() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Return the mapping attribute name, used to raise change events.
getTransaction() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Returns the resource-level transaction object.
getTransaction() - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionWrapper
Lazy initialize the EntityTransaction.
getTransaction() - Method in class org.eclipse.persistence.internal.jpa.transaction.JTATransactionWrapper
An ENtityTransaction cannot be used at the same time as a JTA transaction throw an exception
getTransaction() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
Deprecated.
 
getTransaction() - Method in interface org.eclipse.persistence.internal.jpa.transaction.TransactionWrapper
 
getTransaction() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: PERF: Return the associated external transaction.
getTransaction() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return the active external transaction object, or null if none is active.
getTransactionId() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
getTransactionIsolation() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Returns the transaction isolation setting for a connection.
getTransactionIsolation() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return the transaction isolation setting for the connection.
getTransactionKey(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return a key for the specified external transaction object.
getTransactionManager() - Method in class org.eclipse.persistence.transaction.JTATransactionController
PUBLIC: Return the transaction manager used to control the JTA transactions.
getTransactionMutex() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: The transaction mutex ensure mutual exclusion on transaction across multiple threads.
getTransactionStatus() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return the transaction status.
getTransactionType() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getTransactionType() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
getTransformationMappings() - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
getTransformationMappings() - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
getTransformationMappings() - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
getTransformationRecord() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getTransformationRecord() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getTransformationRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getTransformations() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getTransformer() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
INTERNAL
getTransformer() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
INTERNAL
getTransformer() - Static method in class org.eclipse.persistence.internal.xr.XRServiceFactory
 
getTransformer() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
getTransformerClass() - Method in class org.eclipse.persistence.internal.descriptors.TransformerBasedFieldTransformation
 
getTransformerClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.ReadTransformerMetadata
INTERNAL:
getTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
Gets the value of the transformerClass property.
getTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
Gets the value of the transformerClass property.
getTransformerClassName() - Method in class org.eclipse.persistence.internal.descriptors.TransformerBasedFieldTransformation
 
getTransformerClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.ReadTransformerMetadata
INTERNAL: Used for OX mapping.
getTransformerMethodName() - Method in class org.eclipse.persistence.internal.helper.TransformerHelper
 
getTransformerMethodParameters(boolean) - Method in class org.eclipse.persistence.internal.helper.TransformerHelper
 
getTransientCompatibleAnnotations() - Static method in class org.eclipse.persistence.annotations.TransientCompatibleAnnotations
PUBLIC: Return a list of classnames of annotations that are compatible with the javax.persistence.Transient annotation.
getTransients() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getTranslatedSQLString(Session, Record) - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: This can be used to access a queries translated SQL if they have been prepared, (i.e.
getTranslatedSQLStrings(Session, Record) - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: This can be used to access a queries translated SQL if they have been prepared, (i.e.
getTranslationRow() - Method in class org.eclipse.persistence.internal.expressions.SQLStatement
INTERNAL: Return the row for translation
getTranslationRow() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the row for translation
getTransportClass() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.UserDefinedTransportManagerConfig
 
getTransportManager() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
PUBLIC: Return the transport manager that manages sending and receiving of remote commands.
getTransportManager() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
getTransportManagerClassName() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.Oc4jJGroupsTransportManagerConfig
 
getTransportManagerConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.rcm.RemoteCommandManagerConfig
 
getTreatCriteria() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
INTERNAL: this returns a single expression to represent the join from the main table to all child descriptor tables Only if outer joins should be printed in the where clause
getTree() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser.array_return
 
getTree() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser.message_return
 
getTree() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser.object_return
 
getTree() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser.pair_return
 
getTree() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser.value_return
 
getTreeAdaptor() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
getTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Returns the character used for trimming the string.
getTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Returns the StateObject representing the trim character.
getTrimStrings() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
getTuner() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
Return the tuner used to tune the configuration of this session.
getType() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
getType(String) - Method in class org.eclipse.persistence.dynamic.DynamicHelper
Lookup the dynamic type for an alias.
getType(ClassDescriptor) - Static method in class org.eclipse.persistence.dynamic.DynamicHelper
 
getType(DynamicEntity) - Static method in class org.eclipse.persistence.dynamic.DynamicHelper
Provide access to the entity's type.
getType() - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
 
getType() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Return the type of function.
getType() - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
 
getType() - Method in class org.eclipse.persistence.internal.codegen.ReflectiveAttributeDefinition
 
getType() - Method in interface org.eclipse.persistence.internal.core.helper.CoreField
 
getType() - Method in class org.eclipse.persistence.internal.databaseaccess.InParameterForCallableStatement
 
getType() - Method in class org.eclipse.persistence.internal.descriptors.QueryArgument
 
getType() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
Gets internal impl class of DynamicType.
getType() - Method in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
 
getType() - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
The inferred type of this parameter.
getType() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
getType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
getType() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
getType() - Method in class org.eclipse.persistence.internal.jpa.metadata.changetracking.ChangeTrackingMetadata
INTERNAL: Used for OX mapping.
getType() - Method in class org.eclipse.persistence.internal.jpa.metadata.locking.OptimisticLockingMetadata
INTERNAL: Used for OX mapping.
getType() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.BatchFetchMetadata
INTERNAL: Used for OX mapping.
getType() - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL: Used for OX mapping.
getType() - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.TenantTableDiscriminatorMetadata
INTERNAL: Used for OX mapping.
getType() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ColumnResultMetadata
INTERNAL:
getType() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL:
getType(Class<X>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
INTERNAL: Return a Type representation of a java Class for use by the Metamodel Attributes.
getType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.SingularAttributeProxyImpl
 
getType() - Method in class org.eclipse.persistence.internal.jpa.metamodel.SingularAttributeImpl
Return the type that represents the type of the attribute.
getType() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Return the type of this node.
getType() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Attribute
 
getType() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
 
getType() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Property
 
getType() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Reference
 
getType() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
 
getType() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
getType() - Method in class org.eclipse.persistence.internal.xr.Parameter
 
getType() - Method in class org.eclipse.persistence.internal.xr.Result
 
getType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getType(JavaField) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Returns a JavaClass instance wrapping the provided field's resolved type.
getType() - Method in class org.eclipse.persistence.jaxb.JAXBTypeElement
Get the Type associated with this JAXBTypeElement
getType() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
The type to be bound.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the type property.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the type property.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Gets the value of the type property.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
Gets the value of the type property.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
Gets the value of the type property.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
Gets the value of the type property.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
Gets the value of the type property.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Key
Gets the value of the type property.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Value
Gets the value of the type property.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
Gets the value of the type property.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Gets the value of the type property.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
Gets the value of the type property.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Gets the value of the type property.
getType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Gets the value of the type property.
getType(Class<?>) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Returns the;@link IType} of the given Java type.
getType(String) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the external class for the given fully qualified class name.
getType() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
Determines the type this declaration represents.
getType() - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Returns the way this visitor retrieves the literal value.
getType() - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Returns the type, if it can be determined, of the input parameter.
getType(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the type by resolving the given Expression.
getType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the type defined for the Java member.
getType(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Retrieves the class with the given fully qualified name.
getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Returns the IType representing the given Java type.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultParameterTypeVisitor
Returns the type, if it can be determined, of the input parameter.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkParameterTypeVisitor
Returns the type, if it can be determined, of the input parameter.
getType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the type by resolving the given Expression.
getType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the type defined for the Java member.
getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Retrieves the class with the given fully qualified name.
getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Returns the;@link IType} of the given Java type.
getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the external class for the given fully qualified class name.
getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves the external type for the given Java type.
getType(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the IType of the given Expression.
getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves the external class with the given fully qualified class name.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns the IType of the field handled by this object.
getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Retrieves the external type for the given Java type.
getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Retrieves the external class for the given fully qualified class name.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Returns the actual IType that was resolved or null if it could not be resolved.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Returns the IType of the field handled by this object.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Returns the IType of the field handled by this object.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.CollectionDeclaration
Determines the type this declaration represents.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DerivedDeclaration
Determines the type this declaration represents.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.RangeDeclaration
Determines the type this declaration represents.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the IType of the field handled by this Resolver.
getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the IType of the given Java type.
getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Retrieves the external class for the given fully qualified class name.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryDeclaration
Determines the type this declaration represents.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TableDeclaration
Determines the type this declaration represents.
getType() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.UnknownDeclaration
Determines the type this declaration represents.
getType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
Returns the external representation of the class used by this managed type.
getType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
Returns the type of this mapping.
getType() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeDeclaration
Returns the type defined for the Java member.
getType(Class<?>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
Retrieves the external type for the given Java type.
getType(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
Retrieves the external class for the given fully qualified class name.
getType(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Returns the IType of the given Java type.
getType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the external class for the given fully qualified class name.
getType() - Method in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilter
 
getType() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
Indicates if the schema reference references a simple type definition, complex type definition, element, or group.
getType() - Method in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
Indicates if the schema reference references a simple type definition, complex type definition, element or group
getType() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
Return the batch fetch type, (JOIN, IN, EXISTS).
getType(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
Return the Type specified by typeName with the given uri, or null if not found.
getType(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
Return the Type for this interfaceClass or null if not found.
getType(String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
getType(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
getType() - Method in class org.eclipse.persistence.sdo.helper.extension.Token
 
getType(Class) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
Return the SDO type corresponding to the wrapped class.
getType(String, String) - Method in class org.eclipse.persistence.sdo.SDODataGraph
Returns the type with the given the URI, or contained by the resource at the given URI, and with the given name.
getType() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
getType(Type) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Return the EclipseLink implementation of Type.
getType() - Method in class org.eclipse.persistence.sdo.SDOProperty
Returns the type of the Property.
getType() - Method in class org.eclipse.persistence.sessions.serializers.AbstractSerializer
 
getType() - Method in class org.eclipse.persistence.sessions.serializers.JavaSerializer
 
getType() - Method in class org.eclipse.persistence.sessions.serializers.kryo.KryoSerializer
 
getType() - Method in interface org.eclipse.persistence.sessions.serializers.Serializer
 
getType() - Method in class org.eclipse.persistence.sessions.serializers.XMLSerializer
 
getType() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Return the type of the field.
getType() - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
PUBLIC: Return the type of the field.
getType() - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
PUBLIC: Return the type of the field.
getTypeClass(QName) - Method in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
getTypeClassName() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL:
getTypeClause() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
getTypeConverters() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Get the map of TypeConverters This map indexes StructConverters by the Java Class they are meant to convert
getTypeConverters() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getTypeConverters() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getTypeDeclaration(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the type declaration for the given Expression's type.
getTypeDeclaration(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the type declaration for the given Expression's type.
getTypeDeclaration(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the ITypeDeclaration of the field handled by this Resolver.
getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns the ITypeDeclaration of the field handled by this object.
getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Returns the ITypeDeclaration of the field handled by this object.
getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Returns the ITypeDeclaration of the field handled by this object.
getTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the ITypeDeclaration of the field handled by this Resolver.
getTypeDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
Returns the declaration of the Java class, which gives the information about type parameters, dimensionality, etc.
getTypeDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
Returns the declaration of the Java class, which gives the information about type parameters, dimensionality, etc.
getTypeDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Return the type definition of the field.
getTypeDefParticle() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
getTypeDefParticle() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
getTypeDefParticle() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
getTypedField(FIELD) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
INTERNAL: searches first descriptor than its ReturningPolicy for an equal field
getTypedField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: searches first descriptor than its ReturningPolicy for an equal field
getTypedField(FIELD) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL: searches first descriptor than its ReturningPolicy for an equal field
getTypedField(DatabaseField) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
getTypeField() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
 
getTypeFieldName() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: This method returns the name of the typeField of the mapping.
getTypeForImplClass(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
getTypeForImplClass(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
getTypeForImplClass(Class) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
 
getTypeForMapKey(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
 
getTypeForMapKey(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
 
getTypeForSimpleJavaType(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
INTERNAL: Used to determine which SDO Type corresponds the given Java simple type
getTypeForSimpleJavaType(Class) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
getTypeForSimpleJavaType(Class) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL:
getTypeFromAdapterClass(JavaClass, Helper) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
If adapter class is null return null If there is a marshal method that returns something other than Object on the adapter class return the return type of that method Otherwise return Object.class
getTypeHelper() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Returns the type helper stored in this context.
getTypeHelper() - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the helper that gives access to the most common class metadata.
getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Returns a helper that gives access to the most common types.
getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the helper that gives access to the most common class metadata.
getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns a helper that gives access to the most common types.
getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns a helper that gives access to the most common types.
getTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns a helper that gives access to the most common types.
getTypeHelper() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeRepository
Returns a helper that gives access to the most common types.
getTypeHelper() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Return the TypeHelper instance for this helper context.
getTypeHelper(TypeHelper) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Return the EclipseLink implementation of TypeHelper.
getTypeHelperDelegate() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
getTypeIndicatorNameTranslation() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Return the typeIndicatorName translation Used by the Mapping Workbench to avoid classpath dependencies
getTypeIndicatorTranslation() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Return the type indicators.
getTypeInfoClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getTypeInfos() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getTypeInfosForPackage(String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Convenience method for returning all of the TypeInfo objects for a given package name.
getTypeMappingInfo() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Get the TypeMappingInfo object if this ElementDeclaration was created from a TypeMappingInfo
getTypeMappingInfosToGeneratedClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getTypeMappingInfosToSchemaTypes() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getTypeMappingInfoToAdapterClasses() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getTypeMappingInfoToSchemaType() - Method in class org.eclipse.persistence.jaxb.JAXBContext
INTERNAL: Get the map of which TypeMappingInfo corresponds to which QName.
getTypeName() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL: Returns the name of the type this group represents
getTypeName() - Method in class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
getTypeName() - Method in class org.eclipse.persistence.internal.descriptors.QueryArgument
INTERNAL: Return the classname of the type.
getTypeName(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns the name of the specified type.
getTypeName() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
getTypeName() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
getTypeName() - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
getTypeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
Return the ASM type name.
getTypeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL: Used for OX mapping.
getTypeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ColumnResultMetadata
INTERNAL: Used for OX mapping.
getTypeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
getTypeName(Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the name of the specified type.
getTypeName() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Parameter
 
getTypeName(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the fully qualified class name of the given type.
getTypeName(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the fully qualified class name of the given type.
getTypeName() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
getTypeName() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
 
getTypeName() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Return the type name of the field.
getTypeName() - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
PUBLIC: Return the type of the field.
getTypeName() - Method in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
PUBLIC: The name of the type that this table is of.
getTypeName() - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
PUBLIC: Return the type of the field.
getTypeNameForJDBCType(int) - Static method in class org.eclipse.persistence.internal.xr.Util
Return the type name to be used for a given JDBC type.
getTypeOfDirectToField(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
INTERNAL Returns the attribute type if the right represents a direct-to-field mapping.
getTypeParameters() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeDeclaration
Returns the ITypeDeclarations that represent the variables declared by the generic declaration represented by this ITypeDeclaration.
getTypePropertiesIsSetStatus() - Method in class org.eclipse.persistence.sdo.DefaultValueStore
INTERNAL:
getTypePropertyValues() - Method in class org.eclipse.persistence.sdo.DefaultValueStore
INTERNAL:
getTypeQName() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getTypeQName() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getTypeQName() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Returns the repository that gives access to the application's types.
getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Returns the type repository for the application.
getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Returns the type repository for the application.
getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Returns the type repository for the application.
getTypeRepository() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Returns the type repository for the application.
getTypeRepository() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Returns the ITypeRepository used by this helper
getTypes() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
INTERNAL: Return the Map of types on this metamodel.
getTypes() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.PersistenceUnit
 
getTypes(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
 
getTypes(String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
Deprecated.
 
getTypesHashMap() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
getTypesHashMap() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
getTypesHashMap() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL:
getTypeSize() - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
PUBLIC: Return the size of the element field, this is only required for some field types.
getTypeSize() - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
PUBLIC: Return the size of the element field, this is only required for some field types.
getTypesuffix() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Returns a type suffix (like unicode, byte or ascii) for maxdb create table stmts
getTypeToSchemaType() - Method in class org.eclipse.persistence.jaxb.JAXBContext
INTERNAL: Get the map of which Type corresponds to which QName.
getTypeToTypeMappingInfo() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
getUnconvertedProperties() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Used to store un-converted properties, which are subsequenctly converted at runtime (through the convertClassNamesToClasses method.
getUnconvertedProperties() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Used to store un-converted properties, which are subsequenctly converted at runtime (through the convertClassNamesToClasses method.
getUnformattedMessage() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL:
getUnion() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
getUnionClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Returns the Expression representing the UNION clauses.
getUnionExpressions() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
getUnionExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Return any union expressions.
getUnionPartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getUnionPartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getUnionUnpartitionableQueries() - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
PUBLIC: Return if queries that do not contain the partition field should be sent to every database and have the result unioned.
getUnionUnpartitionableQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
INTERNAL: Used for OX mapping.
getUnique() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL: Used for OX mapping.
getUnique() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.JoinColumnMetadata
INTERNAL: Used for OX mapping.
getUnique() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
getUniqueConstraintDeletionString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for constraint deletion.
getUniqueConstraintDeletionString() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Used for unique constraint deletion.
getUniqueConstraints() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Return a list of the unique constraints for this table.
getUniqueConstraints() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for OX mapping.
getUniqueKeys() - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC:
getUnit() - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.DataServiceImpl
 
getUnit() - Method in interface org.eclipse.persistence.jpa.config.DataService
 
getUnitOfWork() - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
INTERNAL: Return the unit of work associated with this listener
getUnitOfWork() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
This method will return the active UnitOfWork
getUnitOfWork() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method will return the transactional UnitOfWork during the transaction and null outside of the transaction.
getUnitOfWorkCacheIsolationLevel() - Method in class org.eclipse.persistence.descriptors.CachePolicy
ADVANCED: Return the unit of work cache isolation setting.
getUnitOfWorkCacheIsolationLevel() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Return the unit of work cache isolation setting.
getUnitOfWorkChangeSet() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Returns the currentChangeSet from the UnitOfWork.
getUnitOfWorkChangeSet() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Returns the currentChangeSet from the UnitOfWork.
getUnitOfWorkClone() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Returns the UnitOfWork Clone that this ChangeSet was built for.
getUnitOfWorkValueHolder() - Method in class org.eclipse.persistence.internal.indirection.BackupValueHolder
Return the original uow clone's value holder.
getUnits() - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
getUnitsOfWork() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return the hashtable keyed on the external transaction objects with values that are the associated units of work.
getUnknownEndingStatement() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Returns the Expression that may contain a portion of the query that could not be parsed, this happens when the query is either incomplete or malformed.
getUnmappedContentHandlerClass() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Get the class that will be instantiated to handled unmapped content Class must implement the org.eclipse.persistence.oxm.unmapped.UnmappedContentHandler interface
getUnmappedContentHandlerClass() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Get the class that will be instantiated to handled unmapped content Class must implement the org.eclipse.persistence.oxm.unmapped.UnmappedContentHandler interface
getUnmarshalAttributeGroup() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getUnmarshalAttributeGroup() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getUnmarshalAttributeGroup() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
INTERNAL: Returns the AttributeGroup or the name of the AttributeGroup to be used to unmarshal.
getUnmarshalAttributeGroup() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
INTERNAL: Returns the AttributeGroup or the name of the AttributeGroup to be used to unmarshal.
getUnmarshalAttributeGroup() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getUnmarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getUnmarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
getUnmarshalContext() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getUnmarshalContext() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getUnmarshalContext() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getUnmarshaller() - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractUnmarshalRecord
 
getUnmarshaller() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
getUnmarshaller() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getUnmarshaller() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getUnmarshaller(Unmarshaller) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
Return the EclipseLink implementation of Unmarshaller.
getUnmarshaller() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getUnmarshaller() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL:
getUnmarshallerHandler() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
 
getUnmarshallerHandler() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
getUnmarshallerHandler() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
getUnmarshallerHandler() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
 
getUnmarshalListener() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
 
getUnmarshalListener() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
 
getUnmarshalNamespaceResolver() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
getUnmarshalNamespaceResolver() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getUnmarshalNamespaceResolver() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getUnmarshalNamespaceResolver() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getUnmarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getUnmarshalRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
INTERNAL
getUnquotedFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Returns the name of the SQL function.
getUnquotedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
Returns the string literal without the single quotes.
getUnquotedText() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
Returns the string literal without the single quotes.
getUnregisteredDeletedCloneForOriginal(Object) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Called only by UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent method.
getUnregisteredExistingObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Used to lazy Initialize the unregistered existing Objects collection.
getUnregisteredNewObjectsCache() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
Returns an unregistered new object cache
getUnsetOCProperties(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return a List containing all open content properties that were unset
getUnsetOCPropertiesMap() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return the entire HashMap of lists of open content properties that were unset keyed on dataObject
getUnsetProps(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
getUnusedVariables() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
Returns s set of variables that are declared in the current scope, but not used in the query.
getUOWChangeSet() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
ADVANCED: This method is used to return the parent UnitOfWorkChangeSet.
getUOWChangeSet() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED: This method is used to return the parent ChangeSet.
getUOWCloneForObjectChangeSet(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
ADVANCED: This method returns the Clone for a particular changeSet
getUOWCloneForObjectChangeSet(ObjectChangeSet) - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
ADVANCED: This method returns the Clone for a particular changeSet
getUpdatable() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DirectColumnMetadata
INTERNAL: Used for OX mapping.
getUpdatable() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.JoinColumnMetadata
INTERNAL: Used for OX mapping.
getUpdateable() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheIndexMetadata
INTERNAL: Used for OX mapping.
getUpdateAllFields() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
ADVANCED: Return true if descriptor is set to update all fields for an object of this type when an update occurs.
getUpdateCall() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's update call.
getUpdateCallCacheSize() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the size of the update call cache.
getUpdateClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Returns the UpdateClause representing the UPDATE clause.
getUpdateClauses() - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
getUpdateClauses() - Method in class org.eclipse.persistence.queries.UpdateAllQuery
INTERNAL: Return the updates stored for an update all query
getUpdateCount() - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Returns the update count or -1 if there is no pending result or if the next result is not an update count.
getUpdateItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Returns the Expression representing the single update item or the collection of update items.
getUpdateQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's update query.
getUpdateQuery() - Method in class org.eclipse.persistence.sequencing.QuerySequence
PUBLIC:
getUpdateSequenceQuery() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
OBSOLETE: This method lazy initializes the update sequence number query.
getUpdateSQLString() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return the receiver's update SQL string.
getUpperBound() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Returns the StateObject representing the upper bound of the range.
getUpperBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Returns the Expression representing the upper bound expression.
getUri() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
getUri() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
 
getUri() - Method in class org.eclipse.persistence.sdo.SDOProperty
 
getURI() - Method in class org.eclipse.persistence.sdo.SDOType
 
getURI() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
getURI() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
 
getURI() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
 
getURI() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
 
getURI() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
 
getURI() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
getURI() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
 
getURL() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
 
getURL() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.RMIRegistryNamingServiceConfig
 
getURL() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaClassPathReference
 
getURL() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
 
getURL() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
 
getURL() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaURLReference
 
getURL() - Method in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
A URL which referenes the Schema.
getUrl() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
PUBLIC: Return the URL for this command manager.
getUrl() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
PUBLIC: Return the URL for this command manager.
getURL() - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
INTERNAL: Return the URL for the service
getURL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return the JDBC URL.
getURLString() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaURLReference
 
getUsage() - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
 
getUse() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Attribute
 
getUseDescriptorsToValidateInheritedObjects() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: return if we should use the descriptor inheritance to determine if an object can be returned from the identity map or not.
getUseExclusiveConnection() - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPolicyConfig
 
getUseLazyInstantiation() - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
 
getUseNationalCharacterVaryingTypeForString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
getUserDefinedSchemaTypes() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
getUserJavaTypesForDeploymentXML() - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL:
getUsername() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
getUsername() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
 
getUserName() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
PUBLIC: Return the user name used as the value to the SECURITY_PRINCIPAL key in the cached context properties.
getUserName() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: The user name is the database login name.
getUserName() - Method in interface org.eclipse.persistence.sessions.Login
PUBLIC: All logins must take a user name and password.
getUserProperties() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return the Map of user-defined properties.
getUserProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the Map of user-defined properties.
getUserXMLTypesForDeploymentXML() - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL:
getUsesBatchWriting() - Method in class org.eclipse.persistence.services.DevelopmentServices
This method will return if batchWriting is in use or not.
getUsesBatchWriting() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method will return if batchWriting is in use or not.
getUsesBatchWriting() - Method in class org.eclipse.persistence.services.RuntimeServices
This method will return if batchWriting is in use or not.
getUsesBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used to help bean introspection.
getUsesByteArrayBinding() - Method in class org.eclipse.persistence.services.DevelopmentServices
Shows if Byte Array Binding is turned on or not
getUsesByteArrayBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
Shows if Byte Array Binding is turned on or not
getUsesByteArrayBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Shows if Byte Array Binding is turned on or not
getUsesByteArrayBinding() - Method in class org.eclipse.persistence.services.RuntimeServices
Shows if Byte Array Binding is turned on or not
getUsesEclipseLinkProfiling() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method answers true if EclipseLink Performance Profiling is on.
getUsesEclipseLinkProfiling() - Method in class org.eclipse.persistence.services.RuntimeServices
This method answers true if EclipseLink Performance Profiling is on.
getUsesJDBCBatchWriting() - Method in class org.eclipse.persistence.services.DevelopmentServices
This method will return if batchWriting is in use or not.
getUsesJDBCBatchWriting() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method will return if batchWriting is in use or not.
getUsesJDBCBatchWriting() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will return if batchWriting is in use or not.
getUsesJDBCBatchWriting() - Method in class org.eclipse.persistence.services.RuntimeServices
This method will return if batchWriting is in use or not.
getUsesNativeSequencing() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used to help bean introspection.
getUsesNativeSQL() - Method in class org.eclipse.persistence.services.DevelopmentServices
Shows if native SQL is being used
getUsesNativeSQL() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
Shows if native SQL is being used
getUsesNativeSQL() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Shows if native SQL is being used
getUsesNativeSQL() - Method in class org.eclipse.persistence.services.RuntimeServices
Shows if native SQL is being used
getUsesNativeSQL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used to help bean introspection.
getUsesStreamsForBinding() - Method in class org.eclipse.persistence.services.DevelopmentServices
This method indicates if streams are being used for binding
getUsesStreamsForBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method indicates if streams are being used for binding
getUsesStreamsForBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method indicates if streams are being used for binding
getUsesStreamsForBinding() - Method in class org.eclipse.persistence.services.RuntimeServices
This method indicates if streams are being used for binding
getUsesStreamsForBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used to help bean introspection.
getUsesStringBinding() - Method in class org.eclipse.persistence.services.DevelopmentServices
This method indicates if Strings are being bound
getUsesStringBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method indicates if Strings are being bound
getUsesStringBinding() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method indicates if Strings are being bound
getUsesStringBinding() - Method in class org.eclipse.persistence.services.RuntimeServices
This method indicates if Strings are being bound
getUsesStringBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used to help bean introspection.
getUseUniqueFieldAliases() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Return True if unique field aliases will be generated of the form "fieldname AS fieldnameX", False otherwise.
getUseUpperCaseForComparisons() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
getUuidGenerator() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
getUuidGenerator() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
getUuidGenerators() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getValidation() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyMetadata
INTERNAL: Used for OX mapping.
getValidationEventHandler() - Method in class org.eclipse.persistence.jaxb.JAXBErrorHandler
Return the ValidationEventHandler associated with this JAXBErrorHandler.
getValidationLevel() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
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.
getValidationLevel() - 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.
getValidationMode() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
getValidationMode() - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
getValidationMode() - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
getValidationMode() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
getValidationMode() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Get the validation mode set on this XMLUnmarshaller By default, the unmarshaller is set to be NONVALIDATING
getValidationMode() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
getValidationMode() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Returns validtion mode of the parser.
getValidationMode() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
getValidatorHandler() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
getValue() - Method in class org.eclipse.persistence.history.AsOfClause
PUBLIC: The past time represented by the receiver.
getValue() - Method in class org.eclipse.persistence.indirection.ValueHolder
PUBLIC: Return the wrapped object.
getValue() - Method in interface org.eclipse.persistence.indirection.ValueHolderInterface
PUBLIC: Return the value.
getValue(Session) - Method in class org.eclipse.persistence.internal.descriptors.MultitenantPrimaryKeyAccessor
The only API of value on this accessor is getValue.
getValue() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl.PropertyWrapper
Gets the value.
getValue() - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
 
getValue() - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
 
getValue(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
Extract the value from the row.
getValue(AbstractRecord, DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
Extract the value from the row.
getValue() - Method in class org.eclipse.persistence.internal.history.UniversalAsOfClause
 
getValue(UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.indirection.CacheBasedValueHolder
Process against the UOW and attempt to load a local copy before going to the shared cache If null is returned then the calling UOW will instantiate as normal.
getValue() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Return the object.
getValue(UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Process against the UOW and attempt to load a local copy before going to the shared cache If null is returned then the calling UOW will instantiate as normal.
getValue(UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.indirection.QueryBasedValueHolder
Process against the UOW and attempt to load a local copy before going to the shared cache If null is returned then the calling UOW will instantiate as normal.
getValue() - Method in interface org.eclipse.persistence.internal.jaxb.many.MapEntry
 
getValue() - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitProperty
 
getValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
INTERNAL: Used for OX mapping.
getValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorClassMetadata
INTERNAL: Used for OX mapping.
getValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.OrderByMetadata
INTERNAL: Used for OX mapping.
getValue(Integer, Integer) - Static method in class org.eclipse.persistence.internal.jpa.metadata.MetadataHelper
INTERNAL: Helper method to return a string value if specified, otherwise returns the default value.
getValue(String, String) - Static method in class org.eclipse.persistence.internal.jpa.metadata.MetadataHelper
INTERNAL: Helper method to return a string value if specified, otherwise returns the default value.
getValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitionMetadata
INTERNAL: Used for OX mapping.
getValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryHintMetadata
INTERNAL: Used for OX mapping.
getValue() - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Parameter
 
getValue(CharSequence, Class<?>) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
This call back mechanism provides an opportunity for the XMLReader to provide an alternate conversion.
getValue() - Method in interface org.eclipse.persistence.internal.oxm.XMLSetting
Gets the value to be marshalled using the specified mapping.
getValue() - Method in class org.eclipse.persistence.internal.oxm.XPathPredicate
 
getValue() - Method in class org.eclipse.persistence.internal.sessions.factories.model.property.PropertyConfig
 
getValue() - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation
 
getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMaxFacet
 
getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMinFacet
 
getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.MaxFacet
 
getValue() - Method in class org.eclipse.persistence.jaxb.compiler.facets.MinFacet
 
getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
Gets the value of the value property.
getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
Gets the value of the value property.
getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
Gets the value of the value property.
getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
Gets the value of the value property.
getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
Gets the value of the value property.
getValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
Gets the value of the value property.
getValue() - Method in enum org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
Returns the actual identifier associated with the constant.
getValue() - Method in class org.eclipse.persistence.mappings.Association
PUBLIC: Return the value.
getValue() - Method in class org.eclipse.persistence.mappings.transformers.ConstantTransformer
PUBLIC: Return the value of the constant.
getValue() - Method in class org.eclipse.persistence.oxm.record.XMLEntry
 
getValue() - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
getValue(int) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
getValue() - Method in class org.eclipse.persistence.sdo.SDOSetting
Returns the value of the setting.
getValueByXPath(Object, String, NAMESPACE_RESOLVER, Class<T>) - Method in class org.eclipse.persistence.internal.oxm.Context
Query the object model based on the corresponding document.
getValueByXPath(Object, String, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
Get a value from an object based on an XPath statement.
getValueByXPath(Object, String, NamespaceResolver, Class<T>) - Method in class org.eclipse.persistence.oxm.XMLContext
Query the object model based on the corresponding XML document.
getValueClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorClassMetadata
INTERNAL:
getValueClass() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
PUBLIC: This is a helper method to get the object class from the value converter if it is a TypeConversionConverter.
getValueColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicCollectionAccessor
INTERNAL: Used for OX mapping.
getValueColumnName() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for OX mapping.
getValueConverter() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL: Used for OX mapping.
getValueConverter() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
Return the converter on the mapping.
getValueConverter() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Return the converter on the mapping.
getValueConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
PUBLIC: Return the converter on the mapping.
getValueConverter() - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL: Conversion not supported.
getValueConverter() - Method in class org.eclipse.persistence.queries.DirectReadQuery
PUBLIC: Return the converter on the query.
getValueFromField(Field, Object) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get the value of the given field in the given object.
getValueFromObjectForExpression(AbstractSession, Object, ObjectExpression) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
INTERNAL: Helper method to get the value from the clone for the expression passed in, triggering joins on all intermediate steps.
getValueFromProxy(Object) - Static method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Given a proxy object, trigger the indirection and return the actual object represented by the proxy.
getValueFromRecord(String, MappedRecord, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
Retrieves the field value from the record.
getValueFromRecord(DatabaseRecord, ResultSetMappingQuery) - Method in class org.eclipse.persistence.queries.ColumnResult
INTERNAL: This method is a convenience method for extracting values from Results
getValueFromRecord(DatabaseRecord, ResultSetMappingQuery) - Method in class org.eclipse.persistence.queries.ConstructorResult
INTERNAL: This method is a convenience method for extracting values from results/
getValueFromRecord(DatabaseRecord, ResultSetMappingQuery) - Method in class org.eclipse.persistence.queries.EntityResult
INTERNAL: This method is a convenience method for extracting values from Results
getValueFromRecord(DatabaseRecord) - Method in class org.eclipse.persistence.queries.FieldResult
INTERNAL: This method is a convenience method for extracting values from Results
getValueFromRecord(DatabaseRecord, ResultSetMappingQuery) - Method in class org.eclipse.persistence.queries.SQLResult
INTERNAL: This method is a convenience method for extracting values from Results
getValueFromRecordForMapping(DatabaseRecord, DatabaseMapping, FieldResult, DatabaseRecord) - Method in class org.eclipse.persistence.queries.EntityResult
INTERNAL: This method is for processing all FieldResults for a mapping.
getValueFromRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Extract and return the appropriate value from the specified remote value holder.
getValueFromRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Extract and return the appropriate value from the specified remote value holder.
getValueFromRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Extract and return the appropriate value from the specified remote value holder.
getValueFromRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Extract and return the appropriate value from the specified remote value holder.
getValueFromRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: extract and return the appropriate value from the specified remote value holder
getValueFromRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Extract and return the appropriate value from the specified remote value holder.
getValueFromRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Extract and return the appropriate value from the specified remote value holder.
getValueGenericType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getValueHolder() - Method in interface org.eclipse.persistence.indirection.IndirectContainer
PUBLIC: This is used by the indirection policy to build the UOW clone of the container.
getValueHolder() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Return the valueHolder.
getValueHolder() - Method in class org.eclipse.persistence.indirection.IndirectMap
PUBLIC: Return the valueHolder.
getValueHolder() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Return the valueHolder.
getValueHolder() - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionHandler
INTERNAL: Get the ValueHolder associated with this handler.
getValueMapping() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
 
getValuePartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
getValuePartitioning() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getValues() - Method in class org.eclipse.persistence.eis.EISMappedRecord
INTERNAL: getValues() is sued internally in a few places, so try to make that work for mapped records.
getValues(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
 
getValues(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
 
getValues() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL:
getValues() - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
INTERNAL:
getValues(String) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Retrieve the value for the field name.
getValues(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Given a DatabaseField, return the corresponding values from the document
getValues(DatabaseField, AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
getValues() - 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 TopLink in some places.
getValuesIndicatingNoEntry(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
getValuesIndicatingNoEntry(DatabaseField, AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
getValuesIndicatingNoEntry(List<DatabaseField>) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
getValuesIndicatingNoEntry(List<DatabaseField>, boolean) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
getValuesIndicatingNoEntry(DatabaseField, boolean) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Given a DatabaseField, return the corresponding values from the document
getValuesIndicatingNoEntry(DatabaseField, boolean, AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
getValuesToExclude() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Decides which attributes to ignore based on the values they are set to.
getValueToPutInCache(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Return the value that should be stored in the identity map.
getValueToPutInCache(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: Return the value that should be stored in the identity map.
getValueToPutInCache(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Return the value that should be stored in the identity map.
getValueToPutInCache(AbstractRecord, AbstractSession) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: Return the value that should be stored in the identity map.
getValueToWrite(QName, Object, ConversionManager) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
getValueToWrite(Object, Object, XMLRecord, XMLField, XMLField, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
getValueToWrite(QName, Object, ConversionManager) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
getValueType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
INTERNAL:
getValueType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getValueType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
Gets the value of the valueType property.
getValueType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
Gets the value of the valueType property.
getValueType() - Method in class org.eclipse.persistence.mappings.TypedAssociation
PUBLIC: Return the class of the value.
getValueTypeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
INTERNAL: Used for OX mapping.
getValueWrapper() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Name of the property to marshal/unmarshal as a wrapper on the text() mappings Ignored unmarshalling XML.
getValueWrapper() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Name of the property to marshal/unmarshal as a wrapper on the text() mappings Ignored marshalling XML.
getValueWrapper() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Name of the property to marshal/unmarshal as a wrapper on the text() mappings Ignored unmarshalling XML.
getValueWrapper() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
The key that will correspond to the property mapped with @XmlValue.
getVariableAttributeAccessor() - Method in interface org.eclipse.persistence.internal.oxm.mappings.VariableXPathObjectMapping
 
getVariableAttributeAccessor() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
getVariableAttributeAccessor() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
getVariableAttributeName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getVariableAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
getVariableAttributeName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
getVariableClassName() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
getVariableGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
getVariableGetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
getVariableName() - Method in class org.eclipse.persistence.internal.jpa.parsing.IdentificationVariableDeclNode
 
getVariableName() - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
 
getVariableName() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
Returns the identification variable name that is defining either the abstract schema name or the collection-valued path expression
getVariableName() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Returns the identification variable, which has been changed to be upper case.
getVariableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
Returns the identification variable name that is defining either the abstract schema name or the collection-valued path expression
getVariableName() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
Returns the identification variable handled by this Resolver.
getVariableNameForClass(Class, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL getVariableNameForClass(): Answer the name mapped to the specified class.
getVariableOneToOnes() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getVariables() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The variables are the names of the declared variables used in the procedure.
getVariableSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
getVariableSetMethodName() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
getVersion() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
getVersion() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
getVersion(Class<Y>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.IdentifiableTypeImpl
Return the attribute that corresponds to the version attribute of the entity or mapped superclass.
getVersion() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
Gets the XML Version for this document.
getVersion() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
PUBLIC: Gets the XML Version for this document.
getVersion() - Method in class org.eclipse.persistence.internal.sessions.factories.model.SessionConfigs
 
getVersion() - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
Returns the real version this constant represents.
getVersion() - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Returns the real version this constant represents.
getVersion() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Gets the version as it appears in URI.
getVersion() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
Gets the XML Version for this document.
getVersion() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
getVersion() - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
getVersion() - Static method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Return the EclipseLink version.
getVersion() - Static method in class org.eclipse.persistence.Version
 
getVersionDifference(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Return the number of version difference between the two states of the object.
getVersionDifference(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: Return the number of versions different between these objects.
getVersionDifference(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
PUBLIC: Return the number of versions different between these objects.
getVersionDifference(Object, Object, Object, AbstractSession) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
PUBLIC: Return the number of versions different between these objects.
getVersionMapping() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Returns the mapping that will be used to access the version value from an object.
getVersions() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
getVersionString() - Static method in class org.eclipse.persistence.Version
Returns version String containing three part version number and build qualifier.
getViewTable() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL:
getVirtualAccessMethods() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
getVirtualAttributeMethods() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the list of virtual methods sets for this Entity.
getVisitedGrandparent() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Return the second-to-last object visited.
getVisitedObjects() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
getVisitedParent() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Return the last object visited.
getVisitedStack() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
getVPDClearIdentifierQuery(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Any platform that supports VPD should implement this method.
getVPDClearIdentifierQuery(String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Return an Oracle defined VPD clear identifier query.
getVPDCreationFunctionString(String, String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Any platform that supports VPD should implement this method.
getVPDCreationFunctionString(String, String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Return an Oracle defined VPD identifier function.
getVPDCreationPolicyString(String, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Any platform that supports VPD should implement this method.
getVPDCreationPolicyString(String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Return an Oracle defined VPD identifier policy.
getVPDDeletionString(String, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Any platform that supports VPD should implement this method.
getVPDDeletionString(String, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Return an Oracle defined VPD identifier policy deletion.
getVPDIdentifier() - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
INTERNAL: Return the single identifier.
getVPDIdentifier() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return the VPD identifier for this project.
getVPDLastIdentifierClassName() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return the name of the last class to set a VPD identifiers.
getVPDSetIdentifierQuery(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Any platform that supports VPD should implement this method.
getVPDSetIdentifierQuery(String) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Return an Oracle defined VPD set identifier query.
getWaitTimeout() - Method in class org.eclipse.persistence.internal.expressions.ForUpdateClause
 
getWaitTimeout() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Return the WAIT timeout value of pessimistic locking query.
getWaitTimeout() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Return the time in milliseconds to wait for a available connection.
getWeavableClassNames() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Returns all those classes in this project that are available for weaving.
getWeavedGetMethodName(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return the set method name weaved for getting attribute value.
getWeavedSetMethodName(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return the set method name weaved for setting attribute value.
getWeavedValueHolderGetMethodName(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return the get method name weaved for a value-holder attribute.
getWeavedValueHolderGetMethodName(String) - Static method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Return the get method name weaved for a value-holder attribute.
getWeavedValueHolderSetMethodName(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return the set method name weaved for a value-holder attribute.
getWeavedValueHolderSetMethodName(String) - Static method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Return the set method name weaved for a value-holder attribute.
getWeight() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return the weight of the mapping, used to sort mappings to ensure that DirectToField Mappings get merged first
getWeight() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Return the weight of the mapping, used to sort mappings to ensure that DirectToField Mappings get merged first
getWhenClauses() - Method in class org.eclipse.persistence.internal.jpa.parsing.CaseNode
 
getWhenClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Returns the Expression that represents the WHEN clauses.
getWhenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Returns the Expression representing the conditional predicate of the clause.
getWhereClause() - Method in class org.eclipse.persistence.internal.expressions.SQLStatement
 
getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Returns the Expression representing the WHERE clause.
getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Returns the Expression representing the WHERE clause.
getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Returns the Expression representing the WHERE clause.
getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Returns the state object representing the WHERE clause.
getWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the state object representing the WHERE clause.
getWhereNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Return the Where node
getWithAllSubclassesExpression() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
ADVANCED: Return the Expression which gets all subclasses.
getWordType() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Returns what the type of word WordParser.word() returns.
getWorkingCopyMethodName() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
Return the workingCopyClone method name.
getWorkingCopyMethodName() - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CloneCopyPolicyMetadata
INTERNAL: Used for OX mapping.
getWorkingUnmarshalRecord() - Method in class org.eclipse.persistence.internal.oxm.record.deferred.BinaryMappingContentHandler
 
getWrappedCacheKey() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
If a Wrapper subclasses this CacheKey this method will be used to unwrap the cache key.
getWrappedCacheKey() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
If a Wrapper subclasses this CacheKey this method will be used to unwrap the cache key.
getWrappedServerValueHolder() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Return the original value holder.
getWrappedType() - Method in class org.eclipse.persistence.internal.sessions.factories.ComplexPLSQLTypeWrapper
 
getWrappedType() - Method in class org.eclipse.persistence.internal.sessions.factories.DatabaseTypeWrapper
 
getWrappedType() - Method in class org.eclipse.persistence.internal.sessions.factories.JDBCTypeWrapper
 
getWrappedType() - Method in class org.eclipse.persistence.internal.sessions.factories.OracleArrayTypeWrapper
 
getWrappedType() - Method in class org.eclipse.persistence.internal.sessions.factories.OracleObjectTypeWrapper
 
getWrappedType() - Method in class org.eclipse.persistence.internal.sessions.factories.PLSQLCollectionWrapper
 
getWrappedType() - Method in class org.eclipse.persistence.internal.sessions.factories.PLSQLCursorWrapper
 
getWrappedType() - Method in class org.eclipse.persistence.internal.sessions.factories.PLSQLRecordWrapper
 
getWrappedType() - Method in class org.eclipse.persistence.internal.sessions.factories.SimplePLSQLTypeWrapper
 
getWrappedValueHolder() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
 
getWrappedValueHolder() - Method in class org.eclipse.persistence.internal.indirection.ProtectedValueHolder
 
getWrappedValueHolder() - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
 
getWrappedValueHolder() - Method in interface org.eclipse.persistence.internal.indirection.WrappingValueHolder
Returns the valueholder that is wrapped by this ValueHolder
getWrappedValueHolderRemoteID() - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
returns wrapped ValueHolder ObjID if available
getWrapper(Object) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Get the wrapper object from the cache key associated with the given primary key, this is used for EJB2.
getWrapper() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
getWrapper(Object) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Get the wrapper object from the cache key associated with the given primary key, this is used for EJB2.
getWrapper(Object, Class) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Get the wrapper object from the cache key associated with the given primary key, this is used for EJB.
getWrapper(Object, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Get the wrapper object from the cache key associated with the given primary key, this is used for EJB.
getWrapper(Object, Class) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Get the wrapper object from the cache key associated with the given primary key, this is used for EJB.
getWrapper(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Get the wrapper object from the cache key associated with the given primary key, this is used for EJB2.
getWrapper() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
getWrapperNullPolicy() - Method in interface org.eclipse.persistence.internal.oxm.mappings.XMLContainerMapping
Get the Wrapper NullPolicy from the Mapping.
getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
 
getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
 
getWrapperNullPolicy() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
 
getWrapperPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Return the WrapperPolicy for this descriptor.
getWrappersHashMap() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
INTERNAL: Return the map of Wrapper objects (SDOWrapperTypes that wrap a primitive document).
getWrappersHashMap() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
INTERNAL: Return the map of Wrapper objects (SDOWrapperTypes that wrap a primitive document).
getWrappersHashMap() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL: Return the map of Wrapper objects (SDOWrapperTypes that wrap a primitive document).
getWriteConnection() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Return the connection to be used for database modification.
getWriteConnectionPoolConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.PoolsConfig
 
getWriteConnections() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Return the map of write connections.
getWriteLockField() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Return the write lock field.
getWriteLockField() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Return the write lock field.
getWriteLockField() - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: Return the write lock field.
getWriteLockFieldName() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
PUBLIC: Return the field name of the field that stores the write lock value.
getWriteLockManager() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Returns the single write Lock manager for this session
getWriteLockManager() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Returns the single write Lock manager for this session
getWriteLockManager() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Returns the single write Lock manager for this session
getWriteLockQueued() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTENRAL: Used to get the object that the merge manager is waiting on, in order to acquire locks
getWriteLockUpdateExpression(ExpressionBuilder, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL:
getWriteLockUpdateExpression(ExpressionBuilder, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: Return an expression that updates the write lock
getWriteLockUpdateExpression(ExpressionBuilder, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Retrun an expression that updates the write lock
getWriteLockUpdateExpression(ExpressionBuilder, AbstractSession) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: This method will return an expression that is used to update its optimistic locking field #see this method in VersionLockingPolicy
getWriteLockValue(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: This method will return the optimistic lock value for the object
getWriteLockValue(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: This method will return the optimistic lock value for the object.
getWriteLockValue(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: This method will return the optimistic lock value for the object
getWriteLockValue(Object, Object, AbstractSession) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: This method will return the optimistic lock value for the object #see this method in VersionLockingPolicy
getWriteLockValue(Object) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Get the write lock value from the cache key associated to the primarykey.
getWriteLockValue() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
getWriteLockValue(Object) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Get the write lock value from the cache key associated to the primarykey.
getWriteLockValue(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Retrieve the write lock value of the cache key associated with the given primary key,
getWriteLockValue(Object) - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
Return null as no objects are cached.
getWriteLockValue(Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Extract the write lock value from the identity map.
getWriteLockValue(Vector, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Deprecated.
getWriteLockValue(Object, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Extract the write lock value from the identity map.
getWriteLockValue(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Extract the write lock value from the identity map.
getWriteLockValue(Object, Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
ADVANCED: Extract the write lock value from the identity map.
getWriteLockValue() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: This method is used to return the lock value of the object this changeSet represents.
getWriteLockValue() - Method in class org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor
Return the write lock value of an associated object
getWriteLockValue() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED: This method is used to return the lock value of the object this changeSet represents.
getWriteLockValue(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Extracts and returns the write lock value from the identity map through the given Object.
getWriteLockValue(Vector, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
Deprecated.
since EclipseLink 2.1, replaced by getWriteLockValue(Object, Class)
getWriteLockValue(Object, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Extracts the write lock value from the identity map through the passed in primaryKey and Class type.
getWriteLockValue(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Get the write lock value from the cache key associated to the primarykey.
getWriteLockValue() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
getWriter() - Method in class org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter
 
getWriter() - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
 
getWriter() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
getWriter() - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Return the writer to which an accessor writes logged messages and SQL.
getWriter() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
Return the Writer that the object will be marshalled to.
getWriter() - Method in class org.eclipse.persistence.oxm.record.WriterRecord
Return the Writer that the object will be marshalled to.
getWriter() - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
 
getWriterFilename() - Method in class org.eclipse.persistence.logging.DefaultSessionLog
For the given writer, return it's associated filename.
getWriteStatementsCount() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return the number of write statements.
getWriteTransformers() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransformationAccessor
INTERNAL: Used for OX mapping.
getXmlAbstractNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the xmlAbstractNullPolicy property.
getXmlAbstractNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlAbstractNullPolicy property.
getXmlAbstractNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Gets the value of the xmlAbstractNullPolicy property.
getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Gets the value of the xmlAccessMethods property.
getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Gets the value of the xmlAccessMethods property.
getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the xmlAccessMethods property.
getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlAccessMethods property.
getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Gets the value of the xmlAccessMethods property.
getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Gets the value of the xmlAccessMethods property.
getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Gets the value of the xmlAccessMethods property.
getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
Gets the value of the xmlAccessMethods property.
getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
Gets the value of the xmlAccessMethods property.
getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Gets the value of the xmlAccessMethods property.
getXmlAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Gets the value of the xmlAccessMethods property.
getXmlAccessOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the xmlAccessOrder for this TypeInfo.
getXmlAccessorFactory() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlAccessorOrder property.
getXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the xmlAccessorOrder property.
getXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
Gets the value of the xmlAccessorType property.
getXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlAccessorType property.
getXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the xmlAccessorType property.
getXmlAccessType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the xmlAccessType for this TypeInfo.
getXmlAdapterClass() - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
Return the XmlAdapter class for this converter.
getXmlAdapterClassName() - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
Return the XmlAdapter class name for this converter.
getXMLBinaryDataHelper() - Static method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
getXMLBinder() - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory.OXMMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in interface org.eclipse.persistence.jaxb.metadata.MetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jaxb.metadata.MetadataSourceAdapter
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.CollectionWrapperMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.DynamicXMLMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.DynamicXmlV2MetadataSource
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ErrorResponseMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ItemLinksMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.JavaLangMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.JavaMathMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.JavaUtilMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.LinkMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.LinkV2MetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ReadAllQueryResultCollectionMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ReportQueryResultCollectionMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ReportQueryResultListItemMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.ReportQueryResultListMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.SimpleHomogeneousListMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.SingleResultQueryListMetadataSource
 
getXmlBindings(Map<String, ?>, ClassLoader) - Method in class org.eclipse.persistence.jpa.rs.util.metadatasources.SingleResultQueryResultMetadataSource
getXmlBindingsFromProperties(Map, ClassLoader) - Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
Convenience method for processing a properties map and creating a map of package names to XmlBindings instances.
getXmlBindingsModelContext() - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
The method will load the eclipselink metadata model and return the corresponding JAXBContext
getXmlClassExtractor() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlClassExtractor property.
getXMLContext() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Return the instance of XMLContext that was used to create this instance of XMLUnmarshaller.
getXMLContext() - Method in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
getXMLContext() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Return the XMLContext associated with this JAXBContext.
getXMLContext() - Method in class org.eclipse.persistence.oxm.XMLMarshaller
Return the instance of XMLContext that was used to create this instance of XMLMarshaller.
getXMLContext() - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
Return the instance of XMLContext that was used to create this instance of XMLUnmarshaller.
getXmlContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
getXmlContext() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
getXmlContext() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL:
getXMLContextState() - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return the XMLContextState that represents the XMLContexts stateful information.
getXmlConversionManager() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
getXmlConversionManager() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
getXmlConversionManager() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL:
getXmlCustomizer() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the XmlCustomizer class name set on this TypeInfo, or null if none is set.
getXmlCustomizer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlCustomizer property.
getXmlDescriptor() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
INTERNAL Returns the Descriptor associated with this TypeMappingInfo.
getXmlDescriptor() - Method in class org.eclipse.persistence.sdo.SDOType
 
getXmlDescriptor(QName) - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
getXmlDiscriminatorNode() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the class indicator field name for this type info.
getXmlDiscriminatorNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlDiscriminatorNode property.
getXmlDiscriminatorValue() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the value of the class indicator field for the java-type associated with this type info.
getXmlDiscriminatorValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlDiscriminatorValue property.
getXmlElement() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
Returns the xml-element as a Element which represents the parameter level annotations that should be applied to this type.
getXmlElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Gets the value of the xmlElement property.
getXmlElementDecl() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry
Gets the value of the xmlElementDecl property.
getXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
 
getXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlElementNillable property.
getXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the xmlElementNillable property.
getXmlElementRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Gets the value of the xmlElementRef property.
getXmlElementRefs() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return the List of XmlElementRef(s) for this Property.
getXmlElementRefs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Gets the value of the xmlElementRefs property.
getXmlElements() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return the XmlElements object set for this Property.
getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return the XmlElementWrapper set on this property.
getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlElementWrapper property.
getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Gets the value of the xmlElementWrapper property.
getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Gets the value of the xmlElementWrapper property.
getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Gets the value of the xmlElementWrapper property.
getXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Gets the value of the xmlElementWrapper property.
getXmlEnum() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlEnums
Gets the value of the xmlEnum property.
getXmlEnums() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the xmlEnums property.
getXmlEnumValue() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
Gets the value of the xmlEnumValue property.
getXmlEnumValues() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
 
getXmlEventReader() - Method in class org.eclipse.persistence.internal.oxm.record.XMLEventReaderInputSource
 
getXMLEventWriter() - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
getXMLException() - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLExceptionHandler
 
getXMLField() - Method in class org.eclipse.persistence.internal.oxm.FieldTransformerNodeValue
 
getXmlField() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceFieldToClassAssociation
 
getXMLField() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
getXMLField() - Method in class org.eclipse.persistence.oxm.record.XMLEntry
 
getXmlHeader() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Get this Marshaller's XML Header.
getXMLHelper() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Return the XMLHelper instance for this helper context.
getXMLHelper(XMLHelper) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Return the EclipseLink implementation of XMLHelper.
getXMLHelperDelegate() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
getXMLInputFactory() - Method in class org.eclipse.persistence.jaxb.JAXBContext
 
getXmlInverseReference() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlInverseReference property.
getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return the xmlJavaTypeAdapter set on this Property.
getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the xmlJavaTypeAdapter set on this Type.
getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlJavaTypeAdapter property.
getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Gets the value of the xmlJavaTypeAdapter property.
getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the xmlJavaTypeAdapter property.
getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlJavaTypeAdapter property.
getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Gets the value of the xmlJavaTypeAdapter property.
getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Gets the value of the xmlJavaTypeAdapter property.
getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Gets the value of the xmlJavaTypeAdapter property.
getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapters
Gets the value of the xmlJavaTypeAdapter property.
getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Gets the value of the xmlJavaTypeAdapter property.
getXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Gets the value of the xmlJavaTypeAdapter property.
getXmlJavaTypeAdapters() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the xmlJavaTypeAdapters property.
getXmlJoinNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
Gets the value of the xmlJoinNode property.
getXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return the XmlJoinNodes for this property.
getXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Gets the value of the xmlJoinNodes property.
getXmlJoinNodesList() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return the list of XmlJoinNodes for this Property, if any.
getXmlKeyProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the list of XmlKey property entries.
getXmlMap() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlMap property.
getXmlMapping() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
getXMLMappingMetadataComplete() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL: Used for OX mapping.
getXMLMarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
getXmlMarshaller() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
getXmlMarshaller() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
getXmlMarshaller() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL:
getXmlMimeType() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Return the mimeType specified on this element.
getXmlMimeType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the xmlMimeType property.
getXmlMimeType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlMimeType property.
getXmlNamedAttributeNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
Gets the value of the xmlNamedAttributeNode property.
getXmlNamedAttributeNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
Gets the value of the xmlNamedAttributeNode property.
getXmlNamedObjectGraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraphs
Gets the value of the xmlNamedObjectGraph property.
getXmlNamedObjectGraphs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlNamedObjectGraphs property.
getXmlNamedSubclassGraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
Gets the value of the xmlNamedSubclassGraph property.
getXmlNamedSubgraph() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
Gets the value of the xmlNamedSubgraph property.
getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the XMLNameTransformer used when converting Java names to XML names
getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlNameTransformer property.
getXmlNameTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the xmlNameTransformer property.
getXMLNode(Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
getXMLNode(Object) - Method in class org.eclipse.persistence.oxm.XMLBinder
Gets the XML Node associated with the provided object.
getXmlNs() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
Gets the value of the xmlNs property.
getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return XmlNullPolicy for this TypeInfo.
getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
 
getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlNullPolicy property.
getXmlNullPolicy() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the xmlNullPolicy property.
getXmlPath() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return the xpath for this property.
getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Gets the value of the xmlPath property.
getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Gets the value of the xmlPath property.
getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the xmlPath property.
getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlPath property.
getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
Gets the value of the xmlPath property.
getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
Gets the value of the xmlPath property.
getXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Gets the value of the xmlPath property.
getXMLPlatform() - Method in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
INTERNAL: Return the XMLPlatform based on the toplink.xml.platform System property.
getXMLPlatformClass() - Method in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
INTERNAL: Return the implementation class for the XMLPlatform.
getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlProperties property.
getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Gets the value of the xmlProperties property.
getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Gets the value of the xmlProperties property.
getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the xmlProperties property.
getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlProperties property.
getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Gets the value of the xmlProperties property.
getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Gets the value of the xmlProperties property.
getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Gets the value of the xmlProperties property.
getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
Gets the value of the xmlProperties property.
getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
Gets the value of the xmlProperties property.
getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Gets the value of the xmlProperties property.
getXmlProperties() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Gets the value of the xmlProperties property.
getXmlProperty() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties
Gets the value of the xmlProperty property.
getXMLReader() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
getXMLReader() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getXMLReader() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getXMLReader() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getXmlReadTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
Gets the value of the xmlReadTransformer property.
getXmlRegistries() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the xmlRegistries property.
getXmlRegistry() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlRegistries
Gets the value of the xmlRegistry property.
getXmlRootElement() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the xmlRootElement set on this TypeInfo.
getXmlRootElement() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlRootElement property.
getXmlSchema() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the xmlSchema property.
getXMLSchema() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Returns XML Schema of the parser.
getXMLSchema() - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the xmlSchemaType property.
getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the xmlSchemaType property.
getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlSchemaType property.
getXmlSchemaType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaTypes
Gets the value of the xmlSchemaType property.
getXmlSchemaTypes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the xmlSchemaTypes property.
getXmlSeeAlso() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the List of XmlSeeAlso class names for this TypeInfo.
getXmlSeeAlso() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlSeeAlso property.
getXmlStreamReader() - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceContext
 
getXmlStreamReader() - Method in class org.eclipse.persistence.internal.oxm.record.XMLStreamReaderInputSource
 
getXMLStreamWriter() - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
getXMLTag() - Method in class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormat
 
getXmlTagName() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
Root element name associated with this type;
getXMLToJavaTypeMap() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Return a map of default Java types to XML types.
getXmlTransformation() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Return the XmlTransformation set on this property.
getXMLType(Class, ConversionManager) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Return the qualified XML Schema type for a given class
getXmlType() - Method in class org.eclipse.persistence.internal.oxm.XMLConversionPair
 
getXmlType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Return the xmlType set on this TypeInfo.
getXmlType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlType property.
getXMLType(Class) - Method in class org.eclipse.persistence.oxm.XMLField
Return the qualified XML Schema type for a given class
getXMLType(Class, ConversionManager) - Method in class org.eclipse.persistence.oxm.XMLField
 
getXMLUnmarshaller() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
getXmlUnmarshaller() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
getXmlUnmarshaller() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
getXmlUnmarshaller() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL:
getXmlValueFieldForSimpleContent(ArrayList<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
getXmlValueFieldForSimpleContent(TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
getXmlValueProperty() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getXMLVersion() - Method in class org.eclipse.persistence.internal.oxm.Root
Gets the XML version which will be set on the XMLRoot during unmarshal.
getXMLVersion() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
Return the XML version of the document, or null if not specified.
getXmlVirtualAccessMethods() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
getXmlVirtualAccessMethods() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlVirtualAccessMethods property.
getXmlWriteTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
Gets the value of the xmlWriteTransformer property.
getXPath() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
Get the XPath String
getXPath() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
Get the XPath String
getXPath() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
Get the XPath String
getXPath() - Method in class org.eclipse.persistence.eis.mappings.EISDirectMapping
Get the XPath String associated with this Mapping
getXPath() - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
Get the XPath String
getXPath() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
Get the XPath String
getXPath() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Returns the xpath statement associated with this XMLField
getXPath() - Method in interface org.eclipse.persistence.internal.oxm.mappings.FragmentMapping
 
getXPath() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
Get the XPath String
getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Get the XPath String
getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
Get the XPath String
getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
Get the XPath String
getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
Get the XPath String
getXPath() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
Get the XPath String
getXPath() - Method in class org.eclipse.persistence.oxm.XMLField
Returns the xpath statement associated with this XMLField
getXPath() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
getXPathFactory() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
getXPathForElement(String, QName, NamespaceInfo, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
getXPathForField(Property, NamespaceInfo, boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
getXPathFragment() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
INTERNAL: Maintain a direct pointer to the first XPathFragment.
getXPathFragment() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
getXPathFragment() - Method in class org.eclipse.persistence.internal.oxm.XPathPredicate
 
getXPathFragment() - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL: Maintain a direct pointer to the first XPathFragment.
getXPathFragmentForValue(Object, NamespaceResolver, boolean, char) - Method in interface org.eclipse.persistence.internal.oxm.mappings.VariableXPathObjectMapping
 
getXPathFragmentForValue(Object, NamespaceResolver, boolean, char) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
getXPathFragmentForValue(Object, NamespaceResolver, boolean, char) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
getXPathNode() - Method in class org.eclipse.persistence.internal.oxm.NodeValue
 
getXPathNode() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
getXPathNode() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
getXPathNode() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
getXQueryString() - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
PUBLIC: Return the XQuery string.
getXSDHelper() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Return the XSDHelper instance for this helper context.
getXSDHelper(XSDHelper) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Return the EclipseLink implementation of XSDHelper.
getXSDHelperDelegate() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
getXsdLocalName() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Returns the local name of the Property.
getXsdLocalName() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Returns the local name of the Property.
getXsdType() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
getXsdType() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
getXSDTypeFromSDOType(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
A function to access the values stored in xsdToSDOType HashMap
getXSDTypeFromSDOType(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
getXSDTypeFromSDOType(Type) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL:
Glassfish - Static variable in class org.eclipse.persistence.config.TargetServer
 
GlassfishPlatform - Class in org.eclipse.persistence.platform.server.glassfish
PUBLIC: This is the concrete subclass responsible for representing Glassfish server behavior.
GlassfishPlatform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
INTERNAL: Default Constructor: All behavior for the default constructor is inherited
GlassfishPlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL: The generic platform configuration for the Glassfish server.
GlassfishPlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.GlassfishPlatformConfig
 
GlassfishPlatformDetector - Class in org.eclipse.persistence.platform.server.glassfish
 
GlassfishPlatformDetector() - Constructor for class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatformDetector
 
GlassfishRuntimeServices - Class in org.eclipse.persistence.services.glassfish
Purpose: Provide a dynamic interface into the EclipseLink Session.
GlassfishRuntimeServices() - Constructor for class org.eclipse.persistence.services.glassfish.GlassfishRuntimeServices
PUBLIC: Default Constructor
GlassfishRuntimeServices(AbstractSession) - Constructor for class org.eclipse.persistence.services.glassfish.GlassfishRuntimeServices
PUBLIC: Create an instance of GlassfishRuntimeServices to be associated with the provided session
GlassfishRuntimeServices(Locale) - Constructor for class org.eclipse.persistence.services.glassfish.GlassfishRuntimeServices
Create an instance of GlassfishRuntimeServices to be associated with the provided locale The user must call setSession(Session) afterwards to define the session.
GlassfishTransactionController - Class in org.eclipse.persistence.transaction.glassfish
Purpose: TransactionController implementation for Glassfish JTA
GlassfishTransactionController() - Constructor for class org.eclipse.persistence.transaction.glassfish.GlassfishTransactionController
 
GLOBAL_PROPERTY_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
globalHelperContext - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
globalInstrumentation - Static variable in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
 
globalPropertyNotFound() - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when trying to find a global property during an unmarshal
GlobalRef() - Constructor for class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
 
GMONTH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
GMONTH_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
GMONTHDAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
GMONTHDAY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
GREATER_THAN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
GREATER_THAN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
GREATER_THAN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '>'.
GREATER_THAN_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
The entity name for greater-than symbol: >.
GREATER_THAN_EQUAL_TO - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
GREATER_THAN_EQUAL_TO - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
GREATER_THAN_OR_EQUAL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '>='.
greaterThan(byte) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is equal to the other value.
greaterThan(char) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is equal to the other value.
greaterThan(double) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is equal to the other value.
greaterThan(float) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is equal to the other value.
greaterThan(int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is equal to the other value.
greaterThan(long) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is equal to the other value.
greaterThan(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receiver's value is greater than the other value.
greaterThan(Expression) - Method in class org.eclipse.persistence.expressions.Expression
 
greaterThan(short) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is equal to the other value.
greaterThan(boolean) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is equal to the other value.
GreaterThan - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is greater than the second.
greaterThan(Expression<? extends Y>, Y) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is greater than the second.
greaterThan(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
greaterThan(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
greaterThan(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
greaterThan(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
greaterThan(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
greaterThan(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
greaterThan(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
greaterThan(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
greaterThan(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
greaterThanEqual(byte) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(char) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(double) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(float) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(long) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(short) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is greater and equal to the other value.
greaterThanEqual(boolean) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is greater and equal to the other value.
GreaterThanEqual - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
GreaterThanEqualToNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
GreaterThanEqualToNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.GreaterThanEqualToNode
GreaterThanEqualToNode constructor comment.
GreaterThanNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
GreaterThanNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.GreaterThanNode
GreaterThanNode constructor comment.
greaterThanOrEqual(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
greaterThanOrEqual(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
greaterThanOrEqual(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
greaterThanOrEqual(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
greaterThanOrEqual(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
greaterThanOrEqual(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
greaterThanOrEqual(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
greaterThanOrEqual(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
greaterThanOrEqual(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is greater than or equal to the second.
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is greater than or equal to the second.
Greatest - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
greatest() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
greatest(Expression<X>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an aggregate expression for finding the greatest of the values (strings, dates, etc).
GREGORIAN_CALENDAR - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
GREGORIAN_CALENDAR - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
GREGORIAN_CALENDAR - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
GROUP - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
GROUP - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
Group - Class in org.eclipse.persistence.internal.oxm.schema.model
 
Group() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Group
 
GROUP - Static variable in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
 
GROUP_BY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'GROUP BY'.
GROUP_BY_CLAUSE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Notify the state object representing the GROUP BY clause has changed.
GROUP_BY_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
Notify the list of StateObjects representing the GROUP BY items.
groupBy(List<Expression<?>>) - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
Specify the expressions that are used to form groups over the query results.
groupBy(Expression<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
Specify the expressions that are used to form groups over the query results.
groupBy(Expression<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Specify the expressions that are used to form groups over the query results.
groupBy(List<Expression<?>>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Specify the expressions that are used to form groups over the query results.
groupBy(Expression<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Specify the expressions that are used to form groups over the query results.
groupBy(List<Expression<?>>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Specify the expressions that are used to form groups over the query results.
groupByClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
groupByClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
GroupByClause - Class in org.eclipse.persistence.jpa.jpql.parser
The GROUP BY construct enables the aggregation of values according to the properties of an entity class.
GroupByClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Creates a new GroupByClause.
GroupByClause_GroupByItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
GroupByClause_GroupByItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
GroupByClause_GroupByItemMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
GroupByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the group by clause.
GroupByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseBNF
Creates a new GroupByClauseBNF.
GroupByClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This GroupByClauseFactory creates a new GroupByClause when the portion of the query to parse starts with GROUP BY.
GroupByClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseFactory
Creates a new GroupByClauseFactory.
GroupByClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The GROUP BY construct enables the aggregation of values according to the properties of an entity class.
GroupByClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
Creates a new GroupByClauseStateObject.
GroupByItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a group by item expression.
GroupByItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByItemBNF
Creates a new GroupByItemBNF.
GroupByItemFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This GroupByItemFactory is responsible to return the right expression and to support invalid expression as well.
GroupByItemFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.GroupByItemFactory
Creates a new GroupByItemFactory.
GroupByNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
GroupByNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.GroupByNode
Return a new GroupByNode.
GROUPING_ELEMENT_REQUIRED - Static variable in exception org.eclipse.persistence.eis.EISException
 
groupingElementRequired() - Static method in exception org.eclipse.persistence.eis.EISException
 
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is greater than the second.
gt(Expression<? extends Number>, Number) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is greater than the second.
GT_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
GYEAR - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
GYEAR_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
GYEARMONTH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
GYEARMONTH_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 

H

H2Platform - Class in org.eclipse.persistence.platform.database
 
H2Platform() - Constructor for class org.eclipse.persistence.platform.database.H2Platform
 
HANA - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
HANAPlatform - Class in org.eclipse.persistence.platform.database
Database Platform for SAP HANA
HANAPlatform() - Constructor for class org.eclipse.persistence.platform.database.HANAPlatform
 
handleAggregate() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Determines whether the Expression handles a collection of sub-expressions that are aggregated by logical or arithmetic operators.
handleCollection() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Determines whether the Expression handles a collection of sub-expressions that are separated by commas.
handleCommunicationException(RemoteConnection, CommunicationException) - Method in class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
INTERNAL: We received the specified CommunicationException trying to execute the command over the specified connection.
handleError(RuntimeException) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
INTERNAL: This method handles all the Descriptor Exceptions.
handleException(RuntimeException) - Method in interface org.eclipse.persistence.exceptions.ExceptionHandler
To re-throwing the exception,throwing a different exception or re-trying the query or database operation.
handleException(RuntimeException) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Allow any WARNING level exceptions that occur within EclipseLink to be logged and handled by the exception handler.
handleException(RuntimeException) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
PUBLIC: Allow the implementation class to handle an exception thrown in in the remote command service.
handleException(RuntimeException) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
INTERNAL: Delegate to the command procesor to handle the exception.
handleException(RuntimeException) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Allow any WARNING level exceptions that occur within EclipseLink to be logged and handled by the exception handler.
handleException(RuntimeException) - Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
INTERNAL: Do the appropriate thing for when an exception occurs during SQL issuance.
handleExceptionFromRemoteExecution(RemoteConnection, String) - Method in class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
INTERNAL: We received the specified exception String while executing the command over the specified connection.
handleSevere(RuntimeException) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Allow any SEVERE level exceptions that occur within EclipseLink to be logged and handled by the exception handler.
handleSevere(RuntimeException) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Allow any SEVERE level exceptions that occur within EclipseLink to be logged and handled by the exception handler.
handlesNestedArray() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
 
handleSubExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Determines whether this BNF handles parsing a sub-expression, i.e.
handleTransactionsManuallyForSybaseJConnect() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Force EclipseLink to manually begin transactions instead of using autoCommit.
HardCacheWeakIdentityMap - Class in org.eclipse.persistence.internal.identitymaps
Purpose: A HardCacheWeakIdentityMap is identical to the weak identity map, however the weak reference can be a performance problem for some types of apps because it can cause too much garbage collection of objects read causing them to be re-read and re-built (this defeats the purpose of the cache).
HardCacheWeakIdentityMap(int, ClassDescriptor, AbstractSession, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
 
HardCacheWeakIdentityMap.ReferenceCacheKey - Class in org.eclipse.persistence.internal.identitymaps
Inner class to define the specialized weak cache key.
HardCacheWeakIdentityMap_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
HardWeak - Static variable in class org.eclipse.persistence.config.CacheType
A HardWeak cache holds all objects in use by the application, and a fixed size sub-cache of MRU objects using normal (hard) references.
HAS_FROM_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Notifies the visibility of the FROM identifier has changed.
hasAccess() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL:
hasAccessMethods() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL:
hasAccessMethods() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL:
hasAccessor() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: returns true if the accessor has already been set.
hasActivePersistenceContext() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
This method is used in contains to check if we already have a persistence context.
hasActiveUnitOfWork() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return true if there is a unit of work associated with the active external transaction.
hasActualTypeArguments() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
hasActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass has actual type arguments, i.e.
hasActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
hasActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
hasActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
hasActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
hasActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass has actual type arguments, i.e.
hasActualTypeArguments() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Indicates if this JavaMethod has actual type arguments, i.e.
hasAddedElements() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Return if any elements that have been added before instantiation.
hasAddedElements() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Return if any elements that have been added before instantiation.
hasAdditionalCriteria() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Return true if an additional criteria has been set on this query manager.
hasAdditionalCriteria() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Returns true is an additional criteria has been set on this descriptor's query manager.
hasAdditionalFieldExpressions() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return if there are additional field expressions.
hasAdditionalFields() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return if additional field.
hasAdditionalJoinExpressions() - Method in class org.eclipse.persistence.internal.expressions.OuterJoinExpressionHolder
 
hasAliasNames() - Method in class org.eclipse.persistence.sdo.SDOProperty
 
hasAll() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Determines whether ALL was parsed.
hasAllocatedConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL:
hasAlreadyVisited(Expression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionIterator
Answers if this expression has already been visited.
hasAnd() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Determines whether the identifier AND was part of the query.
hasAnnotation(Class<? extends Annotation>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
Determines whether the given annotation is present on this type.
hasAnnotation(Class<? extends Annotation>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
Determines whether the given annotation is present on this type.
hasAny() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
hasAny() - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
hasAny() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
hasAnyEventListeners() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptorEventManager
 
hasAnyEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: Return if the event manager has any event listeners, or event methods.
hasArguments() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Return if argumented.
hasArguments() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return if any arguments exist in the query.
hasArray() - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
 
hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Determines whether the identifier AS was part of the query.
hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Determines whether the identifier AS was parsed.
hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Determines whether the identifier AS was parsed.
hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Determines whether the identifier AS was parsed.
hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Determines whether the identifier AS was parsed or not.
hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Determines whether the identifier AS was parsed.
hasAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Determines whether the identifier AS was parsed.
hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Determines whether the AS identifier is used or not.
hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Determines whether the AS identifier is used or not.
hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Determines whether the AS identifier is used or not.
hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Determines whether the AS identifier is used.
hasAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Determines whether the AS identifier is used.
hasAsOfClause() - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Answers true if this is to be queried as of a past time.
hasAsOfClause() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
hasAsOfClause() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
hasAsOfClause() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
ADVANCED: Answers if all objects are to be read as of a past time.
hasAsOfClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Determines whether the AS OF clause is defined.
hasAsOfClause() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Answers if the domain objects are to be read as of a past time.
hasAssociationOverrideFor(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
hasAttachments() - Method in class org.eclipse.persistence.internal.dbws.SOAPAttachmentHandler
 
hasAttribute(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL: Return true if the attribute exists.
hasAttributeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
hasAttributeName() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL:
hasAttributeOverrideFor(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
hasAttributes() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Return true is this query has batching
hasAttributeType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Those accessors that do not require a separate attribute-type specification for VIRTUAL accessors should override this method.
hasAttributeType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: Object accessors don't require a separate attribute-type specification in XML, instead they can use the reference class to determine the attribute-type.
hasAutoApplyConverter(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
Return true if there is an auto-apply converter for the given cls.
hasBatchFetchedAttributes() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return is any mappings are always batch fetched.
hasBatchReadAttributes() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return true is this query has batching
hasBeenAliased() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Answers if the database tables associated with this expression have been aliased.
hasBeenAliased() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
hasBeenAliased() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
hasBeenLogged() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: Return if this exception has been logged to avoid being logged more than once.
hasBeenNormalized() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL: Did the normalizer already add additional joins to the where clause due to this query key representing a foreign reference mapping? This insures that join criteria (for any query key expression) is not added twice.
hasBeenRegistered() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: return whether this IndirectList has been registered with the UnitOfWork
hasBeenRegistered() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Return whether this IndirectSet has been registered in a UnitOfWork
hasBeenVisited() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
hasBiDirectionalManyToManyAccessorFor(String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
hasBroker() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Allow the session to be used from a session broker.
hasCache() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that a Cache annotation or cache element has already been processed for this descriptor.
hasCacheable() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that a Cacheable annotation or cache element has already been processed for this descriptor.
hasCacheIndexes() - Method in class org.eclipse.persistence.descriptors.CachePolicy
 
hasCacheIndexesInSopObject() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
 
hasCacheInterceptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that a CacheInterceptor annotation or cacheInterceptor element has already been processed for this descriptor.
hasCallbackMethods() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
hasCascadeDeleteObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if any objects have been deleted through database cascade delete constraints.
hasCascadeLockingPolicies() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL:
hasCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Determines whether the CASE operand was parsed.
hasCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Determines whether the StateObject representing the case operand is present.
hasChangeFor(String) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
ADVANCED: This method will return true if the specified attribute has been changed.
hasChangeFor(String) - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED: This method will return true if the specified attribute has been changed.
hasChanges() - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
Return whether any changes have been recorded with the change record.
hasChanges() - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Return whether any changes have been recorded with the change record.
hasChanges() - Method in class org.eclipse.persistence.internal.descriptors.changetracking.ObjectChangeListener
INTERNAL: This method should return true if the object has been changed and false otherwise.
hasChanges() - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
PUBLIC: Returns true if the change set has changes.
hasChanges() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
Returns true if the change set has changes.
hasChanges() - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
Returns true if the change set has changes.
hasChanges() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
ADVANCED: Returns true if this particular changeSet has changes.
hasChanges() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Returns true if the Unit Of Work change Set has changes
hasChanges() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: The Unit of work is capable of preprocessing to determine if any on the clone have been changed.
hasChanges() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Determines whether some refactoring operations found changes to be made in the JPQL query.
hasChanges() - Method in interface org.eclipse.persistence.sessions.changesets.CollectionChangeRecord
ADVANCED: This method returns true if the change set has changes
hasChanges() - Method in interface org.eclipse.persistence.sessions.changesets.EISCollectionChangeRecord
ADVANCED: Return whether any changes have been recorded with the change record.
hasChanges() - Method in interface org.eclipse.persistence.sessions.changesets.EISOrderedCollectionChangeRecord
ADVANCED: Return whether any changes have been recorded with the change record.
hasChanges() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED: Returns true if this particular changeSet has changes.
hasChanges() - Method in interface org.eclipse.persistence.sessions.changesets.UnitOfWorkChangeSet
ADVANCED: Returns true if the Unit Of Work change Set has changes
hasChanges() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: The Unit of work is capable of preprocessing to determine if any on the clone have been changed.
hasChangeTracking() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that a Change tracking annotation or change tracking element has already been processed for this descriptor.
hasChild() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Return if there are any child descriptors.
hasChild(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Determines whether the BNF with the given ID is part of this BNF or not.
hasChildren() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Check if descriptor has children
hasClassExtractor() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL:
hasClassExtractor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL:
hasClassExtractor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: This method is a little involved since a class extractor is mutually exclusive with a discriminator column.
hasClassIndicator() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Checks if the class is involved in inheritance
hasCloneMapping() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if the unit of work has any clones.
hasCloseQuote() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
Determines whether the closing quote was present or not.
hasCloseQuote() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
Determines whether the closing quote was present or not.
hasCMPPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if the descriptor has a CMP policy.
hasCmpPolicyForcedUpdate() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL:
hasCode(String) - Static method in enum org.eclipse.persistence.jpa.rs.features.ServiceVersion
Checks if ServiceVersion with given code exists.
hasCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Determines whether the collection-valued path expression was parsed.
hasCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Determines whether the collection-valued path expression was parsed.
hasCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Determines whether the collection-valued path expression of the query was parsed.
hasColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyMetadata
INTERNAL:
hasComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Determines whether the comma was parsed after the first expression.
hasComma(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Determines whether a comma was parsed at the given position.
hasComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Determines whether the comma was parsed after the function name.
hasCommitManager() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return if the commit manager has been set.
hasCompatibleType() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
hasCompositePrimaryKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
hasConditional() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Determines whether the StateObject representing the conditional expression is present or not.
hasConditionalExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Determines whether the conditional expression was parsed.
hasConfigProperty(String, Map) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
 
hasConnectByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Determines whether the CONNECT BY clause is defined.
hasConnectByExpression() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
hasConnectionAvailable() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: Wait until a connection is avaiable and allocate the connection for the client.
hasConnectionAvailable() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
INTERNAL: Assume true as the driver is responsible for blocking.
hasConnectionAvailable() - Method in class org.eclipse.persistence.sessions.server.ReadConnectionPool
INTERNAL: Concurrent reads are supported.
hasConstraintDependency() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: The returns if the mapping has any constraint dependencies, such as foreign keys and join tables.
hasConstraintDependency() - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: The returns if the mapping has any constraint dependencies, such as foreign keys and join tables.
hasConstraintDependency() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: The returns if the mapping has any constraint dependencies, such as foreign keys and join tables.
hasConstraintDependency() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: The returns if the mapping has any constraint dependencies, such as foreign keys and join tables.
hasConstructorItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Determines whether the constructor items were parsed.
hasContainerBeans() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if any container beans exist.
hasContextTenant() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL: Return true if the tenant has been set for this policy.
hasConversionValues() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ObjectTypeConverterMetadata
INTERNAL:
hasConverter(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
hasConverter() - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
 
hasConverter() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
 
hasConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
Indicates if the mapping has a converter set on it.
hasConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
PUBLIC: Indicates if there is a converter on the mapping.
hasConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
PUBLIC: Indicates if there is a converter on the mapping.
hasConverterAccessor(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
hasConverterClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL:
hasConverts(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return true if there is convert metadata for the given attribute name.
hasCopyPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that a copy Policy annotation or copy policy element has already been processed for this descriptor.
hasCorrespondingDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Checks if the descriptor exists or not.
hasCustomDeleteAllQuery() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
 
hasCustomizer() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that a customizer annotation or customizer element has already been processed for this descriptor.
hasCustomMultipleTableJoinExpression() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Return if a custom join expression is used.
hasCustomNamespaceMapper() - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
hasCustomNamespaceMapper() - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
hasCustomNamespaceMapper() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
hasCustomNamespaceMapper() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
hasCustomSelectionQuery() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Indicates whether the selection query is TopLink generated or defined by the user.
hasCustomSQLArguments() - Method in class org.eclipse.persistence.queries.SQLCall
INTERNAL: Used to avoid misinterpreting the # in custom SQL.
hasDatabaseType() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Determines whether the database type was parsed or not.
hasDatePart() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Determines whether the date part literal was parsed or not.
hasDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Determines whether the declaration of this clause was parsed.
hasDeclaredAnnotations(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessible object has 1 or more declared persistence annotations.
hasDefaultBuilder() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Checks to see if a builder has been set on the query.
hasDefaultEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: This method will return true, if this event manager has default listeners and does not exclude them.
hasDefaultNullValues() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
INTERNAL
hasDefaultRedirectors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that a DefaultRedirectors annotation or default-redirectors element has already been processed for this descriptor.
hasDefaultSequence() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Get default sequence
hasDeferredAttributes() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
Check to see if there are any attributes that must be calculated at commit time.
hasDeferredChanges() - Method in interface org.eclipse.persistence.indirection.IndirectCollection
INTERNAL: Return if the collection has any changes that have been deferred to instantiation.
hasDeferredChanges() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Return if any elements that have been added or removed before instantiation.
hasDeferredChanges() - Method in class org.eclipse.persistence.indirection.IndirectMap
INTERNAL: Return if any elements that have been added or removed before instantiation.
hasDeferredChanges() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Return if any elements that have been added or removed before instantiation.
hasDeferredLock() - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
Return if there are any deferred locks.
hasDelegateSequence() - Method in class org.eclipse.persistence.sequencing.NativeSequence
Return if the sequence should be replaced by another sequence implementation.
hasDeletedObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Returns true if any deleted objects.
hasDeletedObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: The deleted objects stores any objects removed during the unit of work.
hasDeleteQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Flag that specifies if a delete query is available
hasDependency() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return if the mapping has any ownership or other dependency over its target object(s).
hasDependency() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return if the mapping has any ownership or other dependency over its target object(s).
hasDependency() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return if the mapping has any ownership or other dependency over its target object(s).
hasDependency() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: The join table is a dependency if not read-only.
hasDependencyOnParts() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Checks if the class has any private owned parts or other dependencies, (i.e.
hasDerivedId() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: returns true if users have designated one or more mappings as IDs.
hasDerivedId() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL:
hasDescriptor(Class) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Return true if a descriptor exists for the given class.
hasDescriptor(Class) - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: Return true if a descriptor exists for the given class.
hasDistinct() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Determines whether the identifier DISTINCT was parsed or not.
hasDistinct() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
Determines whether the DISTINCT identifier was specified in the query.
hasDistinct() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Gets whether the DISTINCT keyword is part of the query, which is used to return only distinct (different) values
hasDistinct() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Sets whether the DISTINCT keyword should be part of the query, which is used to return only distinct (different) values.
hasDocumentPreservation() - Method in class org.eclipse.persistence.internal.oxm.Context
INTERNAL: Return true if any session held onto by this context has a document preservation policy that requires unmarshalling from a Node.
hasDocumentPreservation() - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Return true if any session held onto by this context has a document preservation policy that requires unmarshalling from a Node.
hasDoesExistQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Flag that specifies if a does exist query is available
hasElementDescriptor() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Used for wrapping and unwrapping with the wrapper policy.
hasElementRefs() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if this TypeInfo contains an XmlElementRefs property.
hasElse() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Determines whether the identifier ELSE was parsed.
hasElse() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Determines whether the StateObject representing the ELSE scalar expression is present.
hasElseExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Determines whether the ELSE expression was parsed.
hasEmbeddable(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
hasEmbeddable(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
hasEmbeddedId() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Determines whether something was parsed after the left parenthesis.
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
Determines whether something was parsed after the left parenthesis.
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
Determines whether something was parsed after the left parenthesis.
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Determines whether something was parsed after the left parenthesis.
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Determines whether something was parsed after the left parenthesis.
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Determines whether something was parsed after the left parenthesis.
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Determines whether something was parsed after the left parenthesis.
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Determines whether something was parsed after the left parenthesis.
hasEncapsulatedExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Determines whether something was parsed after the left parenthesis.
hasEnd() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Determines whether the identifier END was parsed.
hasEntity(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
hasEntity(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
hasEntityEventListener() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
hasEntityExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Determines whether the entity expression was parsed.
hasEntityGraph(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return true is there exist and entity graph already for the given name.
hasEntityListenerEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
hasEntityStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
 
hasEntityThatImplementsInterface(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
hasEntityType() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Determines whether the entity type was parsed.
hasEntityTypeName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Determines whether the.
hasEnumerated(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Return true if this accessor has enumerated metadata.
hasEnumerated(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Return true if this accessor has enumerated metadata.
hasEnumerated(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Return true if this accessor has enumerated metadata.
hasEqualFieldInfos(ReturningPolicy) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL: Used for testing only
hasEqualFieldInfos(List<ReturningPolicy.Info>) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL: Used for testing only
hasEqualMains(ReturningPolicy) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL: Both ReturningPolicies should be initialized
hasEqualNamespaceResolvers() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Login
 
hasEqualNamespaceResolvers() - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
hasEqualNamespaceResolvers() - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
hasEqualNamespaceResolvers() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
hasEqualNamespaceResolvers() - Method in class org.eclipse.persistence.oxm.XMLLogin
 
hasEqualSign() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Determines whether the equal sign was parsed or not.
hasErrors() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
INTERNAL: Return if any errors occurred.
hasErrors() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Returns true if there were errors during the parsing process.
hasEscape() - Method in class org.eclipse.persistence.internal.jpa.parsing.LikeNode
 
hasEscape() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Determines whether the identifier ESCAPE was parsed.
hasEscapeCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Determines whether the escape character was parsed, which is either a single character or an input parameter.
hasEscapeCharacter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
hasEventManager() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
INTERNAL: returns true if a DescriptorEventManager has been set.
hasEventManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: returns true if a DescriptorEventManager has been set.
hasEventManager() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return if an event manager has been set.
hasException() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Return if any exception that was throw from concurrent population thread.
hasException() - Method in class org.eclipse.persistence.logging.SessionLogEntry
 
hasExceptionHandler() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if an exception handler is present.
hasExceptionHandler() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if an exception handler is present.
hasExecutionFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Indicates whether a FetchGroup will be applied to the query.
hasExecutionFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Indicates whether a FetchGroup will be applied to the query.
hasExistenceChecking() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
Determines whether the encapsulated expression of the query was parsed.
hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Determines whether the arithmetic primary was parsed.
hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Determines whether the Expression representing the timestamp or change number was parsed or not.
hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Determines whether the expression before the identifier was parsed.
hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Determines whether the relationship expression was parsed.
hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Determines whether the expression was parsed.
hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Determines whether the state field path expression or type discriminator was parsed.
hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Determines whether the expression to negate was parsed.
hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Determines whether the expression preceding the identifier was parsed.
hasExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Determines whether the order by expression was parsed.
hasExternalTransactionController() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Used for JTA integration.
hasExternalTransactionController() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Used for JTS integration.
hasFetch() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Determines whether the identifier FETCH was parsed.
hasFetch() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Determines whether the identifier FETCH was parsed.
hasFetchGroup(String) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
Return true if a fetch group exists for the given group name.
hasFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Return if a fetch group is set in the query.
hasFetchGroupManager() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if the descriptor has a fetch group manager associated with.
hasField() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
Return if the attribute has a real field.
hasFieldName() - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.WriteTransformerMetadata
INTERNAL: Indicates whether there is a column name.
hasFirst() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Determines whether the StateObject representing the first encapsulated expression is present or not.
hasFirst() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Determines whether the StateObject representing the first encapsulated expression is present or not.
hasFirstComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Determines whether the comma was parsed after the first expression.
hasFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Determines whether the first expression of the query was parsed.
hasFirstExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Determines whether the first expression of the query was parsed.
hasForcedChanges() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Returns true if this particular changeSet has forced SQL changes.
hasForcedChanges() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Returns true if this uowChangeSet contains an objectChangeSet that has forced SQL changes.
hasForcedChangesFromCascadeLocking() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Returns true if this particular changeSet has forced SQL changes because of a cascade optimistic locking policy.
hasForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.RelationalColumnMetadata
INTERNAL: Return true if a foreign key has been defined on this column.
hasForeignKeyConstraints() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
hasForeignKeyDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
hasFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Determines whether the identifier FROM was parsed.
hasFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Determines whether the identifier FROM was part of the query.
hasFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Determines whether the identifier FROM was part of the query.
hasFromClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Determines whether the FROM clause was parsed or not.
hasFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Determines whether the function name was parsed.
hasFunctionName() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Determines whether the name of the native SQL function has been specified.
hasGenericHistorySupport() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Answers if at least one Descriptor or Mapping had a HistoryPolicy at initialize time.
hasGroupBy() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Does this EJBQL have a Grouping Clause
hasGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Determines whether the GROUP BY clause was parsed or not.
hasGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the state object representing the GROUP BY clause.
hasGroupByExpressions() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
hasGroupByExpressions() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Return if any group bys exist, allow lazy initialization.
hasGroupByItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Determines whether the list of items was parsed.
Hash - Static variable in class org.eclipse.persistence.config.ParameterDelimiterType
 
hasHaving() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Does this EJBQL have a Having Clause
hasHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Determines whether the HAVING clause was parsed or not.
hasHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the state object representing the HAVING clause.
hasHavingExpression() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
hashCode() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return a consistent hash-code for the expression.
hashCode() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Return the hash-code based on the unique selector.
hashCode() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL:
hashCode() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
hashCode() - Method in class org.eclipse.persistence.indirection.IndirectSet
 
hashCode() - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
hashCode() - Method in class org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo
 
hashCode() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Return the hashcode of the name, because it is fairly unique.
hashCode() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Return the hashcode of the name, because it is fairly unique.
hashCode() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
hashCode() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
hashCode() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
hashCode() - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
Return the precomputed hashcode.
hashCode() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Overrides hashCode() in Object to use the primaryKey's hashCode for storage in data structures.
hashCode() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
hashCode() - Method in class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl
 
hashCode() - Method in class org.eclipse.persistence.internal.oxm.Root
 
hashCode() - Method in class org.eclipse.persistence.internal.oxm.WeakObjectWrapper
 
hashCode() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
hashCode() - Method in class org.eclipse.persistence.internal.oxm.XPathQName
 
hashCode() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
This method overrides the hashcode method.
hashCode() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Return the hashcode for id, because it is unqiue.
hashCode() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
hashCode() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
hashCode() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
hashCode() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
 
hashCode() - Method in class org.eclipse.persistence.oxm.XMLField
 
hashCode() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Compute a consistent hash-code for the expression.
hashCode() - Method in class org.eclipse.persistence.sdo.SDOProperty
Return a unique hashCode (as an int) for this instance.
hashCode() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
hasHelperContext(String) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Return true if a HelperContext corresponding to this identifier or alias already exists, else false.
hasHierarchicalExpressions() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Verify that we have hierarchical query expressions
hasHierarchicalQueryClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Determines whether the hierarchical query clause was parsed or not.
hasHierarchicalQueryExpressions() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
HashPartitioning - Annotation Type in org.eclipse.persistence.annotations
HashPartitioning partitions access to a database cluster by the hash of a field value from the object, such as the object's location, or tenant.
HashPartitioning - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
HashPartitioningImpl - Class in org.eclipse.persistence.internal.jpa.config.partitioning
JPA scripting API implementation.
HashPartitioningImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.partitioning.HashPartitioningImpl
 
HashPartitioningMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.partitioning
INTERNAL: Define JPA meta-data for partitioning policy.
HashPartitioningMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.HashPartitioningMetadata
INTERNAL: Used for XML loading.
HashPartitioningMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.HashPartitioningMetadata
INTERNAL: Used for annotation loading.
HashPartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
PUBLIC: HashPartitioningPolicy partitions access to a database cluster by the hash of a field value from the object, such as the object's location, or tenant.
HashPartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
 
HashPartitioningPolicy(String) - Constructor for class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
 
HashPartitioningPolicy(String, boolean) - Constructor for class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
 
HashSet_class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
Hashtable_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
hasIdAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return whether there is an IdAccessor on this descriptor.
hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Determines whether the identification variable was parsed.
hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Determines whether the identification variable was parsed.
hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Determines whether the identification variable was parsed.
hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Determines whether the identification variable was parsed.
hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Determines whether the identification variable was parsed.
hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Determines whether an identification variable was defined.
hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Determines whether the identification variable is present.
hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Determines whether an identification variable was defined.
hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Determines whether an identification variable was defined.
hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Determines whether the identification variable has been defined or not.
hasIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Determines whether the identification variable has been defined.
hasIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Determines if this query BNF support the given word, which can be an identifier.
hasInBatchFetchedAttribute() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return is any mappings are always batch fetched using IN.
hasIndexes() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
hasInheritance() - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
INTERNAL: Return if this descriptor is involved in inheritance, (is child or parent).
hasInheritance() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Indicates whether this group is part of an inheritance hierarchy
hasInheritance() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if this descriptor is involved in inheritance, (is child or parent).
hasInheritance() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Return true if this class has an inheritance specifications.
hasInheritance() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL: Return if this descriptor is involved in inheritance, (is child or parent).
hasInItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Determines whether the list of items was parsed.
hasInsertQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Flag that specifies if a insert query is available
hasInterface(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
hasInterfacePolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if this descriptor is involved in interface, (is child or parent).
hasInternalEventListeners() - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: Internal event support.
hasInternalExceptions() - Method in exception org.eclipse.persistence.exceptions.JPQLException
INTERNAL Does this exception have any internal errors?
hasInverseConstraintDependency() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Return whether the mapping has any inverse constraint dependencies, such as foreign keys.
hasInverseConstraintDependency() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: The returns if the mapping has any inverse constraint dependencies, such as foreign keys and join tables.
hasInverseConstraintDependency() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Return whether the mapping has any inverse constraint dependencies, such as foreign keys and join tables.
hasIsolatedCacheClassWithoutUOWIsolation() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return whether this project has a descriptor that is both Isolated and has a cache isolation level other than ISOLATE_CACHE_ALWAYS
hasIsolatedClasses() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return if any descriptors are isolated.
hasItems() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Indicates whether the group has at least one attribute.
hasItems() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Determines whether this StateObject has any children.
hasItems() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Determines whether this StateObject has any children.
hasItems() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Determines whether this StateObject has any children.
hasItems() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Determines whether this StateObject has any children.
hasItems() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Determines whether this StateObject has any children.
hasItems() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Determines whether this StateObject has any children.
hasItems() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Determines whether this StateObject has any children.
hasJoinAssociationPath() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Determines whether the join association path expression was parsed.
hasJoinedAttributeExpressions() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return the attributes that must be joined.
hasJoinedAttributes() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Answers if any attributes are to be joined / returned in the same select statement.
hasJoinedAttributes() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return if any attributes are joined.
hasJoinedExpressions() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
This method checks both attribute expressions and mapping expressions and determines if there are any joins to be made.
hasJoinedMappingExpressions() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return the attributes that must be joined.
hasJoining() - Method in class org.eclipse.persistence.internal.queries.ReportItem
INTERNAL: Return if any attributes are joined.
hasJoining() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return if any attributes are joined.
hasJoins() - Method in interface org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration
Determines whether the declaration contains JOIN expressions.
hasJoins() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Determines whether this declaration has any join expressions.
hasJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Determines whether the JPQL expression has JOIN expressions.
hasJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractRangeDeclaration
Determines whether the declaration contains JOIN expressions.
hasJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
Determines whether the declaration contains JOIN expressions.
hasJoins() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Determines whether the JPQL expression has JOIN expressions.
hasKeys() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Returns true if this particular changeSet has a Key.
hasLastXPathFragment() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
INTERNAL:
hasLastXPathFragment() - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL:
hasLeafElementType() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
hasLeft() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Does this node have a left
hasLeft() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Determines whether there is a StateObject that represents the left expression.
hasLeftExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Determines whether the first expression of the query was parsed.
hasLeftParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
Determines whether the open parenthesis was parsed or not.
hasLeftParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Determines whether the open parenthesis was parsed or not.
hasLeftParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Determines whether the open parenthesis was parsed or not.
hasLeftParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Determines whether the open parenthesis was parsed or not.
hasListChangeListeners(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Determines whether there are at least one IListChangeListener registered to listen for changes made to the list with the given list name.
hasListeners() - Method in class org.eclipse.persistence.sessions.SessionEventManager
PUBLIC: Check if there are any event listeners.
hasLob(Collection<DatabaseField>) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
hasLob(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Return true if this accessor has lob metadata.
hasLob(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Return true if this accessor has lob metadata.
hasLogin() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Return if a login is used, only one of login and pool can be used.
hasLowerBound() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Determines whether the StateObject representing the lower bound is defined or not.
hasLowerBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Determines whether the lower bound expression was parsed.
hasMapKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL: For all intent and purpose a basic map accessor always uses a map key.
hasMapKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL:
hasMapKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL:
hasMapKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Method should be overridden by those accessors that accept and use a map key.
hasMapKeyConverts(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return true if there is map key convert metadata for the given attribute name.
hasMapKeyHolder() - Method in class org.eclipse.persistence.internal.expressions.OuterJoinExpressionHolder
 
hasMappedBy() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Return true if this accessor is the non owning side of the relationship, that is, has a mapped by value.
hasMappedSuperclass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
hasMappedSuperclass(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
hasMappedSuperclass(String) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return whether the given class is mapped as superclass.
hasMappedSuperclasses() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return whether there any mappings that are mapped superclasses.
hasMappingAccessor(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Returns true if we already have (processed) an accessor for the given attribute name.
hasMappingForAttributeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
hasMappingsPostCalculateChanges() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Are there any mappings that require postCalculateChanges method to be called.
hasMappingsPostCalculateChangesOnDeleted() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Are there any mappings that require mappingsPostCalculateChangesOnDeleted method to be called.
hasMappingsPostCalculateChangesOnDeleted() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Indicates whether there is at least one descriptor that has at least on mapping that require a call on deleted objects to update change sets.
hasMapsIdValue() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Set the mapped by id value
hasMarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
hasMemberOfNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
hasMemberOfNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
 
hasMessage() - Method in class org.eclipse.persistence.logging.SessionLogEntry
 
hasMinusSign() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Determines whether the arithmetic sign is the minus sign.
hasModifyRow() - Method in class org.eclipse.persistence.queries.DataModifyQuery
Return if a modify row has been set.
hasMoreElements() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapKeyEnumeration
 
hasMoreElements() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Return whether the cursored stream has any more elements.
hasMoreElements() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Indicates whether the cursor can move to the the next row
hasMoreNodes() - Method in class org.eclipse.persistence.internal.sessions.factories.NodeListElementEnumerator
 
hasMoreResults() - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Returns true if the next result corresponds to a result set, and false if it is an update count or if there are no results other than through INOUT and OUT parameters, if any.
hasMoreThanOneAliasInFrom() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
 
hasMoreThanOneVariablePerType() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
 
hasMultipleCalls() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Normally only a single call is used, however multiple table may require multiple calls on write.
hasMultipleResultSets() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Return if the call returns multiple result sets.
hasMultipleResultSets() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: If there is no user setting and there are not multiple result classes or result set mappings, assume a single result is returned.
hasMultipleStatements() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Normally only a single statement is used, however multiple table may require multiple statements on write.
hasMultipleTableChild() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return if any children of this descriptor require information from another table not specified at the parent level.
hasMultipleTableConstraintDependecy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return if any mapping reference a field in a secondary table.
hasMultipleTables() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Check if descriptor has multiple tables
hasMultitenant() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates if multitenant metadata has been processed for this descriptor.
hasMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return true if the descriptor has a multitenant policy
hasName() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Determine whether the receiver has any identification information.
hasName() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.MapKeyMetadata
INTERNAL: Return true if a name has been specified.
hasName() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.UniqueConstraintMetadata
INTERNAL: Return true if a name has been specified for this unique constraint.
hasNamespace() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
hasNestedIdentityReference(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Calculates whether descriptor references an entity (directly or through a nested mapping).
hasNestedIdentityReference() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Indicates whether the mapping (or at least one of its nested mappings, at any nested depth) references an entity.
hasNestedIdentityReference() - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Indicates whether the mapping (or at least one of its nested mappings, at any nested depth) references an entity.
hasNestedIdentityReference() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Indicates whether the mapping (or at least one of its nested mappings, at any nested depth) references an entity.
hasNestedIdentityReference() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Indicates whether the mapping (or at least one of its nested mappings, at any nested depth) references an entity.
hasNestedIdentityReference() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Indicates whether the mapping (or at least one of its nested mappings, at any nested depth) references an entity.
hasNewObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if there are any registered new objects.
hasNewValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Determines whether the new value section of the query was parsed.
hasNewValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Determines whether the StateObject representing the new value is present.
hasNext(Object) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Return whether the iterator has more objects.
hasNext() - Method in class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer.TokensIterator
INTERNAL: Returns true if the iteration has more elements.
hasNext(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return whether the iterator has more objects.
hasNext(Object) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Return whether the iterator has more objects,
hasNext(Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Return whether the iterator has more objects.
hasNext() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy.MapContainerPolicyIterator
 
hasNext() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
 
hasNext() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.EmptyIterator
hasNext() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
hasNext() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
hasNext() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
hasNext() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Return whether the cursored stream has any more elements.
hasNext(Object) - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: Return whether the iterator has more objects.
hasNext() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Indicates whether the cursor can move to the the next row
hasNextElement() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Indicates whether the cursor can move to the the next row
hasNoncacheableMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
 
hasNonFetchJoinedAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return the attributes that must be joined.
hasNonIsolatedUOWClasses() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return if any descriptors are not isolated to the unit of work.
hasNonSelectFields() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Determines whether the identifier NOT was part of the query.
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Determines whether the identifier NOT was parsed.
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Determines whether the identifier NOT was part of the query.
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpression
Determines whether the identifier NOT was parsed.
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Determines whether the identifier NOT was parsed.
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Determines whether the identifier NOT was parsed.
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Determines whether NOT is used in the query.
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Determines whether the NOT identifier is used or not.
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Determines whether the NOT identifier is used or not.
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Determines whether the NOT identifier is used or not.
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Determines whether the NOT identifier is used or not.
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Determines whether the NOT identifier is used or not.
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Determines whether the NOT identifier is used or not.
hasNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Determines whether the NOT identifier is used or not.
hasNotBeenVisited() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
hasNullableArguments() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return if the query has any nullable arguments.
hasNulls() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Determines whether the NULLS identifier was parsed.
hasNullValueInFields() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: Return true if the AbstractRecord has been marked as valid to check the update call cache with, false otherwise.
hasOf() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Determines whether the identifier OF was parsed.
hasOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
 
hasOnClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Determines whether the ON clause was parsed.
hasOneToOneSelected(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
 
hasOptimisticLock() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
This check is needed only when doing batch writing.
hasOptimisticReadLockObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if there are any optimistic read locks.
hasOptionalArguments() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
INTERNAL: Return if there are any optional arguments.
hasOrder() - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
INTERNAL: Return whether the collection has order.
hasOrder() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Returns true if the collection has order
hasOrder() - Method in class org.eclipse.persistence.internal.queries.ListContainerPolicy
INTERNAL: Returns true if the collection has order
hasOrderBy() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Does this EJBQL have an Ordering Clause
hasOrderBy() - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Return true if ascending or descending ordering has been set on this mapping via the @OrderBy annotation.
hasOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Determines whether the ORDER BY clause is defined or not.
hasOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Returns the state object representing the ORDER BY clause.
hasOrderByExpressions() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
hasOrderByExpressions() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return if there are orderBy expressions.
hasOrderByExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: The order bys are lazy initialized to conserve space.
hasOrderByItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
Determines whether the list of items to order was parsed.
hasOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Determines whether ASC or DESC was parsed.
hasOrderSiblingsByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Determines whether the ORDER SIBLINGS BY clause is defined.
hasOrderSiblingsByExpressions() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
hasOuterJoinedAttributeQuery() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
PERF: Return if the query uses any outer attribute joins, used to avoid null checks in building objects.
hasOuterJoinExpressions() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
hasOutputArguments() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Return if argumented.
hasOutputCursors() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Return true if there are output cursors on this call.
hasParameters() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
The parameters are the values in order of occurrence in call.
hasParameters() - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
The parameters are the values in order of occurance in call.
hasParameters() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
hasParameters() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Returns true if the query has at least one parameter.
hasPartialAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Return if partial attributes.
hasPartialAttributeExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return if partial attributes.
hasPartitioningCallback() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Check if has callback.
hasPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Determines whether the pattern value was parsed.
hasPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Determines whether the pattern value was parsed.
hasPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
hasPessimisticLockedObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return true if there are any pessimistic locked objects in this unit of work, false otherwise.
hasPessimisticLockingPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL:
hasPessimisticLockingPolicy() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
PUBLIC: Return true if bean pessimistic locking is configured
hasPKClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
hasPlusSign() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Determines whether the arithmetic sign is the plus sign.
hasPreallocationSize() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
 
hasPreDeleteMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
 
hasPredicateProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
INTERNAL: Return true if the list of predicate properties hasn't been initialized.
hasPredicateProperty(Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
INTERNAL: Return true if the property handed in is a duplicate of any existing predicate property.
hasPredicateSiblings() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
hasPrefix(String) - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
Indicates whether given prefix is assigned to a name-space.
hasPrefixesToNamespaces() - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
 
hasPrevious() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
hasPrevious() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
hasPrevious() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Indicates whether the cursor can move to the the previous row
hasPrimaryKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that a PrimaryKey annotation or primary-key element has been processed for this descriptor.
hasPrimaryKeyFields() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return true is the descriptor has primary key fields set.
hasPrivatelyOwnedParts() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Checks if the class has any private owned parts are not
hasPrivateOwnedObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return true if privateOwnedObjects is not null and not empty, false otherwise.
hasProperties() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Allow to check for user defined properties.
hasProperties() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return if any properties exist in the query.
hasProperties() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Returns true if properties are available on the Connection Policy
hasPropertyChangeListeners(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Determines whether there are at least one IPropertyChangeListener registered to listen for changes made to the property with the given property name.
hasProposals() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Determines whether there is at least one proposals.
hasProposals() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Determines whether there is at least one proposals.
hasProtectedForeignKeys() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Returns true if the protectedForeignKeys record is non-null and non-empty, false otherwise.
hasProtectedForeignKeys() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
hasProxyIndirection() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Return if any descriptors use ProxyIndirection.
hasQuery() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Determines whether the query was parsed.
hasQueryKeyOrMapping(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Checks to see if it has a query key or mapping with the specified name or not.
hasQueryMechanism() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Check if the mechanism has been set yet, used for lazy init.
hasQueryStatement() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Determines whether a query was parsed.
hasQueryStatement() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Determines whether a query statement has been defined.
hasRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Determines whether the range variable declaration was parsed.
hasRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Determines whether the range variable declaration was parsed.
hasRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Determines whether the range variable declaration was parsed.
hasReadAllQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Flag that specifies if a read all query is available
hasReadObjectQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Flag that specifies if a read object query is available
hasReadOnly() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that a read only annotation or read only element has already been processed for this descriptor.
hasReference(Object) - Method in class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
Checks if the object is null, or reference's object is null.
hasReference(Object) - Method in class org.eclipse.persistence.internal.identitymaps.SoftCacheWeakIdentityMap
Checks if the object is null, or reference's object is null.
hasReferenceMappings() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Returns true if any of the mappings on this descriptor are key-based reference mappings.
hasRelationships() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: return whether this descriptor has any relationships through its mappings, through inheritance, or through aggregates
hasRelationshipsExceptBackpointer(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: This method returns true if this descriptor has either a ForeignReferenceMapping to an object aside from the one described by descriptor or more than one ForeignReferenceMapping to descriptor.
hasRelationTable() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Indicates whether the mapping has RelationTable.
hasRelationTable() - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Indicates whether the mechanism has relation table.
hasRelationTableMechanism() - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
PUBLIC: Indicates whether the mapping has RelationTableMechanism.
hasRelationTableMechanism() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Indicates whether the mapping has RelationTableMechanism.
hasRemovedElements() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Return if any elements that have been removed before instantiation.
hasRemovedElements() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Return if any elements that have been removed before instantiation.
hasResponse() - Method in class org.eclipse.persistence.internal.xr.Operation
 
hasResponse() - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
hasResult() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
Indicates if a Result has been set for this Schema.
hasResultSet() - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
Indicates whether resultSet is still here.
hasResultSetMappings() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: Return true if there are results set mappings associated with this query.
hasResultType() - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
 
hasResultVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Determines whether the result variable was parsed.
hasResultVariable() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Determines whether the result variable has been defined.
hasReturningPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if this descriptor has Returning policy.
hasRight() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Does this node have a right
hasRight() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Determines whether there is a StateObject that represents the right expression.
hasRightExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Determines whether the second expression of the query was parsed.
hasRightForAnd() - Method in class org.eclipse.persistence.internal.jpa.parsing.BetweenNode
 
hasRightForBetween() - Method in class org.eclipse.persistence.internal.jpa.parsing.BetweenNode
 
hasRightParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
Determines whether the close parenthesis was parsed or not.
hasRightParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Determines whether the close parenthesis was parsed or not.
hasRightParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Determines whether the close parenthesis was parsed or not.
hasRightParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Determines whether the close parenthesis was parsed or not.
hasRootElement() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
hasRootObject() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Determines whether the "root" object was parsed.
hasRuntimeExceptions() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
INTERNAL: Return if any runtime errors occurred.
hasScalarExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Determines whether something was parsed after the left parenthesis and before the AS identifier.
hasScn() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Determines whether the identifier SCN was part of the query.
hasSecond() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Determines whether the StateObject representing the second encapsulated expression is present or not.
hasSecond() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Determines whether the StateObject representing the second encapsulated expression is present or not.
hasSecondComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Determines whether the comma was parsed after the second expression.
hasSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Determines whether the second expression of the query was parsed.
hasSecondExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Determines whether the second expression of the query was parsed.
hasSecurableObject() - Method in class org.eclipse.persistence.internal.security.SecurableObjectHolder
 
hasSelectClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Determines whether the SELECT clause was parsed or not.
hasSelectedColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.locking.OptimisticLockingMetadata
INTERNAL:
hasSelectExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Determines whether the list of select items was parsed.
hasSelectExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Determines whether a select expression was defined for this result variable.
hasSelectItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Determines whether this SELECT clause has a select item defined (only one can be set for a subquery's SELECT clause and many for a top-level query).
hasSelectItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Determines whether this SELECT clause has a select item defined (only one can be set for a subquery's SELECT clause and many for a top-level query).
hasSelectItem() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Determines whether this SELECT clause has a select item defined (only one can be set for a subquery's SELECT clause and many for a top-level query).
hasSerializedObjectPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL:
hasSessionName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return if a name of the session that the query should be executed under has been specified.
hasSet() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Determines whether SET was parsed or not.
hasSetMethod() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
hasSharedCacheMode() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
hasSimplePrimaryKey() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: PERF: Return if the primary key is simple (direct-mapped) to allow fast extraction.
hasSingleIdAttribute() - Method in class org.eclipse.persistence.internal.jpa.metamodel.IdentifiableTypeImpl
Whether or not the identifiable type has an id attribute.
hasSingleTableMultitenant() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates if single table multitenant metadata has been processed for this descriptor.
hasSizeQuery() - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
INTERNAL: Return if a custom size query is defined.
hasSopObject() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL:
hasSpace(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Determines whether a space was parsed at the given position.
hasSpace() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Determines whether there is a space after the range variable declaration.
hasSpaceAfterAll() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Determines whether a whitespace was parsed after ALL.
hasSpaceAfterAnd() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Determines whether a whitespace was found after AND.
hasSpaceAfterArithmeticOperator() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Determines whether a whitespace was parsed after the arithmetic operator.
hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Determines whether a whitespace parsed after AS.
hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Determines whether a whitespace was found after AS.
hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Determines whether a whitespace was parsed after AS.
hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Determines whether a whitespace was parsed after AS.
hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Determines whether a whitespace was parsed after the identifier AS.
hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Determines whether a whitespace was parsed after AS.
hasSpaceAfterAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Determines whether a whitespace was parsed after AS.
hasSpaceAfterBetween() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Determines whether a whitespace was found after BETWEEN.
hasSpaceAfterCase() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Determines whether a whitespace was parsed after CASE.
hasSpaceAfterCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Determines whether a whitespace was parsed after the case operand.
hasSpaceAfterCategory() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Determines whether a whitespace was found after either SCN or TIMESTAMP.
hasSpaceAfterCollectionValuedPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Determines whether a whitespace was parsed after the collection-valued path expression.
hasSpaceAfterComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Determines whether a whitespace was parsed after the comma.
hasSpaceAfterComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpression
Determines whether a whitespace was parsed after the comma.
hasSpaceAfterConnectBy() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClause
Determines whether a whitespace was found after CONNECT BY.
hasSpaceAfterConnectByClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Determines whether a whitespace was found after the CONNECT BY clause.
hasSpaceAfterDatePart() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Determines whether a whitespace was found after the date part literal.
hasSpaceAfterDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Determines whether a whitespace was found after the declaration query clause, which will be true if it's followed by either the hierarchical query clause or the AS OF clause.
hasSpaceAfterDelete() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Determines whether a whitespace was found after the identifier DELETE.
hasSpaceAfterDeleteClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Determines whether a whitespace was found after the DELETE FROM clause.
hasSpaceAfterDistinct() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Determines whether a whitespace was parsed after DISTINCT.
hasSpaceAfterDistinct() - Method in class org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
Determines whether a whitespace was parsed after DISTINCT.
hasSpaceAfterElse() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Determines whether a whitespace was parsed after ELSE.
hasSpaceAfterElseExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Determines whether a whitespace was parsed after the else expression.
hasSpaceAfterEqualSign() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Determines whether a whitespace was parsed after the equal sign or not.
hasSpaceAfterEscape() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Determines whether a whitespace was parsed after ESCAPE.
hasSpaceAfterExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.CastExpression
Determines whether a whitespace was parsed after the expression.
hasSpaceAfterExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Determines whether a whitespace was parsed after the order by expression.
hasSpaceAfterFirstComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Determines whether a whitespace was parsed after the first comma.
hasSpaceAfterFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Determines whether a whitespace was parsed after the FROM identifier.
hasSpaceAfterFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Determines whether a whitespace was found after the FROM clause.
hasSpaceAfterFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteClause
Determines whether a whitespace was found after the identifier FROM.
hasSpaceAfterFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpression
Determines whether a whitespace was found after FROM.
hasSpaceAfterFrom() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Determines whether a whitespace was found after FROM.
hasSpaceAfterGroupBy() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Determines whether a whitespace was found after the GROUP BY clause.
hasSpaceAfterGroupBy() - Method in class org.eclipse.persistence.jpa.jpql.parser.GroupByClause
Determines whether a whitespace was found after GROUP BY.
hasSpaceAfterHierarchicalQueryClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractFromClause
Determines whether a whitespace was found after the hierarchical query clause.
hasSpaceAfterIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Determines whether a whitespace was parsed before ON.
hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractConditionalClause
Determines whether a whitespace was parsed after the identifier or not.
hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEncapsulatedExpression
Determines whether a whitespace was parsed after the identifier rather than the left parenthesis.
hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractOrderByClause
Determines whether a whitespace was parsed after the identifier.
hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Determines whether a whitespace was found after AS OF.
hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.CompoundExpression
Determines whether a whitespace was parsed after the identifier.
hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Determines whether a whitespace was parsed after REGEXP.
hasSpaceAfterIdentifier() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Determines whether a whitespace was parsed after the identifier.
hasSpaceAfterIn() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Determines whether a whitespace was found after IN.
hasSpaceAfterIn() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Determines whether there was a whitespace after the IN identifier if the left parenthesis was not parsed.
hasSpaceAfterIs() - Method in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpression
Determines whether a whitespace was found after IS.
hasSpaceAfterJoin() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Determines whether a whitespace was parsed after JOIN.
hasSpaceAfterJoinAssociation() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Determines whether a whitespace was parsed after the join association path expression.
hasSpaceAfterLike() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Determines whether a whitespace was parsed after LIKE.
hasSpaceAfterLowerBound() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Determines whether a whitespace was found after the lower bound expression.
hasSpaceAfterMember() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Determines whether a whitespace was found after MEMBER.
hasSpaceAfterNew() - Method in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpression
Determines whether a whitespace was parsed after NEW.
hasSpaceAfterNot() - Method in class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Determines whether a whitespace was parsed after NOT.
hasSpaceAfterNulls() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Determines whether a whitespace was parsed after the NULLS identifier.
hasSpaceAfterOf() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpression
Determines whether a whitespace was found after OF.
hasSpaceAfterOrdering() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Determines whether a whitespace was parsed after the ordering.
hasSpaceAfterPatternValue() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Determines whether a whitespace was parsed after the pattern value.
hasSpaceAfterRangeVariableDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Determines whether a whitespace was found after the abstract schema name declaration.
hasSpaceAfterRightParenthesis() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Determines whether a whitespace was found after the close parenthesis.
hasSpaceAfterRootObject() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Determines whether a whitespace was parsed after the "root" object.
hasSpaceAfterSecondComma() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Determines whether a whitespace was parsed after the second comma.
hasSpaceAfterSelect() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectClause
Determines whether a whitespace was parsed after SELECT.
hasSpaceAfterSelect() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Determines whether a whitespace was found after the SELECT clause.
hasSpaceAfterSet() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Determines whether a whitespace was found after SET.
hasSpaceAfterSpecification() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Determines whether a whitespace was found after the way the string is trimmed.
hasSpaceAfterStartWithClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Determines whether a whitespace was found after the START WITH clause.
hasSpaceAfterStateFieldPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Determines whether a whitespace was parsed after the state field path expression not.
hasSpaceAfterStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Determines whether a whitespace was parsed after the string expression.
hasSpaceAfterStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Determines whether a whitespace was parsed after the string expression.
hasSpaceAfterTableExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Determines whether a whitespace was parsed after the table expression.
hasSpaceAfterThen() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Determines whether a whitespace was parsed after THEN.
hasSpaceAfterTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Determines whether a whitespace was found after the character used to trim the string.
hasSpaceAfterUpdate() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Determines whether a whitespace was found after the identifier UPDATE.
hasSpaceAfterUpdateClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Determines whether a whitespace was parsed after the UPDATE clause.
hasSpaceAfterWhen() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Determines whether a whitespace was parsed after WHEN.
hasSpaceAfterWhenClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Determines whether a whitespace was parsed after the WHEN clause.
hasSpaceAfterWhenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Determines whether a whitespace was parsed after the conditional expression.
hasSpaceAfterWhere() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Determines whether a whitespace was found after the WHERE clause.
hasSpaceBeforeOrderBy() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Determines whether a whitespace was parsed before the ORDER BY clause.
hasSpaceBeforeUnion() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Determines whether a whitespace was parsed before the UNION clause.
hasSpecification() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Determines whether the way the trim is trimmed was parsed.
hasSpecification() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Determines whether the way the trim is trimmed was parsed.
hasSQLResultSetMapping(String) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return true if the sql result set mapping name exists.
hasStartWithClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Determines whether the START WITH clause is defined.
hasStartWithExpression() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
hasStateFieldPathExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Determines whether the state field was parsed.
hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
Determines whether the StateObject representing the encapsulated expression is present or not.
hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Determines whether an StateObject representing the arithmetic primary expression exists.
hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Determines whether the StateObject representing the expression to determine if its result falls within the lower and upper bounds has been defined or not.
hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Determines whether
hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Determines whether the StateObject representing the encapsulated expression is present or not.
hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Determines whether there is a StateObject representing the collection-valued path expression.
hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Determines whether the StateObject representing the value used for ordering has been defined.
hasStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Determines whether the select item has been defined.
hasStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Determines whether the string expression was parsed.
hasStringExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Determines whether the string expression was parsed.
hasStringStateObject() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
hasSwaRef() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
hasSwaRef() - Method in class org.eclipse.persistence.jaxb.JAXBContext
Returns true if any Object in this context contains a property annotated with an XmlAttachmentRef annotation.
hasSystemId() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
Indicates if this Schema has a Result, and that Result has a non-null systemID.
hasTableName() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
hasTablePerClassPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if this descriptor is involved in a table per class inheritance.
hasTablePerMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC
hasTablePerTenantDescriptors() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return list of table per tenant multitenant descriptors.
hasTablePerTenantQueries() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return a list of table per tenant multitenant queries.
hasTargetForeignKeyMapping(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Indicates whether descriptor has at least one target foreign key mapping
hasTargetInterfaces() - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Return if targetInterfaces is not empty.
hasTemporal(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Return true if this accessor has temporal metadata.
hasTemporal(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Return true if this accessor has temporal metadata.
hasTemporal(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Return true if this accessor has temporal metadata.
hasTemporal(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor has temporal metadata.
hasTenantDiscriminatorFields() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL: Return if this descriptor has specified some tenant discriminator fields.
hasText() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
Determines whether this state object is holding a non-empty string.
hasTextEdits() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Determines whether at least one TextEdit was added.
hasTextEdits() - Method in interface org.eclipse.persistence.jpa.jpql.tools.RefactoringDelta
Determines whether at least one TextEdit was added.
hasThen() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Determines whether the identifier THEN was part of the query.
hasThen() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Determines whether the StateObject representing the scalar expression is present.
hasThenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Determines whether the THEN expression of the query was parsed.
hasThird() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Determines whether the StateObject representing the third encapsulated expression is present or not.
hasThirdExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTripleEncapsulatedExpression
Determines whether the third expression of the query was parsed.
hasTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.parser.AsOfClause
Determines whether the identifier TIMESTAMP was part of the query.
hasTrackedPropertyChangeListener() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Return if the collection has a property change listener for change tracking.
hasTrackedPropertyChangeListener() - Method in class org.eclipse.persistence.indirection.IndirectMap
INTERNAL: Return if the collection has a property change listener for change tracking.
hasTrackedPropertyChangeListener() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Return if the collection has a property change listener for change tracking.
hasTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Determines whether the character used to trim the string was specified.
hasTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Determines whether the character used to trim the string was specified.
hasTypeChild() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
hasUnconvertedProperties() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Used to store un-converted properties, which are subsequenctly converted at runtime (through the convertClassNamesToClasses method.
hasUnconvertedProperties() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Used to store un-converted properties, which are subsequenctly converted at runtime (through the convertClassNamesToClasses method.
hasUnionClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Determines whether at least one UNION clause was defined.
hasUnionExpressions() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
hasUnionExpressions() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: The unions are lazy initialized to conserve space.
hasUniqueConstraints() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
hasUnknownEndingStatement() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Determines whether the query that got parsed had some malformed or unknown information.
hasUnmarshalCallbacks() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
hasUnregisteredNewObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if there are any unregistered new objects.
hasUpdateItems() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Determines whether the update items section of the query was parsed.
hasUpdateQuery() - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Flag that specifies if a update query is available
hasUpperBound() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Determines whether the StateObject representing the upper bound is defined or not.
hasUpperBoundExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpression
Determines whether the upper bound expression was parsed.
hasUsedMethodAccess() - Method in class org.eclipse.persistence.internal.indirection.WeavedObjectBasicIndirectionPolicy
 
hasValueConverter() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
PUBLIC: Indicates if there is a converter on the mapping.
hasValues() - Method in class org.eclipse.persistence.internal.sessions.SimpleResultSetRecord
 
hasVersionAttribute() - Method in class org.eclipse.persistence.internal.jpa.metamodel.IdentifiableTypeImpl
Whether or not the identifiable type has a version attribute.
hasVersionChange() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
hasView() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return if a view is used for inheritance reads.
hasViewTable() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL:
hasVirtualClasses() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return true if the entity manager factory for this project has any virtual classes
hasVirtualIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Determines whether the path's identification variable is virtual or not, meaning it's not part of the query but is required for proper navigability.
hasVirtualIdentificationVariable() - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Determines whether this identification variable is virtual, meaning it's not part of the query but is required for proper navigability.
hasVPDIdentifier(AbstractSession) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Return true if there is a VPD identifier for this project.
hasWhenClauses() - Method in class org.eclipse.persistence.jpa.jpql.parser.CaseExpression
Determines whether the WHEN clauses were parsed.
hasWhenExpression() - Method in class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Determines whether the conditional expression of the query was parsed.
hasWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSelectStatement
Determines whether the WHERE clause is defined.
hasWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatement
Determines whether the WHERE clause is defined.
hasWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Determines whether the WHERE clause is defined or not.
hasWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Returns the state object representing the WHERE clause.
hasWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the state object representing the WHERE clause.
hasWrapperPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if a wrapper policy is used.
hasWrapperPolicy() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return if the descriptor has a wrapper policy.
hasWriteConnection() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Return if this session has been connected.
hasXmlBindings() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
hasXmlBindings() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
hasXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Indicates if xmlJoinNodes has been set, i.e.
hasXmlKeyProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if the list of XmlKey property entries has been set, i.e.
haveBeenAddedToStatement() - Method in class org.eclipse.persistence.internal.expressions.TableAliasLookup
INTERNAL: Answers if the aliases have already been added to a statement.
HAVING - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
HAVING - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
having(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
Specify a restriction over the groups of the query.
having(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Specify a restriction over the groups of the query.
having(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
having(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Specify a restriction over the groups of the query.
having(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates.
HAVING - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'HAVING'.
HAVING_CLAUSE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Notify the state object representing the HAVING clause has changed.
havingClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
havingClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
HavingClause - Class in org.eclipse.persistence.jpa.jpql.parser
The HAVING construct enables conditions to be specified that further restrict the query result as restrictions upon the groups.
HavingClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.HavingClause
Creates a new HavingClause.
HavingClause_InvalidConditionalExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
HavingClause_MissingConditionalExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
HavingClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the having clause.
HavingClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.HavingClauseBNF
Creates a new HavingClauseBNF.
HavingClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This HavingClauseFactory creates a new HavingClause when the portion of the query to parse starts with HAVING.
HavingClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.HavingClauseFactory
Creates a new HavingClauseFactory.
HavingClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The HAVING construct enables conditions to be specified that further restrict the query result as restrictions upon the groups.
HavingClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
Creates a new HavingClauseStateObject.
HavingNode - Class in org.eclipse.persistence.internal.jpa.parsing
 
HavingNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.HavingNode
 
HEAVY - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
Helper - Class in org.eclipse.persistence.internal.helper
INTERNAL:
Helper() - Constructor for class org.eclipse.persistence.internal.helper.Helper
 
Helper - Class in org.eclipse.persistence.jaxb.javamodel
INTERNAL:
Helper(JavaModel) - Constructor for class org.eclipse.persistence.jaxb.javamodel.Helper
INTERNAL: This is the preferred constructor.
Hermes - Static variable in class org.eclipse.persistence.config.ParserType
 
HermesParser - Class in org.eclipse.persistence.internal.jpa.jpql
This class compiles a JPQL query into a DatabaseQuery.
HermesParser() - Constructor for class org.eclipse.persistence.internal.jpa.jpql.HermesParser
Creates a new HermesParser.
HermesParser_GrammarValidator_ErrorMessage - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
HermesParser_SemanticValidator_ErrorMessage - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
HermesParser_UnexpectedException_ErrorMessage - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
HEX_BINARY - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
HEX_BINARY_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
HEX_DIGIT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
HEX_DIGIT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
Hex_Digit - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
Hex_Digit - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
HEX_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
HEX_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
hexEscape(char) - Static method in class org.eclipse.persistence.internal.xr.Util
 
hexEscape(int) - Static method in class org.eclipse.persistence.internal.xr.Util
 
hexToRaw() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns binary array value for the hex string.
HexToRaw - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
hexToRaw() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
HierarchicalQueryClause - Class in org.eclipse.persistence.jpa.jpql.parser
If a table contains hierarchical data, then rows can be selected in a hierarchical order using the hierarchical query clause.
HierarchicalQueryClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClause
Creates a new HierarchicalQueryClause.
HierarchicalQueryClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
 
HierarchicalQueryClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseBNF
Creates a new HierarchicalQueryClauseBNF.
HierarchicalQueryClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This HierarchicalQueryClauseFactory creates a new HierarchicalQueryClause when the portion of the query to parse starts with either VERSIONS or AS OF.
HierarchicalQueryClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseFactory
Creates a new HierarchicalQueryClauseFactory.
HierarchyNode - Class in org.eclipse.persistence.internal.codegen
INTERNAL:
HierarchyNode(String) - Constructor for class org.eclipse.persistence.internal.codegen.HierarchyNode
 
HINT - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.sql.hint"
HintValues - Class in org.eclipse.persistence.config
Hint values.
HintValues() - Constructor for class org.eclipse.persistence.config.HintValues
 
HISTORICAL_QUERIES_MUST_PRESERVE_GLOBAL_CACHE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
HISTORICAL_QUERIES_ONLY_SUPPORTED_ON_ORACLE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
HISTORICAL_SESSION_ONLY_SUPPORTED_ON_ORACLE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
HistoricalDatabaseTable - Class in org.eclipse.persistence.internal.history
INTERNAL: An impersonating database table is one that pretends to be another database table, and whose true identity is revealed only when printed as SQL.
HistoricalDatabaseTable() - Constructor for class org.eclipse.persistence.internal.history.HistoricalDatabaseTable
 
HistoricalDatabaseTable(String, String) - Constructor for class org.eclipse.persistence.internal.history.HistoricalDatabaseTable
 
HistoricalDatabaseTable(String) - Constructor for class org.eclipse.persistence.internal.history.HistoricalDatabaseTable
 
HistoricalDatabaseTable(DatabaseTable, DatabaseTable, DatasourcePlatform) - Constructor for class org.eclipse.persistence.internal.history.HistoricalDatabaseTable
Constructs a new database table which appears as guise but in fact really is identity.
historicalQueriesMustPreserveGlobalCache() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
historicalQueriesOnlySupportedOnOracle() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
HistoricalSession - Class in org.eclipse.persistence.internal.history
INTERNAL: Purpose: Allows the reading of objects as of a past time.
HistoricalSession(AbstractSession, AsOfClause) - Constructor for class org.eclipse.persistence.internal.history.HistoricalSession
INTERNAL: Create and return a new Historical Session.
historicalSessionOnlySupportedOnOracle() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
HistoryPolicy - Class in org.eclipse.persistence.history
Purpose:Expresses how historical data is saved on the data store.
HistoryPolicy() - Constructor for class org.eclipse.persistence.history.HistoryPolicy
 
HOST_TOKEN - Static variable in class org.eclipse.persistence.sessions.coordination.ServiceId
This $HOST token indicate that the host ip of the URL should be replaced at runtime by user input
howManySequencingCallbacks() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Returns a number of member sessions that require sequencing callback.
HrefHelper - Class in org.eclipse.persistence.jpa.rs.util
A collection of static methods used to build 'href' attribute values for REST 'link' elements.
HrefHelper() - Constructor for class org.eclipse.persistence.jpa.rs.util.HrefHelper
 
HSQL - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
HSQLPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides HSQL specific behavior.
HSQLPlatform() - Constructor for class org.eclipse.persistence.platform.database.HSQLPlatform
 

I

IAbstractConditionalExpressionStateObjectBuilder<T extends IScalarExpressionStateObjectBuilder<T>> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
 
IBuilder<T extends StateObject,S extends StateObject> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
This builder is used by BasicStateObjectBuilder, which allows subclasses to easily change any internal builders used for properly creating the state model representation of a JPQL query.
ICaseExpressionStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
This builder is responsible to create a CASE expression.
IConditionalExpressionStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
This builder can be used to easily create a conditional expression without having to create each object manually.
ICONST - Static variable in class org.eclipse.persistence.dynamic.DynamicClassWriter
 
IConstructor - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
The external representation of a Java class constructor.
Id - Static variable in class org.eclipse.persistence.config.CommitOrderType
Updates and deletes are ordered by the object's id.
id() - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHelper
 
id() - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHelper
 
Id - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbsExpressionFactory
The unique identifier of this AbsExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaNameFactory
The unique identifier of this AbstractSchemaNameFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AggregateExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AllOrAnyExpressionFactory
The unique identifier of this AllOrAnyExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AndExpressionFactory
The unique identifier of this AndExpression.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticExpressionFactory
The unique identifier of this ArithmeticExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactorBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticPrimaryBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticTermBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AsOfClauseFactory
The unique identifier of this AsOfClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AvgFunctionFactory
The unique identifier of this AvgFunctionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BadExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BadExpressionFactory
The unique identifier of this BadExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionBNF
The unique identifier of this BetweenExpressionBNF.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BetweenExpressionFactory
The unique identifier of this BetweenExpression.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BooleanExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BooleanLiteralBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.BooleanPrimaryBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CaseExpressionFactory
The unique identifier of this CaseExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CaseOperandBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CastExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CastExpressionFactory
The unique identifier of this CastExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CoalesceExpressionFactory
The unique identifier of this CoalesceExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclarationFactory
The unique identifier of this CollectionMemberDeclarationFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberExpressionFactory
The unique identifier of this CollectionMemberExpression.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CollectionValuedPathExpressionFactory
The unique identifier of this CollectionValuedPathExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ComparisonExpressionFactory
The unique identifier of this ComparisonExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConcatExpressionFactory
The unique identifier of this ConcatExpression.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConditionalExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConditionalFactorBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConditionalPrimaryBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConditionalTermBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConnectByClauseFactory
The unique identifier of this ConnectByClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConstructorExpressionFactory
The unique identifier of this ConstructorExpression.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ConstructorItemBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.CountFunctionFactory
The unique identifier of this CountFunction.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeFactory
The unique identifier of this DeleteStatementFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeQueryBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DatetimeExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DateTimeFactory
The unique identifier of this DateTimeFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DateTimePrimaryBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DateTimeTimestampLiteralBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseFactory
The unique identifier of this DeleteClause.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteClauseRangeVariableDeclarationBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DeleteStatementFactory
The unique identifier of this DeleteStatementFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DerivedCollectionMemberDeclarationBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ElseExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EmptyCollectionComparisonExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityOrValueExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteralFactory
The unique identifier for this EntityTypeLiteralFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EntryExpressionFactory
The unique identifier of this EntryExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EnumExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EnumLiteralBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EnumPrimaryBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ExistsExpressionFactory
The unique identifier of this ExistsExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ExtractExpressionFactory
The unique identifier of this ExtractExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FromClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FromClauseFactory
The unique identifier of this FromClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionBNF
The unique identifier for this FunctionExpressionBNF.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
The unique identifier for this FunctionExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionItemBNF
The unique identifier of this FunctionItemBNF.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningDatetimeBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningNumericsBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.FunctionsReturningStringsBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GeneralCaseExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GeneralIdentificationVariableBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GroupByClauseFactory
The unique identifier of this GroupByClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GroupByItemBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.GroupByItemFactory
The unique identifier of this GroupByItemFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.HavingClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.HavingClauseFactory
The unique identifier of this HavingClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.HierarchicalQueryClauseFactory
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationFactory
The unique identifier of this IdentificationVariableDeclarationFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableFactory
The unique identifier of this IdentificationVariableFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IndexExpressionFactory
The unique identifier of this IndexExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InExpressionExpressionBNF
The unique identifier of this InExpressionExpressionBNF.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InExpressionFactory
The unique identifier of this InExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InExpressionItemBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InputParameterBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalAggregateFunctionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalBetweenExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalCoalesceExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalColumnExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalConcatExpressionBNF
The unique identifier of this InternalConcatExpressionBNF.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalConnectByClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalCountBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalEntityTypeExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalFromClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalJoinBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalLengthExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalLocateStringExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalLocateThirdExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalLowerExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalModExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemBNF
The unique identifier for this InternalOrderByItemBNF.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemFactory
The unique identifier of this InternalOrderByItemFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSelectExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleFromClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleSelectExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSqrtExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringPositionExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringStringExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalUpdateClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalUpperExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.InternalWhenClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.IsExpressionFactory
The unique identifier of this IsExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinAssociationPathExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinCollectionValuedPathExpressionFactory
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinFactory
The unique identifier of this JoinFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JoinFetchBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.JPQLStatementBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.KeyExpressionFactory
The unique identifier of this KeyExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.KeywordExpressionFactory
The unique identifier of this KeywordExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LengthExpressionFactory
The unique identifier of this LengthExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionEscapeCharacterBNF
The unique identifier of this BNF.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionFactory
The unique identifier of this LikeExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LiteralBNF
The unique identifier of this LiteralBNF.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LiteralExpressionFactory
The unique identifier of this LiteralExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LocateExpressionFactory
The unique identifier of this LocateExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.LowerExpressionFactory
The unique identifier of this LowerExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.MaxFunctionFactory
The unique identifier of this MaxFunctionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.MinFunctionFactory
The unique identifier of this MinFunctionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ModExpressionFactory
The unique identifier of this ModExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NewValueBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NotExpressionFactory
The unique identifier of this NotExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionFactory
The unique identifier of this NullIfExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteralBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionFactory
The unique identifier of this ObjectExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OnClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OnClauseFactory
The unique identifier of this OnClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseFactory
The unique identifier of this OrderByClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderByItemBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderByItemFactory
The unique identifier of this OrderByItemFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseFactory
The unique identifier of this OrderSiblingsByClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.OrExpressionFactory
The unique identifier of this OrExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.PatternValueBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.QualifiedIdentificationVariableBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationFactory
The unique identifier of this OrderByClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationFactory
The unique identifier of this RangeVariableDeclarationFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionFactory
The unique identifier of this RegexpExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ResultVariableBNF
The unique identifier of this BNF rule, which is the same as InternalSelectExpressionBNF.ID in order to override it.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ResultVariableFactory
The unique identifier of this ResultVariableFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ScalarExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectClauseFactory
The unique identifier of this SelectClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectStatementBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SelectStatementFactory
The unique identifier of this SelectStatementFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleArithmeticExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleCaseExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleConditionalExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityOrValueExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleResultVariableBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatementFactory
The unique identifier of this SimpleSelectStatementFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SingleValuedObjectPathExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SingleValuedPathExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SizeExpressionFactory
The unique identifier of this SizeExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SqrtExpressionFactory
The unique identifier of this SqrtExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseFactory
The unique identifier of this StartWithClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionFactory
The unique identifier of this StateFieldPathExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StringExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StringLiteralBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StringLiteralFactory
The unique identifier of this StringLiteralFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.StringPrimaryBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SubqueryBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SubqueryFromClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SubSelectIdentificationVariableDeclarationBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SubstringExpressionFactory
The unique identifier of this SubstringExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.SumFunctionFactory
The unique identifier of this SumFunctionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TableExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TableExpressionFactory
The unique identifier of this TableExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationFactory
The unique identifier of this TableExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionBNF
The unique identifier of this TreatExpressionBNF.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionFactory
The unique identifier of this TreatExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TrimExpressionFactory
The unique identifier of this TrimExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionFactory
The unique identifier of this TypeExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UnionClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UnionClauseFactory
The unique identifier of this UnionClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpressionFactory
The unique identifier of this UnknownExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseFactory
The unique identifier of this UpdateClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemFactory
The unique identifier of this AbsExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionFactory
The unique identifier of this StateFieldPathExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementFactory
The unique identifier of this UpdateStatementFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.UpperExpressionFactory
The unique identifier of this UpperExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.ValueExpressionFactory
The unique identifier of this ValueExpressionFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.WhenClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.WhenClauseFactory
The unique identifier of this WhenClauseFactory.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.WhereClauseBNF
The unique identifier of this BNF rule.
ID - Static variable in class org.eclipse.persistence.jpa.jpql.parser.WhereClauseFactory
The unique identifier of this WhereClauseFactory.
ID - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for an ID mapping.
ID - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
id() - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
 
id() - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHelper
 
ID_ALREADY_SET - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
ID_PROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
open content property to be set when defining a Type via a DataObject for reference relationships
ID_PROPERTY_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
open content property to be set when defining a Type via a DataObject for reference relationships
ID_PROPERTY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ID_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ID_RESOLVER - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
The name of the property used to specify a custom IDResolver class, to allow customization of ID/IDREF processing.
ID_VALIDATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.id-validation" property defines which primary key components values are considered invalid.
IdAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
A relational accessor.
IdAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.IdAccessor
INTERNAL:
IdAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.IdAccessor
INTERNAL:
idAlreadySet(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception should be used when an attempt is made to set an ID property when one has already been set.
IDENT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
IDENT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ident - Variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser.selectItem_return
 
IdentifiableTypeImpl<X> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the Entity interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
IDENTIFICATION_VARIABLE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Notifies the identification variable property has changed.
IDENTIFICATION_VARIABLE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Notifies the identification variable property has changed.
IDENTIFICATION_VARIABLE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Notifies the identification variable property has changed.
IDENTIFICATION_VARIABLE_STATE_OBJECT_NO_TEXT - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.model.StateObjectProblemConstants
 
IDENTIFICATION_VARIABLE_STATE_OBJECT_NOT_DEFINED - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.model.StateObjectProblemConstants
 
IdentificationVariable - Class in org.eclipse.persistence.jpa.jpql.parser
An identification variable is a valid identifier declared in the FROM clause of a query.
IdentificationVariable(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Creates a new IdentificationVariable.
IdentificationVariable(AbstractExpression, String, boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Creates a new IdentificationVariable.
IdentificationVariable_EntityName - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IdentificationVariable_Invalid_Duplicate - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IdentificationVariable_Invalid_JavaIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IdentificationVariable_Invalid_NotDeclared - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IdentificationVariable_Invalid_ReservedWord - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IdentificationVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an identification variable expression.
IdentificationVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableBNF
Creates a new IdentificationVariableBNF.
identificationVariableDeclaration(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
IdentificationVariableDeclaration - Class in org.eclipse.persistence.jpa.jpql.parser
An identification variable is a valid identifier declared in the FROM clause of a query.
IdentificationVariableDeclaration(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclaration
Creates a new IdentificationVariableDeclaration.
IdentificationVariableDeclaration_JoinsEndWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IdentificationVariableDeclaration_JoinsHaveComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IdentificationVariableDeclaration_MissingRangeVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IdentificationVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an identification variable declaration expression.
IdentificationVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationBNF
Creates a new IdentificationVariableDeclarationBNF.
IdentificationVariableDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This IdentificationVariableDeclarationFactory handles parsing the JPQL fragment within the FROM clause.
IdentificationVariableDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableDeclarationFactory
Creates a new IdentificationVariableDeclarationFactory.
IdentificationVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
An identification variable is a valid identifier declared in the FROM clause of a query.
IdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Creates a new IdentificationVariableDeclarationStateObject.
IdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject, IEntity, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Creates a new IdentificationVariableDeclarationStateObject.
IdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Creates a new IdentificationVariableDeclarationStateObject.
IdentificationVariableDeclNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
IdentificationVariableDeclNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.IdentificationVariableDeclNode
 
IdentificationVariableFactory - Class in org.eclipse.persistence.jpa.jpql.parser
IdentificationVariableFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariableFactory
Creates a new IdentificationVariableFactory.
IdentificationVariableResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to resolve the type of an identification variable.
IdentificationVariableResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
Creates a new IdentificationVariableResolver.
identificationVariables() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the collection of possible identification variables.
identificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the collection of possible identification variables.
identificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Returns the IdentificationVariableStateObjects holding onto the identification variables, which are the variables defined in the FROM clause.
identificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Returns the IdentificationVariableStateObject that are used by this state object.
identificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Returns the IdentificationVariableStateObject that are used by this state object.
identificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Returns the IdentificationVariableStateObjects holding onto the identification variables, which are the variables defined in the FROM clause.
identificationVariables() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Returns the IdentificationVariableStateObject that are used by this state object.
identificationVariables() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.VariableDeclarationStateObject
Returns the IdentificationVariableStateObject that are used by this state object.
IdentificationVariableStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object represents a single identification variable, which is identifying TODO.
IdentificationVariableStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Creates a new IdentificationVariableStateObject.
IdentificationVariableStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Creates a new IdentificationVariableStateObject.
IDENTIFIER_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Notifies the identifier property has changed.
IDENTIFIER_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Notifies the identifier property has changed.
IdentifierRole - Enum in org.eclipse.persistence.jpa.jpql.parser
A role describes the purpose of the JPQL identifier.
identifiers() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
Returns the JPQL identifiers handled by this factory.
identifiers() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the collection of possible JPQL identifiers.
identifiers() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the collection of possible JPQL identifiers.
IDENTITY_MAP_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
IdentityHashSet - Class in org.eclipse.persistence.internal.helper
 
IdentityHashSet(int, float) - Constructor for class org.eclipse.persistence.internal.helper.IdentityHashSet
Constructs a new IdentityHashSet with the given initial capacity and the given loadFactor.
IdentityHashSet(int) - Constructor for class org.eclipse.persistence.internal.helper.IdentityHashSet
Constructs a new IdentityHashSet with the given initial capacity and a default loadFactor of 0.75.
IdentityHashSet() - Constructor for class org.eclipse.persistence.internal.helper.IdentityHashSet
Constructs a new IdentityHashSet with a default initial capacity of 32 and a loadfactor of 0.75.
IdentityHashSet(Collection) - Constructor for class org.eclipse.persistence.internal.helper.IdentityHashSet
Constructs a new IdentityHashSet with the same contents as the given Collection.
IdentityMap - Interface in org.eclipse.persistence.internal.identitymaps
Purpose: Provides the interface for IdentityMap interaction.
IdentityMapAccessor - Class in org.eclipse.persistence.internal.sessions
INTERNAL: Internal subclass that provides access to identity maps through the session.
IdentityMapAccessor() - Constructor for class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL:
IdentityMapAccessor(AbstractSession) - Constructor for class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: An IdentityMapAccessor sits between the session and the identityMapManager It needs references in both directions.
IdentityMapAccessor(AbstractSession, IdentityMapManager) - Constructor for class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: An IdentityMapAccessor sits between the session and the identityMapManager It needs references in both directions.
IdentityMapAccessor - Interface in org.eclipse.persistence.sessions
PUBLIC: IdentityMapAccessor provides the public interface into all functionality associated with EclipseLink's cache.
IdentityMapEnumeration - Class in org.eclipse.persistence.internal.identitymaps
Used to allow iterating over a map.
IdentityMapEnumeration(FullIdentityMap) - Constructor for class org.eclipse.persistence.internal.identitymaps.IdentityMapEnumeration
 
IdentityMapKeyEnumeration - Class in org.eclipse.persistence.internal.identitymaps
Used to allow iterating over a maps cache keys.
IdentityMapKeyEnumeration(FullIdentityMap) - Constructor for class org.eclipse.persistence.internal.identitymaps.IdentityMapKeyEnumeration
 
IdentityMapKeyEnumeration(FullIdentityMap, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.IdentityMapKeyEnumeration
 
IdentityMapManager - Class in org.eclipse.persistence.internal.identitymaps
Purpose: Maintain identity maps for domain classes mapped with EclipseLink.
IdentityMapManager(AbstractSession) - Constructor for class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
 
identityMapNotSpecified(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
IdentityWeakHashMap<K,V> - Class in org.eclipse.persistence.internal.helper
 
IdentityWeakHashMap(int, float) - Constructor for class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Constructs a new IdentityWeakHashMap with the given initial capacity and the given loadFactor.
IdentityWeakHashMap(int) - Constructor for class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Constructs a new IdentityWeakHashMap with the given initial capacity and a default loadFactor of 0.75.
IdentityWeakHashMap() - Constructor for class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Constructs a new IdentityWeakHashMap with a default initial capacity of 32 and a loadfactor of 0.75.
IdentityWeakHashMap(Map) - Constructor for class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Constructs a new IdentityWeakHashMap with the same mappings as the given map.
IdHelper - Class in org.eclipse.persistence.jpa.rs.util
EclipseLink helper class used for converting composite key values passed into JAX-RS calls as query or matrix parameters into a value that can be used in a find.
IdHelper() - Constructor for class org.eclipse.persistence.jpa.rs.util.IdHelper
 
IdHelper.SortableKey - Class in org.eclipse.persistence.jpa.rs.util
 
IdImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
IdImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.IdImpl
 
IDREF - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
IDREF_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
IDREFS - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
IDREFS_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
idRelationshipCircularReference(HashSet) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
IDResolver - Class in org.eclipse.persistence.internal.oxm
IDResolver can be subclassed to allow customization of the ID/IDREF processing of Unmarshaller.
IDResolver() - Constructor for class org.eclipse.persistence.internal.oxm.IDResolver
 
IDResolver - Class in org.eclipse.persistence.jaxb
IDResolver can be subclassed to allow customization of the ID/IDREF processing of JAXBUnmarshaller.
IDResolver() - Constructor for class org.eclipse.persistence.jaxb.IDResolver
 
IDResolver - Class in org.eclipse.persistence.oxm
IDResolver can be subclassed to allow customization of the ID/IDREF processing of XMLUnmarshaller.
IDResolver() - Constructor for class org.eclipse.persistence.oxm.IDResolver
 
IDResolverWrapper - Class in org.eclipse.persistence.internal.jaxb
INTERNAL:
IDResolverWrapper(Object) - Constructor for class org.eclipse.persistence.internal.jaxb.IDResolverWrapper
 
IdValidation - Enum in org.eclipse.persistence.annotations
IdValidation configures which id values are considered valid when loading from the database.
IEclipseLinkConditionalStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
The EclipseLink extension over the basic support provided by IEclipseLinkConditionalStateObjectBuilder.
IEclipseLinkMappingType - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
This enumeration lists the mapping types defined in the Java Persistence functional specification and those that are provided by EclipseLink.
IEclipseLinkSelectExpressionStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
 
IEclipseLinkSimpleSelectExpressionStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
 
IEmbeddable - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
The external representation of the managed type that is annotated with @Embeddable.
IEntity - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
The external representation of the managed type that is annotated with @Entity.
ifNull(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function return a specific value if item returned from the query is null.
ifNull() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
 
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
ignorableWhitespace(char[], int, int) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
IgnorableWhitespaceEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the endElement event
IgnorableWhitespaceEvent(char[], int, int) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.IgnorableWhitespaceEvent
 
IGNORE_ANNOTATION - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_ASSOCIATION_OVERRIDE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_ATTRIBUTE_OVERRIDE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_AUTO_APPLY_CONVERTER - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_CACHEABLE_FALSE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_CACHEABLE_TRUE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_CONVERTS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_ENUMERATED - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_FETCH_GROUP - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_INHERITANCE_SUBCLASS_CACHE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_INHERITANCE_SUBCLASS_CACHE_INTERCEPTOR - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_INHERITANCE_SUBCLASS_DEFAULT_REDIRECTORS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_INHERITANCE_SUBCLASS_READ_ONLY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_INHERITANCE_TENANT_DISCRIMINATOR_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_INHERITANCE_TENANT_TABLE_DISCRIMINATOR - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_LOB - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_ADDITIONAL_CRITERIA - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_ANNOTATION - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_ASSOCIATION_OVERRIDE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_ATTRIBUTE_OVERRIDE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_CACHE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_CACHE_INTERCEPTOR - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_CACHEABLE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_CHANGE_TRACKING - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_COPY_POLICY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_CUSTOMIZER - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_DEFAULT_REDIRECTORS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_EXISTENCE_CHECKING - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_FETCH_GROUP - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_ID_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_MULTITENANT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_OPTIMISTIC_LOCKING - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_PRIMARY_KEY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPED_SUPERCLASS_READ_ONLY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_MAPPING_METADATA - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_PRIVATE_OWNED_ANNOTATION - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_RETURN_INSERT_ANNOTATION - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_RETURN_UPDATE_ANNOTATION - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_SERIALIZED - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_TEMPORAL - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
IGNORE_VERSION_LOCKING - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
ignoreAnnotations() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Return true if this class accessor has been set to metadata complete.
ignoreAttributesForNil() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
 
ignoreBindAllParameters() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Session's shouldBindAllParameters() defines whether to bind or not (default setting)
ignoreCacheStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Session's shouldCacheAllStatements() defines whether to cache or not (default setting)
ignoreEvents() - Method in class org.eclipse.persistence.internal.descriptors.changetracking.ObjectChangeListener
INTERNAL: This method will set this listener to ignore events not issues by EclipseLink
ignoreIndirectionExceptionReturnConformed() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
 
ignoreIndirectionExceptionReturnNotConformed() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
 
IgnoreNewElementsOrderingPolicy - Class in org.eclipse.persistence.oxm.documentpreservation
INTERNAL:
IgnoreNewElementsOrderingPolicy() - Constructor for class org.eclipse.persistence.oxm.documentpreservation.IgnoreNewElementsOrderingPolicy
 
IgnoreNewElementsOrderingPolicyConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
 
IgnoreNewElementsOrderingPolicyConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.IgnoreNewElementsOrderingPolicyConfig
 
IJPQLQueryBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
This builder is responsible to create an editable StateObject representation of a JPQL query.
IJPQLQueryFormatter - Interface in org.eclipse.persistence.jpa.jpql.tools.model
A IJPQLQueryFormatter helps to write a string representation of a StateObject.
IJPQLQueryFormatter.IdentifierStyle - Enum in org.eclipse.persistence.jpa.jpql.tools.model
This enumeration determines how the JPQL identifiers are formatted when written out.
IListChangeEvent<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
This is used in conjunction with IListChangeListener.
IListChangeEvent.EventType - Enum in org.eclipse.persistence.jpa.jpql.tools.model
This enumeration lists the possible modification a list can have.
IListChangeListener<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
A IListChangeListener can be registered with a StateObject in order to be notified when a list changes (items are added or removed from it or some items have been moved inside of that list).
ILL_FORMED_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
ILLEGAL_ACCESS_WHILE_CLONING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_CONSTRUCTOR_INSTANTIATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_EVENT_EXECUTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_GETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_INSTANTIATING_METHOD_BASED_PROXY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_INVOKING_ATTRIBUTE_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_INVOKING_FIELD_TO_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_INVOKING_ROW_EXTRACTION_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_METHOD_INSTANTIATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_METHOD_INSTANTIATION_OF_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_OBSOLETE_EVENT_EXECUTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_SETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ACCESS_WHILE_SETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_GETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_INSTANTIATING_METHOD_BASED_PROXY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_INVOKING_ATTRIBUTE_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_INVOKING_FIELD_TO_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_OBSOLETE_EVENT_EXECUTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_SETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_ARGUMENT_WHILE_SETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_CONTAINER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ILLEGAL_DYNAMIC_CLASSWRITER - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
 
ILLEGAL_PARENT_CLASSNAME - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
 
ILLEGAL_STATE_XML_UNMARSHALLER_HANDLER - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ILLEGAL_TABLE_NAME_IN_MULTIPLE_TABLE_FOREIGN_KEY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ILLEGAL_USE_OF_GETFIELD - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
ILLEGAL_USE_OF_GETTABLE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
ILLEGAL_USE_OF_MAP_IN_DIRECTCOLLECTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ILLEGAL_VALIDATION_MODE - Static variable in exception org.eclipse.persistence.exceptions.BeanValidationException
 
illegalAccesstWhileGettingValueThruInstanceVaraibleAccessor(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileCloning(Object, String, ClassDescriptor, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileConstructorInstantiation(ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileConstructorInstantiationOfFactory(ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileEventExecution(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileGettingValueThruMethodAccessor(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileInstantiatingMethodBasedProxy(Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileInvokingAttributeMethod(DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileInvokingFieldToMethod(String, DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileInvokingRowExtractionMethod(AbstractRecord, Method, ClassDescriptor, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileMethodInstantiation(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileMethodInstantiationOfFactory(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileObsoleteEventExecute(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileSettingValueThruInstanceVariableAccessor(String, String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalAccessWhileSettingValueThruMethodAccessor(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalArgumentWhileGettingValueThruInstanceVariableAccessor(String, String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalArgumentWhileGettingValueThruMethodAccessor(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalArgumentWhileInstantiatingMethodBasedProxy(Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalArgumentWhileInvokingAttributeMethod(DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalArgumentWhileInvokingFieldToMethod(String, DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalArgumentWhileObsoleteEventExecute(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalArgumentWhileSettingValueThruInstanceVariableAccessor(String, String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalArgumentWhileSettingValueThruMethodAccessor(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalContainerClass(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
illegalDynamicClassWriter(DynamicClassLoader, String) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
A DynamicClassWriter was attempted to be instantiated with a null loader or invalid parentClassName.
illegalLoggingLevel(String) - Static method in exception org.eclipse.persistence.exceptions.StaticWeaveException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
illegalOperationForUnitOfWorkLifecycle(int, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
illegalParentClassName(String) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
A null or empty string was provided as the parent class for a dynamic class being registered for creation.
illegalStateXMLUnmarshallerHandler() - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
illegalTableNameInMultipleTableForeignKeyField(ClassDescriptor, DatabaseTable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
illegalUseOfGetField(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
illegalUseOfGetTable(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
illegalUseOfMapInDirectCollection(DirectCollectionMapping, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
illegalValidationMode(String, String) - Static method in exception org.eclipse.persistence.exceptions.BeanValidationException
 
illFormedExpression(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
IMAGE - Variable in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
IManagedType - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
The external representation of a managed type, which is a JPA persistent object.
IManagedTypeProvider - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
The external representation of the provider of managed types, which provide access to the JPA domain model.
IManagedTypeVisitor - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
The interface is used to visit a IManagedType.
IMappedSuperclass - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
The external representation of the managed type that is annotated with @MappedSuperclass.
IMapping - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
The external representation of a mapping, which represents a single persistence property of a managed type.
IMappingBuilder<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
A mapping builder is used to create the appropriate implementation of a IMapping.
IMappingType - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
This enumeration lists the mapping types defined in the Java Persistence functional specification.
Import - Class in org.eclipse.persistence.internal.oxm.schema.model
 
Import() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Import
 
in(byte[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
in(char[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
in(double[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
in(float[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
in(int[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
in(long[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
in(Object[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
in(short[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
in(boolean[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
in(Collection) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
in(Expression) - Method in class org.eclipse.persistence.expressions.Expression
 
in(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
 
In - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
in() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the IN operator.
IN - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
IN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
IN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
in(Expression<? extends T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create predicate to test whether given expression is contained in a list of values.
in(Object...) - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
 
in(Expression<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
Apply a predicate to test whether the expression is a member of the argument list.
in(Collection<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
Apply a predicate to test whether the expression is a member of the collection.
in(Expression<Collection<?>>) - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
Apply a predicate to test whether the expression is a member of the collection.
in(Object...) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
in(Expression<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Apply a predicate to test whether the expression is a member of the argument list.
in(Collection<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Apply a predicate to test whether the expression is a member of the collection.
in(Expression<Collection<?>>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Apply a predicate to test whether the expression is a member of the collection.
IN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'IN'.
in(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
in(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
in(T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
in(IConditionalExpressionStateObjectBuilder...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
in(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
in(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
in(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
in(String...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
in(T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
IN_CACHE - Static variable in class org.eclipse.persistence.descriptors.VersionLockingPolicy
 
IN_CANNOT_BE_PARAMETERIZED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
IN_OBJECT - Static variable in class org.eclipse.persistence.descriptors.VersionLockingPolicy
 
INACTIVE_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
inactiveUnitOfWork(UnitOfWorkImpl) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
inActiveUnitOfWork(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
inCannotBeParameterized(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
Include - Class in org.eclipse.persistence.internal.oxm.schema.model
 
Include() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Include
 
INCLUDE_DESCRIPTOR_QUERIES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.session.include.descriptor.queries" property configures whether to enable the copying of all descriptor named queries to the session to be usable from the entity manager.
includeAllAttributes() - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL:
includeAllValues() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Considers all mapped attributes in the example object as meaningful in a Query By Example.
includeCriteria() - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL:
INCOMPATIBLE_DYNAMIC_CLASSWRITERS - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
 
incompatibleDuplicateWriters(String, EclipseLinkClassWriter, EclipseLinkClassWriter) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
INCOMPLETE_JOIN_COLUMNS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INCOMPLETE_PRIMARY_KEY_JOIN_COLUMNS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
incompleteJoinColumnsSpecified(Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
incompletePrimaryKeyJoinColumnsSpecified(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
INCORRECT_CLASS_FOR_OBJECT_COMPARISON - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INCORRECT_COLLECTION_POLICY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INCORRECT_DATE_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
 
INCORRECT_DATE_TIME_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
 
INCORRECT_G_DAY_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
 
INCORRECT_G_MONTH_DAY_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
 
INCORRECT_G_MONTH_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
 
INCORRECT_G_YEAR_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
 
INCORRECT_G_YEAR_MONTH_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
 
INCORRECT_LOGIN_INSTANCE_PROVIDED - Static variable in exception org.eclipse.persistence.eis.EISException
 
INCORRECT_LOGIN_INSTANCE_PROVIDED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INCORRECT_NUMBER_OF_XMLJOINNODES_ON_XMLELEMENTS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INCORRECT_QUERY_FOUND - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INCORRECT_SIZE_QUERY_FOR_CURSOR_STREAM - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INCORRECT_TIME_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
 
INCORRECT_TIMESTAMP_DATE_TIME_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
 
INCORRECT_TIMESTAMP_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
 
INCORRECT_TIMESTAMP_TIME_FORMAT - Static variable in exception org.eclipse.persistence.exceptions.XMLConversionException
 
incorrectClassForObjectComparison(Expression, Object, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
incorrectCollectionPolicy(DatabaseMapping, Class, Class) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
incorrectDateFormat(String) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
incorrectDateTimeFormat(String, Class) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
incorrectDateTimeFormat(String) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
incorrectGDayFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
 
incorrectGMonthDayFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
 
incorrectGMonthFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
 
incorrectGYearFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
 
incorrectGYearMonthFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
 
incorrectKeyParameterType() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
incorrectLoginInstanceProvided(Class) - Static method in exception org.eclipse.persistence.eis.EISException
 
incorrectLoginInstanceProvided() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
incorrectNumberOfXmlJoinNodesOnXmlElements(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: There is a different number of XmlElements and XmlJoinNodes entries in a given XmlElementsJoinNodes.
incorrectQueryObjectFound(DatabaseQuery, Class) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
incorrectSizeQueryForCursorStream(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
incorrectTimeFormat(String) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
incorrectTimestampDateTimeFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
 
incorrectTimestampFormat(String) - Static method in exception org.eclipse.persistence.exceptions.ConversionException
 
incorrectTimestampTimeFormat(String) - Static method in exception org.eclipse.persistence.exceptions.XMLConversionException
 
incorrectValueParameterType() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
incorrectValueParameterTypeForOxmXmlKey() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
incrementCallCount(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Increment the number of calls in progress.
incrementCallCount(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Used for load balancing and external pooling.
incrementDatabaseCount(Object) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
Increment the count for object
incrementDelete(DeleteObjectQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
incrementDepth() - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
increment the depth of the thread
incrementExpiry() - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
INTERNAL: Update the expiry time to be the day after the current day.
incrementIndexInType() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
incrementInsert(WriteObjectQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
incrementNumberOfItems() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
incrementProfile(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Updates the count of SessionProfiler event
incrementProfile(String, DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Updates the count of SessionProfiler event
incrementProfile(String) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
Log the profile event.
incrementReadAllHits(ReadAllQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
incrementReadAllMisses(ReadAllQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
incrementReadObjectHits(ReadObjectQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
incrementReadObjectMisses(ReadObjectQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
incrementUpdate(WriteObjectQuery) - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
INDENT - Static variable in class org.eclipse.persistence.internal.helper.Helper
 
INDENT_STRING - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
The Constant INDENT_STRING.
Index - Annotation Type in org.eclipse.persistence.annotations
Allow a database INDEX to be define when generating DDL.
index() - Method in class org.eclipse.persistence.expressions.Expression
 
index() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
 
index - Variable in class org.eclipse.persistence.internal.helper.DatabaseField
Store normal index of field in result set to optimize performance.
INDEX - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
INDEX - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
index() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
index() - Method in class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl
 
Index - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
INDEX - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'INDEX'.
index(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression INDEX(identification_variable).
index(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression INDEX(identification_variable).
index(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression INDEX(identification_variable).
INDEX_REQUIRES_COLLECTION_MAPPING_WITH_LIST_ORDER_FIELD - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INDEX_REQUIRES_QUERY_KEY_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
IndexDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Allow for indexes to be created.
IndexDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.IndexDefinition
 
INDEXED - Static variable in class org.eclipse.persistence.eis.EISDescriptor
 
IndexedInteraction - Class in org.eclipse.persistence.eis.interactions
Defines the specification for a call to a JCA interaction that uses indexed records.
IndexedInteraction() - Constructor for class org.eclipse.persistence.eis.interactions.IndexedInteraction
Default constructor.
IndexedObject - Class in org.eclipse.persistence.internal.helper
Purpose: A helper class for sorting index/object pairs.
IndexedObject(Integer, Object) - Constructor for class org.eclipse.persistence.internal.helper.IndexedObject
 
Indexes - Annotation Type in org.eclipse.persistence.annotations
Allow a set of database indexes to be define on an Entity.
IndexExpression - Class in org.eclipse.persistence.internal.expressions
Index expression may be created by QueryKeyExpression.index() method in case the QueryKeyExpression corresponds to a CollectionMapping with non-null listOrderField.
IndexExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The INDEX function returns an integer value corresponding to the position of its argument in an ordered list.
IndexExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IndexExpression
Creates a new IndexExpression.
IndexExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IndexExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IndexExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IndexExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IndexExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IndexExpression_WrongVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
IndexExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This IndexExpressionFactory creates a new IndexExpression when the portion of the query to parse starts with INDEX.
IndexExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IndexExpressionFactory
Creates a new IndexExpressionFactory.
IndexExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The INDEX function returns an integer value corresponding to the position of its argument in an ordered list.
IndexExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
Creates a new IndexExpressionStateObject.
IndexExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
Creates a new IndexExpressionStateObject.
IndexImpl - Class in org.eclipse.persistence.internal.jpa.config.tables
JPA scripting API implementation.
IndexImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.tables.IndexImpl
 
IndexMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.tables
INTERNAL: Object to hold onto database index metadata.
IndexMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
IndexMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL:
IndexNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
IndexNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.IndexNode
 
indexObjectInCache(CacheKey, AbstractRecord, Object, ClassDescriptor, AbstractSession, boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Index the object by index in the cache using its row.
indexObjectInCache(CacheKey, Object, ClassDescriptor, AbstractSession, boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Index the object by index in the cache using the object.
indexObjectInCache(ObjectChangeSet, Object, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Index the object by index in the cache using its changeSet.
indexOf(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the integer index of the substring within the source string.
indexOf(Object) - Method in class org.eclipse.persistence.indirection.IndirectList
 
indexOf(Object, int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
indexOf(Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
Returns the index in this list of the first occurrence of the specified contents, or -1 if the List does not contain this contents.
indexOf(Object, int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
indexOf(Object, int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
indexOf(Object) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
If does not contain the object wait until complete.
indexOf(Object, int) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
If does not contain the object wait until complete.
indexOf(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ListContainerPolicy
INTERNAL: Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element The session may be required to unwrap for the wrapper policy.
indexOf(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Retrieves the index of the given Expression.
indexOf(Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
indexOf(Object) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
 
indexOfNullElement(Vector, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
Returns the index of the the first null element found in the specified Vector starting the search at the starting index specified.
indexOnlyAllowedOnVariable - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
indexOnlyAllowedOnVariable(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
indexRequiresCollectionMappingWithListOrderField(Expression, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
indexRequiresQueryKeyExpression(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
indicateNot() - Method in class org.eclipse.persistence.internal.jpa.parsing.EmptyCollectionComparisonNode
INTERNAL Indicate if a NOT was found in the WHERE clause.
indicateNot() - Method in class org.eclipse.persistence.internal.jpa.parsing.ExistsNode
INTERNAL Indicate if a NOT was found in the WHERE clause.
indicateNot() - Method in class org.eclipse.persistence.internal.jpa.parsing.InNode
INTERNAL Indicate if a NOT was found in the WHERE clause.
indicateNot() - Method in class org.eclipse.persistence.internal.jpa.parsing.MemberOfNode
INTERNAL Indicate if a NOT was found in the WHERE clause.
INDIRECT_CONTAINER_INSTANTIATION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
IndirectCollection - Interface in org.eclipse.persistence.indirection
Purpose: Common interface to indirect collections.
IndirectCollectionsFactory - Class in org.eclipse.persistence.indirection
Provides factory methods to create JDK specific implementation of particular type of IndirectCollection.
IndirectCollectionsFactory() - Constructor for class org.eclipse.persistence.indirection.IndirectCollectionsFactory
 
IndirectCollectionsFactory.IndirectCollectionsProvider - Interface in org.eclipse.persistence.indirection
Define API providers of IndirectCollection implementations must conform to.
IndirectCollectionsProvider - Class in org.eclipse.persistence.internal.indirection.jdk8
Responsible for creating Java SE 8+ specific implementations of IndirectCollections.
IndirectCollectionsProvider() - Constructor for class org.eclipse.persistence.internal.indirection.jdk8.IndirectCollectionsProvider
 
IndirectContainer - Interface in org.eclipse.persistence.indirection
Purpose: Define an interface for a Container that can also act as an EclipseLink "indirection" object; i.e.
IndirectContainer_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
indirectContainerInstantiationMismatch(Object, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
INDIRECTION_POLICY - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cache-usage.indirection-policy"
IndirectionPolicy - Class in org.eclipse.persistence.internal.indirection
Purpose
IndirectionPolicy() - Constructor for class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Construct a new indirection policy.
IndirectList<E> - Class in org.eclipse.persistence.indirection
IndirectList allows a domain class to take advantage of TopLink indirection without having to declare its instance variable as a ValueHolderInterface.
IndirectList() - Constructor for class org.eclipse.persistence.indirection.IndirectList
PUBLIC: Construct an empty IndirectList so that its internal data array has size 10 and its standard capacity increment is zero.
IndirectList(int) - Constructor for class org.eclipse.persistence.indirection.IndirectList
PUBLIC: Construct an empty IndirectList with the specified initial capacity and with its capacity increment equal to zero.
IndirectList(int, int) - Constructor for class org.eclipse.persistence.indirection.IndirectList
PUBLIC: Construct an empty IndirectList with the specified initial capacity and capacity increment.
IndirectList(Collection<? extends E>) - Constructor for class org.eclipse.persistence.indirection.IndirectList
PUBLIC: Construct an IndirectList containing the elements of the specified collection, in the order they are returned by the collection's iterator.
IndirectList<E> - Class in org.eclipse.persistence.internal.indirection.jdk8
Java SE 8 additions to IndirectList.
IndirectList() - Constructor for class org.eclipse.persistence.internal.indirection.jdk8.IndirectList
 
IndirectList(int) - Constructor for class org.eclipse.persistence.internal.indirection.jdk8.IndirectList
 
IndirectList(int, int) - Constructor for class org.eclipse.persistence.internal.indirection.jdk8.IndirectList
 
IndirectList(Collection<? extends E>) - Constructor for class org.eclipse.persistence.internal.indirection.jdk8.IndirectList
 
IndirectList_Class - Static variable in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Class implementing IndirectList.
IndirectList_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
IndirectListContainerPolicy - Class in org.eclipse.persistence.internal.queries
PERF: Avoids reflection usage for IndirectList.
IndirectListContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.IndirectListContainerPolicy
INTERNAL: Construct a new policy.
IndirectListContainerPolicy(Class) - Constructor for class org.eclipse.persistence.internal.queries.IndirectListContainerPolicy
INTERNAL: Construct a new policy for the specified class.
IndirectMap<K,V> - Class in org.eclipse.persistence.indirection
IndirectMap allows a domain class to take advantage of TopLink indirection without having to declare its instance variable as a ValueHolderInterface.
IndirectMap() - Constructor for class org.eclipse.persistence.indirection.IndirectMap
PUBLIC: Construct a new, empty IndirectMap with a default capacity and load factor.
IndirectMap(int) - Constructor for class org.eclipse.persistence.indirection.IndirectMap
PUBLIC: Construct a new, empty IndirectMap with the specified initial capacity and default load factor.
IndirectMap(int, float) - Constructor for class org.eclipse.persistence.indirection.IndirectMap
PUBLIC: Construct a new, empty IndirectMap with the specified initial capacity and load factor.
IndirectMap(Map<? extends K, ? extends V>) - Constructor for class org.eclipse.persistence.indirection.IndirectMap
PUBLIC: Construct a new IndirectMap with the same mappings as the given Map.
IndirectMap<K,V> - Class in org.eclipse.persistence.internal.indirection.jdk8
Java SE 8 additions to IndirectMap.
IndirectMap() - Constructor for class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
IndirectMap(int) - Constructor for class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
IndirectMap(int, float) - Constructor for class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
IndirectMap(Map<? extends K, ? extends V>) - Constructor for class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
IndirectMap_Class - Static variable in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Class implementing IndirectMap.
IndirectMap_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
IndirectSet<E> - Class in org.eclipse.persistence.indirection
IndirectSet is an example implementation of the Set protocol that allows a domain class to take advantage of TopLink Indirection without having to declare its instance variable as a ValueHolderInterface.
IndirectSet() - Constructor for class org.eclipse.persistence.indirection.IndirectSet
Construct an empty IndirectSet.
IndirectSet(int) - Constructor for class org.eclipse.persistence.indirection.IndirectSet
Construct an empty IndirectSet with the specified initial capacity.
IndirectSet(int, float) - Constructor for class org.eclipse.persistence.indirection.IndirectSet
Construct an empty IndirectSet with the specified initial capacity and load factor.
IndirectSet(Collection<? extends E>) - Constructor for class org.eclipse.persistence.indirection.IndirectSet
Construct an IndirectSet containing the elements of the specified collection.
IndirectSet<E> - Class in org.eclipse.persistence.internal.indirection.jdk8
Java SE 8 additions to IndirectSet.
IndirectSet() - Constructor for class org.eclipse.persistence.internal.indirection.jdk8.IndirectSet
 
IndirectSet(int) - Constructor for class org.eclipse.persistence.internal.indirection.jdk8.IndirectSet
 
IndirectSet(int, float) - Constructor for class org.eclipse.persistence.internal.indirection.jdk8.IndirectSet
 
IndirectSet(Collection<? extends E>) - Constructor for class org.eclipse.persistence.internal.indirection.jdk8.IndirectSet
 
IndirectSet_Class - Static variable in class org.eclipse.persistence.indirection.IndirectCollectionsFactory
Class implementing IndirectSet.
IndirectSet_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
INewValueStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
 
inExpression(boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
InExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The state field path expression must have a string, numeric, or enum value.
InExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpression
Creates a new InExpression.
InExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InExpression_InvalidItemCount - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InExpression_ItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InExpression_ItemInvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InExpression_ItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InExpression_MissingInItems - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an in expression.
InExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpressionBNF
Creates a new InExpressionBNF.
InExpressionExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF describes the expression being tested by the IN expression.
InExpressionExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpressionExpressionBNF
Creates a new InExpressionExpressionBNF.
InExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This InExpressionFactory creates a new InExpression when the portion of the query to parse starts with IN or NOT IN.
InExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpressionFactory
Creates a new InExpressionFactory.
InExpressionItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the items of an IN expression.
InExpressionItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InExpressionItemBNF
Creates a new InExpressionItemBNF.
InExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The state field path expression must have a string, numeric, or enum value.
InExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Creates a new InExpressionStateObject.
InExpressionStateObject(StateObject, boolean, String, List<String>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Creates a new InExpressionStateObject.
InExpressionStateObject(StateObject, boolean, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Creates a new InExpressionStateObject.
InExpressionStateObject(StateObject, StateObject, boolean, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Creates a new InExpressionStateObject.
InExpressionStateObject(StateObject, StateObject, List<? extends StateObject>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Creates a new InExpressionStateObject.
InExpressionStateObject(StateObject, String, List<String>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Creates a new InExpressionStateObject.
info(String, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
info(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
INFO - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
info(String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when a info level message needs to be logged.
INFO_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
Informix - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
Informix11 - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
Informix11Platform - Class in org.eclipse.persistence.platform.database
An InformixPlatform that fixes many EclipseLink bugs related to Informix support.
Informix11Platform() - Constructor for class org.eclipse.persistence.platform.database.Informix11Platform
Creates a new Informix11Platform.
InformixPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides Informix specific behavior.
InformixPlatform() - Constructor for class org.eclipse.persistence.platform.database.InformixPlatform
 
Inheritance - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
INHERITANCE_DISCRIMINATOR_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
INHERITANCE_FK_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
INHERITANCE_OUTER_JOIN - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.inheritance.outer-join"
INHERITANCE_PK_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
INHERITANCE_WITH_MULTIPLE_TABLES_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
InheritanceHierarchyBuilder - Class in org.eclipse.persistence.internal.codegen
INTERNAL:
InheritanceHierarchyBuilder() - Constructor for class org.eclipse.persistence.internal.codegen.InheritanceHierarchyBuilder
 
InheritanceImpl - Class in org.eclipse.persistence.internal.jpa.config.inheritance
JPA scripting API implementation.
InheritanceImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.inheritance.InheritanceImpl
 
InheritanceMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.inheritance
Object to represent inheritance metadata.
InheritanceMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
INTERNAL: Used for XML loading.
InheritanceMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
INTERNAL: Used for annotation loading.
InheritancePolicy - Class in org.eclipse.persistence.descriptors
Purpose: Allows customization of an object's inheritance.
InheritancePolicy() - Constructor for class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Create a new policy.
InheritancePolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Create a new policy.
inheritanceWithMultipleTablesNotSupported() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
InImpl<T> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the In interface of the JPA criteria API.
InImpl(Metamodel, ExpressionImpl, Collection, List) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.InImpl
 
InImpl(Metamodel, ExpressionImpl, ExpressionImpl, List) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.InImpl
 
inIndex - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
init(ClassLoader, ServletContext, boolean) - Method in class org.eclipse.persistence.internal.dbws.ProviderHelper
 
init() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
initAccess() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Called from annotation and xml initialization.
initBaseExpression(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Initialize the base expression in the generation context.
initBaseExpression(ModifyAllQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Initialize the base expression in the generation context.
initCalendarCache() - Static method in class org.eclipse.persistence.internal.helper.Helper
PERF: Init the calendar cache use to avoid calendar creation for processing java.sql/util.Date/Time/Timestamp objects.
Initcap - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
initcap() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
initDDLFields() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Inits the DDL generation fields with our defaults.
INITIAL_CONNECTIONS - Static variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
INITIAL_CONTEXT_FACTORY_NAME_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
initialize(MAPPING, SESSION) - Method in interface org.eclipse.persistence.core.mappings.converters.CoreConverter
PUBLIC: Allow for any initialization.
initialize(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Allow the inheritance properties of the descriptor to be initialized.
initialize(AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: initialize the Policy
initialize(AbstractSession, ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: initialize the Policy
initialize(AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
INTERNAL: initialize the Policy
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Initialize the mappings as a separate step.
initialize(DescriptorQueryManager, AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Initialize the query manager specific to the descriptor type.
initialize(ClassDescriptor, Session) - Method in class org.eclipse.persistence.descriptors.ClassExtractor
Allow for any initialization.
initialize(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Initialize the CMPPolicy settings.
initialize(Session) - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
Do nothing by default.
initialize(Session) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
Validate and build the methods.
initialize(Session) - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
Allow for any initialization or validation required.
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: Configure inherited selectors.
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Post initialize the mappings
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Initialize the fetch groups.
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: It is responsible for initializing the policy;
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Initialize the inheritance properties of the descriptor once the mappings are initialized.
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Set the vector to store parent interfaces.
initialize(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
INTERNAL: Allow initialization with the descriptor.
initialize(ClassDescriptor, Session) - Method in class org.eclipse.persistence.descriptors.MethodClassExtractor
INTERNAL: Setup the default classExtractionMethod, or if one was specified by the user make sure it is valid.
initialize(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
INTERNAL: Initialize the policy.
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
INTERNAL: Default the connection pools to all pools if unset.
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
INTERNAL: Initialize the policy.
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
INTERNAL: Default the connection pools to all pools if unset.
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
INTERNAL:
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
INTERNAL: It is responsible for initializing the policy;
initialize(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
initialize the policy
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL: Initialize the mappings as a separate step.
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL:
initialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: It is responsible for initializing the policy;
initialize(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.WrapperPolicy
PUBLIC: Required: Lets the policy perform initialization.
initialize(DescriptorQueryManager, AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: Initialize the query manager specific to the descriptor type.
initialize(AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
INTERNAL: The mapping is initialized with the given session.
initialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Initialize a HistoryPolicy.
initialize(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
INTERNAL: Allow initialization with the session after login.
initialize() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Initialize operators to avoid concurrency issues.
initialize() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Allow the platform to initialize itself after login/init.
initialize() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Allow the platform to initialize itself after login/init.
initialize() - Method in class org.eclipse.persistence.internal.dbws.SOAPResponseWriter
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
If necessary, initialize the factory and the method.
initialize(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Cache all the mappings by their attribute and fields.
initialize(AbstractSession) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: It is responsible for initializing the policy.
initialize(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.SerializedObjectPolicyWrapper
 
initialize() - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Ensure the container class implements IndirectContainer and that it has a constructor which can be used.
initialize() - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Initialize the indirection policy (Do nothing by default)
initialize() - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Nothing required.
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.internal.jaxb.DefaultElementConverter
 
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.internal.jaxb.DomHandlerConverter
 
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
 
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
 
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
Figure out the BoundType and ValueType for the XmlAdapter class, then either create an instance of the XmlAdapter, or if an instance is set on the marshaller, use it.
initialize(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
INTERNAL: Initialize the CMPPolicy settings.
initialize(Map) - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
This method initializes the container.
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.EmptyElementConverter
 
initialize(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
INTERNAL: Initialize the JPA metamodel that wraps the EclipseLink JPA metadata created descriptors.
Note: Since the types Map is lazy-loaded with key:value pairs - the designer and especially the user must realized that a particular BasicType may not be in the Map until it is referenced.
initialize() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.QNameInheritancePolicy
INTERNAL: Initialized the inheritance properties of the descriptor once the mappings are initialized.
initialize(OBJECT_BUILDER) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
initialize(ObjectBuilder) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLSequencedDescriptor
 
initialize(AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Provide a hook to allow initialization of Container Policy parts
initialize(AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Initialize the key mapping
initialize(ReportQuery) - Method in class org.eclipse.persistence.internal.queries.ReportItem
INTERNAL: Looks up mapping for attribute during preExecute of ReportQuery
initialize(DistributedSession) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Allow the connection to initialize an setting in the session.
initialize(XRServiceAdapter) - Method in class org.eclipse.persistence.internal.xr.BatchQueryOperation
The initialize method will add an XMLDesctriptor for org.eclipse.persistence.internal.xr.ValueObject to the OX project.
initialize(XRServiceAdapter, QueryOperation) - Method in class org.eclipse.persistence.internal.xr.NamedQueryHandler
initialize(XRServiceAdapter) - Method in class org.eclipse.persistence.internal.xr.Operation
 
initialize(AbstractTransformationMapping) - Method in class org.eclipse.persistence.internal.xr.QNameTransformer
 
initialize(XRServiceAdapter, QueryOperation) - Method in class org.eclipse.persistence.internal.xr.QueryHandler
 
initialize(XRServiceAdapter) - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
initialize(XRServiceAdapter, QueryOperation) - Method in class org.eclipse.persistence.internal.xr.SQLQueryHandler
initialize(ClassLoader) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
initialize(ClassLoader) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.jaxb.JAXBEnumTypeConverter
INTERNAL:
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
INTERNAL: Set the enum class.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: For aggregate collection mapping the reference descriptor is cloned.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Initialize the reference descriptor.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: For an aggregate mapping the reference descriptor is cloned.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Initialize the state of mapping.
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
INTERNAL: Set the mapping.
initialize(DatabaseMapping, Session) - Method in interface org.eclipse.persistence.mappings.converters.Converter
PUBLIC: Allow for any initialization.
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.mappings.converters.ConverterClass
INTERNAL:
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set the mapping.
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
INTERNAL: Set the mapping.
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
INTERNAL: Set the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Allow for initialization of properties and validation.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Initialize and validate the mapping properties.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Initialize and validate the mapping properties.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Initialize the state of mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: The mapping is initialized with the given session.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: The mapping is initialized with the given session.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: The mapping is initialized with the given session.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Initialize mappings
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL: The mapping is initialized with the given session.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Initialize the mapping.
initialize(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
INTERNAL: Initialize any information in the receiver that requires its descriptor.
initialize(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
INTERNAL: Initialize any information in the receiver that requires its descriptor.
initialize(AbstractSession, ForeignReferenceMapping) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Initialize
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Auto-Default orderedFields to fields
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
INTERNAL: Initialize the mapping.
initialize(AbstractTransformationMapping) - Method in interface org.eclipse.persistence.mappings.transformers.AttributeTransformer
 
initialize(AbstractTransformationMapping) - Method in class org.eclipse.persistence.mappings.transformers.AttributeTransformerAdapter
 
initialize(AbstractTransformationMapping) - Method in interface org.eclipse.persistence.mappings.transformers.FieldTransformer
Initialize this transformer.
initialize(AbstractTransformationMapping) - Method in class org.eclipse.persistence.mappings.transformers.FieldTransformerAdapter
 
initialize(AbstractTransformationMapping) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
INTERNAL: Initilizes the transformer.
initialize(AbstractTransformationMapping) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
INTERNAL: The mapping is initialized with the given session.
initialize(Context) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
INTERNAL
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
 
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
INTERNAL: The mapping is initialized with the given session.
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
INTERNAL: The mapping is initialized with the given session.
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
INTERNAL: The mapping is initialized with the given session.
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
INTERNAL: Initialize the mapping.
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
INTERNAL: Register a ReferenceResolver as an event listener on the session, if one doesn't already exist.
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
initialize(TreeObjectBuilder) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
INTERNAL
initialize(CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaClassPathReference
 
initialize(CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
Allow subclasses to perform initialization if required.
initialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Initialize the mappings as a separate step.
initialize() - Method in class org.eclipse.persistence.oxm.XMLField
 
initialize(ClassDescriptor, AbstractSession) - Method in interface org.eclipse.persistence.platform.database.events.DatabaseEventListener
Initialize the descriptor to receive database change events.
initialize(ReportQuery) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
INTERNAL: Looks up mapping for attribute during preExecute of ReportQuery
initialize(DataObject) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
Perform any post-instantiation integrity operations that could not be done during ValueStore creation.
Since the dataObject reference passed in may be bidirectional or self-referencing - we cannot set this variable until the dataObject itself is finished instantiation - hence the 2-step initialization.
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
 
initialize(DataObject) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
Initialize the value store with its associated DataObject.
initialize(AbstractTransformationMapping) - Method in class org.eclipse.persistence.sdo.helper.metadata.NamespaceURITransformer
 
initialize(AbstractTransformationMapping) - Method in class org.eclipse.persistence.sdo.helper.metadata.QNameTransformer
 
initialize(DatabaseMapping, Session) - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
 
initialize(DataObject) - Method in interface org.eclipse.persistence.sdo.ValueStore
Perform any post-instantiation integrity operations that could not be done during ValueStore creation.
Since the dataObject reference passed in may be bidirectional or self-referencing - we cannot set this variable until the dataObject itself is finished instantiation - hence the 2-step initialization.
initialize() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
PUBLIC: Initialize the remote command manager.
initialize() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
INTERNAL: Initialize default properties for RMI.
initialize() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
INTERNAL: Initialize default properties.
initialize() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
PUBLIC: Initialize the remote command manager.
initialize() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL: Initialize default properties for RMI.
initialize() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Initialize default properties.
initialize(Class, String, Session) - Method in class org.eclipse.persistence.sessions.serializers.AbstractSerializer
 
initialize(Class, String, Session) - Method in interface org.eclipse.persistence.sessions.serializers.Serializer
 
initialize(Class, String, Session) - Method in class org.eclipse.persistence.sessions.serializers.XMLSerializer
 
initialize() - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: Initialize EclipseLink noun tree(DMS)
initialize() - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
INTERNAL: Initialize EclipseLink noun tree(DMS)
initialize() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
initialize() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
initializeAggregateInheritancePolicy(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: This initialized method is used exclusively for inheritance.
initializeAggregateInheritancePolicy(AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: This is needed by regular aggregate descriptors * but not by EIS aggregate descriptors.
initializeAggregateInheritancePolicy(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: This is needed by regular aggregate descriptors (because they require review); but not by XML aggregate descriptors.
initializeAllIdentityMaps() - Method in class org.eclipse.persistence.internal.sessions.ClientSessionIdentityMapAccessor
INTERNAL: Was PUBLIC: customer will be redirected to Session.
initializeAllIdentityMaps() - Method in class org.eclipse.persistence.internal.sessions.DistributedSessionIdentityMapAccessor
Reset the entire object cache.
initializeAllIdentityMaps() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
PUBLIC: Reset the entire object cache.
initializeAllIdentityMaps() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
PUBLIC: Reset the entire object cache.
initializeAllIdentityMaps() - Method in class org.eclipse.persistence.internal.sessions.SessionBrokerIdentityMapAccessor
INTERNAL: Reset the entire object cache.
initializeAllIdentityMaps() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
INTERNAL: Reset the entire object cache, ** be careful using this.
initializeAllIdentityMaps() - Method in class org.eclipse.persistence.services.DevelopmentServices
This method is used to clear the contents of all identity maps.
initializeAllIdentityMaps() - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method is used to clear the contents of all identity maps.
initializeAllIdentityMaps() - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to initialize the identity maps in the session.
initializeAllIdentityMaps() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
PUBLIC: Resets the entire Object cache.
initializeArguments(XRServiceAdapter, QueryOperation, DatabaseQuery) - Method in class org.eclipse.persistence.internal.xr.QueryHandler
INTERNAL: Initialize this QueryHandler's DatabaseQuery's arguments from the Operation's Parameters
initializeArguments(XRServiceAdapter, QueryOperation, DatabaseQuery) - Method in class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler
 
initializeAttributes(Class) - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
Allow any initialization to be performed with the descriptor class.
initializeAttributes(Class) - Method in class org.eclipse.persistence.internal.descriptors.InstanceVariableAttributeAccessor
instanceVariableName is converted to Field type.
initializeAttributes(Class) - Method in class org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor
Set get and set method after creating these methods by using get and set method names
initializeAttributes(Class) - Method in class org.eclipse.persistence.internal.descriptors.MultitenantPrimaryKeyAccessor
 
initializeAttributes(Class) - Method in class org.eclipse.persistence.internal.descriptors.PersistenceObjectAttributeAccessor
Allow any initialization to be performed with the descriptor class.
initializeAttributes(Class) - Method in class org.eclipse.persistence.internal.descriptors.VirtualAttributeAccessor
Set get and set method after creating these methods by using get and set method names
initializeAttributes(Class) - Method in class org.eclipse.persistence.internal.jaxb.JAXBSetMethodAttributeAccessor
Override to avoid exceptions due to lack of get method.
initializeAttributes(Class) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
 
initializeAttributes(Class) - Method in class org.eclipse.persistence.internal.jaxb.many.MapValueAttributeAccessor
 
initializeAttributes(Class) - Method in class org.eclipse.persistence.mappings.AttributeAccessor
Allow any initialization to be performed with the descriptor class.
initializeAttributes(Class) - Method in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
Set get and set method after creating these methods by using get and set method names
initializeAttributes(Class) - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
Set get and set method after creating these methods by using get and set method names
initializeBatchFetchedAttributes() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Iterates through all one to one mappings and checks if any of them use batch fetching.
initializeCall(XRServiceAdapter, QueryOperation, DatabaseQuery) - Method in class org.eclipse.persistence.internal.xr.JPQLQueryHandler
INTERNAL: Initialize this QueryHandler's DatabaseQuery's Call.
initializeCall(XRServiceAdapter, QueryOperation, DatabaseQuery) - Method in class org.eclipse.persistence.internal.xr.QueryHandler
INTERNAL: Initialize this QueryHandler's DatabaseQuery's Call.
initializeCall(XRServiceAdapter, QueryOperation, DatabaseQuery) - Method in class org.eclipse.persistence.internal.xr.SQLQueryHandler
INTERNAL: Initialize this QueryHandler's DatabaseQuery's Call.
initializeCall(XRServiceAdapter, QueryOperation, DatabaseQuery) - Method in class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler
 
initializeChildInheritance(ClassDescriptor, AbstractSession, HashMap<DatabaseField, DatabaseField>, HashMap<DatabaseTable, DatabaseTable>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: For aggregate mapping the reference descriptor is cloned.
initializeChildInheritance(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: For an aggregate mapping the reference descriptor is cloned.
initializeCommitOrder() - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Reset the commit order from the session's descriptors.
initializeConnectedTime() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Initialize the time that this session got connected.
initializeConnectionData(Connection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Allow initialization from the connection.
initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.DB2Platform
 
initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL:
initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
 
initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
 
initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL:
initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
 
initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
 
initializeConnectionData(Connection) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
 
initializeConstructor() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Find the size constructor.
initializeDatabaseQuery(XRServiceAdapter, QueryOperation) - Method in class org.eclipse.persistence.internal.xr.QueryHandler
INTERNAL: Initialize this QueryHandler's DatabaseQuery
initializeDatabaseQuery(XRServiceAdapter, QueryOperation) - Method in class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler
 
initializeDataTypes() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
initializeDefaultQueries(DescriptorQueryManager, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
INTERNAL: Allow the platform to initialize the CRUD queries to defaults.
initializeDescriptor(XMLDescriptor) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
initializeDescriptor(XMLDescriptor) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
initializeDescriptor(XMLDescriptor) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
 
initializeDescriptorIfSessionAlive(ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: A descriptor may have been added after the session is logged in.
initializeDescriptors() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Allow each descriptor to initialize any dependencies on this session.
initializeDescriptors(Map) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Allow each descriptor to initialize any dependencies on this session.
initializeDescriptors(Collection) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
 
initializeDescriptors(Map, boolean) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Allow each descriptor to initialize any dependencies on this session.
initializeDescriptors(Collection, boolean) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
 
initializeDescriptors() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Allow each descriptor to initialize any dependencies on this session.
initializeExternalTransactionController() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: initializeExternalTransactionController(): Populate the DatabaseSession's external transaction controller with an instance of my transaction controller class.
initializeExternalTransactionController() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: initializeExternalTransactionController(): Populate the DatabaseSession's external transaction controller with an instance of my transaction controller class.
initializeField(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
unless the field is already initialized by parent descriptor, add the field to the owning descriptor and set field's type
initializeField(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.AbstractSerializedObjectPolicy
 
initializeField(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.SerializedObjectPolicyWrapper
 
initializeFieldClassification(Session) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set the field classification through searching the fields map.
initializeFromAgent(Instrumentation) - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializerAgent
 
initializeFromMain(Map) - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
Usually JavaSECMPInitializer is initialized from agent during premain to ensure that the classes to be weaved haven't been loaded before initialization.
initializeFromMain() - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
The version of initializeFromMain that passes an empty map.
initializeFromMain(Instrumentation) - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializerAgent
 
initializeFromParent(CachePolicy, ClassDescriptor, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Allow the inheritance properties of the descriptor to be initialized.
initializeIdentityMap(Class) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Reset the identity map for only the instances of the class.
initializeIdentityMap(Class) - Method in class org.eclipse.persistence.internal.sessions.ClientSessionIdentityMapAccessor
INTERNAL: The client session does not have a local identity map, so this has no effect and should not be used.
initializeIdentityMap(Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
PUBLIC: Reset the identity map for only the instances of the class.
initializeIdentityMap(Class) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
PUBLIC: Reset the identity map for only the instances of the class.
initializeIdentityMap(String) - Method in class org.eclipse.persistence.services.DevelopmentServices
This method is used to clear the contents of a particular identity map.
initializeIdentityMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method is used to clear the contents of a particular identity map.
initializeIdentityMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to initialize the identity maps specified by className.
initializeIdentityMap(Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
PUBLIC: Resets the identity map for only the instances of the given Class type.
initializeIdentityMapAccessor() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Set up the IdentityMapManager.
initializeIdentityMapAccessor() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSession
INTERNAL: Set up the IdentityMapManager.
initializeIdentityMapAccessor() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Set up the IdentityMapManager.
initializeIdentityMapAccessor() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Set up the IdentityMapManager.
initializeIdentityMapAccessor() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Set up the IdentityMapManager.
initializeIdentityMapAccessor() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Set up the IdentityMapManager.
initializeIdentityMaps() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
 
initializeIdentityMaps() - Method in class org.eclipse.persistence.internal.sessions.ClientSessionIdentityMapAccessor
INTERNAL: The client session does not have a local identity map, so this has no effect and should not be used.
initializeIdentityMaps() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
PUBLIC: Reset the entire local object cache.
initializeIdentityMaps() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
PUBLIC: Reset the entire local object cache.
initializeIdentityMaps() - Method in class org.eclipse.persistence.internal.sessions.SessionBrokerIdentityMapAccessor
INTERNAL: Reset the entire local object caches.
initializeIdentityMaps(String[]) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to initialize the identity maps specified by the Vector of classNames.
initializeIdentityMaps(String[]) - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to initialize the identity maps specified by the Vector of classNames.
initializeIdentityMaps() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
PUBLIC: Resets the entire local Object cache.
initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.internal.sessions.DistributedSessionIdentityMapAccessor
INTERNAL: Flushes the server side cache, because the server cache may be shared, caution should be used in calling this.
initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
 
initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Initalize all the server side identity maps.
initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Reset the cache on the server-side session.
initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
 
initializeIdentityMapsOnServerSession() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Reset the cache on the server-side session.
initializeIdentityMapsOnServerSession() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
 
initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
 
initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Reset the cache on the server-side session.
initializeIdentityMapsOnServerSession() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
 
initializeIdentityMapsOnServerSession() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
 
initializeJoinedAttributes() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Iterates through all one to one mappings and checks if any of them use joining.
initializeMappings() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
 
initializeMappings() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
 
initializeMultipleTablePrimaryKeyFields() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Rebuild the multiple table primary key map.
initializeNamespaceMaps() - Method in class org.eclipse.persistence.internal.oxm.record.XMLTransformationRecord
 
initializeNamespaces(List) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Get the XMLDescriptor associated with this Type or generate a new one.
initializeNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
 
initializeOperations() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
INTERNAL:
initializeOperators() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL:
initializeParentInheritance(ClassDescriptor, ClassDescriptor, AbstractSession, HashMap<DatabaseField, DatabaseField>, HashMap<DatabaseTable, DatabaseTable>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: For aggregate mapping the reference descriptor is cloned.
initializeParentInheritance(ClassDescriptor, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: For an aggregate mapping the reference descriptor is cloned.
initializePlatformOperator(DatabasePlatform) - Method in class org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression
INTERNAL:
initializePlatformOperator(DatabasePlatform) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL:
initializePlatformOperator(DatabasePlatform) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL:
initializePlatformOperatorNames() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Initialize a mapping to the platform operator names for usage with exceptions.
initializePlatformOperatorSelectors() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Initialize a mapping to the platform operator names for usage with exceptions.
initializePreallocated() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
ADVANCED: Removes all preallocated sequencing objects.
initializePreallocated(String) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
ADVANCED: Removes all preallocated sequencing objects for the given sequence name.
initializePrimaryKey(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Cache primary key and non primary key mappings.
initializeProperties() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: It is responsible for initializing the policy;
initializeProperties() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: It is responsible for initializing the policy properties;
initializeProperties() - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: Responsible for pre-initializing.
initializeProperties(DynamicTypeImpl, DynamicEntityImpl) - Method in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesInitializatonPolicy
After entity is created, initialize all required attributes.
initializeProperties(DynamicTypeImpl, DynamicEntityImpl) - Method in class org.eclipse.persistence.internal.xr.XRDynamicPropertiesInitializatonPolicy
 
initializeQueryTimeout(AbstractSession) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Initialize the queryTimeout to: NoTimeout: If queryTimeout is DefaultTimeout, either directly or via inheritance.
initializeRecord(Mapping) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
initializeRecord(Mapping) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
initializeRecord(Mapping) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
initializeRecord(Mapping) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
 
initializeSelectionCriteria(AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Selection criteria is created with source foreign keys and target keys.
initializeSequencing() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Creates sequencing object
initializeSequencing() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
ADVANCED: Creates sequencing object for the session broker.
initializeSequencing() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
ADVANCED: Creates sequencing object for the session.
initializeSequencing() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: was ADVANCED: Creates sequencing object for the session.
initializeSequencingListeners() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
INTERNAL: Initializes sequencing listeners.
initializeSequencingListeners() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Initializes sequencing listeners.
initializeServerNameAndVersion() - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
INTERNAL: Set the WLS version number through reflection.
initializeService(ClassLoader, InputStream) - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
INTERNAL: Initialize the various components (of the XRService} (O-R Project, O-X Project, Schema definitions, auto-generated classes, etc.)
initializeTables(AbstractSession) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
INTERNAL: This method is used to get all the database tables and add them into a vector.
initializeTopLinkLoggingFile() - Static method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
Initialize the logging file if it is specified by the system property.
initPersistenceUnitClasses(HashMap<String, EntityAccessor>, HashMap<String, EmbeddableAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Assumes the correct class loader has been set before calling this method.
initPersistenceUnitProperties() - Method in class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceUnit
INTERNAL:
initTypeToSchemaType() - Method in class org.eclipse.persistence.jaxb.JAXBContext
INTERNAL: Populate the map of which Type corresponds to which QName.
initUnmappedFields(UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy
INTERNAL: Identify mapped and not mapped fields (should be done once).
initUnmappedFieldsQuery(UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy
INTERNAL: This method called in case there are m_unmappedQueryKeyFields.
initWrapperTypes() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
initXMLAccessor(MetadataDescriptor, MetadataProject) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: This method should be subclassed in those methods that need to do extra initialization.
initXMLClassAccessor(MetadataAccessibleObject, MetadataDescriptor, MetadataProject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: This method should be subclassed in those methods that need to do extra initialization.
initXMLMappingAccessor(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Init an xml mapping accessor with its necessary components.
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL: Any subclass that cares to do any more initialization (e.g.
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: This is going to initialize the accessible objects.
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicCollectionAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransformationAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheInterceptorMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AssociationOverrideMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AttributeOverrideMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorClassMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConverterMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedConverterMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CustomCopyPolicyMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Any subclass that cares to do any more initialization (e.g.
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.PartitioningMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitioningMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitioningMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ColumnResultMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ConstructorResultMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedNativeQueryMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredFunctionQueryMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredProcedureQueryMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredFunctionQueryMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleObjectTypeMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLRecordMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.sop.SerializedObjectPolicyMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructureAccessor
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.CollectionTableMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.JoinTableMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.RelationalTableMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.SecondaryTableMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.ReadTransformerMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.WriteTransformerMetadata
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL:
initXMLObject(MetadataAccessibleObject, XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL:
INLINE - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
InMemoryArchive - Class in org.eclipse.persistence.jpa.rs.util
This archive is designed for use with dynamic persistence units it is built with a stream that allows it to read a persistence.xml file and creates a fake base URL based the classpath location of the InMemoryArchiveClass
InMemoryArchive(InputStream) - Constructor for class org.eclipse.persistence.jpa.rs.util.InMemoryArchive
 
InMemoryQueryIndirectionPolicy - Class in org.eclipse.persistence.queries
Purpose: Provide a means of controlling the behavior of in-memory and conforming queries that access un-instantiated indirection objects in processing the query against cached objects.
InMemoryQueryIndirectionPolicy() - Constructor for class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
 
InMemoryQueryIndirectionPolicy(int) - Constructor for class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
 
InMemoryQueryIndirectionPolicy(int, ObjectLevelReadQuery) - Constructor for class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
 
INNER - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
INNER - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
INNER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'INNER'.
INNER_JOIN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'INNER JOIN'.
INNER_JOIN - Static variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Specify any INNER join on a join fetch.
INNER_JOIN_FETCH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'INNER JOIN FETCH'.
InNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
InNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.InNode
InNode constructor comment.
INOUT - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
INOUT_CURSOR_ARGUMENTS_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
inoutCursorArgumentsNotSupported() - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
InOutputParameterForCallableStatement - Class in org.eclipse.persistence.internal.databaseaccess
 
InOutputParameterForCallableStatement(Object, OutputParameterForCallableStatement) - Constructor for class org.eclipse.persistence.internal.databaseaccess.InOutputParameterForCallableStatement
 
InOutputParameterForCallableStatement(Object, DatabaseField, AbstractSession) - Constructor for class org.eclipse.persistence.internal.databaseaccess.InOutputParameterForCallableStatement
 
InParameterForCallableStatement - Class in org.eclipse.persistence.internal.databaseaccess
 
InParameterForCallableStatement(Object, DatabaseField) - Constructor for class org.eclipse.persistence.internal.databaseaccess.InParameterForCallableStatement
 
InProgress - Static variable in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
INPUT_UNSUPPORTED_MSG_TYPE - Static variable in exception org.eclipse.persistence.eis.EISException
 
inputParameter() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
InputParameter - Class in org.eclipse.persistence.jpa.jpql.parser
Either positional or named parameters may be used.
InputParameter(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InputParameter
Creates a new InputParameter.
InputParameter_JavaIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InputParameter_MissingParameter - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InputParameter_Mixture - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InputParameter_NotInteger - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InputParameter_SmallerThanOne - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InputParameter_WrongClauseDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
InputParameterBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a input parameter.
InputParameterBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InputParameterBNF
Creates a new InputParameterBNF.
InputParameterStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Either positional or named parameters may be used.
InputParameterStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
Creates a new InputParameterStateObject.
InputParameterStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
Creates a new InputParameterStateObject.
insert(Any, byte[]) - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHelper
 
insert(Any, SunCORBAConnection) - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHelper
 
insert(Any, CORBARemoteSessionController) - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
 
insert(Any, Transporter) - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHelper
 
INSERT_INTO_TEMP_TABLE - Static variable in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
 
INSERT_ORDER_CHILD_BEFORE_PARENT - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INSERT_ORDER_CONFLICTS_WITH_MULTIPLE_TABLE_FOREIGN_KEYS - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INSERT_ORDER_CYCLICAL_DEPENDENCY_BETWEEN_THREE_OR_MORE_TABLES - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INSERT_ORDER_CYCLICAL_DEPENDENCY_BETWEEN_TWO_TABLES - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
insertElementAt(E, int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
insertElementAt(Object, int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
insertElementAt(Object, int) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Add the element a notify any waiters that there are new elements.
insertIntoRelationTable(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Insert into relation table.
insertObject() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Insert an object.
insertObject(boolean) - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Insert an object and provide the opportunity to reprepare prior to the insert.
insertObject() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Insert the object.
insertObject() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Insert the object
insertObject(boolean) - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Insert the object if the reprepare flag is set, first reprepare the query.
insertObject(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Insert the object and all of its privately owned parts into the database.
insertObject(Object) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Insert the object and all of its privately owned parts into the database.
insertObjectForWrite() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Insert an object in the database.
InsertObjectQuery - Class in org.eclipse.persistence.queries
Purpose: Used for inserting new objects into the database.
InsertObjectQuery() - Constructor for class org.eclipse.persistence.queries.InsertObjectQuery
PUBLIC: Default constructor.
InsertObjectQuery(Object) - Constructor for class org.eclipse.persistence.queries.InsertObjectQuery
PUBLIC: Create an insert query with the object being inserted.
InsertObjectQuery(Call) - Constructor for class org.eclipse.persistence.queries.InsertObjectQuery
PUBLIC: Create an insert query with the custom call.
InsertOperation - Class in org.eclipse.persistence.internal.xr
INTERNAL:An InsertOperation is an executable representation of an INSERT operation on the database.
InsertOperation() - Constructor for class org.eclipse.persistence.internal.xr.InsertOperation
 
insertOrderChildBeforeParent(ClassDescriptor, DatabaseTable, DatabaseTable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
insertOrderConflictsWithMultipleTableForeignKeys(ClassDescriptor, DatabaseTable, DatabaseTable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
insertOrderCyclicalDependencyBetweenThreeOrMoreTables(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
insertOrderCyclicalDependencyBetweenTwoTables(ClassDescriptor, DatabaseTable, DatabaseTable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
insertSubClass(CoreAttributeGroup) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL: This method will insert the group into the entity hierarchy just below this AttributeGroup.
insertTargetObjects(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Write the target objects if the cascade policy requires them to be written first.
instance - Static variable in class org.eclipse.persistence.internal.helper.InvalidObject
 
instance() - Static method in class org.eclipse.persistence.internal.helper.InvalidObject
 
instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
Returns the singleton instance of this class.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
Returns the singleton instance of this class.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
Returns the singleton instance of this class.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
Returns the singleton instance of this class.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
Returns the singleton instance of this class.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
Returns the singleton instance of this class.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
Returns the singleton instance of this class.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
Returns the singleton instance of this class.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
Returns the singleton instance of this class.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
Returns the singleton instance of this class.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
Returns the singleton instance of the default implementation of JPQLGrammar which provides support for the JPQL grammar defined in the JPA 1.0 functional specification.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
Returns the singleton instance of the default implementation of JPQLGrammar which provides support for the JPQL grammar defined in the JPA 2.0 functional specification.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
Returns the singleton instance of the default implementation of JPQLGrammar which provides support for the JPQL grammar defined in the JPA 2.1 functional specification.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.EmptyIterable
Return the singleton instance of this Iterable.
INSTANCE - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator.Remover.ReadOnly
 
instance() - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator.Remover.ReadOnly
 
instance() - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.EmptyIterator
Returns the singleton instance this EmptyIterator.
instance() - Static method in class org.eclipse.persistence.jpa.jpql.utility.filter.NullFilter
Returns the singleton instance of this NullFilter.
INSTANCE - Static variable in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
 
instance() - Static method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
 
instance - Static variable in class org.eclipse.persistence.sessions.serializers.JavaSerializer
 
InstanceClassConverter - Class in org.eclipse.persistence.sdo.helper
Purpose: A converter used in conjunction with sdoJava:instanceClass The customClass on the converter must be set and that class must have a Constructor that takes a String argument and a toString method.
InstanceClassConverter() - Constructor for class org.eclipse.persistence.sdo.helper.InstanceClassConverter
 
instanceOf() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
 
instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
instanceOf() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
 
InstanceVariableAttributeAccessor - Class in org.eclipse.persistence.internal.descriptors
Purpose: A wrapper class for handling cases when the domain object has instance variable to map to the database field.
InstanceVariableAttributeAccessor() - Constructor for class org.eclipse.persistence.internal.descriptors.InstanceVariableAttributeAccessor
 
instantiate() - Method in class org.eclipse.persistence.internal.indirection.BackupValueHolder
If the original value holder was not instantiated, then first instantiate it to obtain the backup value.
instantiate() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Return the object.
instantiateAttribute(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Trigger the instantiation of the attribute if lazy.
instantiateAttribute(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Trigger the instantiation of the attribute if lazy.
instantiateAttribute(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Trigger the instantiation of the attribute if lazy.
instantiateChild() - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
instantiate policy for child descriptor
instantiateChild() - Method in class org.eclipse.persistence.internal.descriptors.SerializedObjectPolicyWrapper
 
instantiateClone(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Returns the clone of the specified object.
instantiateEagerMappings(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Force instantiation to any eager mappings.
instantiateForUnitOfWorkValueHolder(UnitOfWorkValueHolder) - Method in class org.eclipse.persistence.internal.indirection.BackupValueHolder
 
instantiateForUnitOfWorkValueHolder(UnitOfWorkValueHolder) - Method in class org.eclipse.persistence.internal.indirection.BatchValueHolder
Triggers UnitOfWork valueholders directly without triggering the wrapped valueholder (this).
instantiateForUnitOfWorkValueHolder(UnitOfWorkValueHolder) - Method in class org.eclipse.persistence.internal.indirection.CacheBasedValueHolder
Triggers UnitOfWork valueholders directly without triggering the wrapped valueholder (this).
instantiateForUnitOfWorkValueHolder(UnitOfWorkValueHolder) - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Triggers UnitOfWork valueholders directly without triggering the wrapped valueholder (this).
instantiateForUnitOfWorkValueHolder(UnitOfWorkValueHolder) - Method in class org.eclipse.persistence.internal.indirection.ProtectedValueHolder
 
instantiateForUnitOfWorkValueHolder(UnitOfWorkValueHolder) - Method in class org.eclipse.persistence.internal.indirection.QueryBasedValueHolder
Triggers UnitOfWork valueholders directly without triggering the wrapped valueholder (this).
instantiateForUnitOfWorkValueHolder(UnitOfWorkValueHolder) - Method in class org.eclipse.persistence.internal.indirection.TransformerBasedValueHolder
Triggers UnitOfWork valueholders directly without triggering the wrapped valueholder (this).
instantiateForUnitOfWorkValueHolder(UnitOfWorkValueHolder) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
Triggers UnitOfWork valueholders directly without triggering the wrapped valueholder (this).
instantiateForUnitOfWorkValueHolder(UnitOfWorkValueHolder) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Triggers UnitOfWork valueholders directly without triggering the wrapped valueholder (this).
instantiateObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Trigger the instantiation of the value.
instantiateObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Trigger the instantiation of the value.
instantiateRemoteValueHolderOnServer(RemoteValueHolder) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Instantiated remote value holder.
instantiateRemoteValueHolderOnServer(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
The corresponding original value holder is instantiated.
instantiateRemoteValueHolderOnServer(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
instantiateRemoteValueHolderOnServer(RemoteValueHolder) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Instantiate remote value holder on the server
instantiateRemoteValueHolderOnServer(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
The corresponding original value holder is instantiated.
instantiateRemoteValueHolderOnServer(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
instantiateRemoteValueHolderOnServer(RemoteValueHolder) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: This will instantiate value holder on the server.
instantiateRemoteValueHolderOnServer(RemoteValueHolder) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
INTERNAL: This will instantiate value holder on the server.
instantiateRemoteValueHolderOnServer(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
instantiateRemoteValueHolderOnServer(RemoteValueHolder) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Instantiate remote value holder on the server
instantiateRemoteValueHolderOnServer(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
To instantiate remote value holder on the server side.
instantiateRemoteValueHolderOnServer(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
The corresponding original value holder is instantiated.
instantiateRemoteValueHolderOnServer(RemoteValueHolder) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Instantiate remote value holder on the server
instantiateRemoteValueHolderOnServer(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
To instantiate remote value holder on the server side.
instantiateRemoteValueHolderOnServer(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
The corresponding original value holder is instantiated.
instantiateWorkingCopyClone(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Returns the clone of the specified object.
instantiateWorkingCopyCloneFromRow(AbstractRecord, ObjectBuildingQuery, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
It is now possible to build working copy clones directly from rows.
INSTANTIATING_VALUEHOLDER_WITH_NULL_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
instantiatingValueholderWithNullSession() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
INSTANTIATION_WHILE_CONSTRUCTOR_INSTANTIATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INSTANTIATION_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
InstantiationCopyPolicy - Annotation Type in org.eclipse.persistence.annotations
An InstantiationCopyPolicy is used to set an org.eclipse.persistence.descriptors.copying.InstantiationCopyPolicy on an Entity.
InstantiationCopyPolicy - Class in org.eclipse.persistence.descriptors.copying
Purpose: This is the default copy policy.
InstantiationCopyPolicy() - Constructor for class org.eclipse.persistence.descriptors.copying.InstantiationCopyPolicy
 
InstantiationCopyPolicy - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
InstantiationCopyPolicyImpl - Class in org.eclipse.persistence.internal.jpa.config.copypolicy
JPA scripting API implementation.
InstantiationCopyPolicyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.copypolicy.InstantiationCopyPolicyImpl
 
InstantiationCopyPolicyMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.copypolicy
INTERNAL: Used to store information about InstantiationCopyPolicy as it is read from XML or annotations Key notes: - any metadata mapped from XML to this class must be compared in the equals method.
InstantiationCopyPolicyMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.copypolicy.InstantiationCopyPolicyMetadata
INTERNAL: Used for XML loading.
InstantiationCopyPolicyMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.copypolicy.InstantiationCopyPolicyMetadata
INTERNAL: Used for annotation loading.
InstantiationPolicy - Class in org.eclipse.persistence.internal.descriptors
Purpose: Allows customization of how an object is created/instantiated.
InstantiationPolicy() - Constructor for class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
Default constructor
instantiationWhileConstructorInstantiation(ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
instantiationWhileConstructorInstantiationOfFactory(ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
Instring - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
instring() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
InSubQuery - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
inSubQuery() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the IN operator taking a subquery.
INT - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
Int - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
Int - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
INT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
INT_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
INTEGER - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
INTEGER - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
INTEGER - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
INTEGER - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
INTEGER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
INTEGER_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
INTEGER_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
INTEGER_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
INTEGER_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
INTEGER_REGEXP - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The Pattern representing the regular expression of a numerical value as an integer.
INTEGER_SUFFIX - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
INTEGER_SUFFIX - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
IntegerLiteralNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
IntegerLiteralNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.IntegerLiteralNode
IntegerLiteralNode constructor comment.
IntegerLiteralNode(Integer) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.IntegerLiteralNode
IntegerLiteralNode constructor comment.
integerType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Integer}.
integerType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Integer}.
integerType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Integer.
IntegerWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.IntegerWrapperImpl
 
IntegrityChecker - Class in org.eclipse.persistence.exceptions
Purpose: IntegrityChecker is used for catching all the descriptor exceptions, and checking database tables.
IntegrityChecker() - Constructor for class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: IntegrityChecker is used for catching all the Descriptor Exceptions, and check database tables.
IntegrityException - Exception in org.eclipse.persistence.exceptions
Purpose: IntegrityExceptions is used to throw all the Descriptors exceptions.
IntegrityException() - Constructor for exception org.eclipse.persistence.exceptions.IntegrityException
INTERNAL: IntegrityExceptions is used to throw all the descriptor exceptions.
IntegrityException(IntegrityChecker) - Constructor for exception org.eclipse.persistence.exceptions.IntegrityException
INTERNAL: To throw all the descriptor exceptions.
InteractionArgument - Class in org.eclipse.persistence.internal.descriptors
Purpose: Used to define the interaction argument mapping.
InteractionArgument() - Constructor for class org.eclipse.persistence.internal.descriptors.InteractionArgument
Default constructor.
InteractionArgument(String, String, Object) - Constructor for class org.eclipse.persistence.internal.descriptors.InteractionArgument
 
INTERFACE_TYPE - Static variable in class org.eclipse.persistence.internal.codegen.ClassDefinition
 
InterfaceAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
An interface accessor.
InterfaceAccessor(MetadataAnnotation, MetadataClass, MetadataProject) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.InterfaceAccessor
INTERNAL:
InterfaceContainerPolicy - Class in org.eclipse.persistence.internal.queries
Purpose: The abstract class for ContainerPolicy's whose container class implements a container interface.
InterfaceContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Construct a new policy.
InterfaceContainerPolicy(Class) - Constructor for class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Construct a new policy for the specified class.
InterfaceContainerPolicy(String) - Constructor for class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Construct a new policy for the specified class name.
interfaceInitialization(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Allow the descriptor to initialize any dependencies on this session.
InterfacePolicy - Class in org.eclipse.persistence.descriptors
Purpose: Allows for a descriptor's implemented interfaces to be configured.
InterfacePolicy() - Constructor for class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Create a new policy.
InterfacePolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Create a new policy.
INTERNAL_ACCESSOR_FACTORY_ANNOTATION_CLASS - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
INTERNAL_ACCESSOR_FACTORY_VALUE_METHOD - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
INTERNAL_ERROR_ACCESSING_PKFIELD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INTERNAL_ERROR_SET_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INTERNAL_XML_LOCATION_ANNOTATION_CLASS - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
INTERNAL_XML_LOCATION_ANNOTATION_NAME - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
InternalAggregateFunctionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the parameter of an aggregate expression.
InternalAggregateFunctionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalAggregateFunctionBNF
Creates a new InternalAggregateFunctionBNF.
InternalBetweenExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the lower and upper expressions defined in the between expression.
InternalBetweenExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalBetweenExpressionBNF
Creates a new InternalBetweenExpressionBNF.
internalBuildChangeRecord(Object, Object, ObjectChangeSet) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Build a change record.
internalBuildChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Build a change record.
internalBuildChangeRecord(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Directly build a change record based on the newValue without comparison
InternalCoalesceExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the parameters defined in the coalesce expression.
InternalCoalesceExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalCoalesceExpressionBNF
Creates a new InternalCoalesceExpressionBNF.
InternalColumnExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the items of a COLUMN expression.
InternalColumnExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalColumnExpressionBNF
Creates a new InternalColumnExpressionBNF.
InternalConcatExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the COUNT expression's encapsulated expressions.
InternalConcatExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalConcatExpressionBNF
Creates a new InternalConcatExpressionBNF.
InternalConnectByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
 
InternalConnectByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalConnectByClauseBNF
Creates a new InternalConnectByClauseBNF.
InternalCountBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the parameter of the COUNT function.
InternalCountBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalCountBNF
Creates a new InternalCountBNF.
InternalEntityTypeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the parameters defined in the type expression.
InternalEntityTypeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalEntityTypeExpressionBNF
Creates a new InternalEntityTypeExpressionBNF.
internalExceptions - Variable in exception org.eclipse.persistence.exceptions.JPQLException
 
internalExecuteQuery(DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.internal.history.HistoricalSession
INTERNAL: Return the results from executing the database query.
internalExecuteQuery(DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return the results from exeucting the database query.
internalExecuteQuery(DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
INTERNAL: Return the results from exeucting the database query.
internalExecuteQuery(DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the results from executing the database query.
internalExecuteQuery(DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Return the results from exeucting the database query.
InternalExpression - Interface in org.eclipse.persistence.internal.jpa.querydef
Purpose: Represents an Expression in the Criteria API implementation heirarchy.
internalFrom(EntityType) - Method in class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
Add a query root corresponding to the given entity, forming a Cartesian product with any existing roots.
internalFrom(Class) - Method in class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
Add a query root corresponding to the given entity, forming a Cartesian product with any existing roots.
InternalFromClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the FROM declaration, basically what follows the FROM identifier.
InternalFromClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalFromClauseBNF
Creates a new InternalFromClauseBNF.
internalGetConnection(String, String) - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
internalGetConnection() - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
internalGetForceUpdate() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: return internal tri-state value so we can decide whether to inherit or not at init time.
internalGetUpdateAllFields() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: return internal tri-state value so we can decide whether to inherit or not at init time.
InternalJoinBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for what's following the join identifier.
InternalJoinBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalJoinBNF
Creates a new InternalJoinBNF.
InternalLengthExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the parameter of the LENGTH expression.
InternalLengthExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalLengthExpressionBNF
Creates a new InternalLengthExpressionBNF.
InternalLocateStringExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the first two parameters of the LOCATE expression.
InternalLocateStringExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalLocateStringExpressionBNF
Creates a new InternalLocateStringExpressionBNF.
InternalLocateThirdExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the third parameter of the LOCATE expression.
InternalLocateThirdExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalLocateThirdExpressionBNF
Creates a new InternalLocateThirdExpressionBNF.
InternalLowerExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the parameter of the LOWER expression.
InternalLowerExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalLowerExpressionBNF
Creates a new InternalLowerExpressionBNF.
InternalModExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the parameters of the MOD expression.
InternalModExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalModExpressionBNF
Creates a new InternalModExpressionBNF.
InternalOrderByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for what's following the order by identifier.
InternalOrderByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByClauseBNF
Creates a new InternalOrderByClauseBNF.
InternalOrderByItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an order by item.
InternalOrderByItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemBNF
Creates a new InternalOrderByItemBNF.
InternalOrderByItemFactory - Class in org.eclipse.persistence.jpa.jpql.parser
InternalOrderByItemFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalOrderByItemFactory
Creates a new InternalOrderByItemFactory.
internalPropertyChange(PropertyChangeEvent) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AggregateAttributeChangeListener
This method creates the object change set if necessary.
internalPropertyChange(PropertyChangeEvent) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AggregateObjectChangeListener
PUBLIC: This method turns marks the object as changed.
internalPropertyChange(PropertyChangeEvent) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
INTERNAL: This method marks the object as changed.
internalPropertyChange(PropertyChangeEvent) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.ObjectChangeListener
INTERNAL: This method turns marks the object as changed.
internalProxyException(Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
internalPutInIdentityMap(Object, Object, Object, long, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Register the object with the cache.
internalPutInIdentityMap(Object, Object, Object, long, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
ADVANCED: Register the object with the identity map.
internalRecreateOriginalCollection(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
Recreates the original state of currentCollection.
internalRecreateOriginalCollection(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
Recreates the original state of currentCollection.
internalRecreateOriginalCollection(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
Recreates the original state of the collection.
internalRecreateOriginalCollection(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
Recreates the original state of the collection.
internalRegisterObject(Object, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Register the object with the unit of work.
InternalSelectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
 
InternalSelectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSelectExpressionBNF
Creates a new InternalSelectExpressionBNF.
InternalSelection - Interface in org.eclipse.persistence.internal.jpa.querydef
Purpose: Represents a Selection in the Criteria API implementation hierarchy.
internalSetForceUpdate(Boolean) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: internal method to set the tri-state value.
internalSetUpdateAllFields(Boolean) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: internal method to set the tri-state value.
InternalSimpleFromClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the from declaration used in a subquery.
InternalSimpleFromClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleFromClauseBNF
Creates a new InternalSimpleFromClauseBNF.
InternalSimpleSelectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
 
InternalSimpleSelectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSimpleSelectExpressionBNF
Creates a new InternalSelectExpressionBNF.
InternalSqrtExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the parameter of the SQRT expression.
InternalSqrtExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSqrtExpressionBNF
Creates a new InternalSqrtExpressionBNF.
InternalSubstringPositionExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the position parameters of the SUBSTRING expression.
InternalSubstringPositionExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringPositionExpressionBNF
Creates a new InternalSubstringPositionExpressionBNF.
InternalSubstringStringExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the parameter of the LENGTH expression.
InternalSubstringStringExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalSubstringStringExpressionBNF
Creates a new InternalSubstringStringExpressionBNF.
InternalUpdateClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for what's following the update identifier.
InternalUpdateClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalUpdateClauseBNF
Creates a new InternalUpdateClauseBNF.
InternalUpperExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the parameter of the UPPER expression.
InternalUpperExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalUpperExpressionBNF
Creates a new InternalUpperExpressionBNF.
InternalWhenClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the expression following the WHEN identifier.
InternalWhenClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.InternalWhenClauseBNF
Creates a new InternalWhenClauseBNF.
intersect(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a intersect expression with the subquery.
intersect(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a intersect expression with the subquery.
Intersect - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
intersect() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the INTERSECT operator.
INTERSECT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'INTERSECT'.
intersect(ReportQuery) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Intersect the query results with the other query.
intersectAll(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a intersect all expression with the subquery.
intersectAll(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a intersect all expression with the subquery.
IntersectAll - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
intersectAll() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the INTERSECT ALL operator.
INTOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
IntObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.IntObjectWrapperImpl
 
IntWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.IntWrapperImpl
 
INVALID_ACCESSOR_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_ADAPTER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_AMENDMENT_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_AQ_INPUT - Static variable in exception org.eclipse.persistence.eis.EISException
 
INVALID_AQ_INTERACTION_SPEC_TYPE - Static variable in exception org.eclipse.persistence.eis.EISException
 
INVALID_AQ_RECORD_TYPE - Static variable in exception org.eclipse.persistence.eis.EISException
 
INVALID_ASSOCIATION_OVERRIDE_REFERENCE_COLUMN_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_ATTRIBUTE_GROUP_NAME - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
INVALID_ATTRIBUTE_OVERRIDE_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_ATTRIBUTE_REMOVAL_REQUEST - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
INVALID_ATTRIBUTE_TYPE_FOR_ORDER_COLUMN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_ATTRIBUTE_TYPE_FOR_PROXY_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_BOOLEAN_VALUE_FOR_ADDINGNAMEDQUERIES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_BOOLEAN_VALUE_FOR_ENABLESTATMENTSCACHED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_BOOLEAN_VALUE_FOR_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_BOOLEAN_VALUE_FOR_SETTING_ALLOW_NATIVESQL_QUERIES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_BOOLEAN_VALUE_FOR_SETTING_NATIVESQL - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_BOUND_TYPE - Static variable in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
 
INVALID_BUILDER_IN_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_CACHESTATEMENTS_SIZE_VALUE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_CALLBACK_METHOD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_CALLBACK_METHOD_MODIFIER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_CALLBACK_METHOD_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_CLASS_LOADER_FOR_DYNAMIC_PERSISTENCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_CLASS_TYPE_FOR_BLOB_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_CLASS_TYPE_FOR_CLOB_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_COLLECTION_TYPE_FOR_RELATIONSHIP - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_COLUMN_ANNOTATION_ON_RELATIONSHIP - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_COMPARATOR_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_COMPOSITE_PK_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_COMPOSITE_PK_SPECIFICATION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_CONFIGURATION - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
INVALID_CONNECTOR - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_CONTAINER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_CONTAINER_POLICY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_CONTAINER_POLICY_WITH_TRANSPARENT_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_CUSTOMIZER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_DATA_MODIFICATION_EVENT - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_DATA_MODIFICATION_EVENT_CODE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_DATA_SOURCE_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_DATABASE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_DATABASE_CALL - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_DERIVED_COMPOSITE_PK_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_DERIVED_ID_PRIMARY_KEY_FIELD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_DESCRIPTOR_EVENT_CODE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_EMBEDDABLE_ATTRIBUTE_FOR_ASSOCIATION_OVERRIDE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_EMBEDDABLE_ATTRIBUTE_FOR_ATTRIBUTE_OVERRIDE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_EMBEDDABLE_CLASS_FOR_ELEMENT_COLLECTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_EMBEDDED_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_ENCRYPTION_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_ENTITY_CALLBACK_METHOD_ARGUMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_ENTITY_LISTENER_CALLBACK_METHOD_ARGUMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_ENTITY_MAPPINGS_DOCUMENT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_ENUM_CLASS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
INVALID_ENUM_VALUE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_EXCEPTIONHANDLER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_EXPLICIT_ACCESS_TYPE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_FACTORY_ATTRIBUTES - Static variable in exception org.eclipse.persistence.eis.EISException
 
INVALID_FIELD_FOR_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_FILE_TYPE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_GET_RETURN_TYPE_FOR_PROXY_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_ID - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_IDENTITY_MAP - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_IDREF - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_IDREF_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_INDEX - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
INVALID_INDIRECTION_CONTAINER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_INDIRECTION_POLICY_OPERATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_INPUT - Static variable in exception org.eclipse.persistence.eis.EISException
 
INVALID_INTERACTION_SPEC_TYPE - Static variable in exception org.eclipse.persistence.eis.EISException
 
INVALID_INTERFACE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_JAVA_ATTRIBUTE - Static variable in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
 
INVALID_LIST - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_LOGGING_FILE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_MAPPED_BY_ID_VALUE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_MAPPING_FOR_CONVERT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_MAPPING_FOR_CONVERT_WITH_ATTRIBUTE_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_MAPPING_FOR_CONVERTER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_MAPPING_FOR_EMBEDDED_ID - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_MAPPING_FOR_MAP_KEY_CONVERT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_MAPPING_FOR_STRUCT_CONVERTER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_MAPPING_OPERATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_MAPPING_TYPE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_MERGE_POLICY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_METHOD_ARGUMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_METHOD_INVOCATION - Static variable in exception org.eclipse.persistence.eis.EISException
 
INVALID_NULL_METHOD_ARGUMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_OPERATION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_OPERATOR - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_OPERATOR_FOR_OBJECT_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_ORDER_BY_VALUE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_PACKAGE_ADAPTER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_PAGING_REQUEST - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
INVALID_PARAMETER - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
INVALID_PROFILER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_PROP - Static variable in exception org.eclipse.persistence.eis.EISException
 
INVALID_PROPERTY_ADAPTER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_PROPERTY_FOR_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_PROPERTY_GET_WRONG_TYPE - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
 
INVALID_PROPERTY_INDEX - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
 
INVALID_PROPERTY_NAME - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
 
INVALID_PROPERTY_SET_WRONG_TYPE - Static variable in exception org.eclipse.persistence.exceptions.DynamicException
 
INVALID_PROPERTY_VALUE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
INVALID_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_QUERY_ITEM - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_QUERY_KEY_IN_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_QUERY_ON_HISTORICAL_SESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_QUERY_ON_SERVER_SESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_READ_ONLY_CLASS_STRUCTURE_IN_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_RECORD_TYPE - Static variable in exception org.eclipse.persistence.eis.EISException
 
INVALID_REF_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_REF_XML_PATH - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_SEQUENCING_LOGIN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_SERVER_PLATFORM_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ServerPlatformException
 
INVALID_SERVICE_VERSION - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
INVALID_SESSION_XML - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
INVALID_SESSIONEVENTLISTENER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_SET_PARAMETER_TYPE_FOR_PROXY_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_SQL_RESULT_SET_MAPPING_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_SWA_REF_ATTRIBUTE_TYPE - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
INVALID_TABLE_FOR_FIELD_IN_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_TARGET_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_TYPE_ADAPTER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_TYPE_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_TYPE_FOR_BASIC_COLLECTION_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_TYPE_FOR_BASIC_MAP_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_TYPE_FOR_ENUMERATED_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_TYPE_FOR_LOB_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_TYPE_FOR_SERIALIZED_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_TYPE_FOR_TEMPORAL_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_TYPE_FOR_VARIABLE_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_TYPE_FOR_VERSION_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_TYPE_FOR_XMLATTRIBUTEREF_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_TYPE_FOR_XMLVALUE_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_TYPE_ON_MAP - Static variable in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
 
INVALID_USE_OF_ANY_OF_IN_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_USE_OF_NO_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_USE_OF_TO_MANY_QUERY_KEY_IN_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
INVALID_USE_OF_TRANSPARENT_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_VALUE_FOR_OBJECT_GRAPH - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_VALUE_FOR_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
INVALID_XML_ELEMENT_REF - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_XML_ELEMENT_WRAPPER - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_XML_PATH_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_XMLELEMENT_IN_XMLELEMENTS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_XMLLOCATION - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
INVALID_XPATH_FOR_DIRECT_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
INVALID_XPATH_INDEX_STRING - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
INVALID_XPATH_STRING - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
invalidAccessorFactory(Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
invalidAdapterClass(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: The adapter class does not extend javax.xml.bind.annotation.adapters.XmlAdapter.
invalidAmendmentMethod(Class, String, Exception, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidAQInput() - Static method in exception org.eclipse.persistence.eis.EISException
 
invalidAQInteractionSpecType() - Static method in exception org.eclipse.persistence.eis.EISException
 
invalidAQRecordType() - Static method in exception org.eclipse.persistence.eis.EISException
 
invalidAssociationOverrideReferenceColumnName(String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
Invalidate - Static variable in class org.eclipse.persistence.config.CacheUsage
Configures a modify-all query to invalidate the cache.
INVALIDATE_CACHE - Static variable in class org.eclipse.persistence.queries.ModifyAllQuery
 
INVALIDATE_CHANGED_OBJECTS - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
 
INVALIDATE_CHANGED_OBJECTS - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
invalidateAll() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Set all of the objects from all identity maps to be invalid in the cache.
invalidateAll() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Sets all of the Objects for all classes to be invalid in the cache.
invalidateAllIdentityMaps() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to invalidate the identity maps in the session.
invalidateAllIdentityMaps() - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to invalidate the identity maps in the session.
invalidateClass(Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Set all of the objects of a specific class to be invalid in the cache.
invalidateClass(Class, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Set all of the objects of a specific class to be invalid in the cache.
invalidateClass(Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Sets all of the Objects of the specified Class type to be invalid in the cache.
invalidateClass(Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Sets all of the Objects of the specified Class type to be invalid in the cache.
invalidateIdentityMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to invalidate the identity maps specified by className.
invalidateIdentityMap(String, Boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to invalidate the identity maps specified by className.
invalidateIdentityMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to invalidate the identity maps specified by className.
invalidateIdentityMap(String, Boolean) - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to invalidate the identity maps specified by className.
invalidateIdentityMaps(String[], Boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to invalidate the identity maps specified by the String[] of classNames.
invalidateIdentityMaps(String[], Boolean) - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to invalidate the identity maps specified by the String[] of classNames.
invalidateObject(Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Set an object to be invalid in the cache.
invalidateObject(Object, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Set an object to be invalid in the cache.
invalidateObject(Vector, Class, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Deprecated.
invalidateObject(Vector, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Deprecated.
invalidateObject(Object, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Set an object to be invalid in the cache.
invalidateObject(Object, Class, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Set an object to be invalid in the cache.
invalidateObject(Record, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Set an object to be invalid in the cache.
invalidateObject(Record, Class, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Set an object to be invalid in the cache.
invalidateObject(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Sets an Object to be invalid in the cache.
invalidateObject(Object, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Set an object to be invalid in the cache.
invalidateObject(Vector, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
Deprecated.
since EclipseLink 2.1, replaced by invalidateObject(Object, Class)
invalidateObject(Object, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Sets an Object with the specified primary key and Class type to be invalid in the cache.
invalidateObject(Vector, Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
Deprecated.
since EclipseLink 2.1, replaced by invalidateObject(Object, Class, boolean)
invalidateObject(Object, Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Set an object to be invalid in the cache.
invalidateObject(Record, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Sets an Object with the specified primary key of the passed in Row and Class type to be invalid in the cache.
invalidateObject(Record, Class, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Set an object to be invalid in the cache.
invalidateObjects(Expression, Class, Record, boolean) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Invalidate objects meeting selectionCriteria.
invalidateObjects(Expression) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Set all of the objects from the given Expression to be invalid in the cache.
invalidateObjects(Expression, Class, Record, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory with the passed in criteria and invalidates matching Objects.
invalidateObjects(Collection) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Set all of the objects in the given collection to be invalid in the cache.
invalidateObjects(Collection, boolean) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Set all of the objects in the given collection to be invalid in the cache.
invalidateObjects(Expression, Class, Record, boolean) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
ADVANCED: Queries the cache in-memory with the passed in criteria and invalidates matching Objects.
invalidateObjects(Collection) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Sets all of the Objects in the given collection to be invalid in the TopLink identity maps.
invalidateObjects(Collection, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Set all of the objects in the given collection to be invalid in the cache.
invalidateObjects(Expression) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Sets all of the Objects matching the given Expression to be invalid in the cache.
invalidateObjects(Expression, Class, Record, boolean) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Queries the cache in-memory with the passed in criteria and invalidates matching Objects.
invalidateQueryCache(Class) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Invalidate/remove any results for the class from the query cache.
invalidateQueryCache(Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Invalidate/remove any results for the class from the query cache.
invalidateQueryCache(Class) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
Invalidate/remove any results for the class from the query cache.
invalidateQueryCache(Class) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
Invalidate/remove any results for the class from the query cache.
invalidateQueryCache(Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Invalidate/remove any results for any query for the class from the query cache.
invalidAttributeGroupName(String, String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
invalidAttributeOverrideName(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: A mapping for the attribute name specified in the attribute-override cannot be found in the descriptor for the embeddable class.
invalidAttributeRef(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception should be used when an @XmlAttributeRef or xml-attribute-ref appears on a non-DataHandler property.
invalidAttributeTypeForOrderColumn(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: An order column can only be applied to an attribute of type List.
invalidAttributeTypeForProxyIndirection(Class, Class[], DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidBooleanValueForAddingNamedQueries(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidBooleanValueForEnableStatmentsCached(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidBooleanValueForProperty(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidBooleanValueForSettingAllowNativeSQLQueries(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidBooleanValueForSettingNativeSQL(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidBuilderInQuery(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidCacheStatementsSize(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidCallbackMethod(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidCallbackMethodModifier(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidCallbackMethodName(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidClassLoaderForDynamicPersistence() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidClassTypeForBLOBAttribute(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidClassTypeForCLOBAttribute(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidCollectionMemberDecl - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidCollectionMemberDecl(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidCollectionNavigation - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidCollectionNavigation(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidCollectionTypeForRelationship(Object, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidColumnAnnotationOnRelationship(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidComparatorClass(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidCompositePKAttribute(String, String, String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidCompositePKSpecification(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidConfiguration() - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Invalid configuration.
invalidConnectionFactoryAttributes() - Static method in exception org.eclipse.persistence.eis.EISException
 
invalidConnector(Connector) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidContainerClass(Class, Class) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidContainerPolicy(ContainerPolicy, Class) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidContainerPolicyWithTransparentIndirection(DatabaseMapping, ContainerPolicy) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidContextKeyException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidContextKeyException(String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidCustomizerClass(Exception, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be thrown when a customizer class is set that is not an instance of DescriptorCustomizer.
invalidDatabaseAccessor(Accessor) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidDatabaseCall(Call) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidDataModificationEvent(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidDataModificationEventCode(Object, ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidDataSourceName(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidDerivedCompositePKAttribute(Object, String, String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidDerivedIdPrimaryKeyField(String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidDescriptorEventCode(DescriptorEvent, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidElementRef(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
invalidElementWrapper(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
invalidEmbeddableAttributeForAssociationOverride(Object, String, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidEmbeddableAttributeForAttributeOverride(Object, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidEmbeddableClassForElementCollection(Object, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidEmbeddedAttribute(Object, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidEncryptionClass(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidEntityCallbackMethodArguments(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidEntityListenerCallbackMethodArguments(Object, Object, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidEntityMappingsDocument(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: Either the URL for the entity-mappings document is invalid, or there is an error in the document.
invalidEnumClassSpecified(Exception, String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
invalidEnumEqualExpression - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidEnumEqualExpression(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidEnumLiteral - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidEnumLiteral(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidEnumValue(Object, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
invalidExceptionHandlerClass(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidExplicitAccessTypeSpecified(Object, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidExpressionArgument - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidExpressionArgument(String, int, int, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidExpressionForQueryItem(Expression, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidFieldForClass(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: An field name has been encountered that does not exist on the associated entity.
invalidFileName(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidFunctionArgument - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidFunctionArgument(String, int, int, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidGetMethodReturnTypeForProxyIndirection(Class, Class[], DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidGetPropertyType(DatabaseMapping, ClassCastException) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
A request to get a persistent value from a DynamicEntity was made providing a propertyName that does exist but the provided return type failed when casting.
invalidHavingExpression - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidHavingExpression(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidId(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
InvalidIdentifierException - Exception in org.eclipse.persistence.internal.jpa.parsing.jpql
This is a custom Exception class that is thrown from ANTLR JPQL code when we validate JPQL identifiers.
InvalidIdentifierException(Token) - Constructor for exception org.eclipse.persistence.internal.jpa.parsing.jpql.InvalidIdentifierException
 
InvalidIdentifierStartException - Exception in org.eclipse.persistence.internal.jpa.parsing.jpql
 
InvalidIdentifierStartException(int, int, int) - Constructor for exception org.eclipse.persistence.internal.jpa.parsing.jpql.InvalidIdentifierStartException
 
invalidIdentityMap(ClassDescriptor, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidIdRef(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
invalidIDREFClass(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: The referenced class (i.e.
invalidIndex(IndexOutOfBoundsException, int) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to pass an invalid index to a method
invalidIndirectionContainerClass(ContainerIndirectionPolicy, Class) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidIndirectionPolicyOperation(IndirectionPolicy, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidInput() - Static method in exception org.eclipse.persistence.eis.EISException
 
invalidInteractionSpecType() - Static method in exception org.eclipse.persistence.eis.EISException
 
invalidInterface(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
invalidList(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
invalidLoggingFile() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidLoggingFile(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidMappedByIdValue(String, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidMapping(Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidMappingForConvert(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidMappingForConverter(Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidMappingForConvertWithAttributeName(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidMappingForEmbeddedId(String, Object, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidMappingForMapKeyConvert(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidMappingForStructConverter(String, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidMappingOperation(DatabaseMapping, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidMappingType(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidMergePolicy() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidMethodArguments() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidMethodInvocation() - Static method in exception org.eclipse.persistence.eis.EISException
 
invalidMultipleUseOfSameParameter - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidMultipleUseOfSameParameter(String, int, int, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidNavigation - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidNavigation(String, int, int, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidNullMethodArguments() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
InvalidObject - Class in org.eclipse.persistence.internal.helper
Purpose:Indicates an object that should not be returned from query execution.
invalidOperation(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidOperator(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidOperatorForObjectComparison(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidOrderByValue(String, Object, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: The order-by value provided does not correspond to an attribute on the target entity.
invalidPackageAdapterClass(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: The package level adapter class set on XMLJavaTypeConverter could not be loaded.
invalidPagingRequest() - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Invalid paging request.
invalidParameter(String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Invalid paging request.
invalidProfilerClass(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidProperty(String) - Static method in exception org.eclipse.persistence.eis.EISException
 
invalidPropertyAdapterClass(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: The field/property level adapter class set on XMLJavaTypeConverter could not be loaded.
invalidPropertyForClass(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: An property name has been encountered that does not exist on the associated entity.
invalidPropertyIndex(DynamicType, int) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
Exception throw when attempting to access a dynamic property by index which does not have an associated mapping.
invalidPropertyName(DynamicType, String) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
A request to get a persistent value from a DynamicEntity was made providing a propertyName that does not correspond to any mappings in the underlying descriptor.
invalidPropertyValue(String, String, String, String, ConversionException) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to call a method with a null input parameter
invalidQuery(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidQueryKeyInExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidQueryOnHistoricalSession(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidQueryOnServerSession(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidRecordType() - Static method in exception org.eclipse.persistence.eis.EISException
 
invalidReferencedXmlPathOnJoin(String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: No ID or Key property exists on the target class with an XPath == referencedXmlPath.
invalidReferenceToTransientClass(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: The reference class (i.e.
invalidRemoveAttributeRequest(String, String, String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Invalid remove attribute request.
invalidSelectForGroupByQuery - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidSelectForGroupByQuery(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidSequencingLogin() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidServerPlatformClass(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.ServerPlatformException
 
invalidServiceVersion(String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Invalid service version.
invalidSessionEventListenerClass(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
InvalidSessionXML() - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
invalidSetClauseNavigation - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidSetClauseNavigation(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidSetClauseTarget - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidSetClauseTarget(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidSetMethodParameterTypeForProxyIndirection(Class, Class[], DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidSetPropertyType(DatabaseMapping, Object) - Static method in exception org.eclipse.persistence.exceptions.DynamicException
Invalid value attempted to be set into a DynamicEntity's property.
invalidSizeArgument - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidSizeArgument(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
invalidSQLResultSetMapping(String, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidStateException(int) - Method in class org.eclipse.persistence.internal.jpa.ExceptionFactory
 
invalidSwaRefAttribute(String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
invalidTableForFieldInExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidTargetClass(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidTypeAdapterClass(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: The type level adapter class set on XMLJavaTypeConverter could not be loaded.
invalidTypeExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidTypeForBasicCollectionAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidTypeForBasicMapAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidTypeForEnumeratedAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidTypeForLOBAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidTypeForSerializedAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidTypeForTemporalAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidTypeForVariableNode(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
invalidTypeForVersionAttribute(String, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidTypeForXmlValueField(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
invalidUseOfAnyOfInExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidUseOfNoIndirection(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidUseOfToManyQueryKeyInExpression(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
invalidUseOfTransparentIndirection(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidValueForObjectGraph(Object) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
invalidValueForProperty(Object, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
invalidXmlElementInXmlElementsList(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception should be used when XmlElements and XmlIDREF are set on a property, but one or more of the XmlElement entries in the list has a type that does not have an XmlID property.
invalidXmlJoinNodeReferencedClass(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: The referenced class (i.e.
invalidXmlLocation(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
Cause: @XmlLocation is set on a non-Locator property.
invalidXmlPathWithAttribute(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
When the target of an XmlPaths -> XmlPath is an attribute, it must be nested, and not the root of the path.
invalidXpathForXMLDirectMapping(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
invalidXPathIndexString(String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
invalidXPathString(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
INVERSE_ACCESS_TYPE_MAPPING_OVERRIDE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
InverseReferenceMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MAPPING extends CoreMapping,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
Invocation - Class in org.eclipse.persistence.internal.xr
INTERNAL: An Invocation holds runtime argument values that are used by an XRServiceAdapter to invoke a named Operation
Invocation() - Constructor for class org.eclipse.persistence.internal.xr.Invocation
 
Invocation(String) - Constructor for class org.eclipse.persistence.internal.xr.Invocation
 
invoke(SOAPMessage) - Method in class org.eclipse.persistence.internal.dbws.ProviderHelper
 
invoke(Object, Method, Object[]) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionHandler
INTERNAL: Handle the method calls on the proxy object.
invoke(Object, Method, Object[]) - Method in class org.eclipse.persistence.internal.jpa.jdbc.ConnectionProxyHandler
 
invoke(Object, Method, Object[]) - Method in class org.eclipse.persistence.internal.oxm.CycleRecoverableContextProxy
 
invoke(XRServiceAdapter, Invocation) - Method in class org.eclipse.persistence.internal.xr.BatchQueryOperation
Invoke the SQL statements in order against the database.
invoke(XRServiceAdapter, Invocation) - Method in class org.eclipse.persistence.internal.xr.DeleteOperation
Execute DELETE operation on the database
invoke(XRServiceAdapter, Invocation) - Method in class org.eclipse.persistence.internal.xr.InsertOperation
Execute INSERT operation on the database
invoke(XRServiceAdapter, Invocation) - Method in class org.eclipse.persistence.internal.xr.Operation
 
invoke(XRServiceAdapter, Invocation) - Method in class org.eclipse.persistence.internal.xr.QueryOperation
Execute SELECT operation on the database
invoke(XRServiceAdapter, Invocation) - Method in class org.eclipse.persistence.internal.xr.UpdateOperation
Execute UPDATE operation on the database
invoke(Object, Method, Object[]) - Method in class org.eclipse.persistence.jaxb.javamodel.AnnotationProxy
Invoke a given Method on this proxy.
invokeAfterCompletion() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
invokeAttributeTransformer(AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Invoke the buildAttributeValue method on the AttributeTransformer
invokeConstructor(Constructor, Object[]) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Construct an object with the given Constructor and the given array of arguments.
invokeMethod(Method, Object) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Invoke the givenMethod on a givenObject.
invokeMethod(Method, Object, Object[]) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Invoke the givenMethod on a givenObject using the array of parameters given.
invokeQuery(DatabaseQuery, Record, Session) - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
INTERNAL: Call the static method to execute the query.
invokeQuery(DatabaseQuery, Record, Session) - Method in interface org.eclipse.persistence.queries.QueryRedirector
REQUIRED: Perform the query.
IO_EXCEPTION_OCCURRED - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
ioExceptionOccurred(IOException) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when an ioException happens
IPropertyChangeEvent<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
This is used in conjunction with IPropertyChangeListener.
IPropertyChangeListener<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
A IPropertyChangeListener can be registered with a StateObject in order to be notified when the value of a property changes.
IQuery - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
The external representation of a JPQL query.
is(JavaSEPlatform) - Static method in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Check whether current Java SE is exactly matching provided platform.
IS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
IS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
IS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'IS'.
IS_ASYNCHRONOUS_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
IS_EMPTY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'IS EMPTY'.
IS_NOT_EMPTY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'IS NOT EMPTY'.
IS_NOT_NULL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'IS NOT NULL'.
IS_NULL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'IS NULL'.
IS_PROPERTY_METHOD_PREFIX - Static variable in class org.eclipse.persistence.internal.helper.Helper
 
IS_VALID_TIMEOUT - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Timeout used is isValid() check for dead connections.
isAbstract() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Convenience method to return true if the java class from this descriptor is abstract.
isAbstract() - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
isAbstract() - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
isAbstract() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isAbstract() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
 
isAbstract() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
 
isAbstract() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
 
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass is abstract.
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
 
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
 
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass is abstract.
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
Indicates if this JavaConstructor is abstract.
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Indicates if this JavaField is abstract.
isAbstract() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Indicates if this JavaMethod is abstract.
isAbstract() - Method in class org.eclipse.persistence.sdo.SDOType
 
isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
 
isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDODataType
 
isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
 
isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
 
isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
 
isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
isAbstract() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
 
isAbstractColumnMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL:
isAbstractColumnMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
INTERNAL:
isAbstractColumnMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
 
isAbstractColumnMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentMapping
 
isAbstractCompositeCollectionMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Related mapping should implement this method to return true.
isAbstractCompositeCollectionMapping() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
Related mapping should implement this method to return true.
isAbstractCompositeCollectionMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isAbstractCompositeCollectionMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL:
isAbstractCompositeCollectionMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
isAbstractCompositeDirectCollectionMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Related mapping should implement this method to return true.
isAbstractCompositeDirectCollectionMapping() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
Related mapping should implement this method to return true.
isAbstractCompositeDirectCollectionMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isAbstractCompositeDirectCollectionMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL:
isAbstractCompositeDirectCollectionMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
isAbstractCompositeDirectCollectionMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
 
isAbstractCompositeObjectMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Related mapping should implement this method to return true.
isAbstractCompositeObjectMapping() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
Related mapping should implement this method to return true.
isAbstractCompositeObjectMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isAbstractCompositeObjectMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL:
isAbstractCompositeObjectMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
isAbstractDirectMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Related mapping should implement this method to return true.
isAbstractDirectMapping() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
Related mapping should implement this method to return true.
isAbstractDirectMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isAbstractDirectMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL:
isAbstractDirectMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
 
isAbstractDirectMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentMapping
 
isAbstractQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
INTERNAL: return whether this query key is abstract
isAbstractValue() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
isAbstractValue() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
isAccess() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isAccess() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isAccess() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
 
isAccessible() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return true is this class accessible to be found.
isAcquired() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Return if a thread has acquire this manager.
isAcquired() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
Avoid acquiring locks for unit of work.
isAcquired() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
isActive() - Method in class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer
INTERNAL: Indicated whether the connection is currently customized.
isActive() - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
Check to see if the current transaction is in progress.
isActive() - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Return if the commit manager is active.
isActive() - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
INTERNAL: Connection is open for business.
isActive() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Return if the unit of work is active.
isActive() - Method in class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
INTERNAL: Indicated whether the connection is currently customized.
isActive() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Was PUBLIC: customer will be redirected to Session.
isActive() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Return if the unit of work is active (has not been released).
isAddAdditionalExpressionsWithinCurrrentExpressionContext() - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
 
isAdditionalProperties() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
isAdditionalProperties() - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
isAfterLast() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
Indicates whether the cursor is after the last row in the result set.
isAfterLast() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Indicates whether the cursor is after the last row in the result set.
isAfterWriteChangesButBeforeCommit() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Has writeChanges() been attempted on this UnitOfWork? It may have either succeeded or failed but either way the UnitOfWork is in a highly restricted state.
isAfterWriteChangesButBeforeCommit() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Has writeChanges() been attempted on this UnitOfWork? It may have either succeeded or failed but either way the UnitOfWork is in a highly restricted state.
isAggregate() - Method in class org.eclipse.persistence.internal.sessions.AggregateObjectChangeSet
 
isAggregate() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Used to determine if the object change set represents an aggregate object.
isAggregateCollectionDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is an aggregate collection descriptor
isAggregateCollectionMapping() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL:
isAggregateCollectionMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isAggregateDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is an aggregate descriptor
isAggregateMapping() - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Related mapping should implement this method to return true.
isAggregateMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isAggregateNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.AggregateNode
INTERNAL Is this node an Aggregate node
isAggregateNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this node an Aggregate node
isAggregateObjectMapping() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Related mapping should implement this method to return true.
isAggregateObjectMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isAggregateOperator() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
Aggregate functions are function in the select such as COUNT.
isAggregateSelect() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL:
isAlias(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
isAlias: Answer true if this variable represents an alias in the FROM clause.
isAlias(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.AggregateNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.CaseNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.ClassForInheritanceNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.CoalesceNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.DivideNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.FunctionalExpressionNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.IndexNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.LiteralNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.MapEntryNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.MapKeyNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.MinusNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.MultiplyNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.NullIfNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.PlusNode
 
isAliasableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
 
isALifeCycleCallbackMethod() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL: Return true if it has a valid name (starts with get or is) and has a property name (getXyz or isXyz) and does not have parameters and has an associated set method.
isAll() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Indicates whether operator has selector All
isAlreadyMerged(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Override this method if the platform supports sequence objects and it's possible to alter sequence object's increment in the database.
isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 added SEQUENCE support as of (I believe) v8.
isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
 
isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
 
isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.H2Platform
 
isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
 
isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
INTERNAL: Override this method if the platform supports sequence objects and it's possible to alter sequence object's increment in the database.
isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Override this method if the platform supports sequence objects and it's possible to alter sequence object's increment in the database.
isAlterSequenceObjectSupported() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Override this method if the platform supports sequence objects and it's possible to alter sequence object's increment in the database.
isAlterSupported(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
INTERNAL: Indicates whether alter is supported
isAlterSupported(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Indicates whether alterIncrement is supported
isAlwaysIncluded(Class, String) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
INTERNAL: returns whether the attributeName is to be always included.
isAncestor(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Determines whether this Expression is a parent of the given Expression.
isAncestor(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Determines whether this Expression is a parent of the given Expression.
isAnnotation() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass is an Annotation.
isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isAnnotation() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass is an Annotation.
isAnnotationNotPresent(Class, ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Indicates whether the specified annotation is actually not present on this accessible object.
isAnnotationNotPresent(String, ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Indicates whether the specified annotation is actually not present on this accessible object.
isAnnotationPresent(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Indicates whether the specified annotation is present on the annotated element for this accessor.
isAnnotationPresent(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Indicates whether the specified annotation is present on the annotated element for this accessor.
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Return true if the annotation exists.
isAnnotationPresent(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Return the annotation if it exists.
isAnnotationPresent(Class, ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Indicates whether the specified annotation is present on java class for the given descriptor metadata.
isAnnotationPresent(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Indicates whether the specified annotation is present on this accessible object.
isAnnotationPresent(String, ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Indicates whether the specified annotation is present on java class for the given descriptor metadata.
isAnnotationPresent(JavaHasAnnotations, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Indicates if element contains a given annotation.
isAnnotationPresent(AnnotatedElement, Class) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.AnnotationHelper
Return true if the annotation annotationClass exists on the annotatedElement elem.
isAnonymousComplexType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
isAny() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Indicates whether operator has selector Any or Some
isAny() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
isAny() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Returns indicator for XmlAnyElement
isAny() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
isAnyAttribute() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isAnyMappingNodeValue() - Method in class org.eclipse.persistence.internal.oxm.NodeValue
 
isAnyMappingNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
isAnyMappingNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyObjectMappingNodeValue
 
isAnyOracleJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether an Oracle JDBC driver is being used.
isAnyOrAll() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Indicates whether operator has selector Any, Some or All
isApplicationJSON() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
INTERNAL
isApplicationJSON() - Method in interface org.eclipse.persistence.internal.oxm.MediaType
 
isApplicationJSON() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
INTERNAL
isApplicationJSON() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
INTERNAL
isApplicationJSON() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
INTERNAL
isApplicationJSON() - Method in enum org.eclipse.persistence.oxm.MediaType
 
isApplicationResolverSet() - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Indicates if a call to setApplicationResolver has been made.
isApplicationXML() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
INTERNAL
isApplicationXML() - Method in interface org.eclipse.persistence.internal.oxm.MediaType
 
isApplicationXML() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
INTERNAL
isApplicationXML() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
INTERNAL
isApplicationXML() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
INTERNAL
isApplicationXML() - Method in enum org.eclipse.persistence.oxm.MediaType
 
isArithmeticSymbol(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the given character is an arithmetic symbol, which is one of the following: { '>', '<', '/', '*', '-', '+', '=', '{'} .
isArray() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
isArray() - Method in class org.eclipse.persistence.internal.jaxb.many.ArrayValue
 
isArray() - Method in class org.eclipse.persistence.internal.jaxb.many.CollectionValue
 
isArray() - Method in class org.eclipse.persistence.internal.jaxb.many.ManyValue
 
isArray() - Method in class org.eclipse.persistence.internal.jaxb.many.MapValue
 
isArray() - Method in class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalArrayValue
 
isArray() - Method in class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalCollectionValue
 
isArray(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this field accessor represents an array relationship.
isArray() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this class is an array type.
isArray() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass is an Array type.
isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isArray() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass is an Array type.
isArray() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.ITypeDeclaration
Determines whether this type represents an array or not.
isArray() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
 
isAscending() - Method in class org.eclipse.persistence.internal.jpa.querydef.OrderImpl
 
isAscending() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Determines whether the ordering was specified as being ascendant.
isAscending() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Determines whether the ordering was specified as being ascendant.
isAsOfSCNClause() - Method in class org.eclipse.persistence.history.AsOfClause
PUBLIC: Indicates that value is a system change number or an expression evaluating to one.
isAsOfSCNClause() - Method in class org.eclipse.persistence.history.AsOfSCNClause
PUBLIC:
isAssignableFrom(Object, Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
convenience method for java's isAssignableFrom that allows auto-boxing, taking java class or a descriptor as arguments.
isAssignableFrom(Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if left is assignable from right.
isAssignableFrom(JavaClass) - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass is either the same as, or is a superclass of, the javaClass argument.
isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isAssignableFrom(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass is either the same as, or is a superclass of, the javaClass argument.
isAssignableTo(Object, Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Determines whether type 1 is an instance of type 2.
isAssignableTo(Object, Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Determines whether type 1 is an instance of type 2.
isAssignableTo(IType) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
Determines whether this type is an instance of the given type.
isAssociation() - Method in class org.eclipse.persistence.internal.jpa.metamodel.AttributeImpl
Is the attribute an association.
isAssociation() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
 
isAttachment() - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
isAttribute() - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
INTERNAL:
isAttribute() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL:
isAttribute() - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL:
isAttribute() - Method in class org.eclipse.persistence.internal.expressions.ManualQueryKeyExpression
INTERNAL: We can never be an attribute, we're always a join
isAttribute() - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
INTERNAL: Return if the expression is for a direct mapped attribute.
isAttribute() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Return if the expression is for a direct mapped attribute.
isAttribute() - Method in interface org.eclipse.persistence.internal.oxm.mappings.VariableXPathObjectMapping
 
isAttribute() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
isAttribute() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isAttribute() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
isAttribute() - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
isAttribute(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Returns true if the property is declared as an attribute in the XSD.
isAttribute(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
isAttributeBatchRead(String) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Return if the attribute is specified for batch reading.
isAttributeBatchRead(ClassDescriptor, String) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Return if the attribute is specified for batch reading.
isAttributeBatchRead(ClassDescriptor, String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return if the attribute is specified for batch reading.
isAttributeChangeTrackingPolicy() - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
Used to track instances of the change policies without doing an instance of check
isAttributeChangeTrackingPolicy() - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
Used to track instances of the change policies without doing an instance of check
isAttributeChangeTrackingPolicy() - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
Used to track instances of the change policies without doing an instance of check
isAttributeFetched(Object, String) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
Return true if the attribute of the object has already been fetched
isAttributeFormDefault() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
isAttributeFormQualified() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
isAttributeFormQualified() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
isAttributeJoined(ClassDescriptor, DatabaseMapping) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return if the attribute is specified for joining.
isAttributeJoined(ClassDescriptor, String) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Return if the attribute is specified for joining.
isAttributeNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
INTERNAL Is this node an AttributeNode
isAttributeNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this node an AttributeNode
isAttributeOnSuperClass() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
isAttributeValueFromObjectInstantiated(Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return whether the specified object is instantiated.
isAttributeValueFromObjectInstantiated(Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return whether the specified object is instantiated.
isAttributeValueFromObjectInstantiated(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Return whether the specified object is instantiated.
isAttributeValueFullyBuilt(Object) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: The method validateAttributeOfInstantiatedObject(Object attributeValue) fixes the value of the attributeValue in cases where it is null and indirection requires that it contain some specific data structure.
isAttributeValueFullyBuilt(Object) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: The method validateAttributeOfInstantiatedObject(Object attributeValue) fixes the value of the attributeValue in cases where it is null and indirection requires that it contain some specific data structure.
isAttributeValueFullyBuilt(Object) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: The method validateAttributeOfInstantiatedObject(Object attributeValue) fixes the value of the attributeValue in cases where it is null and indirection requires that it contain some specific data structure.
isAttributeValueFullyBuilt(Object) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: The method validateAttributeOfInstantiatedObject(Object attributeValue) fixes the value of the attributeValue in cases where it is null and indirection requires that it contain some specific data structure.
isAttributeValueFullyBuilt(Object) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: The method validateAttributeOfInstantiatedObject(Object attributeValue) fixes the value of the attributeValue in cases where it is null and indirection requires that it contain some specific data structure.
isAttributeValueFullyBuilt(Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: The method validateAttributeOfInstantiatedObject(Object attributeValue) fixes the value of the attributeValue in cases where it is null and indirection requires that it contain some specific data structure.
isAttributeValueInstantiated(Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: The referenced object is checked if it is instantiated or not
isAttributeValueInstantiatedOrChanged(Object) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: The referenced object is checked if it is instantiated or not, also check if it has been changed (as indirect collections avoid instantiation on add/remove.
isAttunity() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isAttunity() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isAttunity() - Method in class org.eclipse.persistence.platform.database.AttunityPlatform
 
isAutoDetectMediaType() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Return if this Unmarshaller should try to automatically determine the MediaType of the document (instead of using the MediaType set by setMediaType)
isAutoDetectMediaType() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Return if this XMLUnmarshaller should try to automatically determine the MediaType of the document (instead of using the MediaType set by setMediaType)
isBaseType() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Provide a means to determine if this type has sub types without causing the sub types property to be initialized.
isBasic() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Return true if this accessor represents a basic mapping.
isBasic() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents a basic mapping.
isBasic(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents a basic mapping.
isBasicCollection() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicCollectionAccessor
INTERNAL: Return true if this accessor represents a basic collection mapping.
isBasicCollection() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents a basic collection mapping.
isBasicCollection(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents a basic collection mapping.
isBasicMap() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL: Return true if this accessor represents a basic map mapping.
isBasicMap() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents a basic map mapping.
isBasicMap(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents a basic collection mapping.
isBatchExecutionSupported() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Return if this query is compatible with batch writing.
isBatchExecutionSupported() - Method in class org.eclipse.persistence.queries.ModifyQuery
PUBLIC: Return if this query is compatible with batch writing.
isBeforeFirst() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
Indicates whether the cursor is before the first row in the result set.
isBeforeFirst() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Indicates whether the cursor is before the first row in the result set.
isBigDecimalType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
 
isBigDecimalType(Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified type represents java.math.BigDecimal.
isBigIntegerType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
 
isBigIntegerType(Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified type represents java.math.BigInteger.
isBinaryDataToBeInlined() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if all binary data types are to be inlined for this class.
isBindingSupported() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
PUBLIC: Return if binding is compatible with this operator.
isBlob(int) - Static method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Return if the JDBC type is a binary type such as blob.
isBooleanType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if type is the boolean primitive type or the Boolean wrapper class
isBooleanType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Determines whether the given;@link IType} is a;@link Boolean}.
isBooleanType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Determines whether the given;@link IType} is a;@link Boolean}.
isBooleanType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType is a Boolean.
isBoth() - Method in class org.eclipse.persistence.internal.jpa.parsing.TrimNode
 
isBound(Parameter<?>) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Return a boolean indicating whether a value has been bound to the parameter.
isBridge() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
 
isBridge() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
isBridge() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
isBridge() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Not supported.
isBroker() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Indicates whether the underlying session is a session broker.
isBroker() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Returns true if the session is a session Broker.
isBroker() - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
Indicates whether the underlying session is a session broker.
isBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Returns true if the session is a session Broker.
isBufferCDATA() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
isBufferCDATA() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
isBufferCDATA() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
isBuildObjectOnThreadComplete(Thread, Map) - Static method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Check if the deferred locks of a thread are all released
isBuiltInJavaType(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
Indicates if a given JavaClass is a built-in Java type.
isByteType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if type is the byte primitive type or the Byte wrapper class
isCacheable() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
Used to signal that this mapping references a protected/isolated entity and requires special merge/object building behaviour.
isCacheableFalse() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that an explicit cacheable value of false has been set for this descriptor.
isCacheableTrue() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that an explicit cacheable value of true has been set for this descriptor.
isCacheCheckComplete() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Returns true if an early return cache check was completed
isCachedExpressionQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Indicates whether the query is cached as an expression query in descriptor's query manager.
IScalarExpressionStateObjectBuilder<T extends IScalarExpressionStateObjectBuilder<T>> - Interface in org.eclipse.persistence.jpa.jpql.tools.model
This builder can be used to easily create a scalar expression without having to create each object manually.
isCallQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this query uses SQL, a stored procedure, or SDK call.
isCallQueryMechanism() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Return true if this is a call query mechanism
isCallQueryMechanism() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Return true if this is a call query mechanism
isCallQueryMechanism() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Return true if this is a call query mechanism
isCandidateForPrivateOwnedRemoval() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: AggregateCollection contents should not be considered for addition to the UnitOfWork private owned objects list for removal.
isCandidateForPrivateOwnedRemoval() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Returns true if the mapping should be added to the UnitOfWork's list of private owned objects for private owned orphan removal.
isCandidateForPrivateOwnedRemoval() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: DirectCollectionMapping contents should not be considered for addition to the UnitOfWork private owned objects list for removal.
isCascadeAll() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
isCascaded() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
PUBLIC: Return true if the policy uses cascade locking.
isCascaded() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
PUBLIC: Return true if the policy uses cascade locking.
isCascaded() - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: Specify if the policy cascade locks.
isCascadeDetach() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
isCascadeDetach() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Check cascading value for the detach operation.
isCascadedLockingSupported() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL Return true if this mapping supports cascaded version optimistic locking.
isCascadedLockingSupported() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL Return true if this mapping supports cascaded version optimistic locking.
isCascadedLockingSupported() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Used when determining if a mapping supports cascaded version optimistic locking.
isCascadedLockingSupported() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL Return true if this mapping supports cascaded version optimistic locking.
isCascadedLockingSupported() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL Return true if this mapping supports cascaded version optimistic locking.
isCascadedLockingSupported() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL Return true if this mapping supports cascaded version optimistic locking.
isCascadeMerge() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
isCascadeMerge() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Check cascading value for the MERGE operation.
isCascadeOfAggregateDelete() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Returns true if this query has been created as the result of cascading a delete of an aggregate collection in a UnitOfWork CR 2811
isCascadeOnDelete() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL:
isCascadeOnDelete() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL:
isCascadeOnDelete() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL:
isCascadeOnDeleteSetOnDatabase() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
ADVANCED: Return if delete cascading has been set on the database for the mapping's foreign key constraint.
isCascadeOnDeleteSetOnDatabaseOnSecondaryTables() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Return if delete cascading has been set on the database for the descriptor's multiple tables.
isCascadePersist() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
isCascadePersist() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that cascade-persist should be applied to all relationship mappings for this entity.
isCascadePersist() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
isCascadePersist() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Check cascading value for the CREATE operation.
isCascadeRefresh() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
isCascadeRefresh() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Check cascading value for the REFRESH operation.
isCascadeRemove() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
isCascadeRemove() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Check cascading value for the REMOVE operation.
isCaseInsensitive() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Return whether this Unmarshaller should perform case insensitive unmarshalling.
isCaseInsensitive() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Return if this Unmarshaller should perform case insensitive unmarshalling.
isCastRequired() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return if casting is enabled for platforms that support it.
isCDATA() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
 
isCDATA() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
 
isCDATA() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
INTERNAL:
isCdata() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isCdata() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the cdata property.
isCdata() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Gets the value of the cdata property.
isCDATA() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
 
isCDATA - Variable in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
 
isCDATA() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
 
isCDATA() - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL:
isChangeApplied() - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
INTERNAL: Return the value indicating if the object has been already added or removed from the collection.
isChangeSetFromOutsideUOW() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Get the internal flag that tells that this change set was built outside this UOW and the changes it contains cannot be calculated from the contents of this UOW
isChangeSummaryType() - Method in class org.eclipse.persistence.sdo.SDOType
 
isChangeSummaryType() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
isChangeTracking() - Method in class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Return if this mapping supports change tracking.
isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return if this mapping supports change tracking.
isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Return if this mapping supports change tracking.
isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return if this mapping supports change tracking.
isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Return if this mapping supports change tracking.
isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Return if this mapping supports change tracking.
isChangeTrackingSupported(Project) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Return if this mapping supports change tracking.
isCharacterType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if type is the char primitive type or the Character wrapper class
isChildDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return if the descriptor defines inheritance and is a child.
isChildDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Check if it is a child descriptor.
isChildrenLookupTableFilled(boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
isChoice() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if this property represents a choice property.
isClassAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Return true if this accessor represents a class.
isClassReadOnly(Class) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if the class is defined as read-only.
isClassReadOnly(Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return if the class is defined as read-only.
isClassReadOnly(Class, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Checks to see if the specified class or descriptor is read-only or not in this UnitOfWork.
isClassReadOnly(Class) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Checks to see if the specified class is read-only or not in this UnitOfWork.
isClassTypeExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isClassTypeExpression() - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
 
isClientSession() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if this session is a client session.
isClientSession() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Return if this session is a client session.
isClientSession() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if this session is a client session.
isClientSessionBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return if this session is a client session broker.
isClob(int) - Static method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Return if the JDBC type is a large character type such as clob.
isCloneNewObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Check if the object is already registered.
isCloneNewObjectFromParent(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Check if the object is already registered in a parent Unit Of Work
isClonePessimisticLocked(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Helper method that checks if clone has been locked with uow.
isClonePessimisticLocked(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Helper method that checks if clone has been locked with uow.
isCloningRequired() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return if this mapping requires its attribute value to be cloned.
isCloningRequired() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Return if this mapping requires its attribute value to be cloned.
isCloningRequired() - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL: Return if this mapping requires its attribute value to be cloned.
isCloningRequired() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
 
isClosed() - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
INTERNAL: Connection is closed - all resources were freed.
isClosed() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteCursoredStream
INTERNAL: Return if the stream is closed.
isClosed() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
INTERNAL: Return if the stream is closed.
isClosed() - Method in class org.eclipse.persistence.queries.Cursor
PUBLIC: Return if the stream is closed.
isClosing() - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
INTERNAL: close method has been called.
isCloudscape() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isCloudscape() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isCloudscape() - Method in class org.eclipse.persistence.platform.database.CloudscapePlatform
Answers whether platform is CloudScape
isCloudscapeJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether a Cloudscape JDBC driver is being used.
isCMP() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: isCMP(): Answer true if we're in the context of CMP (i.e.
isCMP3Policy() - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Return if this policy is for CMP3.
isCMP3Policy() - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
INTERNAL: Return if this policy is for CMP3.
isCollapsingStringValues() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
 
isCollapsingStringValues() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
PUBLIC: Returns true if this mapping should collapse all string values before adding them to the collection.
isCollapsingStringValues() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
PUBLIC: Returns true if this mapping should collapse all string values before setting them in the object on unmarshal.
isCollection() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
isCollection() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this is extends Collection.
isCollection() - Method in class org.eclipse.persistence.internal.jpa.metamodel.AttributeImpl
Is the attribute collection-valued.
isCollection() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
 
isCollection() - Method in class org.eclipse.persistence.internal.xr.Operation
 
isCollection() - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
isCollection() - Method in class org.eclipse.persistence.internal.xr.Result
 
isCollection() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
Determines whether this IMapping is a collection type mapping.
isCollection() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
 
isCollectionAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Return true if this accessor represents a collection accessor.
isCollectionAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents a collection accessor.
isCollectionAttribute() - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
isCollectionIdentificationVariable(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Determines whether the given identification variable is defining a join or a collection member declaration expressions.
isCollectionIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Determines whether the given identification variable is defining a join or a collection member declaration expressions.
isCollectionIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Determines whether the given identification variable is defining a join or a collection member declaration expressions.
isCollectionIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Determines whether the given identification variable is defining a JOIN expression or in a IN expressions for a collection-valued field.
isCollectionMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Related mapping should implement this method to return true.
isCollectionMapping() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
isCollectionMapping() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
 
isCollectionMapping(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Determines whether the given mapping is a collection type mapping.
isCollectionMapping(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Determines whether the given mapping is a collection type mapping.
isCollectionMapping() - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Return whether this mapping is a Collection type.
isCollectionMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isCollectionMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
 
isCollectionMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
 
isCollectionMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
isCollectionMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
 
isCollectionPolicy() - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
 
isCollectionPolicy() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
isCollectionQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.DirectCollectionQueryKey
INTERNAL: override the isCollectionQueryKey() method in the superclass to return true.
isCollectionQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.ManyToManyQueryKey
INTERNAL: override the isCollectionQueryKey() method in the superclass to return true.
isCollectionQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.OneToManyQueryKey
INTERNAL: override the isCollectionQueryKey() method in the superclass to return true.
isCollectionQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
PUBLIC:: Related query key should implement this method to return true.
isCollectionType(Property) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
Indicates if a given Property is a collection type.
isCollectionType(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
 
isCollectionType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Determines whether the given;@link IType} is an instance of;@link Collection}.
isCollectionType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Determines whether the given;@link IType} is an instance of;@link Collection}.
isCollectionType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType is an instance of Collection.
isCollectionValuedRelationship(Object, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified attribute denotes a collection valued relationship attribute.
isCollectionValuedRelationship(Object, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
Returns true if the specified attribute denotes a collection valued relationship attribute.
isColumnName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Determines whether the given proposal is a column name (which should be unqualified).
isColumnResult() - Method in class org.eclipse.persistence.queries.ColumnResult
 
isColumnResult() - Method in class org.eclipse.persistence.queries.SQLResult
Return true if this is a column result.
isCommandProcessorASession() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
ADVANCE: Return whether this commandProcessor is a EclipseLink session or not.
isCommandProcessorASession() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
INTERNAL: Return whether this command manager should process profile commands
isCommitCompleted(Object) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Return if the object has been committed.
isCommitCompletedInPostOrIgnore(Object) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Return if the object has been committed.
isCommitInPostModify(Object) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Return if the object is being in progress of being post modify commit.
isCommitInPreModify(Object) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Return if the object is being in progress of being pre modify commit.
isCommitPending() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if the unit of work is waiting to be committed or in the process of being committed.
isCommunicationFailure() - Method in exception org.eclipse.persistence.exceptions.DatabaseException
 
isComparisonOperator() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
Comparison functions are functions such as = and >.
isCompatible(EclipseLinkClassWriter) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
Verify that the provided writer is compatible with the current writer.
isCompatible(EclipseLinkClassWriter) - Method in interface org.eclipse.persistence.dynamic.EclipseLinkClassWriter
 
isCompatible(EclipseLinkClassWriter) - Method in class org.eclipse.persistence.internal.jpa.weaving.CollectionProxyClassWriter
 
isCompatible(EclipseLinkClassWriter) - Method in class org.eclipse.persistence.internal.jpa.weaving.RestAdapterClassWriter
 
isCompatible(EclipseLinkClassWriter) - Method in class org.eclipse.persistence.internal.jpa.weaving.RestCollectionAdapterClassWriter
 
isCompatible(EclipseLinkClassWriter) - Method in class org.eclipse.persistence.internal.jpa.weaving.RestReferenceAdapterV2ClassWriter
 
isComplete() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: If we have all the required information, this operator is complete and can be used as is.
isComplete() - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
isComplete() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Return if the list is complete.
isComplexDatabaseType() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
isComplexDatabaseType() - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
isComplexDatabaseType() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
isComplexDatabaseType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
 
isComplexDatabaseType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
isComplexDatabaseType() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
 
isComplexType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
isComposite() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
isComposite(PersistenceUnitInfo) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
isCompositeMember() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
isCompound() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Determines whether this BNF has child BNFs registered only to properly parse a query or if the child BNFs are part of the BNF.
isCompoundExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isCompoundExpression() - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
 
isCompoundExpression() - Method in class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl
 
isCompoundExpression() - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
 
isCompoundExpression() - Method in class org.eclipse.persistence.internal.jpa.querydef.FunctionExpressionImpl
 
isCompoundExpression() - Method in interface org.eclipse.persistence.internal.jpa.querydef.InternalExpression
 
isCompoundExpression() - Method in class org.eclipse.persistence.internal.jpa.querydef.PredicateImpl
 
isCompoundExpression() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
isCompoundSelection() - Method in class org.eclipse.persistence.internal.jpa.querydef.CompoundSelectionImpl
Whether the selection item is a compound selection
isCompoundSelection() - Method in class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
Whether the selection item is a compound selection
isCompoundSelection() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Whether the selection item is a compound selection
isConcurrent() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL: Only LoadGroups allow concurrency.
isConcurrent() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Return if the session enables concurrent processing.
isConcurrent() - Method in class org.eclipse.persistence.queries.AttributeGroup
INTERNAL: Only LoadGroups allow concurrency.
isConcurrent() - Method in class org.eclipse.persistence.queries.LoadGroup
ADVANCED: Return if the load group should load its relationships concurrently.
isConnected() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Return whether the accessor is connected to the data store.
isConnected() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return true if the accessor is currently connected to a data source.
isConnected() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if this session is connected to the database.
isConnected() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
 
isConnected() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
PUBLIC: Indicates that Sequence is connected.
isConnected() - Method in class org.eclipse.persistence.sequencing.Sequence
PUBLIC: Indicates that Sequence is connected.
isConnected() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return if all sessions are still connected to the database.
isConnected() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Return if this session is connected to the server.
isConnected() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Was PUBLIC: customer will be redirected to Session.
isConnected() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: Return if this pool has been connected to the database.
isConnected() - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Return if this session has been connected to the database.
isConnected() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if this session is connected to the database.
isConnectedUsingSeparateConnection() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
PUBLIC: Indicates whether sequencing actually uses separate connection(s).
isConnectionHealthValidatedOnError() - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
isConnectionHealthValidatedOnError(DatabaseCall, DatabaseAccessor) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
INTERNAL: Validate if set, or no timeout.
isConnectionHealthValidatedOnError() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: On an SQL Exception EclipseLink will ping the database to determine if the connection used can continue to be used for queries.
isConnectionHealthValidatedOnError() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: This value defaults to false when not on a DatabaseLogin as the functionality has not been implemented for other datasource type.
isConnectionHealthValidatedOnError() - Method in interface org.eclipse.persistence.sessions.Login
PUBLIC: This value defaults to false when not on a DatabaseLogin as the functionality has not been implemented for other datasource type.
isConsideredInvalid(Object, CacheKey, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Check if the object is invalid and *should* be refreshed.
isConsideredInvalid(Object, CacheKey, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Check if the object is invalid and *should* be refreshed.
isConstantExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isConstantExpression() - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
 
isConstrained(Class<?>) - Method in class org.eclipse.persistence.internal.jpa.metadata.beanvalidation.BeanValidationHelper
Tells whether any of the class's fields, methods or constructors are constrained by Bean Validation annotations or custom constraints.
isConstructor() - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
isConstructor() - Method in class org.eclipse.persistence.internal.jpa.querydef.ConstructorSelectionImpl
 
isConstructor() - Method in interface org.eclipse.persistence.internal.jpa.querydef.InternalSelection
 
isConstructor() - Method in class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
 
isConstructor() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
isConstructorItem() - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
isConstructorItem() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
 
isConstructorNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
INTERNAL Is this node a ConstructorNode
isConstructorNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this node a ConstructorNode
isConstructorQuery() - Method in class org.eclipse.persistence.internal.jpa.jpql.ConstructorQueryMappings
Determines whether the JPQL query is a constructor query, i.e.
isConstructorResult() - Method in class org.eclipse.persistence.queries.ConstructorResult
Return true if this is a constructor result.
isConstructorResult() - Method in class org.eclipse.persistence.queries.SQLResult
Return true if this is a constructor result.
isContainerValue() - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL:
isContainerValue() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
 
isContainerValue() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
isContainerValue() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
isContainerValue() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
isContainerValue() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
isContainerValue() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
 
isContainerValue() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
isContainerValue() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
isContainerValue() - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
 
isContainerValue() - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathCollectionMappingNodeValue
 
isContainment() - Method in class org.eclipse.persistence.sdo.SDOProperty
Returns whether the Property is containment, i.e., whether it represents by-value composition.
isConverter(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Return if a given class is annotated with @Converter.
isConverterAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
INTERNAL: If no name is specified, assume JPA converter class.
isConverterMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
INTERNAL: If name is specified, assume EclipseLink converter.
isCoordinatedWithProperty() - Method in class org.eclipse.persistence.indirection.ValueHolder
Used as part of the implementation of WeavedAttributeValueHolderInterface Used to track whether a valueholder that has been weaved into a class is coordinated with the underlying property
isCoordinatedWithProperty() - Method in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
When a valueholder is triggered, the weaved code will ensure its value is coordinated with the underlying property.
isCoordinatedWithProperty() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
This method is used as part of the implementation of WeavedAttributeValueHolderInterface It is used to check whether a valueholder that has been weaved into a class is coordinated with the underlying property
isCopyGroup() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL: This method is used internally when converting to a copy group.
isCopyGroup() - Method in class org.eclipse.persistence.queries.AttributeGroup
INTERNAL: This method is used internally when converting to a copy group.
isCopyGroup() - Method in class org.eclipse.persistence.sessions.CopyGroup
 
isCorrelated() - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
Whether the From object has been obtained as a result of correlation (use of a Subquery correlate method).
isCountNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.CountNode
INTERNAL Is this node a CountNode
isCountNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this node a CountNode
isCreatable() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
isCreated(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Returns whether or not the specified data object was created while logging.
isCurrentDate() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Determines whether this DateTime represents the JPQL identifier CURRENT_DATE.
isCurrentDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Determines whether this DateTime represents the JPQL identifier CURRENT_DATE.
isCurrentTime() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Determines whether this DateTime represents the JPQL identifier CURRENT_TIME.
isCurrentTime() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Determines whether this DateTime represents the JPQL identifier CURRENT_TIME.
isCurrentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Determines whether this DateTime represents the JPQL identifier CURRENT_TIMESTAMP.
isCurrentTimestamp() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Determines whether this DateTime represents the JPQL identifier CURRENT_TIMESTAMP.
isCursor() - Method in class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
isCursor() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
Indicates if a given subclass represents a PL/SQL cursor.
isCursor() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
 
isCursoredStreamPolicy() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
isCursoredStreamPolicy() - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
 
isCursorOutputProcedure() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Used for Oracle result sets through procedures.
isCursorPolicy() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
isCursorPolicy() - Method in class org.eclipse.persistence.queries.CursorPolicy
 
isCursorReturned() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
isCursorReturned() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
isCustomizationTagName(String, String) - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
 
isCustomQualifier() - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL:
isCustomQueryUsed() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: PERF: Return if this query will use the descriptor custom query instead of executing itself.
isDatabaseMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL:
isDatabaseSession() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if this session is a database session.
isDatabaseSession() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Return if this session is a database session.
isDatabaseSession() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if this session is a database session.
isDataExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isDataExpression() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
isDataModifyQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return if this is a data modify query.
isDataModifyQuery() - Method in class org.eclipse.persistence.queries.DataModifyQuery
PUBLIC: Return if this is a data modify query.
isDataObjectType() - Method in class org.eclipse.persistence.sdo.SDOType
 
isDataObjectType() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
 
isDataReadQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return if this is a data read query.
isDataReadQuery() - Method in class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Return if this is a data read query.
isDatasourceConnected() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Return true if the receiver is currently connected to a data source.
isDataType() - Method in class org.eclipse.persistence.sdo.SDOType
 
isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
isDataType() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
 
isDataType() - Method in class org.eclipse.persistence.sdo.types.SDODataType
 
isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOObjectType
 
isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
 
isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
 
isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
 
isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
isDataType() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
 
isDateClass(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
 
isDateType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Determines whether the given;@link IType} is a;@link Date},;@link Timestamp} or ;@link Calendar}.
isDateType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Determines whether the given;@link IType} is a;@link Date},;@link Timestamp} or ;@link Calendar}.
isDateType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType is a Date, Timestamp or Calendar.
isDB2() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isDB2() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isDB2() - Method in class org.eclipse.persistence.platform.database.DB2Platform
 
isDB2() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
 
isDB2JDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether an IBM DB2 native client JDBC driver is being used.
isDBase() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isDBase() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isDBase() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
 
isDead() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if the unit of work is dead.
isDead() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
ADVANCED: Return if the connection pool's database is down, and failover should be used.
isDeclaredInOuterScope(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Returns true if the specified string denotes a variable declared in an outer scope.
isDecorated() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
INTERNAL: Is this decorated / has an AS OF (some past time) clause.
isDecorated() - Method in class org.eclipse.persistence.internal.history.DecoratedDatabaseTable
INTERNAL: This check is optimized for the case where no AsOfClause is specified.
isDecorated() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Determines whether this StateObject is being decorated by another StateObject, which means the behavior is modified by the given one.
isDecorated() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Determines whether this StateObject is being decorated by another StateObject, which means the behavior is modified by the given one.
isDefault() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Determines whether the ordering was not specified.
isDefault() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Determines whether the ordering was not specified.
isDefaultEmptyContainer() - Method in interface org.eclipse.persistence.internal.oxm.ContainerValue
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in interface org.eclipse.persistence.internal.oxm.mappings.XMLContainerMapping
Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathCollectionMappingNodeValue
 
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultEmptyContainer() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
INTERNAL Return true if an empty container should be set on the object if there is no presence of the collection in the XML document.
isDefaultListener - Variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
 
isDefaultLock() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Helper method to determine the default mode.
isDefaultLock() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Helper method to determine the default mode.
isDefaultNamespaceAllowed() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
isDefaultPropertiesQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return true if the query uses default properties.
isDefaultPropertiesQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return true if the query uses default properties.
isDefaultPropertiesQuery() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Return true if the query uses default properties.
isDefaultPropertiesQuery() - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL: Return true if the query uses default properties.
isDefaultSet() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Return whether the default value has been set by the schema either via a define by an XSD or a DataObject.
isDeferred() - Method in class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
Returns if this change should be calculated at commit time using the two collections.
isDeferredChangeDetectionPolicy() - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
Used to track instances of the change policies without doing an instance of check
isDeferredChangeDetectionPolicy() - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
Used to track instances of the change policies without doing an instance of check
isDeferredChangeDetectionPolicy() - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
Used to track instances of the change policies without doing an instance of check
isDefinedAsOneToManyMapping() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Return whether this mapping was originally defined as a OneToMany.
isDeleteAll() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used by our XML writing facility.
isDeleteAll() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used by our XML writing facility.
isDeleteAllQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return if this is a delete all query.
isDeleteAllQuery() - Method in class org.eclipse.persistence.queries.DeleteAllQuery
PUBLIC: Return if this is a delete all query.
isDeleted(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Returns whether or not the specified data object was deleted while logging.
isDeleteNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.DeleteNode
 
isDeleteNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.QueryNode
 
isDeleteObjectQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return if this is a delete object query.
isDeleteObjectQuery() - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
PUBLIC: Return if this is a delete object query.
isDelimitedIdentifiers() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
isDelimitedIdentifiers() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL:
isDelimiter(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the given character is a delimiter.
isDeployed() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
isDeployFailed() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
isDerby() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isDerby() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isDerby() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: Answers whether platform is Derby
isDerived() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Determines whether this collection member declaration is used as a derived collection-valued path expression.
isDerived() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Determines whether this collection member declaration is used as a derived collection-valued path expression.
isDerivedId(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents an id mapping.
isDerivedIdClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DerivedIdClassAccessor
INTERNAL: Return true if this accessor is a derived id class accessor.
isDerivedIdClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor is a derived id class accessor.
isDerivedIdClass(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents an id mapping.
isDescending() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Determines whether the ordering was specified as being descendant.
isDescending() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Determines whether the ordering was specified as being descendant.
isDescriptorForInterface() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return if the java class is an interface.
isDescriptorTypeAggregate() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC return true if this descriptor is any type of aggregate descriptor.
isDescriptorTypeNormal() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: return true if this descriptor is an entity.
isDigit(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the given character is a character that can be used in a number.
isDirectCollection() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
Return false by default, only possible for QueryKeyExpression.
isDirectCollection() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Indicates whether this expression corresponds to DirectCollection.
isDirectCollection() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: Return true if this accessor represents a direct collection mapping, which include basic collection, basic map and element collection accessors.
isDirectCollection() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents a direct collection mapping, which include basic collection, basic map and element collection accessors.
isDirectCollectionMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isDirectCollectionMapping() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL:
isDirectCollectionQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.DirectCollectionQueryKey
INTERNAL: override the isDirectCollectionQueryKey() method in the superclass to return true.
isDirectCollectionQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
PUBLIC:: Related query key should implement this method to return true.
isDirectEmbeddableCollection() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Return true if this element collection contains embeddable objects.
isDirectEmbeddableCollection() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents an element collection that contains embeddable objects.
isDirectEmbeddableCollection() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
INTERNAL: Return true if this element collection contains embeddable objects.
isDirectMapMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isDirectMapMapping() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Related mapping should implement this method to return true.
isDirectMapPolicy() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
isDirectQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
INTERNAL: override the isDirectQueryKey() method in the superclass to return true.
isDirectQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
PUBLIC:: Related query key should implement this method to return true.
isDirectReadQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return if this is a direct read query.
isDirectReadQuery() - Method in class org.eclipse.persistence.queries.DirectReadQuery
PUBLIC: Return if this is a direct read query.
isDirectToFieldMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Related mapping should implement this method to return true.
isDirectToFieldMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isDirectToFieldMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL:
isDirectToXMLTypeMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isDirectToXMLTypeMapping() - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
 
isDirty(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return whether the dataObject has been modified.
isDirty(ListWrapper) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return whether the aListWrapper has been modified.
isDirty(SDOSequence) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return whether the aSequence has been modified.
isDisableForeignKey() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
isDiscoveryStopped() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
ADVANCED: Return true if discovery has been stopped at the time this method is called.
isDistinct() - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
Return whether duplicate query results must be eliminated or retained.
isDistinctComputed() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: return true if this query has computed its distinct value already
isDistinctComputed() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: return true if this query has computed its distinct value already
isDistributedSession() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if this session is a distributed session.
isDistributedSession() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Return if this session is a distributed session.
isDistributedSession() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if this session is a distributed session.
isDivideNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.DivideNode
 
isDivideNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this node a Divide node
isDOMRecordSupported() - Method in class org.eclipse.persistence.eis.EISPlatform
Return if this platform supports XML/DOM Records.
isDotNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
INTERNAL Yes, this is a dot node
isDotNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this node a Dot node
isDoubleType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if type is the double primitive type or the Double wrapper class
isDowncast(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL Return true if it uses a cast class and query is downcasting.
isDowncast() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
INTERNAL:
isDynamicSQLRequiredForFunctions() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Some databases have issues with using parameters on certain functions and relations.
isDynamicSQLRequiredForFunctions() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL DB2 has some issues with using parameters on certain functions and relations.
isDynamicSQLRequiredForFunctions() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
INTERNAL Firebird has some issues with using parameters on certain functions and relations.
isDynamicSQLRequiredForFunctions() - Method in class org.eclipse.persistence.platform.database.H2Platform
INTERNAL H2 has some issues with using parameters on certain functions and relations.
isDynamicSQLRequiredForFunctions() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
INTERNAL HSQL has some issues with using parameters on certain functions and relations.
isDynamicSQLRequiredForFunctions() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Symfoware does not support the use of multiple parameters in certain functions.
This allows statements to disable binding only in these cases.
isDynamicStatementInUse() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Return the cached statement for dynamic SQL execution is in use.
isEasilyInstantiated() - Method in class org.eclipse.persistence.internal.indirection.BatchValueHolder
INTERNAL: Answers if this valueholder is easy to instantiate.
isEasilyInstantiated() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
INTERNAL: Answers if this valueholder is easy to instantiate.
isEasilyInstantiated() - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
INTERNAL: Answers if this valueholder is easy to instantiate.
isEasilyInstantiated() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
INTERNAL: Answers if this valueholder is easy to instantiate.
isEclipseLink() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
isEclipseLink(EntityManager) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Verify if the JPA provider is EclipseLink.
isEclipseLink(EntityManagerFactory) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Verify if the JPA provider is EclipseLink
isEclipseLink(Query) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Verify if the JPA provider is EclipseLink
isEclipseLinkORMFile() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
isEclipseLinkWeavedField() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataField
INTERNAL: Used to determine if this is a field EclipseLink weaved into the class.
isEISDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return if the descriptor maps to an EIS or NoSQL datasource.
isEISDescriptor() - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Return if the descriptor maps to an EIS or NoSQL datasource.
isEISInteraction() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
 
isEISInteraction() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
INTERNAL:
isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
INTERNAL:
isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
INTERNAL:
isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISDirectMapping
INTERNAL:
isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL:
isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL:
isEISMapping() - Method in class org.eclipse.persistence.eis.mappings.EISTransformationMapping
INTERNAL:
isEISMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: All EIS mappings should implement this method to return true.
ISelectExpressionStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
This builder can be used to easily create a select expression without having to create each object manually.
isElement(Object) - Method in class org.eclipse.persistence.jaxb.JAXBIntrospector
 
isElement(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Returns true if the property is declared as an element in the XSD.
isElement(Property) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
isElement() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
 
isElementCollection(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents an element collection mapping.
isElementCollectionMapping() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL:
isElementCollectionMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isElementCollectionMapping() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL:
isElementFormDefault() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
isElementFormQualified() - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
isElementFormQualified() - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
isEmbedable() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
isEmbeddable(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Return if a given class is annotated with @Embeddable.
isEmbeddable() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
isEmbeddable(Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified type denotes an embedded class.
isEmbeddable(Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
Returns true if the specified type denotes an embedded class.
isEmbeddableAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Return true if this accessor represents an embeddable class.
isEmbeddableAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
INTERNAL: Return true if this accessor represents an embeddable accessor.
isEmbeddableCollection() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
isEmbedded() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
INTERNAL:
isEmbedded() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents an aggregate mapping.
isEmbedded(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents an aggregate mapping.
isEmbedded() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructureAccessor
INTERNAL: Must return true as an embedded is referenced and needs to be correctly initialized.
isEmbeddedAttribute(Object, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified type denotes an embedded attribute.
isEmbeddedAttribute(Object, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
Returns true if the specified type denotes an embedded attribute.
isEmbeddedId() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedIdAccessor
INTERNAL:
isEmbeddedId() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents an aggregate id mapping.
isEmbeddedId(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents an aggregate id mapping.
isEmpty() - Method in class org.eclipse.persistence.eis.EISMappedRecord
Return if the row is empty.
isEmpty(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: A logical expression for the collection attributeName being empty.
isEmpty() - Method in class org.eclipse.persistence.indirection.IndirectList
 
isEmpty() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
isEmpty() - Method in class org.eclipse.persistence.indirection.IndirectSet
 
isEmpty(Object) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Return whether the container is empty.
isEmpty() - Method in class org.eclipse.persistence.internal.expressions.TableAliasLookup
isEmpty method comment.
isEmpty() - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
 
isEmpty() - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
 
isEmpty() - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
isEmpty() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
isEmpty() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
isEmpty() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
If empty wait until an element has been added or is complete.
isEmpty() - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
isEmpty(Expression<C>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate that tests whether a collection is empty.
isEmpty() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
isEmpty() - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
isEmpty() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
isEmpty(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return whether the container is empty.
isEmpty() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Return if the row is empty.
isEmpty() - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
isEmpty(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
isEmpty(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
isEmpty(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
isEmpty() - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Return if the result is empty.
isEmpty() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
isEmpty() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
 
isEmptyNodeRepresentsNull() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
Gets the value of the emptyNodeRepresentsNull property.
isEntity(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Return if a given class is annotated with @Entity.
isEntity() - Method in class org.eclipse.persistence.internal.jpa.metamodel.BasicTypeImpl
INTERNAL: Return whether this type is an Entity (true) or MappedSuperclass (false) or Embeddable (false)
isEntity() - Method in class org.eclipse.persistence.internal.jpa.metamodel.EmbeddableTypeImpl
INTERNAL: Return whether this type is an Entity (true) or MappedSuperclass (false) or Embeddable (false)
isEntity() - Method in class org.eclipse.persistence.internal.jpa.metamodel.EntityTypeImpl
INTERNAL: Return whether this type is an Entity (true) or MappedSuperclass (false) or Embeddable (false)
isEntity() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MappedSuperclassTypeImpl
INTERNAL: Return whether this type is an Entity (true) or MappedSuperclass (false) or Embeddable (false)
isEntity() - Method in class org.eclipse.persistence.internal.jpa.metamodel.TypeImpl
INTERNAL: Return whether this type is an Entity (true) or MappedSuperclass (false) or Embeddable (false)
isEntityAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Return true if this accessor represents an entity class.
isEntityAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Return true if this accessor represents an entity class.
isEntityClass(Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified type denotes an entity class.
isEntityClass(Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
Returns true if the specified type denotes an entity class.
isEntityFetchGroup() - Method in class org.eclipse.persistence.internal.queries.EntityFetchGroup
 
isEntityFetchGroup() - Method in class org.eclipse.persistence.queries.FetchGroup
 
isEntityResolved() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Determines whether the IEntity has been resolved.
isEntityResult() - Method in class org.eclipse.persistence.queries.EntityResult
 
isEntityResult() - Method in class org.eclipse.persistence.queries.SQLResult
Return true if this is an entity result.
isEnum() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this is extends Enum.
isEnum() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass is an enum.
isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isEnum() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass is an enum.
isEnum() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
Determines whether this IType represents an Enum.
isEnumConstant() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
 
isEnumConstant() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
isEnumConstant() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
isEnumConstant() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Indicates if this JavaField is an enum constant - i.e.
isEnumConstant(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Determines whether the given proposal is an enum constant name (which should be unqualified).
isEnumerationType() - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
 
isEnumerationType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if this type info represents an enumeration.
isEnumType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
 
isEnumType(Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified type denotes an enum type.
isEnumType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Determines whether the given;@link IType} is an instance of;@link Enum}.
isEnumType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Determines whether the given type represents an Enum.
isEnumType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Determines whether the given type represents an Enum.
isEnumType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Determines whether the given;@link IType} is an instance of;@link Enum}.
isEnumType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType is an instance of Enum.
isEqual(Object, Object, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
Determines whether the given two objects are equal (identity).
isEqualNull(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
Check if the expression is an equal null expression, these must be handle in a special way in SQL.
isEqualUsingIdenity() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
INTERNAL
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
 
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Determines whether the given StateObject is equivalent to this one, i.e.
isEquivalentToNull(Object) - Static method in class org.eclipse.persistence.internal.helper.Helper
Check if the value is 0 (int/long) for primitive ids.
isEscape() - Method in class org.eclipse.persistence.internal.jpa.parsing.EscapeNode
INTERNAL Is this an escape node
isEscape() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this an escape node
isExcept() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Determines whether this UnionClause uses the EXCEPT identifier.
isExcludedValue(Object) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
INTERNAL: returns if the value is in the values to be excluded automatically.
isExclusive() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Indicates whether ExclusiveIsolatedClientSession should be created.
isExclusiveAlways() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Indicates whether exclusiveMode is Always.
isExclusiveConnectionRequired() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: This method is called in case externalConnectionPooling is used.
isExclusiveConnectionRequired() - Method in class org.eclipse.persistence.internal.sessions.ExclusiveIsolatedClientSession
INTERNAL: This method is called in case externalConnectionPooling is used.
isExclusiveConnectionRequired() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: This method is called in case externalConnectionPooling is used.
isExclusiveIsolated() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Indicates whether exclusiveMode is Isolated.
isExclusiveIsolatedClientSession() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if this session is an exclusive isolated client session.
isExclusiveIsolatedClientSession() - Method in class org.eclipse.persistence.internal.sessions.ExclusiveIsolatedClientSession
PUBLIC: Return if this session is an exclusive isolated client session.
isExecuteUpdate() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Returns true if this call returns from a statement.execute call.
isExecutionClone() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: PERF: Return if the query is an execution clone.
isEXISTS() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
Return if using the EXISTS fetch type.
isExpression(boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
isExpression() - Method in class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl
 
isExpression() - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
 
isExpression() - Method in class org.eclipse.persistence.internal.jpa.querydef.FunctionExpressionImpl
 
isExpression() - Method in interface org.eclipse.persistence.internal.jpa.querydef.InternalExpression
 
isExpression() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
isExpressionBuilder() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isExpressionBuilder() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL:
IsExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This IsExpressionFactory creates a new expression when the portion of the query to parse starts with IS.
IsExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.IsExpressionFactory
Creates a new IsExpressionFactory.
isExpressionQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this query uses an expression query mechanism
isExpressionQueryMechanism() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Return true if this is an expression query mechanism
isExpressionQueryMechanism() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Return true if this is an expression query mechanism.
isExtensionSupported(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
Return true if the PackageRenamer should work on the given file extension.
isFacets() - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
 
isFacets() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
 
isFalse(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate testing for a false value.
isFalse(boolean, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
Determines whether the given condition if false or true and if it is true then an Assert.AssertException is thrown.
isFeatureApplicable() - Method in class org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilteringValidator
Checks if request is valid.
isFeatureApplicable() - Method in class org.eclipse.persistence.jpa.rs.features.paging.PageableFieldValidator
Checks if request is valid.
isFeatureApplicable() - Method in class org.eclipse.persistence.jpa.rs.features.paging.PageableQueryValidator
Checks if request is valid.
isFetchGroup() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
isFetchGroup() - Method in class org.eclipse.persistence.queries.FetchGroup
 
isFieldExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isFieldExpression() - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
 
isFieldMatchingRequired() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Return if field matching is required.
isFinal() - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
isFinal() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isFinal() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
 
isFinal() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
 
isFinal() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
 
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass is final.
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
 
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
 
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass is final.
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
Indicates if this JavaConstructor is final.
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Indicates if this JavaField is final.
isFinal() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Indicates if this JavaMethod is final.
isFinalized() - Method in class org.eclipse.persistence.sdo.SDOProperty
 
isFinalized() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
isFinalized() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
isFinalizedRequired - Static variable in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
PERF: Avoid finalization if not required by the application, and finalizers have major concurrency affects.
isFinalizersEnabled() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if this session's decendants should use finalizers.
isFinalizersEnabled() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if this session's descendants should use finalizers.
isFinished() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Return whether all the results of the call have been returned.
isFinished() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Return whether all the results of the call have been returned.
isFinished() - Method in class org.eclipse.persistence.internal.oxm.record.deferred.BinaryMappingContentHandler
 
isFinished() - Method in interface org.eclipse.persistence.queries.Call
INTERNAL: Return whether the call is finished returning all of its results (e.g.
isFinished() - Method in class org.eclipse.persistence.queries.JPQLCall
Return whether all the results of the call have been returned.
isFirebird() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isFirebird() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
 
isFirst() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
Indicates whether the cursor is on the first row of the result set.
isFirst() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Indicates whether the cursor is on the first row of the result set.
isFirstElementPrinted() - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
INTERNAL: Used in figuring out when to print a comma in the select clause
isFirstNameChar(char) - Static method in class org.eclipse.persistence.internal.xr.Util
return true if character can be part of a name
isFirstToAddAlreadyInCollection() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
 
isFirstToRemoveAlreadyOutCollection() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
 
isFloatingPointType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if the specified type represents an floating point type or a wrapper class of an floating point type.
isFloatingPointType(Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified type represents an floating point type or a wrapper class of an floating point type.
isFloatingType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Determines whether the given;@link IType} is an instance of a floating type, which is either Float, Double, float or double.
isFloatingType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Determines whether the given;@link IType} is an instance of a floating type, which is either Float, Double, float or double.
isFloatingType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType is an instance of a floating type, which is either Float, Double, float or double.
isFloatType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if type is the float primitive type or the Float wrapper class
isFlush() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
 
isFlushModeAUTO() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Internal method.
isForeignKeyFieldNotSpecified() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.RelationalColumnMetadata
INTERNAL:
isForeignKeyRelationship() - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Return if the 1-M mapping has a foreign key dependency to its target.
isForeignKeyRelationship() - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Return if the 1-1 mapping has a foreign key dependency to its target.
isForeignReferenceMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isForeignReferenceMapping() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL:
isForeignReferenceQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
INTERNAL: override the isForeignReferenceQueryKey() method in the superclass to return true.
isForeignReferenceQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
PUBLIC:: Related query key should implement this method to return true.
isForMapKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: Return true if this convert metadata is for a map key.
isFormattedOutput() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
Returns if this Marshaller should format the output.
isFormattedOutput() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
 
isFormattedOutput() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
isFormattedOutput() - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
isForRefresh() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
isForUpdateCompatibleWithDistinct() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Indicates whether SELECT DISTINCT ...
isForUpdateCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
isForUpdateCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
isForUpdateCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
 
isForUpdateCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Indicates whether SELECT DISTINCT ...
isForUpdateCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
INTERNAL: Indicates whether SELECT DISTINCT ...
isForUpdateCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Indicates whether SELECT DISTINCT ...
isForUpdateOfClause() - Method in class org.eclipse.persistence.internal.expressions.ForUpdateClause
 
isForUpdateOfClause() - Method in class org.eclipse.persistence.internal.expressions.ForUpdateOfClause
 
isFractionalTimeSupported() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
 
isFragment() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: XMLType Function - evaluates to 0 if the xml is a well formed document and 1 if the document is a fragment
IsFragment - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
isFragment() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
 
isFragment() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
PUBLIC: Returns if this should marshal to a fragment.
isFragment() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
isFragment() - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
isFrom() - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
isFrom() - Method in interface org.eclipse.persistence.internal.jpa.querydef.InternalSelection
 
isFrom() - Method in class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
 
isFrom() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
isFullFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
PUBLIC: Indicates whether the passed fetch group contains all the attributes, no nesting.
isFullRowRequired() - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
ADVANCED: Return if the full row is required by the delete query.
isFullyInitialized() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Check if the descriptor is finished initialization.
isFunctionExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isFunctionExpression() - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
 
isFunctionExpression(WordParser, String) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Determines whether the JPQL fragment is an expression of the form <IDENTIFIER>(.
isFunctionOperator() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
General functions are any normal function such as UPPER.
isGeneratedPrefix() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
isGenerateInterface() - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
isGenericCollectionType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Method to return whether a collection type is a generic.
isGenericType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Method to return whether a type is a generic.
isGlobal() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
isGlobalDefinition() - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
Indicates a global definition
isGlobalRuntime() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_12_Platform
 
isH2() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isH2() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isH2() - Method in class org.eclipse.persistence.platform.database.H2Platform
 
isHalfDeployed() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
isHalfPredeployedCompositeMember() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
isHANA() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isHANA() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isHANA() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
isHistoricalSession() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
INTERNAL: Return if this session is a historical session.
isHistoricalSession() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return if this session is a historical session.
isHSQL() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isHSQL() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isHSQL() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
 
isId() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.IdAccessor
INTERNAL: Marks this accessor as part of the Id
isId() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor is part of the id.
isId(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents an id mapping.
isId() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.SingularAttributeProxyImpl
 
isId() - Method in class org.eclipse.persistence.internal.jpa.metamodel.SingularAttributeImpl
Is the attribute an id attribute.
isIdClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
isIdentificationVariableDefined() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Determines whether the identification variable has been defined.
isIdentificationVariableOptional() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Determines whether the identification variable is optional or not.
isIdentificationVariableValidInComparison(IdentificationVariable) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Determines whether an identification variable can be used in a comparison expression when the operator is either '<', '<=', '>', '>='.
isIdentificationVariableValidInComparison(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Determines whether an identification variable can be used in a comparison expression when the operator is either '<', '<=', '>', '>='.
isIdentificationVariableVirtual() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Determines whether this identification variable is virtual, meaning it's not part of the query but is required for proper navigability.
isIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Determines if the given word is a JPQL identifier.
isIdentity() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Answer whether the receiver is an identity field.
isIDSet() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if an @XmlID is set on a field/property.
isIgnoreOrder() - Method in class org.eclipse.persistence.platform.xml.XMLComparer
 
ISimpleSelectExpressionStateObjectBuilder - Interface in org.eclipse.persistence.jpa.jpql.tools.model
This builder can be used to easily create a select expression defined for a subquery without having to create each object manually.
isImportProcessor() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
isIN() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
Return if using the IN fetch type.
isInAndOutSopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Indicates whether the mapping is both in and out of SerializedObjectPolicy's sopObject.
isInBroker() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Returns true if the session is in a session Broker.
isIncludeRoot() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
Determine if the root not should be marshalled.
isIncludeRoot() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
Determine if the @XMLRootElement should be marshalled when present.
isIncludeRoot() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Determine if the @XMLRootElement should be marshalled when present.
isIncludeRoot() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Determine if the @XMLRootElement should be marshalled when present.
isIncludeRoot() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
 
isInclusive() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMaxFacet
 
isInclusive() - Method in class org.eclipse.persistence.jaxb.compiler.facets.DecimalMinFacet
 
isInCollection() - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader
 
isInCollection() - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonStructureReader
 
isInCollection() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
isInContainer() - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
 
isInContainerMode() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
isIndexableExpression(Expression, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Lookup the expression in the cache if it contains any indexes.
isIndexedFormat() - Method in class org.eclipse.persistence.eis.EISDescriptor
 
isIndexedRecordSupported() - Method in class org.eclipse.persistence.eis.EISPlatform
Return if this platform supports JCA IndexedRecord.
isInformix() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isInformix() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isInformix() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
 
isInformixOuterJoin() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Some database require outer joins to be given in the where clause, others require it in the from clause.
isInformixOuterJoin() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
Overrides the default behavior to return false, indicating that ANSI OUTER JOIN syntax should be used, since all modern versions of Informix support it.
isInformixOuterJoin() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Some database require outer joins to be given in the where clause, others require it in the from clause.
isInheritanceSubclass() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
isInitial() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
isInitialized() - Method in class org.eclipse.persistence.internal.descriptors.InstanceVariableAttributeAccessor
Returns true if this attribute accessor has been initialized and now stores a reference to the class's attribute.
isInitialized() - Method in class org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor
Returns true if this attribute accessor has been initialized and now stores a reference to the class's attribute.
isInitialized() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
isInitialized() - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
Indicates whether initialization has already occurred.
isInitialized() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
 
isInitialized() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
Returns true if this attribute accessor has been initialized and now stores a reference to the class's attribute.
isInitialized() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
 
isInitialized() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
 
isInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if XOP encoding should be disabled for datatypes that are bound to base64-encoded binary data in XML.
isInMemoryOnly() - Method in class org.eclipse.persistence.queries.DeleteAllQuery
INTERNAL: Return if objects should be remove from the persistence context only (no database).
isInMetadataHierarchy(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
Returns true if the given class name represents this class, or any superclass that can be navigated to by recursively navigating up the structure of superClassDetails stored in this class.
isInnerJoinFetched() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Return if this relationship should always be INNER join fetched.
isInOnlySopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Indicates whether the mapping is in SerializedObjectPolicy's sopObject and not out of it.
isInProfile() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if a profiler is being used.
isInProfile() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if a profiler is being used.
isInRange(Object) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
INTERNAL: Return if the value is in the partitions range.
isInsert() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
isInsertable() - Method in class org.eclipse.persistence.descriptors.CacheIndex
Return if the index field can be inserted.
isInsertable() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Used to specify whether the column should be included in SQL UPDATE statements.
isInsertModeReturnOnly() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
isInsertObjectQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this is an insert object query.
isInsertObjectQuery() - Method in class org.eclipse.persistence.queries.InsertObjectQuery
PUBLIC: Return if this is an insert object query.
isInSopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Indicates whether the mapping is in SerializedObjectPolicy's sopObject.
isInstance(Object) - Method in class org.eclipse.persistence.sdo.SDOType
 
isInstance(Object) - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
isInstance(Object) - Method in class org.eclipse.persistence.sdo.types.SDODataType
 
isInstanceVariableAttributeAccessor() - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
 
isInstanceVariableAttributeAccessor() - Method in class org.eclipse.persistence.internal.descriptors.InstanceVariableAttributeAccessor
 
isInstanceVariableAttributeAccessor() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
 
isInstantiated() - Method in interface org.eclipse.persistence.indirection.IndirectContainer
PUBLIC: Return whether the contents have been read from the database.
isInstantiated() - Method in class org.eclipse.persistence.indirection.IndirectList
PUBLIC: Return whether the contents have been read from the database.
isInstantiated() - Method in class org.eclipse.persistence.indirection.IndirectMap
PUBLIC: Return whether the contents have been read from the database.
isInstantiated() - Method in class org.eclipse.persistence.indirection.IndirectSet
Return whether the contents have been read from the database.
isInstantiated() - Method in class org.eclipse.persistence.indirection.ValueHolder
PUBLIC: Return a boolean indicating whether the wrapped object has been set or not.
isInstantiated() - Method in interface org.eclipse.persistence.indirection.ValueHolderInterface
PUBLIC: Return whether the contents have been read from the database.
isInstantiated() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Return a boolean indicating whether the object has been read from the database or not.
isInSuperclassHierarchy(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
Returns true if the given class name represents this class, or any superclass that can be navigated to by recursively navigating up the structure of superClassDetails stored in this class.
isIntegerType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if type is the int primitive type or the Integer wrapper class
isIntegralType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if the specified type represents an integral type or a wrapper class of an integral type.
isIntegralType(Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified type represents an integral type or a wrapper class of an integral type.
isIntegralType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Determines whether the given;@link IType} is an instance of a floating type, which is either Integer, Long, int or float.
isIntegralType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Determines whether the given;@link IType} is an instance of a floating type, which is either Integer, Long, int or float.
isIntegralType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType is an instance of a floating type, which is either Integer, Long, int or float.
isInterface() - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
 
isInterface() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this is an interface (super is null).
isInterface() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass is an interface.
isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isInterface() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass is an interface.
isInterfaceChildDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if the descriptor defines inheritance and is a child.
isInterfaceChildDescriptor() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Check if it is a child descriptor.
isInternalCommand() - Method in class org.eclipse.persistence.internal.sessions.coordination.RCMCommand
 
isInternalCommand() - Method in class org.eclipse.persistence.sessions.coordination.Command
INTERNAL: Determine whether this command is public or internal to EclipseLink.
isIntersect() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Determines whether this UnionClause uses the INTERSECT identifier.
isIntersolvSequeLinkDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether an Intersolv SeqeLink JDBC driver is being used.
isInTransaction() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Return whether the accessor is in transaction.
isInTransaction() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return the transaction status of the receiver.
isInTransaction() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
INTERNAL: Historical session are never in a transaction.
isInTransaction() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if the session is currently in the progress of a database transaction.
isInTransaction() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Return whether the session currently has a database transaction in progress.
isInTransaction() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Return if the session is currently in the progress of a database transaction.
isIntType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if type is the int primitive type or the Integer wrapper class
isInvalid() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if an error occurred during initialization which should abort any further initialization.
isInvalid() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Indicates whether the change set is invalid.
isInvalidated(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
INTERNAL: return true if this object is expire, false otherwise.
isInvalidated(CacheKey, long) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
INTERNAL: return true if this object is expire, false otherwise.
isInvalidated(CacheKey, long) - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
INTERNAL: Return true if this object has expire or is invalid
isInvalidated(CacheKey) - Method in class org.eclipse.persistence.descriptors.invalidation.NoExpiryCacheInvalidationPolicy
INTERNAL: This will return true if the object is set to be invalid, false otherwise.
isInvalidated(CacheKey, long) - Method in class org.eclipse.persistence.descriptors.invalidation.NoExpiryCacheInvalidationPolicy
INTERNAL: This will return true if the object is set to be invalid, false otherwise.
isInvalidated(CacheKey, long) - Method in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
INTERNAL: Return true if this object is set as invalid or has expired.
isInvalidationRandomized() - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
PUBLIC: Allows the timeToLive to be randomized to avoid bottlenecks.
isInverseReference() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isIsAttribute() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Gets the value of the isAttribute property.
isIsolated() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Returns true if the descriptor represents an isolated class
isIsolated() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns true if the descriptor represents an isolated class
isIsolated() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Returns true if this CacheKey is from an IsolatedClientSession
isIsolatedClientSession() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if this session is an isolated client session.
isIsolatedClientSession() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSession
PUBLIC: Return if this session is an isolated client session.
isIsSetPerformedForAbsentNode() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy
Gets the value of the isSetPerformedForAbsentNode property.
isJavaEscapedCharacter(char) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Determines whether the given character should be escaped when being part of a string, i.e.
isJAXBOnPath() - Static method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Return if the JAXB classes are on the classpath (if they are the XmlTransient annotation is added).
isJConnectDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether a Sybase JConnect JDBC driver is being used.
isJDBCConnectDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether a Borland JDBCConnect JDBC driver is being used.
isJDBCConnectRemoteDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether a Borland JDBCConnect JDBC driver is being used.
isJDBCDate() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Determines whether this DateTime represents the JDBC escape syntax for date, time, timestamp formats.
isJDBCDate() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Determines whether this DateTime represents the JDBC escape syntax for date, time, timestamp formats.
isJDBCExecuteCompliant() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Returns true if this platform complies with the expected behavior from a jdbc execute call.
isJDBCExecuteCompliant() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
Calling a stored procedure query on PostgreSQL with no output parameters always returns true from an execute call regardless if a result set is returned or not.
isJDBCODBCBridge() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether a Sun/Merant JDBC-ODBC bridge driver is being used.
isJDBCType() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
isJDBCType() - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
isJDBCType() - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
isJDBCType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
 
isJDBCType() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
isJDBCType() - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
 
isJdbcTypeSet() - Method in class org.eclipse.persistence.internal.xr.ProcedureArgument
Indicates if the JDBC type should be set on the call.
isJdbcTypeSet() - Method in class org.eclipse.persistence.internal.xr.Result
Indicates if the JDBC type should be set on the call.
isJDK() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this is a JDK (java/javax) class.
isJDK15() - Static method in class org.eclipse.persistence.Version
Check whether we are running on Java SE 1.5.
isJDK16() - Static method in class org.eclipse.persistence.Version
Check whether we are running on Java SE 1.6.
isJDK17() - Static method in class org.eclipse.persistence.Version
Check whether we are running on Java SE 1.7.
isJDK18() - Static method in class org.eclipse.persistence.Version
Check whether we are running on Java SE 1.8.
isJDK19() - Static method in class org.eclipse.persistence.Version
Check whether we are running on Java SE 1.9.
isJOIN() - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
Return if using the JOIN fetch type.
isJoinedStrategy() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Indicate whether a single table or joined inheritance strategy is being used.
isJoinedToTransaction() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
isJoinedToTransaction(UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionWrapper
 
isJoinedToTransaction(UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.jpa.transaction.JTATransactionWrapper
 
isJoinedToTransaction(UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionWrapperImpl
 
isJoinFetched() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Return if this relationship should always be join fetched.
isJoiningSupported() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Return if this mapping support joining.
isJoiningSupported() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return if this mapping support joining.
isJoiningSupported() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Return if this mapping support joining.
isJoiningSupported() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return if this mapping supports joining.
isJoiningSupported() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Return if this mapping support joining.
isJoiningSupported() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Return if this mapping support joining.
isJoiningSupported() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return if this mapping support joining.
isJPAId() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Flags that this mapping is part of a JPA id mapping.
isJPAIdNested(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Flags that either this mapping or nested mapping is a JPA id mapping.
isJPAQueriesProcessed() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: used to see if JPA Queries have been processed during initialization
isJPASession() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Return whether this session is an EclipseLink JPA session.
isJPASession() - Method in class org.eclipse.persistence.services.RuntimeServices
Return whether this session is an EclipseLink JPA session.
isJPQLCall() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
isJPQLCall() - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Yes this is an JPQLCall
isJPQLCallQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this query uses an JPQL query mechanism .
isJPQLCallQueryMechanism() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Delete a collection of objects This should be overridden by subclasses.
isJPQLCallQueryMechanism() - Method in class org.eclipse.persistence.internal.queries.JPQLCallQueryMechanism
 
isJPQLQuery() - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
Return true if this query is a jpql query.
isJsonTypeCompatibility() - Method in class org.eclipse.persistence.internal.oxm.JsonTypeConfiguration
Getter for jsonTypeCompatibility
isJTAEnabled() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: isJTAEnabled(): Answer true if the DatabaseSession's external transaction controller class will be populated with my transaction controller class at runtime.
isJTAEnabled() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: isJTAEnabled(): Answer true if the DatabaseSession's external transaction controller class will be populated with my transaction controller class at runtime.
isJunction() - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
 
isJunction() - Method in interface org.eclipse.persistence.internal.jpa.querydef.InternalExpression
 
isJunction() - Method in class org.eclipse.persistence.internal.jpa.querydef.PredicateImpl
 
isJunction() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
isKeepAllAsElement() - Method in interface org.eclipse.persistence.internal.oxm.mappings.UnmarshalKeepAsElementPolicy
 
isKeepAllAsElement() - Method in enum org.eclipse.persistence.oxm.mappings.UnmarshalKeepAsElementPolicy
 
isKeepNoneAsElement() - Method in interface org.eclipse.persistence.internal.oxm.mappings.UnmarshalKeepAsElementPolicy
 
isKeepNoneAsElement() - Method in enum org.eclipse.persistence.oxm.mappings.UnmarshalKeepAsElementPolicy
 
isKeepUnknownAsElement() - Method in interface org.eclipse.persistence.internal.oxm.mappings.UnmarshalKeepAsElementPolicy
 
isKeepUnknownAsElement() - Method in enum org.eclipse.persistence.oxm.mappings.UnmarshalKeepAsElementPolicy
 
isLast() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
Indicates whether the cursor is on the last row of the result set.
isLast() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Indicates whether the cursor is on the last row of the result set.
isLax() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Used with XmlAnyElement.
isLax() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Gets the value of the lax property.
isLazilyInitialized() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
If true, the descriptor may be lazily initialized.
isLazilyInitialized() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
If true, the descriptor may be lazily initialized.
isLazy() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Return if the accessor should be lazy fetched.
isLazy() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
isLazy() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
isLazy() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
Return if this mapping is lazy.
isLazy() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Return if this mapping is lazy.
isLazy() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Return if a lazy connection should be used, a lazy connection only acquire a physical connection when a transaction is started and releases the connection when the transaction completes.
isLeading() - Method in class org.eclipse.persistence.internal.jpa.parsing.TrimNode
 
isLeftJoin() - Method in class org.eclipse.persistence.jpa.jpql.parser.Join
Determines whether this Join is a left join, i.e.
isList() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this is extends List.
isList() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Return if this element is a list
isListOrderBrokenInDb() - Method in class org.eclipse.persistence.indirection.IndirectList
 
isListOrderFieldSupported() - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: indicates whether the mapping supports listOrderField, if it doesn't attempt to set listOrderField throws exception.
isListOrderFieldUpdatable() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: indicates whether listOrderField value could be updated in the db.
isListPolicy() - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
 
isListPolicy() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
isListPolicy() - Method in class org.eclipse.persistence.internal.queries.ListContainerPolicy
 
isLiteral() - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
 
isLiteral() - Method in interface org.eclipse.persistence.internal.jpa.querydef.InternalExpression
 
isLiteral() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
isLiteralExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isLiteralExpression() - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
 
isLiteralNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.LiteralNode
INTERNAL Is this a literal node
isLiteralNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this a literal node
isLoaded(Object, String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Determine the load state of a given persistent attribute of an entity belonging to the persistence unit.
isLoaded(Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Determine the load state of an entity belonging to the persistence unit.
isLoaded(Object, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Determine the load state of an entity belonging to the persistence unit.
isLoaded(Object, String, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Determine the load state of a given persistent attribute of an entity belonging to the persistence unit.
isLoaded(Object, String, DatabaseMapping) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Check whether a named attribute on a given entity with a given mapping has been loaded.
isLoaded(Object, String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Determine the load state of a given persistent attribute of an entity belonging to the persistence unit.
isLoaded(Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Determine the load state of an entity belonging to the persistence unit.
isLoaded(Object) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
If the provider determines that the entity has been provided by itself and that the state of all attributes for which FetchType.EAGER has been specified have been loaded, this method returns LoadState.LOADED.
isLoadedWithoutReference(Object, String) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns LoadState.LOADED.
isLoadedWithReference(Object, String) - Method in class org.eclipse.persistence.jpa.PersistenceProvider
If the provider determines that the entity has been provided by itself and that the state of the specified attribute has been loaded, this method returns LoadState.LOADED.
isLoadGroup() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
isLoadGroup() - Method in class org.eclipse.persistence.queries.AttributeGroup
 
isLoadGroup() - Method in class org.eclipse.persistence.queries.LoadGroup
 
isLob(DatabaseField) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
isLobCompatibleWithDistinct() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Indicates whether SELECT DISTINCT lob FROM ...
isLobCompatibleWithDistinct() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Indicates whether SELECT DISTINCT lob FROM ...
isLOBLocatorNeeded() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Return if the locator is required for the LOB (BLOB and CLOB) writing.
isLocal() - Method in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
INTERNAL: Indicates whether connection is local (subscriber) or external (publisher).
isLocal() - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
INTERNAL: Indicates whether connection is local (subscriber) or external (publisher).
isLocationAware() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
isLockableMapping() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return whether this mapping should be traversed when we are locking
isLockableMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return whether this mapping should be traversed when we are locking
isLockableMapping() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Return whether this mapping should be traversed when we are locking
isLockableMapping() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return whether this mapping should be traversed when we are locking.
isLockedByMergeManager() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
INTERNAL: Used byt the refresh process to determine if this concurrency manager is locked by the merge process.
isLockQuery() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: Answers if the query lock mode is known to be LOCK or LOCK_NOWAIT.
isLockQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Answers if the query lock mode is known to be LOCK or LOCK_NOWAIT.
isLockQuery(Session) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: Answers if this query will issue any pessimistic locks.
isLockTimeoutException(DatabaseException) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return true is the given exception occurred as a result of a lock time out exception (WAIT clause).
isLockTimeoutException(DatabaseException) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Return true if the given exception occurred as a result of a lock time out exception (WAIT clause).
isLoggableFinest() - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
 
isLoggableFinest(SessionLog) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
 
isLoggedIn() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Return if the session was logged in.
isLogging() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Indicates whether change logging is on (true) or off (false).
isLoggingMapping() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return the logging state during mapping operations
isLoggingOff() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: PERF: Used for quick check if logging is OFF entirely.
isLogicalExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isLogicalExpression() - Method in class org.eclipse.persistence.internal.expressions.LogicalExpression
INTERNAL:
isLogicalOperator() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
Logical functions are functions such as and and or.
isLongType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if type is the long primitive type or the Long wrapper class
isLtzTimestampInGmt() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Return if ltz timestamps are returned in GMT by the driver.
isManagedTypeResolvable(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Determines whether the given managed type actually exists.
isManagedTypeResolvable(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Determines whether the given managed type actually exists.
isMany() - Method in class org.eclipse.persistence.sdo.SDOProperty
Returns whether the Property is many-valued.
isManyToMany() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Indicates whether this expression corresponds to ManyToMany.
isManyToMany() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ManyToManyAccessor
INTERNAL:
isManyToMany() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents a m-m relationship.
isManyToMany(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this field accessor represents a m-m relationship.
isManyToManyMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isManyToManyMapping() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
 
isManyToManyQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.ManyToManyQueryKey
INTERNAL: override the isManyToManyQueryKey() method in the superclass to return true.
isManyToManyQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
PUBLIC:: Related query key should implement this method to return true.
isManyToOne() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ManyToOneAccessor
INTERNAL:
isManyToOne() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents a m-1 relationship.
isManyToOne(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents a m-1 relationship.
isManyToOneMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isManyToOneMapping() - Method in class org.eclipse.persistence.mappings.ManyToOneMapping
INTERNAL: Related mapping should implement this method to return true.
isMap() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this is extends Map.
isMap() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isMapAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor uses a Map.
isMapEntryExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isMapEntryExpression() - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
INTERNAL:
isMapKeyAttribute() - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Return whether a map key this container policy represents is an attribute By default this method will return false since only subclasses actually represent maps.
isMapKeyAttribute() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Return whether a map key this container policy represents is an attribute.
isMapKeyAttribute() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Return whether a map key this container policy represents is an attribute By default this method will return false since only subclasses actually represent maps.
isMapKeyMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
 
isMapKeyNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.MapKeyNode
INTERNAL Is this node a MapKey node
isMapKeyNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this node a MapKey node
isMapKeyObject() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return if the map key this container policy represents is a OneToOne.
isMapKeyObject() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Return if the map key this container policy represents is a OneToOne.
isMapKeyObjectRelationship() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Return if the expression if for a map key mapping where the key is a OneToOne.
isMapKeyObjectRelationship() - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Return if this mapping has a mapped key that uses a OneToOne (object).
isMappedFormat() - Method in class org.eclipse.persistence.eis.EISDescriptor
 
isMappedKeyMapAccessor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor is a mapped key map accessor.
isMappedKeyMapPolicy() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
isMappedKeyMapPolicy() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
 
isMappedRecordSupported() - Method in class org.eclipse.persistence.eis.EISPlatform
Return if this platform supports JCA MappedRecord.
isMappedSuperclass(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Return if a given class is annotated with @MappedSuperclass.
isMappedSuperclass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Return whether this ClassAccessor is a MappedSuperclassAccessor
isMappedSuperclass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL:
isMappedSuperclass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Return whether this accessor represents a MappedSuperclass
isMappedSuperclass() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return whether the ClassAccessor on this MetadataDescriptor is a MappedSuperclassAccessor.
isMappedSuperclass() - Method in class org.eclipse.persistence.internal.jpa.metamodel.BasicTypeImpl
INTERNAL: Return whether this type is an MappedSuperclass (true) or Entity (false) or Embeddable (false)
isMappedSuperclass() - Method in class org.eclipse.persistence.internal.jpa.metamodel.EmbeddableTypeImpl
INTERNAL: Return whether this type is an MappedSuperclass (true) or Entity (false) or Embeddable (false)
isMappedSuperclass() - Method in class org.eclipse.persistence.internal.jpa.metamodel.EntityTypeImpl
INTERNAL: Return whether this type is an MappedSuperclass (true) or Entity (false) or Embeddable (false)
isMappedSuperclass() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MappedSuperclassTypeImpl
INTERNAL: Return whether this type is an MappedSuperclass (true) or Entity (false) or Embeddable (false)
isMappedSuperclass() - Method in class org.eclipse.persistence.internal.jpa.metamodel.TypeImpl
INTERNAL: Return whether this type is an MappedSuperclass (true) or Entity (false) or Embeddable (false)
isMappedSuperClass() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
isMappedWithAttributeAccess() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
isMappingName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Determines whether the given proposal is a mapping name.
isMappingNodeValue() - Method in class org.eclipse.persistence.internal.oxm.MappingNodeValue
 
isMappingNodeValue() - Method in class org.eclipse.persistence.internal.oxm.NodeValue
 
isMapPolicy() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
isMapPolicy() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL Yes this is a MapPolicy
isMapType(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
 
isMapType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Determines whether the given;@link IType} is an instance of;@link Map}.
isMapType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Determines whether the given;@link IType} is an instance of;@link Map}.
isMapType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType is an instance of Map.
isMapValueAttributeAccessor() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
 
isMarshalEmptyCollections() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Name of the property to determine if empty collections should be marshalled as [] Ignored marshalling XML.
isMarshalEmptyCollections() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
If true empty collections will be marshalled as empty arrays, else the collection will not be marshalled to JSON (default is true).
isMarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.CollectionGroupingElementNodeValue
 
isMarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.NodeValue
 
isMarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.TypeNodeValue
 
isMarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
isMarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
isMarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
 
isMarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
 
isMarshalOnlyNodeValue() - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL: Return whether we ignore this node value when marshalling its parent
isMaxDB() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isMaxDB() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isMaxDB() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
isMember(E, Expression<C>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate that tests whether an element is a member of a collection.
isMember(Expression<E>, Expression<C>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate that tests whether an element is a member of a collection.
isMemberClass() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass is an inner Class.
isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isMemberClass() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass is an inner Class.
isMergePending() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if the unit of work is waiting to be merged or in the process of being merged.
isMetadataComplete() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL:
isMetadataExpired() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
Used to indicate that an EntityManagerFactoryImpl based on this EntityManagerSetupImpl has been refreshed.
isMetadataRemote() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
ADVANCED: Return if the descriptors and meta-data should be serialized from the server, or if they will be provided locally.
isMethodAttributeAccessor() - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
 
isMethodAttributeAccessor() - Method in class org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor
 
isMethodAttributeAccessor() - Method in class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
isMethodAttributeAccessor() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
 
isMethodAttributeAccessor() - Method in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
INTERNAL:
isMethodAttributeAccessor() - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
INTERNAL:
isMethodProperty() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isMinimalFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
PUBLIC: Indicates whether the passed fetch group is minimal.
isMinusNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.MinusNode
 
isMinusNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this node a Minus node
isMixed() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexContent
 
isMixed() - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
isMixed() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates mixed content
isMixed(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Returns true if the Type is declared to contain mixed content.
isMixed(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
isMixedContent() - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyCollectionMapping
 
isMixedContent() - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyObjectMapping
 
isMixedContent() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
isMixedContent() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isMixedContent() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
isMixedContent() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
isMixedContent() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
isMixedContentNodeValue() - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL: Return true if this is the node value representing mixed content.
isMixedContentNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
INTERNAL: Return true if this is the node value representing mixed content.
isMixedContentNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyObjectMappingNodeValue
 
isMixedContentNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
INTERNAL: Return true if this is the node value representing mixed content.
isMixedContentNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
INTERNAL: Return true if this is the node value representing mixed content.
isMixedContentNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathCollectionMappingNodeValue
 
isMixedContentNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathMappingNodeValue
 
isModified(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
Returns whether or not the specified data object was updated while logging.
isModifyAllQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this is a modify all query.
isModifyAllQuery() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
PUBLIC: Return true if this is a modify all query.
isModifyQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this is a modify query.
isModifyQuery() - Method in class org.eclipse.persistence.queries.ModifyQuery
PUBLIC: Return if this is a modify query.
isMtomAttachment(Property) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Indicates if a given Property represents an MTOM attachment.
isMtomAttachment() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isMultipleCursorOutputProcedure() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Used for Oracle result sets through procedures.
isMultipleTableDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if this descriptor has more than one table.
isMultiplyNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.MultiplyNode
 
isMultiplyNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this node a Multiply node
isMultitenantId() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor is a multitenant id mapping.
isMultitenantId() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MultitenantIdAccessor
INTERNAL:
isMultitenantPrimaryKeyMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL
isMultitenantPrimaryKeyMapping() - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL
isMutable() - Method in class org.eclipse.persistence.internal.jaxb.DefaultElementConverter
 
isMutable() - Method in class org.eclipse.persistence.internal.jaxb.DomHandlerConverter
 
isMutable() - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
 
isMutable() - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
 
isMutable() - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
Satisfy the interface.
isMutable() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.EmptyElementConverter
 
isMutable() - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
 
isMutable() - Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
INTERNAL: If the converter converts the value to a non-atomic value, i.e.
isMutable() - Method in interface org.eclipse.persistence.mappings.converters.Converter
PUBLIC: If the converter converts the value to a mutable value, i.e.
isMutable() - Method in class org.eclipse.persistence.mappings.converters.ConverterClass
INTERNAL:
isMutable() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: If the converter converts the value to a non-atomic value, i.e.
isMutable() - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
INTERNAL: If the converter converts the value to a non-atomic value, i.e.
isMutable() - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
INTERNAL: If the converter converts the value to a non-atomic value, i.e.
isMutable() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
PUBLIC: Return true if the attribute for this mapping is a simple atomic value that cannot be modified, only replaced.
isMutable() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Return true if the attribute for this mapping is not a simple atomic value that cannot be modified, only replaced.
isMutable() - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
 
isMutable() - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
 
isMutable() - Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
 
isMutable() - Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
 
isMySQL() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isMySQL() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isMySQL() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Answers whether platform is MySQL.
isNameChar(char) - Static method in class org.eclipse.persistence.internal.xr.Util
return true if character can be part of a name
isNameCollision() - Method in class org.eclipse.persistence.sdo.SDOProperty
 
isNamed() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
Determines whether this parameter is a positional parameter, i.e.
isNamed() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
Determines whether this parameter is a positional parameter, i.e.
isNamespaceAware() - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
Determine if namespaces will be considered during marshal/unmarshal operations.
isNamespaceAware() - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
Determine if namespaces will be considered during marshal/unmarshal operations.
isNamespaceAware() - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader
 
isNamespaceAware() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
isNamespaceAware() - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
INTERNAL: Determine if namespaces will be considered during marshal/unmarshal operations.
isNamespaceAware() - Method in interface org.eclipse.persistence.internal.oxm.record.XMLRecord
 
isNamespaceAware() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
isNamespaceAware() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
isNamespaceAware() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL: Determine if namespaces will be considered during marshal/unmarshal operations.
isNamespaceAware() - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
isNamespaceDeclarationIncluded() - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyAttributeMapping
 
isNamespaceDeclarationIncluded() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
isNamespaceQualified() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Returns if the element or attribute corresponding to this Property should be namespace qualified in the XSD.
isNative() - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
isNative() - Method in class org.eclipse.persistence.sequencing.NativeSequence
 
isNative() - Method in class org.eclipse.persistence.sequencing.Sequence
 
isNativeConnectionRequired() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Return if the descriptor requires usage of a native (unwrapped) JDBC connection.
isNativeConnectionRequired() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Return if the call requires usage of a native (unwrapped) JDBC connection.
isNativeConnectionRequired() - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: Return if the descriptor requires usage of a native (unwrapped) JDBC connection.
isNativeConnectionRequiredForLobLocator() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle10Platform
INTERNAL: Indicate whether app.
isNativeConnectionRequiredForLobLocator() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
INTERNAL: Indicates whether app.
isNativeConnectionRequiredForLobLocator() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Used by derived platforms (Oracle8Platform and higher) to indicate whether app.
isNegated() - Method in class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl
Has negation been applied to the predicate.
isNegative() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Determines if the arithmetic primary is prepended with the minus sign.
isNested() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Return if this manager is within a nested acquire.
isNestedTable() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLTableMetadata
Indicates if the instance represents a Nested Table (as opposed to Varray).
isNestedTable() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
Indicates if the instance represents a Nested Table (as opposed to Varray).
isNestedTableMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isNestedTableMapping() - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL:
isNestedUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Return whether this session is a nested unit of work or not.
isNestedUnitOfWork() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Return if this session is a nested unit of work.
isNew() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
ADVANCED: Returns true if this ObjectChangeSet represents a new object.
isNew() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED: Returns true if this ObjectChangeSet represents a new object.
isNewerThan(EclipseLinkVersion) - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
Determines whether this constant represents a version that is newer than the given version.
isNewerThan(JPAVersion) - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Determines whether this constant represents a version that is newer than the given version.
isNewerThanOrEqual(EclipseLinkVersion) - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
Determines whether this constant represents a version that is newer than the given version or if it's the same version.
isNewerThanOrEqual(JPAVersion) - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Determines whether this constant represents a version that is newer than the given version or if it's the same version.
isNewerVersion(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Compares the value and the value from the object (or cache).
isNewerVersion(AbstractRecord, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Compares the value from the row and from the object (or cache).
isNewerVersion(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: Compares the value with the value from the object (or cache).
isNewerVersion(AbstractRecord, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: Compares the value from the row and from the object (or cache).
isNewerVersion(Object, Object) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: Compares two values.
isNewerVersion(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Compares the value with the value from the object (or cache).
isNewerVersion(AbstractRecord, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Compares the value from the row and from the object (or cache).
isNewerVersion(Object, Object) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Compares two values.
isNewerVersion(Object, Object, Object, AbstractSession) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: Returns true if the value stored with the domainObject is more recent than the value .
isNewerVersion(AbstractRecord, Object, Object, AbstractSession) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: Returns true if the value stored with the domainObject is more recent than the value in the row.
isNewlyWeavedValueHolder() - Method in class org.eclipse.persistence.indirection.ValueHolder
Used as part of the implementation of WeavedAttributeValueHolderInterface Used to determine if this ValueHolder was added instantiated as part of the constructor of a weaved class
isNewlyWeavedValueHolder() - Method in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
This method returns whether this valueholder has been newly instantiated by weaved code.
isNewlyWeavedValueHolder() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
This method is used as part of the implementation of WeavedAttributeValueHolderInterface.
isNewObjectInParent(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This method determines if the specified clone is new in the parent UnitOfWork
isNil() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
isNil() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
isNil() - Method in class org.eclipse.persistence.internal.oxm.Root
Checks if is nil.
isNil() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
isNillable() - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
isNillable() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Return if the global element will be marked as nillable
isNillable() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isNillable() - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
Return if the global element will be marked as nillable
isNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the nillable property.
isNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementNillable
Gets the value of the nillable property.
isNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
Gets the value of the nillable property.
isNillable() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Gets the value of the nillable property.
isNodeEqual(Node, Node) - Method in class org.eclipse.persistence.platform.xml.XMLComparer
Compare two DOM nodes.
isNonCacheable() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: Used for OX mapping.
isNonCacheable() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
isNonCursorOutputProcedure() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Return true for procedures with any output (or in/out) parameters and no cursors
isNormalizingStringValues() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
 
isNormalizingStringValues() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
PUBLIC: Returns true if this mapping is normalizing string values on unmarshal before adding them to the collection.
isNormalizingStringValues() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
PUBLIC: Returns true if this mapping is normalizing string values on unmarshal before setting them in the object.
isNotEmpty(Expression<C>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate that tests whether a collection is not empty.
isNotEmpty(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
isNotEmpty(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
isNotEmpty(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
isNotEqualNull(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
Check if the expression is an equal null expression, these must be handle in a special way in SQL.
isNothingReturned() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
isNothingReturned() - Method in interface org.eclipse.persistence.queries.Call
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
isNothingReturned() - Method in class org.eclipse.persistence.queries.JPQLCall
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
isNotMember(E, Expression<C>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate that tests whether an element is not a member of a collection.
isNotMember(Expression<E>, Expression<C>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate that tests whether an element is not a member of a collection.
isNotNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this node a Not node
isNotNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.NotNode
INTERNAL Is this node a Not node
isNotNull(Expression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate to test whether the expression is not null.
isNotNull() - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
 
isNotNull() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
isNotNull(Object, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
Determines whether the given object is not null.
isNotNull(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
isNotNull(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
isNotNull(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
isNotNullAnnotated() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isNull() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Compare to null.
IsNull - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
isNull() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the ISNULL operator.
isNull(Expression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate to test whether the expression is null.
isNull() - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
 
isNull() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
isNull(Object, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
Determines whether the given object is null.
isNull() - Method in class org.eclipse.persistence.jpa.jpql.parser.NullExpression
Determines whether this expression is a null Expression or any other subclass.
isNull(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
isNull(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
isNull(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
isNullable() - Method in class org.eclipse.persistence.internal.descriptors.QueryArgument
 
isNullable() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Used for generating DDL.
isNullable() - Method in class org.eclipse.persistence.sdo.SDOProperty
 
isNullAllowed() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Determines whether the Expression to be created, which wraps the attribute or query key name allows the target of the 1:1 relationship to be null if there is no corresponding relationship in the database.
isNullAllowed() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
PUBLIC: Return 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).
isNullAllowed() - Method in class org.eclipse.persistence.tools.schemaframework.ObjectVarrayDefinition
PUBLIC: Return if the varray collection is allowed NULL or not
isNullAllowedInSelectClause() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Override this if the platform cannot handle NULL in select clause.
isNullAllowedInSelectClause() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 does not allow NULL in select clause.
isNullCapableValue() - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL:
isNullCapableValue() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
isNullCapableValue() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
 
isNullCapableValue() - Method in class org.eclipse.persistence.internal.oxm.XMLDirectMappingNodeValue
 
isNullCapableValue() - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
 
isNullIgnored() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Return if null results should be cached or ignored.
isNullRecord(AbstractNullPolicy, Attributes, UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
isNullRepresentedByEmptyNode() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
 
isNullRepresentedByXsiNil(AbstractNullPolicy) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader
 
isNullRepresentedByXsiNil(AbstractNullPolicy) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonStructureReader
 
isNullRepresentedByXsiNil(AbstractNullPolicy) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
isNullRepresentedByXsiNil() - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
 
isNullsFirst() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Determines whether the ordering was specified as being nulls first.
isNullsLast() - Method in class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Determines whether the ordering was specified as being nulls first.
isNullValueMarshalled() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
PUBLIC: Returns true if this mapping's value should be marshalled, in the case that it is equal to the default null value.
isNumberNegativeOrZero(Object) - Static method in class org.eclipse.persistence.internal.helper.Helper
Returns true if the passed value is Number that is negative or equals to zero.
isNumericType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if the class is any numeric type.
isNumericType(Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified type represents an integral type (or wrapper), a floating point type (or wrapper), BigInteger or BigDecimal.
isNumericType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Determines whether the given;@link IType} is an instance of;@link Numeric}.
isNumericType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Determines whether the given;@link IType} is an instance of;@link Numeric}.
isNumericType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType is an instance of Number.
isObject() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this is Object class.
isObjectBuildingQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return if this is an object building query.
isObjectBuildingQuery() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: Return if this is an object building query.
isObjectChangeTrackingPolicy() - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
Used to track instances of the change policies without doing an instance of check
isObjectChangeTrackingPolicy() - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
Used to track instances of the change policies without doing an instance of check
isObjectChangeTrackingPolicy() - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
Used to track instances of the change policies without doing an instance of check
isObjectDeleted(Object) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Return if the object has been deleted in this unit of work.
isObjectDeleted(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if the object has been deleted in this unit of work.
isObjectExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isObjectExpression() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
isObjectLevelModifyQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this is an object level modify query.
isObjectLevelModifyQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
PUBLIC: Return if this is an object level modify query.
isObjectLevelReadQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this is an object level read query.
isObjectLevelReadQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Return if this is an object level read query.
isObjectNew(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This method is used to determine if the clone is a new Object in the UnitOfWork
isObjectReferenceMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isObjectReferenceMapping() - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Related mapping should implement this method to return true.
isObjectReferenceMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
 
isObjectRegistered(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Return whether the clone object is already registered.
isObjectRegistered(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Return whether the clone object is already registered.
isObjectRelationalDatabaseField() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
PUBLIC: Return if this is an ObjectRelationalDatabaseField.
isObjectRelationalDatabaseField() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
PUBLIC: Return if this is an ObjectRelationalDatabaseField.
isObjectRelationalDataTypeDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return if the descriptor maps to an object-relational structured type.
isObjectRelationalDataTypeDescriptor() - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
PUBLIC: Return if this is an ObjectRelationalDataTypeDescriptor.
isObjectType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Determines whether the given;@link IType} is the external form of;@link Object}.
isObjectType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Determines whether the given;@link IType} is the external form of;@link Object}.
isObjectType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType is the external form of Object.
isObjectValidForFetchGroup(Object, FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Return if the cached object data is sufficiently valid against a fetch group
isODBC() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isODBC() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isOff() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
INTERNAL: Check if the log level is set to off.
ISOLATE_CACHE_AFTER_TRANSACTION - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
 
ISOLATE_CACHE_AFTER_TRANSACTION - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
ISOLATE_CACHE_ALWAYS - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
 
ISOLATE_CACHE_ALWAYS - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
ISOLATE_FROM_CLIENT_SESSION - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
 
ISOLATE_FROM_CLIENT_SESSION - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
ISOLATE_NEW_DATA_AFTER_TRANSACTION - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
 
ISOLATE_NEW_DATA_AFTER_TRANSACTION - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
Isolated - Static variable in class org.eclipse.persistence.config.ExclusiveConnectionMode
The value causes creation of ExclusiveIsolatedClientSession in isolated case and throws exception otherwise.
ISOLATED_DATA_NOT_SUPPORTED_IN_CLIENTSESSIONBROKER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ISOLATED_DESCRIPTOR_REFERENCED_BY_SHARED_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ISOLATED_QUERY_EXECUTED_ON_SERVER_SESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
IsolatedClientSession - Class in org.eclipse.persistence.internal.sessions
Provides isolation support by allowing a client session to have a local cache of the subset of the classes.
IsolatedClientSession(ServerSession, ConnectionPolicy) - Constructor for class org.eclipse.persistence.internal.sessions.IsolatedClientSession
 
IsolatedClientSession(ServerSession, ConnectionPolicy, Map) - Constructor for class org.eclipse.persistence.internal.sessions.IsolatedClientSession
 
IsolatedClientSessionIdentityMapAccessor - Class in org.eclipse.persistence.internal.sessions
INTERNAL: Internal subclass that provides access to identity maps through the session.
IsolatedClientSessionIdentityMapAccessor(AbstractSession) - Constructor for class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: An IdentityMapAccessor sits between the session and the identityMapManager It needs references in both directions
isolatedDataNotSupportedInSessionBroker(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
isolateDescriptorReferencedBySharedDescriptor(String, String, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
IsolatedHashMap<K,V> - Class in org.eclipse.persistence.internal.jpa
Partition isolated HashMap.
isolatedQueryExecutedOnServerSession() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
isOlderThan(EclipseLinkVersion) - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
Determines whether this constant represents a version that is older than the given version.
isOlderThan(JPAVersion) - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Determines whether this constant represents a version that is older than the given version.
isOlderThanOrEqual(EclipseLinkVersion) - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
Determines whether this constant represents a version that is older than the given version or if it's the same version.
isOlderThanOrEqual(JPAVersion) - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Determines whether this constant represents a version that is older than the given version or if it's the same version.
isOneRowReturned() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
isOneRowReturned() - Method in interface org.eclipse.persistence.queries.Call
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
isOneRowReturned() - Method in class org.eclipse.persistence.queries.JPQLCall
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
isOneToMany() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Indicates whether this expression corresponds to OneToMany.
isOneToMany() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents a 1-m relationship.
isOneToMany() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.OneToManyAccessor
INTERNAL:
isOneToMany(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents a 1-m relationship.
isOneToManyMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isOneToManyMapping() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL:
isOneToManyQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.OneToManyQueryKey
INTERNAL: override the isOneToManyQueryKey() method in the superclass to return true.
isOneToManyQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
PUBLIC:: Related query key should implement this method to return true.
isOneToOne() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Indicates whether this expression corresponds to OneToOne.
isOneToOne() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents a 1-1 relationship.
isOneToOne() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.OneToOneAccessor
INTERNAL:
isOneToOne(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents a 1-1 relationship.
isOneToOneMapping() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL:
isOneToOneMapping() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
isOneToOneMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isOneToOneMapping() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL:
isOneToOnePrimaryKeyRelationship() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: Return true if this accessor represents a 1-1 primary key relationship.
isOneToOnePrimaryKeyRelationship() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
Return if this mapping is mapped using primary key join columns.
isOneToOneQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.OneToOneQueryKey
INTERNAL: override the isOneToOneQueryKey() method in the superclass to return true.
isOneToOneQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
PUBLIC:: Related query key should implement this method to return true.
isOneToOneRelationship() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
Return if this mapping is really for a OneToOne relationship.
isOpen() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Indicates whether or not this factory is open.
isOpen() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Indicates whether or not this factory is open.
isOpen() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Indicates whether or not this entity manager and its entity manager factory are open.
isOpen() - Method in class org.eclipse.persistence.sdo.SDOType
 
isOpen() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
isOpen() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
 
isOpen() - Method in class org.eclipse.persistence.sdo.types.SDODataType
 
isOpen() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
 
isOpen() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
 
isOpen() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
 
isOpen() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
isOpen() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
 
isOpenContent() - Method in class org.eclipse.persistence.sdo.SDOProperty
Return whether or not this is an open content property.
isOpenSequencedType() - Method in class org.eclipse.persistence.sdo.SDOType
 
isOpenSequencedType() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
 
isOptional() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL:
isOptional() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL:
isOptional() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.SingularAttributeProxyImpl
 
isOptional() - Method in class org.eclipse.persistence.internal.jpa.metamodel.SingularAttributeImpl
Can the attribute be null.
isOptional() - Method in class org.eclipse.persistence.internal.xr.Parameter
 
isOptional() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
Gets the value of the optional property.
isOptional() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
Return whether the value of this mapping is optional (that is, can be null).
isOracle() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isOracle() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isOracle() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
 
isOracle7JDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether an Oracle native 7.x OCI JDBC driver is being used.
isOracle9() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isOracle9() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isOracle9() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
PUBLIC: Return is this is the Oracle 9 platform.
isOracleArrayTypeMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleArrayTypeMetadata
Indicates an instance of OracleArrayTypeMetadata.
isOracleArrayTypeMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleComplexTypeMetadata
Indicates an instance of OracleArrayTypeMetadata.
isOracleComplexTypeMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ComplexTypeMetadata
Indicates an instance of OracleComplexTypeMetadata.
isOracleComplexTypeMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleComplexTypeMetadata
Indicates an instance of OracleComplexTypeMetadata.
isOracleJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether an Oracle 8.x native OCI JDBC driver is being used.
isOracleObjectTypeMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleComplexTypeMetadata
Indicates an instance of OracleObjectTypeMetadata.
isOracleObjectTypeMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleObjectTypeMetadata
Indicates an instance of OracleObjectTypeMetadata.
isOracleServerJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether an Oracle thin JDBC driver is being used.
isOracleThinJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether an Oracle thin JDBC driver is being used.
isOrderableType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if the specified type denotes an orderable type
isOrderableType(Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified type denotes an orderable type.
isOrderableType(Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
Returns true if the specified type denotes an orderable type
isOrderedListPolicy() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
isOrderedListPolicy() - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
 
isOrderOperator() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
Order functions are used in the order by such as ASC.
isOriginalNewObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return whether the original object is new.
isOuterJoin() - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
isOuterJoin() - Method in class org.eclipse.persistence.internal.jpa.parsing.FetchJoinNode
 
isOuterJoin() - Method in class org.eclipse.persistence.internal.jpa.parsing.JoinDeclNode
 
isOuterJoinFetched() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Return if this relationship should always be OUTER join fetched.
isOutOnlySopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Indicates whether the mapping is out of SerializedObjectPolicy's sopObject and not in it.
isOutParameter() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL:
isOutputAllowWithResultSet() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Return true if output parameters can be built with result sets.
isOutputAllowWithResultSet() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: Return true if output parameters can be built with result sets.
isOutputAllowWithResultSet() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL: Return true if output parameters can be built with result sets.
isOutputParameterType(Integer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
isOutSopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Indicates whether the mapping is out of SerializedObjectPolicy's sopObject.
isOverriddenEvent(DescriptorEvent, Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
isOverriddenEvent(DescriptorEvent, Vector) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
Implementers should define this method if they need or want to restrict the calling of inherited events.
isOverriddenEvent(DescriptorEvent, Vector) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL: Return true if listener has a lifecycle callback method that is overridden in a subclass.
isOwned() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL:
isOwned() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
Returns true if this mapping is owned by the parent descriptor.
isOwned() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL:
isOwned() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL:
isOwned() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL:
isOwned() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL:
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.CollectionGroupingElementNodeValue
 
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL:
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
 
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyObjectMappingNodeValue
 
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
 
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
 
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
Indicate if the next XPathFragment is an attribute or text() node.
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLDirectMappingNodeValue
 
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
 
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectReferenceMappingNodeValue
Indicate if the XPathFragment is an attribute or text() node.
isOwningNode(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathMappingNodeValue
INTERNAL:
isParameter() - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
 
isParameter() - Method in interface org.eclipse.persistence.internal.jpa.querydef.InternalExpression
 
isParameter() - Method in class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl
 
isParameter() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
isParameter(char) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Determines whether the given character is the character used to identify an input parameter, either a named parameter or position parameter.
isParameterExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isParameterExpression() - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
 
isParameterNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this a Parameter node
isParameterNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParameterNode
INTERNAL Yes this is a Parameter node
isParsed() - Method in class org.eclipse.persistence.internal.queries.QueryByExampleMechanism
INTERNAL: Is this query Parsed
isParsed() - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL Is this query Parsed
isPartialAttribute(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return if partial attribute.
isPartialObject(Object) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Return true if the object is partially fetched and cached.
isPersistenceProviderSupported(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
Returns whether the given persistence provider class is supported by this implementation
isPersistenceProviderSupported(String) - Method in interface org.eclipse.persistence.internal.jpa.PersistenceInitializationActivator
Return whether the given class name identifies a persistence provider that is supported by this PersistenceInitializationActivator
isPersistenceUnitUniquelyDefinedByName() - Method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
Indicates whether puName uniquely defines the persistence unit.
isPersistenceUnitUniquelyDefinedByName() - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
Indicates whether puName uniquely defines the persistence unit.
isPervasive() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isPervasive() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Answers whether platform is Pervasive
isPessimisticLocked(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if the clone has been pessimistic locked in this unit of work.
isPessimisticLockingValueHolder() - Method in class org.eclipse.persistence.internal.indirection.BackupValueHolder
 
isPessimisticLockingValueHolder() - Method in class org.eclipse.persistence.internal.indirection.CacheBasedValueHolder
 
isPessimisticLockingValueHolder() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Answers if this valueholder is a pessimistic locking one.
isPessimisticLockingValueHolder() - Method in class org.eclipse.persistence.internal.indirection.ProtectedValueHolder
 
isPessimisticLockingValueHolder() - Method in class org.eclipse.persistence.internal.indirection.QueryBasedValueHolder
INTERNAL: Answers if this valueholder is a pessimistic locking one.
isPessimisticLockingValueHolder() - Method in class org.eclipse.persistence.internal.indirection.TransformerBasedValueHolder
INTERNAL: Answers if this valueholder is a pessimistic locking one.
isPessimisticLockingValueHolder() - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
INTERNAL: Answers if this valueholder is a pessimistic locking one.
isPessimisticLockingValueHolder() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
INTERNAL: Answers if this valueholder is a pessimistic locking one.
isPlaceHolder() - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
isPLSQLComplexTypeMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ComplexTypeMetadata
Indicates an instance of PLSQLComplexTypeMetadata.
isPLSQLComplexTypeMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLComplexTypeMetadata
Indicates an instance of PLSQLComplexTypeMetadata.
isPLSQLRecordMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLComplexTypeMetadata
Indicates an instance of PLSQLRecordMetadata.
isPLSQLRecordMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLRecordMetadata
Indicates an instance of PLSQLRecordMetadata.
isPLSQLTableMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLComplexTypeMetadata
Indicates an instance of PLSQLTableMetadata.
isPLSQLTableMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLTableMetadata
Indicates an instance of PLSQLTableMetadata.
isPlural() - Method in class org.eclipse.persistence.internal.jpa.metamodel.AttributeImpl
INTERNAL: Return whether the attribute is plural or singular
isPlural() - Method in class org.eclipse.persistence.internal.jpa.metamodel.PluralAttributeImpl
 
isPlural() - Method in class org.eclipse.persistence.internal.jpa.metamodel.SingularAttributeImpl
INTERNAL: Return whether the attribute is plural or singular
isPlusNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this node a Plus node
isPlusNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.PlusNode
 
isPointBase() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isPointBase() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isPointBase() - Method in class org.eclipse.persistence.platform.database.PointBasePlatform
 
isPooled() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
INTERNAL: Return if part of a connection pool.
isPopulatingObject() - Method in class org.eclipse.persistence.internal.sessions.SimpleResultSetRecord
 
isPositional() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if this property is mapped by position, i.e.
isPositional() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
Determines whether this parameter is a positional parameter, i.e.
isPositional() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
Determines whether this parameter is a positional parameter, i.e.
isPositive() - Method in class org.eclipse.persistence.jpa.jpql.parser.ArithmeticFactor
Determines if the arithmetic primary is prepended with the plus sign.
isPossibleFailure() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
 
isPostBuilt() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if this TypeInfo has completed the postBuildTypeInfo phase of processing.
isPostgreSQL() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isPostgreSQL() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isPostgreSQL() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Answers whether platform is Postgres.
isPreBuilt() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if this TypeInfo has completed the preBuildTypeInfo phase of processing.
isPreDeleteComplete() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
isPredeployed() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
isPredeployFailed() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
isPredicate() - Method in class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl
 
isPredicate() - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
 
isPredicate() - Method in class org.eclipse.persistence.internal.jpa.querydef.InImpl
 
isPredicate() - Method in interface org.eclipse.persistence.internal.jpa.querydef.InternalExpression
 
isPredicate() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
isPrefix() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Return true if this is a prefix operator.
isPrefixPerTable() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
PUBLIC: Return true if this descriptor requires a prefix to the table per tenant.
isPrepared() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Bound calls can have the SQL pre generated.
isPrepared() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Queries are prepared when they are executed and then do not need to be prepared on subsequent executions.
isPreparedUsingTempStorage() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
INTERNAL:
isPreProcessed() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Return true if this accessor has been pre-processed.
isPrimaryKey() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Used to specify whether the column should be included in the primary on the database table.
isPrimaryKey() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Answer whether the receiver is a primary key.
isPrimaryKeyComponentInvalid(Object, int) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
 
isPrimaryKeyExpression(boolean, Expression, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Return if the expression is by primary key.
isPrimaryKeyFieldNotSpecified() - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.RelationalColumnMetadata
INTERNAL:
isPrimaryKeyMapping(DatabaseMapping) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
 
isPrimaryKeyMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Set by the Object builder during initialization returns true if this mapping is used as a primary key mapping.
isPrimaryKeyQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return if the query is known to be by primary key.
isPrimaryKeyQuery() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Return if the query is by primary key.
isPrimaryKeySetAfterInsert(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Indicates whether pk or some of its components set after insert into the database.
isPrimitive() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this is a primitive.
isPrimitive() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass represents a primitive type.
isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isPrimitive() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass represents a primitive type.
isPrimitiveType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Determines whether the given;@link IType} represents a primitive type.
isPrimitiveType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Determines whether the given;@link IType} represents a primitive type.
isPrimitiveType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType represents a primitive type.
isPrimitiveWrapper(Class) - Static method in class org.eclipse.persistence.internal.helper.Helper
ADVANCED returns true if the class in question is a primitive wrapper
isPrivate() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isPrivate() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
 
isPrivate() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
 
isPrivate() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
 
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass is private.
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
 
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
 
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass is private.
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
Indicates if this JavaConstructor is private.
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Indicates if this JavaField is private.
isPrivate() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Indicates if this JavaMethod is private.
isPrivateOwned() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ManyToManyAccessor
INTERNAL: A PrivateOwned setting on a ManyToMany is ignored.
isPrivateOwned() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ManyToOneAccessor
INTERNAL: A PrivateOwned setting on a ManyToOne is ignored.
isPrivateOwned() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
isPrivateOwned() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Return if the mapping has ownership over its target object(s).
isPrivateOwned() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Return true if referenced objects are privately owned else false.
isProcessed() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Return true if this accessor has been processed.
isProcessed() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor has been processed.
isProcessed() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
Subclasses must handle this flag.
isProcessedCommit(Object) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Return if the object has been processed.
isProcessImports() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
isProjectClassConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.project.ProjectClassConfig
 
isProjectClassConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.project.ProjectConfig
 
isProjectXMLConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.project.ProjectConfig
 
isProjectXMLConfig() - Method in class org.eclipse.persistence.internal.sessions.factories.model.project.ProjectXMLConfig
 
isProperty() - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: Return true if this parameter expression maps to a property.
isProperty() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
Determines whether this IMapping is a property type mapping.
isPropertyMapping(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Determines whether the given mapping is a property type mapping.
isPropertyMapping(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Determines whether the given mapping is a property type mapping.
isProtected() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isProtected() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
 
isProtected() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
 
isProtected() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
 
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass is protected.
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
 
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
 
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass is protected.
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
Indicates if this JavaConstructor is protected.
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Indicates if this JavaField is protected.
isProtected() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Indicates if this JavaMethod is protected.
isProtectedIsolation() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Returns true if the descriptor represents a protected class.
isProtectedIsolation() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns true if the descriptor represents an isolated class
isProtectedSession() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Returns true if Protected Entities should be built within this session
isProtectedSession() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Returns true if Protected Entities should be built within this session
isProtectedSession() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSession
PUBLIC: Returns true if Protected Entities should be built within this session
isPublic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isPublic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
 
isPublic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
 
isPublic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
 
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass is public.
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
 
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
 
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass is public.
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
Indicates if this JavaConstructor is public.
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Indicates if this JavaField is public.
isPublic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Indicates if this JavaMethod is public.
isQueryByExampleMechanism() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Return true if this is a query by example mechanism
isQueryByExampleMechanism() - Method in class org.eclipse.persistence.internal.queries.QueryByExampleMechanism
Return true if this is a query by example mechanism
isQueryKey() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
INTERNAL: This is a QueryKey.
isQueryKeyExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isQueryKeyExpression() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
 
isQueryPageable(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Finds out is given query pageable or not.
isQueryStringCall() - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
 
isQueryStringCall() - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
 
isQueryStringCall() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
isQueryStringCall() - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
Should return true.
isQueryStringCall() - Method in class org.eclipse.persistence.queries.SQLCall
 
isQuote(char) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Determines whether the given character is the single or double quote.
isRange() - Method in enum org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Determines whether this type represents a range variable declaration.
isRangeIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Determines whether the given variable name is an identification variable name used to define an abstract schema name.
isRangeIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Determines whether the given variable name is an identification variable name mapping an entity.
isRangeVariable(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
 
isReadAllQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this is a read all query.
isReadAllQuery() - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Return if this is a read all query.
isReadObjectQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this is a read object query.
isReadObjectQuery() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return if this is a read object query.
isReadOnly() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Returns true if mapping is read only else false.
isReadOnly() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Returns true is this database field should be read only.
isReadOnly() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
 
isReadOnly() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if the mapping for this Property is read-only.
isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Gets the value of the readOnly property.
isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Gets the value of the readOnly property.
isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the readOnly property.
isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the readOnly property.
isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Gets the value of the readOnly property.
isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Gets the value of the readOnly property.
isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Gets the value of the readOnly property.
isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Gets the value of the readOnly property.
isReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Gets the value of the readOnly property.
isReadOnly() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
INTERNAL
isReadOnly() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Returns true if mapping is read only else false.
isReadOnly() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Return true if read-only is explicitly set to true; otherwise return whether the transformation has no fields (no fields = read-only)
isReadOnly() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Return if the query is read-only.
isReadOnly() - Method in class org.eclipse.persistence.sdo.SDOProperty
Returns true if values for this Property cannot be modified using the SDO APIs.
isReadQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this is a read query.
isReadQuery() - Method in class org.eclipse.persistence.queries.ReadQuery
PUBLIC: Return if this is a read query.
isRecord() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
isRecord() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
isReduceAnyArrays() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
Property to determine if size 1 any collections should be treated as collections.
isReduceAnyArrays() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Property to determine if size 1 any collections should be treated as collections Ignored marshalling XML.
isReference() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if this Property is a reference property.
isReferenceClassLocked() - Method in class org.eclipse.persistence.internal.expressions.ForUpdateClause
 
isReferenceClassLocked() - Method in class org.eclipse.persistence.internal.expressions.ForUpdateOfClause
 
isReferenceMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Related mapping should implement this method to return true.
isReferenceMapping() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
 
isReferenceMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isReferenceMapping() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL:
isRegisteringResults() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Answers if we are executing through a UnitOfWork and registering results.
isRelationalDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return if the descriptor maps to a relational table.
isRelationalDescriptor() - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
PUBLIC: Return if the descriptor maps to a relational table.
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL:
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL:
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: All relational mappings should implement this method to return true.
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.DirectToFieldMapping
INTERNAL:
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL:
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL:
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL:
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL:
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
INTERNAL:
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
INTERNAL:
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL:
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
INTERNAL:
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.TransformationMapping
INTERNAL:
isRelationalMapping() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL:
isRelationExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isRelationExpression() - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
INTERNAL:
isRelationship() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor method represents a relationship.
isRelationship(Object, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified attribute denotes a single valued or collection valued relationship attribute.
isRelationship(Object, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
Returns true if the specified attribute denotes a single valued or collection valued relationship attribute.
isRelationship() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
Determines whether this IMapping is a relationship type mapping.
isRelationshipMapping(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Determines whether the given mapping is a relationship type mapping.
isRelationshipMapping(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Determines whether the given mapping is a relationship type mapping.
isRemoteSession() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if this session is remote.
isRemoteSession() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Return if this session is a remote session.
isRemoteSession() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
INTERNAL: Return if this session is remote.
isRemoteSession() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if this session is a remote session.
isRemoteUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if this session is a unit of work.
isRemoteUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
Return if this session is a unit of work.
isRemoteUnitOfWork() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if this session is a remote unit of work.
isReportQuery(Query) - Static method in class org.eclipse.persistence.jpa.JpaHelper
Determine if the JPA query is a EclipseLink ReportQuery.
isReportQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this is a report query.
isReportQuery() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Return if this is a report query.
isRequired() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Indicates if this XMLField represents a "required" XML element or attribute ([minOccurs="1"] for elements, [use="required"] for attributes).
isRequired() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the required property.
isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the required property.
isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Gets the value of the required property.
isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
Gets the value of the required property.
isRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Gets the value of the required property.
isRequired() - Method in class org.eclipse.persistence.oxm.XMLField
Indicates if this XMLField represents a "required" XML element or attribute ([minOccurs="1"] for elements, [use="required"] for attributes).
isReserved(char) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
Determines if the given character is one of the XML/HTML reserved characters.
isResolvable() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
Determines whether this Java type actually exists.
isResultAlwaysXMLRoot() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
 
isResultAlwaysXMLRoot() - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
isResultAlwaysXMLRoot() - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
isResultAlwaysXMLRoot() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
isResultAlwaysXMLRoot() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
 
isResultAlwaysXMLRoot() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
isResultAlwaysXMLRoot() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
isResultSetAccessOptimizedQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: Return if the query result set access should be optimized.
isResultSetAccessOptimizedQueryDefault - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
If neither query specifies isResultSetOptimizedQuery nor session specifies shouldOptimizeResultSetAccess then this value is used to indicate whether optimization should be attempted
isResultSetMappingQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this is a result set mapping query.
isResultSetMappingQuery() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: Return true if this is a result set mapping query.
isResultSetOptimizedQuery() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: Return if the query should be optimized to build directly from the result set.
isResultSetScrollable() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
 
isResultVariable(String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Determines if the given variable is a result variable.
isResultVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Determines if the given variable is a result variable.
isResultVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Determines if the given variable is a result variable.
isResultVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Determines if the given variable is a result variable.
isReturnAllTypes() - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
isReturnSet() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Return if the call's return type has been set.
isReturnTypeRequiredForReturningPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Indicates if a return type is required for the field set on the returning policy.
isReturnTypeRequiredForReturningPolicy() - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: Indicates if a return type is required for the field set on the returning policy.
isReturnUpdate() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: USed for OX mapping
isRMIOverIIOP - Variable in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
Determines whether RMI over IIOP or not
isRMIOverIIOP() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL Check whether RMI over IIOP or not
isRolledBack_impl(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return true if the transaction is in the rolled back state.
isRolledBack_impl(Object) - Method in class org.eclipse.persistence.transaction.JTATransactionController
INTERNAL: Return true if the transaction is rolled back.
isRoot() - Method in interface org.eclipse.persistence.internal.jpa.querydef.InternalSelection
 
isRoot() - Method in class org.eclipse.persistence.internal.jpa.querydef.RootImpl
 
isRoot() - Method in class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
 
isRoot() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
isRootParentDescriptor() - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: Return whether or not is root parent descriptor
isRootParentDescriptor() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return whether or not is root parent descriptor
isRoundElement(Element) - Method in class org.eclipse.persistence.internal.jpa.modelgen.MetadataMirrorFactory
INTENAL:
isRoundElement(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.modelgen.MetadataMirrorFactory
INTENAL:
isRowCountOutputParameterRequired() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return if the platform does not maintain the row count on batch executes and requires an output parameter to maintain the row count.
isRowCountOutputParameterRequired() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Oracle does not return the row count from PLSQL anon blocks, so an output parameter is required for this.
isRuntimeServicesEnabled() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: isRuntimeServicesEnabled(): Answer true if the JMX/MBean providing runtime services for the receiver's DatabaseSession will be deployed at runtime.
isRuntimeServicesEnabled() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: isRuntimeServicesEnabled(): Answer true if the JMX/MBean providing runtime services for the receiver's DatabaseSession will be deployed at runtime.
isRuntimeServicesEnabledDefault() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
 
isRuntimeServicesEnabledDefault() - Method in class org.eclipse.persistence.platform.server.jboss.JBossPlatform
 
isRuntimeServicesEnabledDefault() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: isRuntimeServicesEnabledDefault(): Answer true if the JMX/MBean providing runtime services for the receiver's DatabaseSession will be deployed at runtime.
isRuntimeServicesEnabledDefault() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: isRuntimeServicesEnabledDefault(): Answer true if the JMX/MBean providing runtime services for the receiver's DatabaseSession will be deployed at runtime.
isRuntimeServicesEnabledDefault() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
 
isRuntimeServicesEnabledDefault() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
 
isSchemaInstanceIncluded() - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyAttributeMapping
 
isSchemaInstanceIncluded() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
isSchemaPerMultitenantPolicy() - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
isSchemaPerMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
 
isSchemaPerMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
isSchemaPerMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL:
isSchemaPerTable() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
PUBLIC: Return true if this descriptor requires a table schema per tenant.
isSchemaType(QName) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
INTERNAL
isSchemaType(QName) - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL
isSchemaType(QName) - Method in class org.eclipse.persistence.oxm.XMLUnionField
INTERNAL
isScrollableCursorPolicy() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
isScrollableCursorPolicy() - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
 
isSecureProcessingDisabled() - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
isSecureProcessingDisabled() - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
isSecureProcessingDisabled() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
isSecureProcessingDisabled() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
isSecureProcessingDisabled() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
isSecureProcessingDisabled() - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
 
isSelected(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
Answer true if the variable name given as argument is SELECTed.
isSelectGenerationContext() - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
isSelectGenerationContext() - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
 
isSelectNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.QueryNode
 
isSelectNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
 
isSelfField() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
INTERNAL: Indicates if the xpath for this field is "."
isSelfField() - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL: Indicates if the xpath for this field is "."
isSelfFragment() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
INTERNAL: Indicates if the xpath is "."
isSelfRecord() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
isSelfRecord() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
Indicates if this UnmarshalRecord represents a 'self' record
isSelfRecord() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
isSequenced() - Method in class org.eclipse.persistence.sdo.SDOType
 
isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDODataObjectType
 
isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDODataType
 
isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOObjectType
 
isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
 
isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOPropertyType
 
isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
 
isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
isSequenced() - Method in class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
 
isSequencedObject() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL:
isSequencedObject() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL:
isSequencingCallbackRequired() - Method in interface org.eclipse.persistence.internal.sequencing.SequencingHome
 
isSequencingCallbackRequired() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Indicates whether SequencingCallback is required.
isSequencingCallbackRequired() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Indicates whether SequencingCallback is required.
isSequencingCallbackRequired() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Indicates whether sequencing callback may be required.
isSerializable() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this class extends Serializable or is an array type.
isSerializableInterface() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTENAL: Return true is this class is the Serializable.class interface.
isSerialized(MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents a serialized mapping.
isSerializedRemoteUnitOfWorkValueHolder() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Used to determine if this is a remote uow value holder that was serialized to the server.
isSerializedRemoteUnitOfWorkValueHolder() - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
Used to determine if this is a remote uow value holder that was serialized to the server.
isServerSession() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if this session is a server session.
isServerSession() - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Return if this session is a server session.
isServerSession() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if this session is a server session.
isServerSessionBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Return if this session is a server session broker.
isSessionBroker() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if this session is a session broker.
isSessionBroker() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Return if this session is a session broker.
isSessionBroker() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if this session is a session broker.
isSet() - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
INTERNAL: Return whether the event was raised by set operation on the list.
isSet(String) - Method in interface org.eclipse.persistence.dynamic.DynamicEntity
Discover if a property has a persistent value
isSet(String) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
isSet() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl.PropertyWrapper
Checks if is sets the.
isSet(boolean) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl.PropertyWrapper
Checks if is set.
isSet() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return true if this extends Set.
isSet(String, DataObject) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
Handle queries about setting status of a property through path base access.
isSet(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
isSet(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
isSet(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
isSet() - Method in class org.eclipse.persistence.sdo.SDOSetting
Returns whether or not the property is set.
isSetAnyAttributePropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if the name of the XmlAnyAttribute property has been set.
isSetAnyElementPropertyName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if the name of the XmlAnyElement property has been set.
isSetCdata() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if the isCdata flag was set via external metadata.
isSetCdata() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Indicates if the cdata field has been set, i.e.
isSetCdata() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Indicates if the cdata field has been set, i.e.
isSetClassExtractorName() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if a ClassExtractor class name is set, i.e.
isSetDeclaredProperty(int) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
 
isSetDeclaredProperty(int) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
For isMany=false properties return true if not null.
isSetDeclaredProperty(int) - Method in interface org.eclipse.persistence.sdo.ValueStore
 
isSetDefaultValue() - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
isSetDefaultValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isSetInternal(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Return whether the property (open-content or declared) is set?
isSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
Indicates if a method has been set, i.e.
isSetMethod() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
Indicates if a method has been set, i.e.
isSetNullPolicy() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if a null policy is set for this property.
IsSetNullPolicy - Class in org.eclipse.persistence.oxm.mappings.nullpolicy
PUBLIC: Description: This null policy allows for various configurations of isSet behavior to be set.
Marshal:
The boolean value of the isSet() state of a node will determine whether a node will be written out for a null value.
IsSetNullPolicy() - Constructor for class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
Default Constructor Set the IsSetPerformedForAbsentNode to false to enable the other 2 flags isNullRepresentedByEmptyNode and isNullRepresentedByXsiNil
IsSetNullPolicy(String) - Constructor for class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
Specific Constructor to set the name for checking the isSet state of the mapping
IsSetNullPolicy(String, boolean, boolean, XMLNullRepresentationType) - Constructor for class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
Specific Constructor to set both the Marshal enum and the Unmarshal flags.
IsSetNullPolicyIsSetParametersAttributeAccessor() - Constructor for class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.IsSetNullPolicyIsSetParametersAttributeAccessor
 
IsSetNullPolicyIsSetParameterTypesAttributeAccessor() - Constructor for class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.IsSetNullPolicyIsSetParameterTypesAttributeAccessor
 
isSetOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
 
isSetOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
 
isSetOpenContentProperty(Property) - Method in interface org.eclipse.persistence.sdo.ValueStore
 
IsSetParameter() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
 
isSetPropOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates that the propOrder has been set, i.e.
isSetPropOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
 
isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if the isReadOnly flag was set via external metadata.
isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Indicates if readOnly has been set, i.e.
isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Indicates if readOnly has been set, i.e.
isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Indicates if the isReadOnly flag was set.
isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Indicates if the isReadOnly flag was set.
isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Indicates if the readOnly property has been set, i.e.
isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Indicates if the readOnly property has been set, i.e.
isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Indicates if readOnly has been set, i.e.
isSetReadOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Indicates if the isReadOnly flag was set.
isSetRequired() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Indicates if the required flag was set via external metadata.
isSetTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
Indicates if a transformerClass has been set, i.e.
isSetTransformerClass() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
Indicates if a transformerClass has been set, i.e.
isSetUserProperties() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if a map of userProperties is set for this property.
isSetValue() - Method in class org.eclipse.persistence.internal.jaxb.WrappedValue
 
isSetValueType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
Indicates if the valueType property has been set, i.e.
isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if the isWriteOnly flag was set via external metadata.
isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Indicates if writeOnly has been set, i.e.
isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Indicates if writeOnly has been set, i.e.
isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Indicates if the isWriteOnly flag was set.
isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Indicates if the isWriteOnly flag was set.
isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Indicates if the writeOnly property has been set, i.e.
isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Indicates if the writeOnly property has been set, i.e.
isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Indicates if writeOnly has been set, i.e.
isSetWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Indicates if the isWriteOnly flag was set.
isSetXmlAccessOrder() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if xmlAccessOrder has been set, i.e.
isSetXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Indicates if xmlAccessorOrder has been set, i.e.
isSetXmlAccessorOrder() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Indicates if XmlAccessorOrder is set, i.e.
isSetXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Indicates if xmlAccessorType has been set, i.e.
isSetXmlAccessorType() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Indicates if XmlAccessorType is set, i.e.
isSetXmlAccessType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if xmlAccessType has been set, i.e.
isSetXmlDiscriminatorNode() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if the class indicator field name is set, i.e.
isSetXmlDiscriminatorValue() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if a class indicator field value has been set, i.e.
isSetXmlElementWrapper() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if an XmlElementWrapper has been set, i.e.
isSetXmlInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Indicates if xmlInlineBinaryData has been set, i.e.
isSetXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if an XmlJavaTypeAdapter has been set, i.e.
isSetXmlJavaTypeAdapter() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if an XmlJavaTypeAdapter has been set, i.e.
isSetXmlJoinNodes() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if this property has XmlJoinNodes set.
isSetXmlJoinNodesList() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if xmlJoinNodesList has been set, i.e.
isSetXmlList() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Indicates if xmlList has been set, i.e.
isSetXmlMappingMetadataComplete() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
 
isSetXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Indicates if the mixed flag has been set, i.e.
isSetXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Indicates if the mixed flag has been set, i.e.
isSetXmlPath() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if an xpath is set for this property.
isSetXmlPath() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
Indicates if a xmlPath has been set, i.e.
isSetXmlReadTransformer() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
Indicates if an XmlReadTransformer has been set, i.e.
isSetXmlRootElement() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if xmlRootElement has been set, i.e.
isSetXmlSeeAlso() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if xmlSeeAlso has been set, i.e.
isSetXmlTransformation() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if an XmlTransformation is set for this porperty.
isSetXmlTransient() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if XmlTransient is set.
isSetXmlTransient() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Indicates if xmlTransient has been set, i.e.
isSetXmlType() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if xmlType has been set, i.e.
isSetXmlValueProperty() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if an xmlValueProperty is set on this TypeInfo, i.e.
isSetXmlWriteTransformers() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
Indicates if at least one XmlWriteTransformer has been set, i.e.
isShallowCommitted(Object) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Return if the object is shallow committed.
isSharedCacheModeAll() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return true if the caching has been specified as ALL in the persistence.xml.
isSharedCacheModeDisableSelective() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return true if the caching has been specified as DISABLE_SELECTIVE in the persistence.xml.
isSharedCacheModeEnableSelective() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return true if the caching has been specified as ENABLE_SELECTIVE in the persistence.xml.
isSharedCacheModeNone() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return true if the caching has been specified as NONE in the persistence.xml.
isSharedCacheModeUnspecified() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return true if the caching has been specified as UNSPECIFIED in the persistence.xml.
isSharedIsolation() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Returns true if the descriptor represents a shared class.
isSharedIsolation() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns true if the descriptor represents an isolated class
isShortType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if type is the short primitive type or the Short wrapper class
isSimple() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
PERF: Return if the descriptor has no complex mappings, all direct.
isSimpleStateAttribute(Object, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified type denotes a simple state attribute.
isSimpleStateAttribute(Object, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
Returns true if the specified type denotes a simple state attribute.
isSimpleType(TypeInfo) - Static method in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
isSimpleXMLFormat() - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
isSimpleXMLFormat() - Method in class org.eclipse.persistence.internal.xr.Result
 
isSingleInputParameter() - Method in class org.eclipse.persistence.jpa.jpql.parser.InExpression
Determines whether what was parsed after the IN identifier is a single input parameter: BNF: in_expression ::= {state_field_path_expression | type_discriminator} [NOT] IN collection_valued_input_parameter
isSingleInputParameter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Determines whether what was parsed after the IN identifier is a single input parameter.
isSingleTableMultitenantPolicy() - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
isSingleTableMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
isSingleTableMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL:
isSingleValuedRelationship(Object, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified attribute denotes a single valued relationship attribute.
isSingleValuedRelationship(Object, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
Returns true if the specified attribute denotes a single valued relationship attribute.
isSizeAllowed() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Return if this type can support a size specification.
isSizeRequired() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Return if this type must have a size specification.
isSmartMerge() - Static method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return the status of smart merge
isSQLAnywhere() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isSQLAnywhere() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isSQLAnywhere() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
isSQLCall() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
isSQLCall() - Method in class org.eclipse.persistence.queries.SQLCall
 
isSQLCallQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this query uses an SQL query mechanism .
isSQLQuery() - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
Return true if this query is an sql query.
isSQLServer() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isSQLServer() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isSQLServer() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
 
isSQLXML(Object) - Static method in class org.eclipse.persistence.internal.helper.JavaPlatform
INTERNAL: Indicates whether the passed object implements java.sql.SQLXML introduced in jdk 1.6
isSQLXML(Object) - Method in class org.eclipse.persistence.internal.helper.JDK15Platform
Indicates whether the passed object implements java.sql.SQLXML introduced in jdk 1.6
isSQLXML(Object) - Method in class org.eclipse.persistence.internal.helper.JDK16Platform
Indicates whether the passed object implements java.sql.SQLXML introduced in jdk 1.6
isSQLXML(Object) - Method in interface org.eclipse.persistence.internal.helper.JDKPlatform
Indicates whether the passed object implements java.sql.SQLXML introduced in jdk 1.6
isStatementQueryMechanism() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Return true if this is a statement query mechanism
isStatementQueryMechanism() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Return true if this is a statement query mechanism
isStatementQueryMechanism() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Return true if this is a statement query mechanism
isStatic() - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
isStatic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isStatic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
 
isStatic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
 
isStatic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
 
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Indicates if this JavaClass is static.
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
 
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
 
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
 
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Indicates if this JavaClass is static.
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
Indicates if this JavaConstructor is static.
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Indicates if this JavaField is static.
isStatic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Indicates if this JavaMethod is static.
isStaticMetamodelClass(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Return if a given class is annotated with @StaticMetamodel.
isStopped() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
PUBLIC: Indicates whether the RCM has been stopped: either initialize hasn't been called or shutdown has been called.
isStoredFunctionCall() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
isStoredFunctionCall() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
INTERNAL:
isStoredFunctionCall() - Method in class org.eclipse.persistence.queries.StoredFunctionCall
INTERNAL:
isStoredFunctionQueryHandler() - Method in class org.eclipse.persistence.internal.xr.StoredFunctionQueryHandler
 
isStoredFunctionQueryHandler() - Method in class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler
 
isStoredInCache() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
PUBLIC: Return true if the lock value is stored in the cache.
isStoredInCache() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
PUBLIC: Return true if the lock value is stored in the cache.
isStoredInCache() - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: Return true if the lock value is stored in the cache.
isStoredInObject() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
PUBLIC: Return true if the lock value is stored in the object.
isStoredPLSQLFunctionCall() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
isStoredPLSQLFunctionCall() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
 
isStoredPLSQLProcedureCall() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
isStoredPLSQLProcedureCall() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
isStoredProcedureCall() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
isStoredProcedureCall() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
 
isStrictlyAssignableFrom(Object, Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
convenience method for java's isAssignableFrom that allows auto-boxing but follows more closely Java's Class.isAssignableFrom method results, and returns true if either arguments is null.
isStrictTypeCheckingEnabled() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Indicates whether strict type checking is enabled.
isStringType(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if the specified type represents java.lang.String.
isStringType(Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns true if the specified type represents java.lang.String.
isStringType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Determines whether the given;@link IType} represents the String class.
isStringType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Determines whether the given;@link IType} represents the String class.
isStringType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Determines whether the given IType represents the String class.
isStruct() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
isStruct() - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
isStructConverter() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.AbstractConverterMetadata
INTERNAL:
isStructConverter() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.StructConverterMetadata
INTERNAL:
isStructure(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this field accessor represents a structure relationship.
isStructureMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isStructureMapping() - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
INTERNAL:
isSubquery() - Method in class org.eclipse.persistence.internal.jpa.querydef.ExpressionImpl
 
isSubquery() - Method in interface org.eclipse.persistence.internal.jpa.querydef.InternalExpression
 
isSubquery() - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
isSubquery() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Determines whether this JPQLQueryContext currently holds the information of a subquery or for the top-level query.
isSubqueryNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this node a SubqueryNode
isSubqueryNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.SubqueryNode
INTERNAL Is this node a SubqueryNode
isSubSelect() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
isSubSelectExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isSubSelectExpression() - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
INTERNAL:
isSubstitutable() - Method in class org.eclipse.persistence.sdo.SDOProperty
 
isSubType() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Provide a means to determine if this type has base types without causing the base types property to be initialized.
issueSQLbeforeCompletion() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: For synchronized units of work, dump SQL to database
issueSQLbeforeCompletion() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: For synchronized units of work, dump SQL to database.
issueSQLbeforeCompletion(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: For synchronized units of work, dump SQL to database.
isSuffixPerTable() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
PUBLIC: Return true if this descriptor requires a suffix to the table per tenant.
isSuperClassProperty() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isSupersetOf(CoreAttributeGroup<ATTRIBUTE_ITEM, DESCRIPTOR>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Return true if this AttributeGroup is a super-set of the passed in AttributeGroup.
isSupersetOf(CoreAttributeGroup) - Method in class org.eclipse.persistence.internal.queries.EntityFetchGroup
Return true if this EntityFetchGroup is a super-set of the passed in EntityFetchGroup.
isSupersetOf(AttributeGroup) - Method in class org.eclipse.persistence.queries.AttributeGroup
Return true if this AttributeGroup is a super-set of the passed in AttributeGroup.
isSupported() - Method in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Check whether this platform is supported platform.
isSupported() - Method in class org.eclipse.persistence.internal.sessions.factories.model.platform.ServerPlatformConfig
 
isSupported(FeatureSet.Feature) - Method in interface org.eclipse.persistence.jpa.rs.features.FeatureSet
Returns true if given feature is supported.
isSupported(FeatureSet.Feature) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2
Returns true if given feature is supported.
isSupported(FeatureSet.Feature) - Method in class org.eclipse.persistence.jpa.rs.features.FeatureSetV2
Returns true if given feature is supported.
isSupportedCollectionClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Method to return whether the given class is a supported collection class.
isSupportedMapClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Method to return whether the given class is a supported map class.
isSupportedToManyCollectionClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Method to return whether the given class is a supported to many collection class.
isSwaAttachmentRef() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isSwaRef() - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
 
isSwaRef() - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
 
isSwaRef() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
isSwaRef() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
 
isSybase() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isSybase() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isSybase() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
isSybase() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
 
isSymfoware() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isSymfoware() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isSymfoware() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Identifies this database platform as Symfoware's.
isSynchronized() - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
isSynchronized() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return if this session is synchronized.
isSynthetic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaClass
 
isSynthetic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaConstructor
 
isSynthetic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaField
 
isSynthetic() - Method in interface org.eclipse.persistence.jaxb.javamodel.JavaMethod
 
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Not supported.
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
Not supported.
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
Not supported.
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
 
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
 
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Not supported.
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
Not supported.
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Not supported.
isSynthetic() - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Not supported.
isTable() - Method in class org.eclipse.persistence.sequencing.Sequence
 
isTable() - Method in class org.eclipse.persistence.sequencing.TableSequence
 
isTableExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isTableExpression() - Method in class org.eclipse.persistence.internal.expressions.TableExpression
 
isTablePerClassPolicy() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL:
isTablePerClassPolicy() - Method in class org.eclipse.persistence.descriptors.TablePerClassPolicy
INTERNAL:
isTablePerMultitenantPolicy() - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
isTablePerMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
 
isTablePerMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
isTablePerMultitenantPolicy() - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL:
isTableSequenceDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
INTERNAL:
isTableSequenceDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
INTERNAL:
isTableSequenceDefinition() - Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
INTERNAL:
isTail() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the position of the cursor is at the end of the text.
isTempClassLoader() - Method in class org.eclipse.persistence.internal.helper.JPAClassLoaderHolder
INTERNAL:
isThereConflictBetweenLoginAndType() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: Checks for a conflict between pool's type and pool's login
isThereConflictBetweenLoginAndType() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
INTERNAL: Checks for a conflict between pool's type and pool's login
isThreadComplete() - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
Return if the thread is complete
isTimestampInGmt() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Return if timestamps are returned in GMT by the driver.
isTimesTen() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isTimesTen() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isTimesTen() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
 
isTimesTen7() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
isTimesTen7() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
 
isTimesTen7() - Method in class org.eclipse.persistence.platform.database.TimesTen7Platform
 
isTimeZoneQualified() - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
isTolerant() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
Determines whether the parsing system should be tolerant, meaning if it should try to parse invalid or incomplete queries.
isTolerant() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Determines if the parser is in tolerant mode or is in fast mode.
isToManyJoin() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return if the query uses any -m joins, and thus return duplicate/multiple rows.
isTrailing() - Method in class org.eclipse.persistence.internal.jpa.parsing.TrimNode
 
isTransactionActive() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
Deprecated.
 
isTransactional() - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
isTransformation(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents an transformation mapping.
isTransformationMapping() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Related mapping should implement this method to return true.
isTransformationMapping() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
Related mapping should implement this method to return true.
isTransformationMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isTransformationMapping() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL:
isTransient() - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
isTransient() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents a transient mapping.
isTransient() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransientAccessor
INTERNAL: Return true if this accessor represents a transient mapping.
isTransient() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isTransient() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if the class represented by this TypeInfo is marked XmlTransient.
isTransient(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Determines whether the given mapping is a transient attribute.
isTransient(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Determines whether the given mapping is a transient attribute.
isTransient() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMapping
Determines whether this IMapping is a transient mapping.
isTransientType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isTransitionedToDeferredLocks() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTERNAL: Will return if the merge process has transitioned the active merge locks to deferred locks for readlock deadlock avoidance.
isTranslated() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Return true if this database field is a translation.
isTraversable() - Method in interface org.eclipse.persistence.descriptors.WrapperPolicy
PUBLIC: Required: Return true if the wrapped value should be traversed.
isTreatExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
isTreatExpression() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
INTERNAL:
isTreatUsed() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL Return true if treat was used on this expression
isTrue(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate testing for a true value.
isTrue(boolean, String) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
Determines whether the given condition if true or false and if it is false then an Assert.AssertException is thrown.
isTyped() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isTypeDeclarationAssignableTo(Object, Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Determines whether type declaration 1 is an instance of type declaration 2.
isTypeDeclarationAssignableTo(Object, Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Determines whether type declaration 1 is an instance of type declaration 2.
isTypedTextField() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Returns if the field is a typed text field True when we should base conversions on the "type" attribute on elements
isTypedTextField() - Method in class org.eclipse.persistence.oxm.XMLField
Returns if the field is a typed text field True when we should base conversions on the "type" attribute on elements
isTypeNameRequired() - Method in class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
isTypeResolvable(Object) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Determines whether the given type actually exists.
isTypeResolvable(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Determines whether the given type actually exists.
isTypeType() - Method in class org.eclipse.persistence.sdo.SDOType
 
isTypeType() - Method in class org.eclipse.persistence.sdo.types.SDOTypeType
 
isUnaryTable() - Method in class org.eclipse.persistence.sequencing.Sequence
 
isUnaryTable() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
 
isUndeployed() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
isUnidirectionalOneToManyMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL:
isUnidirectionalOneToManyMapping() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL:
isUnion() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Determines whether this UnionClause uses the UNION identifier.
isUnionField() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
INTERNAL: Returns false since this is a union field The subclass XMLUnionField returns true for this
isUnionField() - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL: Returns false since this is a union field The subclass XMLUnionField returns true for this
isUnionField() - Method in class org.eclipse.persistence.oxm.XMLUnionField
INTERNAL: returns true since this is a union field
isUnique() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Used for generating DDL.
isUnique() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Answer whether the receiver is a unique constraint field.
isUnique() - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
 
isUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if this session is a unit of work.
isUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Return if this session is a unit of work.
isUnitOfWork() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if this session is a unit of work.
isUniversal() - Method in class org.eclipse.persistence.history.AsOfClause
PUBLIC: Answers if this is a UniversalAsOfClause, one to be applied to the entire selection criteria.
isUniversal() - Method in class org.eclipse.persistence.internal.history.UniversalAsOfClause
 
isUnmarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.NodeValue
 
isUnmarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
isUnmarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
isUnmarshalNodeValue() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
 
isUnregisteredExistingObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if the object is a known unregistered existing object.
isUnregisteredNewObjectInParent(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if the object was existing but not registered in the parent of the nested unit of work.
isUpdatable() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Returns whether the column should be included in SQL INSERT statements.
isUpdate() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
isUpdateable() - Method in class org.eclipse.persistence.descriptors.CacheIndex
Return if the index field can be updated.
isUpdateAllQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this is an update all query.
isUpdateAllQuery() - Method in class org.eclipse.persistence.queries.UpdateAllQuery
INTERNAL: Return true if this is an update all query.
isUpdateNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.QueryNode
 
isUpdateNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.UpdateNode
 
isUpdateObjectQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this is an update object query.
isUpdateObjectQuery() - Method in class org.eclipse.persistence.queries.UpdateObjectQuery
PUBLIC: Return if this is an update object query.
isUpperCaseString(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Returns true if the string given is an all upper case string
isUsedToSetPrimaryKey() - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
PUBLIC:
isUserDefined() - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
isUserDefined() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return true if the query is a custom user defined query.
isUserDefinedConnection() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
INTERNAL: Return if part of a connection pool.
isUserDefinedSQLCall() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return true if the query is a custom user defined SQL call query.
isUsesBindingSet() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL Indicates whether usesBinding has been set.
isUseXsdTypesWithPrefix() - Method in class org.eclipse.persistence.internal.oxm.JsonTypeConfiguration
Getter for useXsdTypesWithPrefix property.
isUsingDefaultConstructor() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
If no method name is specified, they we have to use the default (zero-argument) constructor.
isUsingExactMatch() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Determines whether the string representation of any given StateObject should reflect the exact string that was parsed.
isUsingMethodAccess() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: Return if method access is used.
isUsingOuterJoinForMultitableInheritance() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL: indicates whether additional expressions for multitable inheritance should be used and are available
isValid() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Returns true if this Accessor can continue to be used.
isValid() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Returns true if this Accessor can continue to be used.
isValid(Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Returns true if the Object with the same id and Class type of the the given Object is valid in the cache.
isValid(Class, Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Returns true if the Object with the id and Class type is valid in the cache.
isValid(Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Return if this object is valid in the cache.
isValid(Vector, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Deprecated.
isValid(Object, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Return if this object is valid in the cache.
isValid(Record, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Return if this object is valid in the cache.
isValid(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
Returns true if the Object with the same id and Class type of the the given Object is valid in the cache.
isValid(Class, Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
Returns true if the Object with the id and Class type is valid in the cache.
isValid() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Determines whether the visited Expression is valid or not based on the JPQLQueryBNF that was specified.
isValid(Object, String, Object...) - Static method in class org.eclipse.persistence.jpa.jpql.Assert
Determines whether the given object is one of the given choices using identity check.
isValid(Document, ErrorHandler) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
 
isValid(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns true if an Object with the same primary key and Class type of the the given Object is valid in the cache.
isValid(Vector, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
Deprecated.
since EclipseLink 2.1, replaced by isValid(Object, Class)
isValid(Object, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns true if the Object described by the given primary key and Class type is valid in the cache.
isValid(Record, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Returns true if this Object with the given primary key of the Row and Class type given is valid in the cache.
isValidated() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL:
isValidating() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
isValidationOnly(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
isValidationXmlPresent() - Static method in class org.eclipse.persistence.internal.jpa.metadata.beanvalidation.ValidationXMLReader
Checks if validation.xml exists.
isValidationXmlPresent() - Static method in class org.eclipse.persistence.jaxb.ValidationXMLReader
Checks if validation.xml exists.
isValidBlobType(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.metadata.converters.LobMetadata
INTERNAL: Returns true if the given class is a valid blob type.
isValidClobType(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.metadata.converters.LobMetadata
INTERNAL: Returns true if the given class is a valid clob type.
isValidContainer(Object) - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
INTERNAL: Validate the container type.
isValidContainer(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return whether the specified object is of a valid container type.
isValidContainer(Object) - Method in class org.eclipse.persistence.internal.queries.ListContainerPolicy
INTERNAL: Validate the container type.
isValidContainer(Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Validate the container type.
isValidContainerType(Class) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return whether the specified type is a valid container type.
isValidContainerType(Class) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Validate the container type.
isValidEnumeratedType(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.metadata.converters.EnumeratedMetadata
INTERNAL: Return true if the given class is a valid enum type.
isValidHavingExpr(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.GroupByNode
INTERNAL Returns true if the sp
isValidLobType(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.metadata.converters.LobMetadata
INTERNAL: Returns true if the given class is a valid lob type.
isValidPersistenceField(boolean, ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataField
INTERNAL: Return true is this field is a valid persistence field.
isValidPersistenceField(ClassAccessor, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataField
INTERNAL: Return true is this field is a valid persistence field.
isValidPersistenceMethod(boolean, ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL: Return true is this method is a valid persistence method.
isValidPersistenceMethod(ClassAccessor, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL: Return true is this method is a valid persistence method.
isValidPersistenceMethodName() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
isValidTemporalType(MetadataClass) - Static method in class org.eclipse.persistence.internal.jpa.metadata.converters.TemporalMetadata
INTERNAL: Returns true if the given class is a valid temporal type and must be marked temporal.
isValidType(Class) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Verify that a class type is valid to use for the proxy.
isValidXmlNCName(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL: Validates whether given string is a valid XML non-colonial name (NCName).
isValueExpression() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Subclasses implement (isParameterExpression() || isConstantExpression())
isValueExpression() - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
INTERNAL:
isValueExpression() - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL:
isValueHolderInterface() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: If somehow we are processing a class that was weaved to have value holders, we should ignore the processing of this mapping.
isValueHolderProperty() - Method in class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
isValueProperty() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
isValueReadQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return if this is a value read query.
isValueReadQuery() - Method in class org.eclipse.persistence.queries.ValueReadQuery
PUBLIC: Return if this is a value read query.
isValuesAccessor() - Method in class org.eclipse.persistence.internal.dynamic.ValuesAccessor
 
isValuesAccessor() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
 
isVariable(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Returns true if the specified string denotes a variable.
isVariableInINClauseSelected(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
Answer true if a variable in the IN clause is SELECTed
isVariableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Is this node a VariableNode
isVariableNode() - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
INTERNAL Is this node a VariableNode
isVariableNodeAttribute() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isVariableOneToOne() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Return true if this accessor represents a variable one to one mapping.
isVariableOneToOne() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
INTERNAL:
isVariableOneToOne(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents a variable 1-1 relationship.
isVariableOneToOneMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Related mapping should implement this method to return true.
isVariableOneToOneMapping() - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL:
isVersion(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Return true if this accessor represents a version mapping.
isVersion() - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.SingularAttributeProxyImpl
 
isVersion() - Method in class org.eclipse.persistence.internal.jpa.metamodel.SingularAttributeImpl
Is the attribute a version attribute.
isVirtual() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isVirtual() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Determines whether this AbstractExpression is virtual, meaning it's not part of the query but is required for proper navigability.
isVirtual() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Determines whether this identification variable is virtual, meaning it's not part of the query but is required for proper navigability.
isVirtualAttributeAccessor() - Method in class org.eclipse.persistence.internal.descriptors.VirtualAttributeAccessor
 
isVirtualAttributeAccessor() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
 
isVirtualProperty() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
isVoid() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL: Return if this is the void class.
isVolatile() - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
isVowel(char) - Static method in class org.eclipse.persistence.internal.helper.Helper
Returns true if the character given is a vowel.
isWeavedObjectBasicIndirectionPolicy() - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL:
isWeavedObjectBasicIndirectionPolicy() - Method in class org.eclipse.persistence.internal.indirection.WeavedObjectBasicIndirectionPolicy
 
isWeavingEagerEnabled() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return if the project should use indirection for eager relationships.
isWeavingEnabled() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Checks if is weaving enabled.
isWeavingFetchGroupsEnabled() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return if the project should process fetch groups.
isWeavingLazyEnabled() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return if the project should use indirection for lazy relationships.
isWebLogicOracleOCIDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether a WebLogic Oracle OCI JDBC driver is being used.
isWebLogicSQLServerDBLibDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether a WebLogic SQL Server dblib JDBC driver is being used.
isWebLogicSQLServerDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether a WebLogic SQL Server JDBC driver is being used.
isWebLogicSybaseDBLibDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether a WebLogic Sybase dblib JDBC driver is being used.
isWebLogicThinClientDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether a WebLogic thin client JDBC driver is being used.
isWebLogicThinDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return whether a WebLogic thin JDBC driver is being used.
isWhitespaceAware() - Method in class org.eclipse.persistence.internal.oxm.NodeValue
 
isWhitespaceAware() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
isWhitespaceAware() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyObjectMappingNodeValue
 
isWhitespaceAware() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
 
isWhitespaceAware() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
isWhitespaceAware() - Method in class org.eclipse.persistence.internal.oxm.XMLDirectMappingNodeValue
 
isWhitespaceAware() - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
isWhitespaceNode(Text) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
isWhitespaceNode(Text) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Check to see if the text node represents a whitespace node.
isWhitespacePreservedForMixedContent() - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyCollectionMapping
 
isWhitespacePreservedForMixedContent() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
Setting this to true indicates that text nodes containing *only* whitespaces should still be added to the collection as strings for mixed content.
isWithinFlush() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
Return whether we are already performing a flush() call
isWordSeparator(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the given character is not considered to be part of a word (which is usually comprise of alphanumeric characters).
isWrapped(Object) - Method in interface org.eclipse.persistence.descriptors.WrapperPolicy
PUBLIC: Required: Return true if the object is already wrapped.
isWrapper() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Returns true if this Instance of CacheKey is a wrapper and should be unwrapped before passing to IdentityMap APIs.
isWrapper() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
 
isWrapper() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
isWrapperAllowedAsCollectionName() - Method in interface org.eclipse.persistence.internal.oxm.ContainerValue
For media types that provide a native representation of collections (such as JSON arrays), can the representation be simplified so that the grouping element can be used as the collection name.
isWrapperAllowedAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
 
isWrapperAllowedAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
isWrapperAllowedAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
isWrapperAllowedAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
isWrapperAllowedAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
isWrapperAllowedAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
 
isWrapperAllowedAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
 
isWrapperAllowedAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
isWrapperAllowedAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
isWrapperAllowedAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
 
isWrapperAllowedAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathCollectionMappingNodeValue
 
isWrapperAsArrayName() - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
If true the grouping element will be used as the JSON key.
isWrapperAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.Marshaller
 
isWrapperAsCollectionName() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
isWrapperAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
 
isWrapperAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
 
isWrapperAsCollectionName() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
isWrapperAsCollectionName() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
isWrapperAsCollectionName() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
isWrapperAsCollectionName() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
isWrapperClass(Object) - Method in class org.eclipse.persistence.internal.helper.BasicTypeHelperImpl
Returns true if the specified type is a wrapper class.
isWrapperFor(Class<?>) - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
isWrapperNodeValue() - Method in class org.eclipse.persistence.internal.oxm.CollectionGroupingElementNodeValue
 
isWrapperNodeValue() - Method in class org.eclipse.persistence.internal.oxm.NodeValue
 
isWrapperType() - Method in class org.eclipse.persistence.sdo.SDOType
 
isWrapperType() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
 
isWriteableInverseReference() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isWriteObjectQuery() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return true if this is a write object query.
isWriteObjectQuery() - Method in class org.eclipse.persistence.queries.WriteObjectQuery
PUBLIC: Return if this is a write object query.
isWriteOnly() - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
INTERNAL:
isWriteOnly() - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Some mappings support no attribute (transformation and multitenant primary key).
isWriteOnly() - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
 
isWriteOnly() - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
 
isWriteOnly() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Gets the value of the writeOnly property.
isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Gets the value of the writeOnly property.
isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the writeOnly property.
isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the writeOnly property.
isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Gets the value of the writeOnly property.
isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Gets the value of the writeOnly property.
isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Gets the value of the writeOnly property.
isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Gets the value of the writeOnly property.
isWriteOnly() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Gets the value of the writeOnly property.
isWriteOnly() - Method in class org.eclipse.persistence.mappings.AttributeAccessor
INTERNAL:
isWriteOnly() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Some mappings support no attribute (transformation and multitenant primary key).
isWriteOnly() - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Return if the transformation has no attribute, is write only.
isWriteOnly() - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL This mapping must be write only as their is no attribute to read into.
isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
 
isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
 
isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
 
isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
 
isWriteOnly() - Method in interface org.eclipse.persistence.oxm.mappings.XMLMapping
 
isWriteOnly() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
 
isXDBDocument(Object) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Indicates whether the passed object is an instance of XDBDocument.
isXDBDocument(Object) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Indicates whether the passed object is an instance of XDBDocument.
isXmlAccessorFactorySupport() - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Indicates whether this AnnotationsProcessor has been configured to enable processing of XmlAccessorFactory annotations.
isXmlAttachmentRef() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Return if this element is associated with an XmlAttachmentRef annotation
isXmlAttachmentRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the xmlAttachmentRef property.
isXmlAttachmentRef() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlAttachmentRef property.
isXMLDeclaration() - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
Return the XML declaration of the document.
isXMLDescriptor() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return if the descriptor maps to XML.
isXMLDescriptor() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Return if the descriptor maps to XML.
isXmlElementNillable() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Indicates if XmlElementNillable is set.
isXmlElementType() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isXMLFormat() - Method in class org.eclipse.persistence.eis.EISDescriptor
 
isXmlId() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if this property is an ID field.
isXmlId() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the xmlId property.
isXmlId() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlId property.
isXmlIdExtension() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if this property is an ID extension field.
isXmlIdRef() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if this property is a reference to an ID field.
isXmlIdref() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the xmlIdref property.
isXmlIdref() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlIdref property.
isXmlIdref() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Gets the value of the xmlIdref property.
isXmlInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlInlineBinaryData property.
isXmlInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the xmlInlineBinaryData property.
isXmlInlineBinaryData() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlInlineBinaryData property.
isXmlKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the xmlKey property.
isXmlKey() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlKey property.
isXmlList() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if this property is an XmlList.
isXmlList() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Gets the value of the xmlList property.
isXmlList() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlList property.
isXmlList() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Gets the value of the xmlList property.
isXmlLocation() - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
isXmlLocation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Gets the value of the xmlLocation property.
isXmlLocation() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransient
Gets the value of the xmlLocation property.
isXMLMapping() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: All relational mappings should implement this method to return true.
isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
INTERNAL:
isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
INTERNAL:
isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
INTERNAL:
isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
INTERNAL:
isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
INTERNAL:
isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
INTERNAL: Indicates that this is an XML mapping.
isXMLMapping() - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
INTERNAL:
isXMLMappingMetadataComplete() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return true if an xml-mapping-metadata-complete setting has been set for this persistence unit.
isXMLMappingMetadataComplete() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL: Used for OX mapping.
isXmlMappingMetadataComplete() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Gets the value of the xmlMappingMetadataComplete property.
isXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Gets the value of the xmlMixed property.
isXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Gets the value of the xmlMixed property.
isXmlMixed() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Gets the value of the xmlMixed property.
isXMLObjectBuilder() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
 
isXMLObjectBuilder() - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
isXmlRootElement() - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Track if this element had an @XmlRootElement annotation
isXmlTransformation() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if this property represents an XmlTransformation.
isXmlTransient() - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Gets the value of the xmlTransient property.
isXmlValue() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if this property is an XmlValue.
isXmlValueExtension() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if this property is an XmlValueExtension.
isXOPPackage() - Method in class org.eclipse.persistence.internal.dbws.SOAPAttachmentHandler
 
isXOPPackage() - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
isXOPPackage() - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
isXOPPackage() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
isXOPPackage() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentMarshallerAdapter
 
isXOPPackage() - Method in class org.eclipse.persistence.jaxb.attachment.AttachmentUnmarshallerAdapter
 
isXOPPackage() - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentMarshaller
 
isXOPPackage() - Method in interface org.eclipse.persistence.oxm.attachment.XMLAttachmentUnmarshaller
 
isXOPPackage() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
isXOPPackage() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
isXSD(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Indicates if this helper contains XSD information for the specified type.
isXSD(Type) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
isXsd() - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Returns if this property was declared in an XML schema.
isXsd() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Returns if this property was declared in an XML schema.
isXsdList() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Indicates if this Type is an xsd:list in the schema
isXsiNilRepresentsNull() - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
Gets the value of the xsiNilRepresentsNull property.
isXsiTypeIndicatorField() - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
isXsiTypeIndicatorField() - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
isXsiTypeIndicatorField() - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
isZeroValidPrimaryKey - Static variable in class org.eclipse.persistence.internal.helper.Helper
Deprecated.
Instead of setting the flag to true use: session.getProject().setDefaultIdValidation(IdValidation.NULL)
item(int) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLNodeList
 
item(int) - Method in class org.eclipse.persistence.platform.xml.XMLNodeList
 
ITEM_LINKS_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
ItemLinks - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
Represents a list of links for REST collection or entity resource.
ItemLinks() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.ItemLinks
 
ItemLinksBuilder - Class in org.eclipse.persistence.jpa.rs.features
Convenient ItemLinks object builder.
ItemLinksBuilder() - Constructor for class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder
 
ItemLinksMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the ItemLinks class available in our Dynamic JAXB context.
ItemLinksMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.ItemLinksMetadataSource
 
items() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
Returns the list of items that have caused the original list to change.
items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
Returns the list of items that have caused the original list to change.
items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Returns an ListIterable over the children.
items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns an ListIterable over the children.
items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Returns an ListIterable over the children.
items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathIdentificationVariableDeclarationStateObject
Returns an ListIterable over the children.
items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Returns an ListIterable over the children.
items() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Returns an ListIterable over the children.
items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Returns an ListIterable over the children.
items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Returns an ListIterable over the children.
items() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Returns the segments in the state field path in order.
ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Notifies the list of items has changed.
itemsAdded(IListChangeEvent<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeListener
Notifies this listener new items have been added to the list.
itemsMoved(IListChangeEvent<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeListener
Notifies this listener the list had items moved within the list.
itemsRemoved(IListChangeEvent<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeListener
Notifies this listener items have been removed from the list.
itemsSize() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
Returns the number of items that caused the original list to change.
itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
Returns the number of items that caused the original list to change.
itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Returns the number of children this list holder has.
itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Returns the number of children this list holder has.
itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Returns the number of children this list holder has.
itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Returns the number of children this list holder has.
itemsSize() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Returns the number of children this list holder has.
itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Returns the number of children this list holder has.
itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Returns the number of children this list holder has.
itemsSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Returns the number of segments in the path expression.
iterate(DescriptorIterator) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Perform the iteration operation on the objects attributes through the mappings.
iterate(Expression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionIterator
INTERNAL: This method must be defined by subclasses to implement the logic of the iteratation.
iterate(DescriptorIterator) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Iterate on the appropriate attribute value.
iterate(DescriptorIterator) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Iterate on the appropriate attribute value.
iterate(DescriptorIterator) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Iterate on the iterator's current object's attribute defined by this mapping.
iterate(DescriptorIterator) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
INTERNAL: Iterate on the appropriate attribute.
iterate(DescriptorIterator) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Iterate on the appropriate attribute value.
iterate(DescriptorIterator) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Perform the iteration opperation on the iterators current objects attributes.
iterate(DescriptorIterator) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: Iterate on the appropriate attribute value.
iterate(DescriptorIterator) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: Iterate on the appropriate attribute value.
iterate(DescriptorIterator) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: Iterate on the appropriate attribute value.
iterate(DescriptorIterator) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: Iterate on the appropriate attribute value.
iterate(DescriptorIterator) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: Iterate on the appropriate attribute value.
iterate(DescriptorIterator) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
iterateForAggregateMapping(Object, DatabaseMapping, ClassDescriptor) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Iterate on the mapping's reference object and recursively iterate on the reference object's reference objects.
iterateIndirectContainerForMapping(IndirectContainer, DatabaseMapping) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Iterate on the indirection object for its mapping.
iterateOn(ExpressionIterator) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: For iterating using an inner class
iterateOn(ExpressionIterator) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL: For iterating using an inner class
iterateOn(ExpressionIterator) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL: For iterating using an inner class
iterateOn(Vector) - Method in class org.eclipse.persistence.internal.expressions.ExpressionIterator
INTERNAL:
iterateOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionIterator
INTERNAL: Return the call.
iterateOn(ExpressionIterator) - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
INTERNAL: Also iterate over the sub-select if present.
iterateOn(ExpressionIterator) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: For iterating using an inner class
iterateOn(ExpressionIterator) - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
INTERNAL: For iterating using an inner class
iterateOnAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Iterate over the specified attribute value,
iterateOnAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Iterate over the specified attribute value,
iterateOnAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Iterate over the specified attribute value, heeding the settings in the iterator.
iterateOnAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Iterate over the specified attribute value.
iterateOnAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Iterate over the specified attribute value.
iterateOnElement(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Iterate on the specified element.
iterateOnElement(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Iterate on the specified element.
iterateOnElement(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Iterate on the specified element.
iterateOnElement(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Iterate on the specified element.
iterateOnMapKey(DescriptorIterator, Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Used in Descriptor Iteration to iterate on map keys.
iterateOnMapKey(DescriptorIterator, Object) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Used in Descriptor Iteration to iterate on map keys.
iterateOnMapKey(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Called when iterating through descriptors to handle iteration on this mapping when it is used as a MapKey
iterateOnMapKey(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Called when iterating through descriptors to handle iteration on this mapping when it is used as a MapKey.
iterateOnMapKey(DescriptorIterator, Object) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Called when iterating through descriptors to handle iteration on this mapping when it is used as a MapKey
iterateOnMapKey(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Called when iterating through descriptors to handle iteration on this mapping when it is used as a MapKey
iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Iterate on the attribute value.
iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Iterate on the attribute value.
iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Iterate on the attribute value.
iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Iterate on the attribute value.
iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Iterate on the attribute value.
iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Iterate on the attribute value.
iterateOnRealAttributeValue(DescriptorIterator, Object) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Iterate on the attribute value.
iteratePrimitiveForMapping(Object, DatabaseMapping) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Iterate on the primitive value for its mapping.
iterateReferenceObjectForMapping(Object, DatabaseMapping) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Iterate on the mapping's reference object and recursively iterate on the reference object's reference objects.
iterateValueHolderForMapping(ValueHolderInterface, DatabaseMapping) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Iterate on the value holder for its mapping.
iterator() - Method in class org.eclipse.persistence.indirection.IndirectList
 
iterator() - Method in class org.eclipse.persistence.indirection.IndirectSet
 
iterator() - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
Get an iterator for this IdentityHashSet
iterator() - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
iterator() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
iterator() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
 
iterator() - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectSet
 
iterator() - Method in class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer
INTERNAL: Returns an Iterator over attribute name tokens.
iterator() - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
iterator() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.EmptyIterable
iterator() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SingleElementListIterable
iterator() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable
 
iterator() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
iterator() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
 
iterator() - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterable.ListIterable
iterator() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable
 
iterator() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
iterator() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
 
iteratorFor(Object) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Return an iterator for the given container.
iteratorFor(Object) - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
INTERNAL: Return an iterator for the given container.
iteratorFor(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return an iterator for the given container.
iteratorFor(Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Return an Iterator for the given container.
iteratorFor(Object) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: Return an list iterator for the given container.
iteratorFor(Object) - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: Return an iterator for the given container.
IType - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
The external representation of a Java type.
ITypeDeclaration - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
The external representation of a type declaration, which is used to give more information about the type, i.e.
ITypeHelper - Interface in org.eclipse.persistence.jpa.jpql
 
ITypeRepository - Interface in org.eclipse.persistence.jpa.jpql.tools.spi
The external representation of the repository of Java types, which gives access to the application's classes.

J

JAR_FILES_IN_PERSISTENCE_XML_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
JarFileArchive - Class in org.eclipse.persistence.internal.jpa.deployment
This is an implementation of Archive when container returns a file: url that refers to a jar file.
JarFileArchive(URL, JarFile, String) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.JarFileArchive
 
JarFileArchive(URL, JarFile, String, Logger) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.JarFileArchive
 
jarFilesInPersistenceXmlNotSupported() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
JarInputStreamURLArchive - Class in org.eclipse.persistence.internal.jpa.deployment
This is an implementation of Archive which is used when container returns some form of URL from which an InputStream in jar format can be obtained.
JarInputStreamURLArchive(URL, String) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.JarInputStreamURLArchive
 
JarInputStreamURLArchive(URL, String, Logger) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.JarInputStreamURLArchive
 
JAVA_CLASS_INVOKING_ERROR - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
JAVA_CLASS_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
JAVA_CLASS_PROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
JAVA_CLASS_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
JAVA_PACKAGE_NAME_SEPARATOR - Static variable in class org.eclipse.persistence.sdo.SDOConstants
Strings used when generating classes
JAVA_TYPE_GENERATION_DEFAULT_PACKAGE_NAME_SEARCH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
Search string concatenated from default package for type generation and the package separator dot
JAVA_TYPE_IS_NOT_A_VALID_DATABASE_TYPE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
JAVA_TYPEGENERATION_DEFAULT_PACKAGE_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
JAVA_TYPEGENERATION_NO_NAMESPACE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
JavaAnnotation - Interface in org.eclipse.persistence.jaxb.javamodel
INTERNAL:
JavaAnnotationImpl - Class in org.eclipse.persistence.jaxb.javamodel.reflection
INTERNAL:
JavaAnnotationImpl(Annotation) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
 
JavaAttribute - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for java-attribute complex type.
JavaAttribute() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
 
JavaAttributes() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.JavaType.JavaAttributes
 
JavaClass - Interface in org.eclipse.persistence.jaxb.javamodel
INTERNAL:
JAVACLASS_PROPERTY_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
JavaClassImpl - Class in org.eclipse.persistence.jaxb.javamodel.reflection
INTERNAL:
JavaClassImpl(Class, JavaModelImpl) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
JavaClassImpl(ParameterizedType, Class, JavaModelImpl) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
JavaClassInstanceOf - Enum in org.eclipse.persistence.jaxb.javamodel
INTERNAL:
javaClassNotSpecified(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
JavaConstructor - Interface in org.eclipse.persistence.jaxb.javamodel

Purpose
: JavaModel representation of a java.lang.reflect.Constructor object.
JavaConstructorImpl - Class in org.eclipse.persistence.jaxb.javamodel.reflection
Purpose: JavaModel representation of a java.lang.reflect.Constructor object.
JavaConstructorImpl(Constructor, JavaModelImpl) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaConstructorImpl
 
JavaDB - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
JavaDBPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Allows to use JavaDBPlatform as a synonym for DerbyPlatform
JavaDBPlatform() - Constructor for class org.eclipse.persistence.platform.database.JavaDBPlatform
 
JAVADOC_END - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
JAVADOC_LINE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
JAVADOC_START - Static variable in class org.eclipse.persistence.sdo.SDOConstants
Strings used when generating javadocs in generated Java source files
JavaField - Interface in org.eclipse.persistence.jaxb.javamodel
INTERNAL:
JavaFieldImpl - Class in org.eclipse.persistence.jaxb.javamodel.reflection
INTERNAL:
JavaFieldImpl(Field, JavaModelImpl) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
JavaFieldImpl(Field, JavaModelImpl, Boolean) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaFieldImpl
 
JavaHasAnnotations - Interface in org.eclipse.persistence.jaxb.javamodel
INTERNAL:
JavaLangMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes java.lang package classes available to JPA-RS JAXB context.
JavaLangMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.JavaLangMetadataSource
 
JavaLog - Class in org.eclipse.persistence.logging
PUBLIC:
JavaLog() - Constructor for class org.eclipse.persistence.logging.JavaLog
INTERNAL:
JavaLogConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.log
INTERNAL:
JavaLogConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.log.JavaLogConfig
 
JavaLogger - Static variable in class org.eclipse.persistence.config.LoggerType
 
JavaMathMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes java.math package classes available to JPA-RS JAXB context.
JavaMathMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.JavaMathMetadataSource
 
JavaMethod - Interface in org.eclipse.persistence.jaxb.javamodel
INTERNAL:
JavaMethodImpl - Class in org.eclipse.persistence.jaxb.javamodel.reflection
INTERNAL:
JavaMethodImpl(Method, JavaModelImpl) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
JavaMethodImpl(Method, JavaModelImpl, Boolean) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaMethodImpl
 
JavaModel - Interface in org.eclipse.persistence.jaxb.javamodel
INTERNAL:
JavaModelImpl - Class in org.eclipse.persistence.jaxb.javamodel.reflection
INTERNAL:
JavaModelImpl(ClassLoader) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
JavaModelImpl(ClassLoader, AnnotationHelper) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
JavaModelInput - Interface in org.eclipse.persistence.jaxb.javamodel
INTERNAL:
JavaModelInputImpl - Class in org.eclipse.persistence.jaxb.javamodel.reflection
INTERNAL:
JavaModelInputImpl(Type[], JavaModel) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
This constructor builds an array of JavaClass objects from an array of Types.
JavaModelInputImpl(TypeMappingInfo[], JavaModel) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
 
JavaModelInputImpl(Class[], JavaModel) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
 
JavaPackage - Interface in org.eclipse.persistence.jaxb.javamodel
INTERNAL:
JavaPackageImpl - Class in org.eclipse.persistence.jaxb.javamodel.reflection
INTERNAL:
JavaPackageImpl(Package, JavaModelImpl) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
 
JavaPackageImpl(Package, JavaModelImpl, Boolean) - Constructor for class org.eclipse.persistence.jaxb.javamodel.reflection.JavaPackageImpl
 
JavaPlatform - Class in org.eclipse.persistence.internal.helper
INTERNAL: JavaPlatform abstracts the version of the JDK we are using.
JavaPlatform() - Constructor for class org.eclipse.persistence.internal.helper.JavaPlatform
 
javaReservedWordsList - Static variable in class org.eclipse.persistence.sdo.SDOConstants
The following reserved words are not valid in generated classes with prepended get/set
JAVASE7_INDIRECT_COLLECTIONS - Static variable in class org.eclipse.persistence.config.SystemProperties
Deprecated.
JAVASE_DB_INTERACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The system property "INTERACT_WITH_DB" specifies to enable or disable the execution of DDL (configured with the "eclipselink.ddl-generation" property) against a database.
JavaSECMPInitializer - Class in org.eclipse.persistence.internal.jpa.deployment
INTERNAL: JavaSECMPInitializer is used to bootstrap the deployment of EntityBeans in EJB 3.0 when deployed in a non-managed setting It is called internally by our Provider
JavaSECMPInitializer.TempEntityLoader - Class in org.eclipse.persistence.internal.jpa.deployment
This class loader is provided at initialization time to allow us to temporarily load domain classes so we can examine them for annotations.
JavaSECMPInitializerAgent - Class in org.eclipse.persistence.internal.jpa.deployment
This agent is intended to be run prior to start up on a CMP3 JavaSE application.
JavaSECMPInitializerAgent() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializerAgent
 
JavaSEPlatform - Enum in org.eclipse.persistence.internal.helper
Java SE platforms supported by EclipseLink.
JavaSerializer - Class in org.eclipse.persistence.sessions.serializers
Plain old Java serialization.
JavaSerializer() - Constructor for class org.eclipse.persistence.sessions.serializers.JavaSerializer
 
JavaSqlDate_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
JavaSqlTime_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
JavaSqlTimestamp_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
javaType(QName) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
 
javaType(QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
JavaType - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
JavaType() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.JavaType
 
JavaType.JavaAttributes - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
JAVATYPE_NOT_ALLOWED_IN_BINDINGS_FILE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
javaTypeIsNotAValidDatabaseType(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
javaTypeNotAllowedInBindingsFile(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception should be used when a TypeMappingInfo is specified but the Type is not set on it.
JavaTypes() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.JavaTypes
 
JavaUtilMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes java.util package classes available to JPA-RS JAXB context.
JavaUtilMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.JavaUtilMetadataSource
 
JavaVersion - Class in org.eclipse.persistence.internal.helper
Java version storage class.
JavaVersion(int, int) - Constructor for class org.eclipse.persistence.internal.helper.JavaVersion
Constructs an instance of Java specification version number.
JAXB_FRAGMENT - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
JAXB_MARSHALLER - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
JAXBArrayAttributeAccessor - Class in org.eclipse.persistence.internal.jaxb.many
AttributeAccessor used in conjunction with an XMLCompositeDirectCollectionMapping to enable support for mapping to arrays
JAXBArrayAttributeAccessor(CoreAttributeAccessor, CoreContainerPolicy, ClassLoader) - Constructor for class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
 
JAXBBinder - Class in org.eclipse.persistence.jaxb
INTERNAL
JAXBBinder(JAXBContext, XMLMarshaller, XMLUnmarshaller) - Constructor for class org.eclipse.persistence.jaxb.JAXBBinder
 
JAXBClassGenerator - Class in org.eclipse.persistence.sdo.helper.jaxb
A wrapper for the SDOClassGenerator that understands the JAXB compiler options and translates them to the SDO equivalents.
JAXBClassGenerator() - Constructor for class org.eclipse.persistence.sdo.helper.jaxb.JAXBClassGenerator
 
JaxbClassLoader - Class in org.eclipse.persistence.internal.jaxb
INTERNAL:
JaxbClassLoader(ClassLoader) - Constructor for class org.eclipse.persistence.internal.jaxb.JaxbClassLoader
 
JaxbClassLoader(ClassLoader, Class[]) - Constructor for class org.eclipse.persistence.internal.jaxb.JaxbClassLoader
 
JaxbClassLoader(ClassLoader, Type[]) - Constructor for class org.eclipse.persistence.internal.jaxb.JaxbClassLoader
 
JaxbClassLoader(ClassLoader, TypeMappingInfo[]) - Constructor for class org.eclipse.persistence.internal.jaxb.JaxbClassLoader
 
JAXBContext - Class in org.eclipse.persistence.jaxb
Purpose:Provide a EclipseLink implementation of the JAXBContext interface.
JAXBContext(XMLContext) - Constructor for class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBContext for a given XMLContext.
JAXBContext(XMLContext, Generator, Type[]) - Constructor for class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBContext.
JAXBContext(XMLContext, Generator, TypeMappingInfo[]) - Constructor for class org.eclipse.persistence.jaxb.JAXBContext
Create a JAXBContext.
JAXBContext.JAXBContextInput - Class in org.eclipse.persistence.jaxb
The JAXBContextInput is used to create a JAXBContextState which is responsible for accessing the underlying XMLContext
JAXBContextFactory - Class in org.eclipse.persistence.jaxb
Purpose:An EclipseLink specific JAXBContextFactory.
JAXBContextFactory() - Constructor for class org.eclipse.persistence.jaxb.JAXBContextFactory
 
JAXBContextInput(Map, ClassLoader) - Constructor for class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
Create a new JAXBContextInput with the specified Map of properties and ClassLoader.
JAXBContextProperties - Class in org.eclipse.persistence.jaxb
These are properties that may be passed in to create a JAXBContext:
JAXBContextProperties() - Constructor for class org.eclipse.persistence.jaxb.JAXBContextProperties
 
JAXBDataFactory - Class in org.eclipse.persistence.sdo.helper.jaxb
This implementation of commonj.sdo.helper.DataFactory is responsible for ensuring that newly created DataObjects are assigned a JAXB aware value store.
JAXBDataFactory(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.jaxb.JAXBDataFactory
 
JAXBELEMENT_CLASS - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
JAXBElementConverter - Class in org.eclipse.persistence.internal.jaxb
 
JAXBElementConverter(Field, Class, Class) - Constructor for class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
 
JAXBElementRootConverter - Class in org.eclipse.persistence.internal.jaxb
Convert between instances of XMLRoot and JAXBElement
JAXBElementRootConverter(Class) - Constructor for class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
 
JAXBEnumTypeConverter - Class in org.eclipse.persistence.jaxb
INTERNAL:
JAXBEnumTypeConverter(Mapping, String, boolean) - Constructor for class org.eclipse.persistence.jaxb.JAXBEnumTypeConverter
PUBLIC:
JAXBErrorHandler - Class in org.eclipse.persistence.jaxb
Implementation of org.xml.sax.ErrorHandler.
JAXBErrorHandler(ValidationEventHandler) - Constructor for class org.eclipse.persistence.jaxb.JAXBErrorHandler
Create a new JAXBErrorHandler with the specified ValidationEventHandler
JAXBException - Exception in org.eclipse.persistence.exceptions
Purpose: This class provides an implementation of EclipseLinkException specific to the EclipseLink JAXB implementation
JAXBExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: Purpose:
JAXBExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.JAXBExceptionResource
 
JAXBHelper - Class in org.eclipse.persistence.jaxb
This class provides a mechanism to obtain the EclipseLink implementation of various JAXB runtime classes based on a given JAXB class/interface.
JAXBHelper() - Constructor for class org.eclipse.persistence.jaxb.JAXBHelper
 
JAXBHelperContext - Class in org.eclipse.persistence.sdo.helper.jaxb
The JAXBHelperContext is a bridge between POJOs and SDO DataObjects.
JAXBHelperContext(JAXBContext) - Constructor for class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
Create a new instance of JAXBHelperContext
JAXBHelperContext(JAXBContext, ClassLoader) - Constructor for class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
Create a new instance of JAXBHelperContext
JAXBIntrospector - Class in org.eclipse.persistence.jaxb
INTERNAL
JAXBIntrospector(XMLContext) - Constructor for class org.eclipse.persistence.jaxb.JAXBIntrospector
 
JAXBList - Class in org.eclipse.persistence.sdo.helper.jaxb
JAXBList wraps the POJOs collection in order to provide additional SDO information.
JAXBList(JAXBValueStore, SDOProperty) - Constructor for class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
JAXBListWrapper - Class in org.eclipse.persistence.sdo.helper.jaxb
 
JAXBListWrapper(JAXBValueStore, SDOProperty) - Constructor for class org.eclipse.persistence.sdo.helper.jaxb.JAXBListWrapper
 
JAXBLocalization - Class in org.eclipse.persistence.internal.localization
 
JAXBLocalization() - Constructor for class org.eclipse.persistence.internal.localization.JAXBLocalization
 
JAXBLocalizationResource - Class in org.eclipse.persistence.internal.localization.i18n
 
JAXBLocalizationResource() - Constructor for class org.eclipse.persistence.internal.localization.i18n.JAXBLocalizationResource
 
JAXBMarshaller - Class in org.eclipse.persistence.jaxb
INTERNAL:
JAXBMarshaller(XMLMarshaller, JAXBContext) - Constructor for class org.eclipse.persistence.jaxb.JAXBMarshaller
This constructor initializes various settings on the XML marshaller.
JAXBMarshalListener - Class in org.eclipse.persistence.jaxb
INTERNAL:
JAXBMarshalListener(JAXBContext, Marshaller) - Constructor for class org.eclipse.persistence.jaxb.JAXBMarshalListener
 
JAXBMetadataLogger - Class in org.eclipse.persistence.jaxb.compiler
Class used to log warnings during the processing of JAXB annotations and OXM XML bindings files.
JAXBMetadataLogger() - Constructor for class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
Create a new JAXBMetadataLogger
JAXBMetadataLogger(int) - Constructor for class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
Create a new JAXBMetadataLogger and set the logLevel.
JAXBSchemaOutputResolver - Class in org.eclipse.persistence.internal.jaxb
Implementation of a SchemaModelOutputResolver that wraps a javax.xml.bind.SchemaOutputResolver instance.
JAXBSchemaOutputResolver(SchemaOutputResolver) - Constructor for class org.eclipse.persistence.internal.jaxb.JAXBSchemaOutputResolver
This constructor sets the underlying SchemaOutputResolver to be used during createOutput operation.
JAXBSetMethodAttributeAccessor - Class in org.eclipse.persistence.internal.jaxb
This accessor should be used when processing a class that uses method access, and a has set method but no get method.
JAXBSetMethodAttributeAccessor(String, ClassLoader) - Constructor for class org.eclipse.persistence.internal.jaxb.JAXBSetMethodAttributeAccessor
This constructor sets the set method input parameter type (as string) as well as the classloader that will be used to load the associated class during initialization.
JAXBTypeElement - Class in org.eclipse.persistence.jaxb
Subclass of JAXBElement to allow the use of ParameterizedTypes.
JAXBTypeElement(QName, Object, ParameterizedType) - Constructor for class org.eclipse.persistence.jaxb.JAXBTypeElement
Create a new JAXBTypeElement.
JAXBTypeElement(QName, Object, Class) - Constructor for class org.eclipse.persistence.jaxb.JAXBTypeElement
Create a new JAXBTypeElement.
JAXBTypesafeEnumConverter - Class in org.eclipse.persistence.jaxb
Purpose: JAXBTypesafeEnumConverter is used to allow mapping to type safe enums according to the JAXB 1.0 spec.
JAXBTypesafeEnumConverter() - Constructor for class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
PUBLIC: Default constructor.
JAXBUnmarshaller - Class in org.eclipse.persistence.jaxb
INTERNAL:
JAXBUnmarshaller(XMLUnmarshaller, JAXBContext) - Constructor for class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
JAXBUnmarshallerHandler - Class in org.eclipse.persistence.jaxb
Implementation of UnmarshallerHandler to be used by JAXBUnmarshaller.
JAXBUnmarshallerHandler(JAXBUnmarshaller) - Constructor for class org.eclipse.persistence.jaxb.JAXBUnmarshallerHandler
Create a new JAXBUnmarshallerHandler with the specified JAXBUnmarshaller
JAXBUnmarshalListener - Class in org.eclipse.persistence.jaxb
INTERNAL:
JAXBUnmarshalListener(Unmarshaller) - Constructor for class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
 
JAXBValidator - Class in org.eclipse.persistence.jaxb
Facilitates JAXBValidation.
JAXBValidator(XMLValidator) - Constructor for class org.eclipse.persistence.jaxb.JAXBValidator
This constructor creates a DefaultValidationEventHandlervalidation instance, and sets the XMLMarshaller instance to the one provided.
JAXBValueStore - Class in org.eclipse.persistence.sdo.helper.jaxb
The JAXBValueStore enables a DataObject to access data from a POJO.
JAXBValueStore(JAXBHelperContext, SDOType) - Constructor for class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
 
JAXBValueStore(JAXBHelperContext, Object) - Constructor for class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
 
JAXBXMLHelper - Class in org.eclipse.persistence.sdo.helper.jaxb
This implementation of commonj.sdo.helper.XMLHelper is responsible for ensuring that newly unmarshalled DataObjects are assigned a JAXB aware value store.
JAXBXMLHelper(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.jaxb.JAXBXMLHelper
Create a new instance of JAXBXMLHelper
JAXBXMLHelper(HelperContext, ClassLoader) - Constructor for class org.eclipse.persistence.sdo.helper.jaxb.JAXBXMLHelper
Create a new instance of JAXBXMLHelper
JAXP_PLATFORM_CLASS_NAME - Static variable in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
 
JAXPNamespaceContext - Class in org.eclipse.persistence.platform.xml.jaxp
Purpose: Wrap a org.eclipse.persistence.platform.xml.XMLNamespaceResolver and expose it as a javax.xml.namespace.NamespaceContext.
JAXPNamespaceContext(XMLNamespaceResolver) - Constructor for class org.eclipse.persistence.platform.xml.jaxp.JAXPNamespaceContext
 
JAXPParser - Class in org.eclipse.persistence.platform.xml.jaxp
Purpose: An implementation of XMLParser using JAXP 1.3 APIs.
JAXPParser() - Constructor for class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Default constructor.
JAXPParser(DocumentBuilderFactory, ErrorHandler) - Constructor for class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
This constructor can increase performance by providing existing documentBuilderFactory and errorHandler.
JAXPParser(Map<String, Boolean>) - Constructor for class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
This constructor provides way to specify features for parser.
JAXPPlatform - Class in org.eclipse.persistence.platform.xml.jaxp
Purpose: An implementation of XMLPlatform using JAXP 1.3 APIs.
JAXPPlatform() - Constructor for class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
JAXPTransformer - Class in org.eclipse.persistence.platform.xml.jaxp
Purpose: An implementation of XMLTransformer using JAXP 1.3 APIs.
JAXPTransformer() - Constructor for class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
JBoss - Static variable in class org.eclipse.persistence.config.TargetServer
 
JBossPlatform - Class in org.eclipse.persistence.platform.server.jboss
PUBLIC: This is the concrete subclass responsible for representing JBoss-specific server behavior.
JBossPlatform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.jboss.JBossPlatform
INTERNAL: Default Constructor: All behavior for the default constructor is inherited
JBossPlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
JBossPlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.JBossPlatformConfig
 
JBossRuntimeServices - Class in org.eclipse.persistence.services.jboss
Purpose: Provide a dynamic interface into the EclipseLink Session.
JBossRuntimeServices() - Constructor for class org.eclipse.persistence.services.jboss.JBossRuntimeServices
PUBLIC: Default Constructor
JBossRuntimeServices(AbstractSession) - Constructor for class org.eclipse.persistence.services.jboss.JBossRuntimeServices
PUBLIC: Create an instance of JBossRuntimeServices to be associated with the provided session
JBossRuntimeServices(Locale) - Constructor for class org.eclipse.persistence.services.jboss.JBossRuntimeServices
Create an instance of JBossRuntimeServices to be associated with the provided locale The user must call setSession(Session) afterwards to define the session.
JBossTransactionController - Class in org.eclipse.persistence.transaction.jboss
Purpose: TransactionController implementation for JBoss JTA
JBossTransactionController() - Constructor for class org.eclipse.persistence.transaction.jboss.JBossTransactionController
 
JCEEncryptor - Class in org.eclipse.persistence.internal.security
TopLink reference implementation for password encryption.
JCEEncryptor() - Constructor for class org.eclipse.persistence.internal.security.JCEEncryptor
 
JDBC - Static variable in class org.eclipse.persistence.config.BatchWriting
 
JDBC20_BATCH_WRITING_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
JDBC_BIND_PARAMETERS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property "eclipselink.jdbc.bind-parameters" configures whether parameter binding will be used in the creation of JDBC prepared statements.
JDBC_CONNECTIONS_INITIAL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_INITIAL
JDBC_CONNECTIONS_MAX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_MAX
JDBC_CONNECTIONS_MIN - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_MIN
JDBC_CONNECTIONS_WAIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_WAIT
JDBC_CONNECTOR - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.connector" property.
Allows a custom connector to be used to define how to connect to the database.
JDBC_DRIVER - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
JDBC Driver class name.
JDBC_DRIVER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.jdbc.driver" property specifies the JDBC DriverManager class name used for internal connection pooling when a data source is not being used.
JDBC_FETCH_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.jdbc.fetch-size"
JDBC_FIRST_RESULT - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.jdbc.first-result"
JDBC_MAX_ROWS - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.jdbc.max-rows"
JDBC_PASSWORD - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
DataSource or JDBC DriverManager password.
JDBC_PASSWORD - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.jdbc.password" property specifies the data source or JDBC password.
JDBC_PROPERTY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.property." property allows passing of JDBC driver specific connection properties.
JDBC_READ_CONNECTIONS_INITIAL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_INITIAL
JDBC_READ_CONNECTIONS_MAX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_MAX
JDBC_READ_CONNECTIONS_MIN - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_MIN
JDBC_READ_CONNECTIONS_SHARED - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_SHARED
JDBC_RESULT_SET_ACCESS_OPTIMIZATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.result-set-access-optimization" property allows to set whether a query should by default use ResultSet Access optimization.
JDBC_SEQUENCE_CONNECTION_POOL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_SEQUENCE
JDBC_SEQUENCE_CONNECTION_POOL_DATASOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
JDBC_SEQUENCE_CONNECTION_POOL_INITIAL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_INITIAL
JDBC_SEQUENCE_CONNECTION_POOL_MAX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_MAX
JDBC_SEQUENCE_CONNECTION_POOL_MIN - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_MIN
JDBC_TIMEOUT - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.jdbc.timeout"
JDBC_URL - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
JDBC Connection String.
JDBC_URL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.jdbc.url" property specifies the JDBC URL used for internal connection pooling when a data source is not being used.
JDBC_USER - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
DataSource or JDBC DriverManager user name.
JDBC_USER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.jdbc.user" property specifies the data source or JDBC user name.
JDBC_WRITE_CONNECTIONS_INITIAL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_INITIAL
JDBC_WRITE_CONNECTIONS_MAX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_MAX
JDBC_WRITE_CONNECTIONS_MIN - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
as of EclipseLink 2.2 replaced by PersistenceUnitProperties.CONNECTION_POOL_MIN
JDBCType - Interface in org.eclipse.persistence.platform.database.jdbc
PUBLIC: Marker interface for JDBC type metadata
JDBCTypes - Enum in org.eclipse.persistence.platform.database.jdbc
PUBLIC: JDBC types
JDBCTypeWrapper - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: a helper class that holds DatabaseType's.
JDBCTypeWrapper() - Constructor for class org.eclipse.persistence.internal.sessions.factories.JDBCTypeWrapper
 
JDBCTypeWrapper(DatabaseType) - Constructor for class org.eclipse.persistence.internal.sessions.factories.JDBCTypeWrapper
 
JDK15Platform - Class in org.eclipse.persistence.internal.helper
INTERNAL: Implements operations specific to JDK 1.5
JDK15Platform() - Constructor for class org.eclipse.persistence.internal.helper.JDK15Platform
 
JDK16Platform - Class in org.eclipse.persistence.internal.helper
INTERNAL: Implements operations specific to JDK 1.6
JDK16Platform() - Constructor for class org.eclipse.persistence.internal.helper.JDK16Platform
 
JDK_1_5 - Static variable in class org.eclipse.persistence.Version
Deprecated.
Use JavaSEPlatform instead. Will be removed in 2.7.
JDK_1_6 - Static variable in class org.eclipse.persistence.Version
Deprecated.
Use JavaSEPlatform instead. Will be removed in 2.7.
JDK_1_7 - Static variable in class org.eclipse.persistence.Version
Deprecated.
Use JavaSEPlatform instead. Will be removed in 2.7.
JDK_1_8 - Static variable in class org.eclipse.persistence.Version
Deprecated.
Use JavaSEPlatform instead. Will be removed in 2.7.
JDK_1_9 - Static variable in class org.eclipse.persistence.Version
Deprecated.
Use JavaSEPlatform instead. Will be removed in 2.7.
JDK_VERSION - Static variable in class org.eclipse.persistence.Version
Deprecated.
Use JavaSEPlatform instead. Will be removed in 2.7.
JDK_VERSION_NOT_SET - Static variable in class org.eclipse.persistence.Version
Deprecated.
Use JavaSEPlatform instead. Will be removed in 2.7.
JDKPlatform - Interface in org.eclipse.persistence.internal.helper
INTERNAL: Interface which abstracts the version of the JDK we are on.
JGeometry - Static variable in class org.eclipse.persistence.config.StructConverterType
 
JGROUPS - Static variable in class org.eclipse.persistence.config.CacheCoordinationProtocol
 
JGroupsRemoteConnection - Class in org.eclipse.persistence.internal.sessions.coordination.jgroups
Purpose: Define the implementation of the abstract RemoteConnection for JGroups.
JGroupsRemoteConnection(RemoteCommandManager, JChannel, boolean) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
INTERNAL: Constructor creating either a local or external connection.
JGroupsRemoteConnection(RemoteCommandManager) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
Creates local connections.
JGroupsTransportManager - Class in org.eclipse.persistence.sessions.coordination.jgroups
Purpose: Provide a transport implementation for the Remote Command Module (RCM) that publishes to a JGroup channel.
JGroupsTransportManager() - Constructor for class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
PUBLIC: Creates a JGroupsTransportManager.
JGroupsTransportManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
PUBLIC: Creates a JGroupsTransportManager.
JMS - Static variable in class org.eclipse.persistence.config.CacheCoordinationProtocol
 
JMSProcessingExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for JMSProcessingException messages.
JMSProcessingExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.JMSProcessingExceptionResource
 
JMSPublishing - Static variable in class org.eclipse.persistence.config.CacheCoordinationProtocol
 
JMSPublishingHelper - Class in org.eclipse.persistence.sessions.coordination.jms
This helper class allows access to abstract JMSPublishingTransportManager internals when processing JMS messages for RCM, and can be expanded upon to include other EclipseLink JMS functionality.
JMSPublishingHelper() - Constructor for class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingHelper
 
JMSPublishingTransportManager - Class in org.eclipse.persistence.sessions.coordination.jms
Purpose: Provide a transport implementation for the Remote Command Module (RCM) that publishes to a JMS topic.
JMSPublishingTransportManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
PUBLIC: Creates a JMSPublishingOnlyTopicTransportManager
JMSPublishingTransportManagerConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.transport
INTERNAL:
JMSPublishingTransportManagerConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.transport.JMSPublishingTransportManagerConfig
 
JMSTopicRemoteConnection - Class in org.eclipse.persistence.internal.sessions.coordination.jms
Purpose: Define the implementation of the abstract RemoteConnection for JMS.
JMSTopicRemoteConnection(RemoteCommandManager, TopicConnectionFactory, Topic, boolean, boolean) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
INTERNAL: Constructor creating either a local or external connection.
JMSTopicRemoteConnection(RemoteCommandManager) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
Creates local connections that do not use a TopicConnection or TopicSession, useful only for processing already received JMS messages
JMSTopicTransportManager - Class in org.eclipse.persistence.sessions.coordination.jms
Purpose: Provide a transport implementation for the Remote Command Module (RCM) that both publishes and subscribes to a JMS topic.
JMSTopicTransportManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.jms.JMSTopicTransportManager
 
JMSTopicTransportManagerConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.transport
INTERNAL:
JMSTopicTransportManagerConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.transport.JMSTopicTransportManagerConfig
 
JMX_MBEANSERVER_INDEX_DEFAULT_FOR_MULTIPLE_SERVERS - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
The default indexed MBeanServer instance to use when multiple MBeanServer instances exist on the platform - usually only in JBoss
JMX_REGISTER_DEV_MBEAN_PROPERTY - Static variable in class org.eclipse.persistence.platform.server.ServerPlatformBase
This System property "eclipselink.register.dev.mbean" when set to true will enable registration/unregistration of the DevelopmentServices MBean
JMX_REGISTER_RUN_MBEAN_PROPERTY - Static variable in class org.eclipse.persistence.platform.server.ServerPlatformBase
This System property "eclipselink.register.run.mbean" when set to true will enable registration/unregistration of the RuntimeServices MBean
JMX_REGISTRATION_PREFIX - Static variable in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
This is the prefix for all MBeans that are registered with their specific session name appended
JMXEnabledPlatform - Interface in org.eclipse.persistence.platform.server
PUBLIC: This interface must be implemented by server platform classes that have JMX/MBean functionality enabled in EclipseLink.
As of EclipseLink
JMXServerPlatformBase - Class in org.eclipse.persistence.platform.server
PUBLIC: Subclass of org.eclipse.persistence.platform.server.ServerPlatformBase in support of the JMXEnabledPlatform interface
JMXServerPlatformBase(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.JMXServerPlatformBase
INTERNAL: Default Constructor: Initialize so that runtime services and JTA are enabled.
JNDI_NAMING_SERVICE - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
Valid values for naming service type
JNDI_TRANSACTION_MANAGER_NAME - Static variable in class org.eclipse.persistence.transaction.glassfish.GlassfishTransactionController
 
JNDI_TRANSACTION_MANAGER_NAME - Static variable in class org.eclipse.persistence.transaction.oc4j.Oc4jTransactionController
 
JNDI_TRANSACTION_MANAGER_NAME - Static variable in class org.eclipse.persistence.transaction.sap.SAPNetWeaverTransactionController
 
JNDI_TRANSACTION_MANAGER_NAME - Static variable in class org.eclipse.persistence.transaction.wls.WebLogicTransactionController
 
JNDI_TRANSACTION_MANAGER_NAME_AS4 - Static variable in class org.eclipse.persistence.transaction.jboss.JBossTransactionController
 
JNDI_TRANSACTION_MANAGER_NAME_AS7 - Static variable in class org.eclipse.persistence.transaction.jboss.JBossTransactionController
 
JNDIConnector - Class in org.eclipse.persistence.sessions
Specifies the J2EE DataSource lookup options.
JNDIConnector() - Constructor for class org.eclipse.persistence.sessions.JNDIConnector
PUBLIC: Construct a Connector with no settings.
JNDIConnector(Context, String) - Constructor for class org.eclipse.persistence.sessions.JNDIConnector
PUBLIC: Construct a Connector with the datasource name.
JNDIConnector(String) - Constructor for class org.eclipse.persistence.sessions.JNDIConnector
PUBLIC: Construct a Connector with the datasource name.
JNDIConnector(DataSource) - Constructor for class org.eclipse.persistence.sessions.JNDIConnector
PUBLIC: Construct a Connector with the datasource object.
jndiLookup(String) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
PUBLIC: Look up a given name in JNDI.
jndiLookupException(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
jndiName - Variable in class org.eclipse.persistence.internal.jpa.DataSourceConfig
JNDI name that data source should be bound to
JNDINamingServiceConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.transport.naming
INTERNAL:
JNDINamingServiceConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
 
join(Expression, Expression) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Defines a join between the two objects based on the specified ON clause.
join(Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
Defines a join between this expression and the target expression based on the ON clause.
JOIN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
JOIN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
join() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
join(SingularAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
 
join(CollectionAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
 
join(SetAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
 
join(ListAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
 
join(MapAttribute<? super E, L, W>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
 
join(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
 
join(SingularAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
 
join(CollectionAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
 
join(SetAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
 
join(ListAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
 
join(MapAttribute<? super E, L, W>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
 
join(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
 
join(SingularAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
 
join(CollectionAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
 
join(SetAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
 
join(ListAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
 
join(MapAttribute<? super E, L, W>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
 
join(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
 
join(SingularAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
 
join(CollectionAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
 
join(SetAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
 
join(ListAttribute<? super E, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
 
join(MapAttribute<? super E, L, W>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
 
join(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
 
join(SingularAttribute<? super X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
join(SingularAttribute<? super X, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
join(CollectionAttribute<? super X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
join(SetAttribute<? super X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
join(ListAttribute<? super X, Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
join(MapAttribute<? super X, K, V>) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
join(CollectionAttribute<? super X, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
join(SetAttribute<? super X, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
join(ListAttribute<? super X, Y>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
join(MapAttribute<? super X, K, V>, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
join(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
join(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
JOIN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'JOIN'.
Join - Class in org.eclipse.persistence.jpa.jpql.parser
A JOIN enables the fetching of an association as a side effect of the execution of a query.
Join(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.Join
Creates a new Join.
JOIN_EXISTING_TRANSACTION - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Set to "true" this property forces persistence context to read through JTA-managed ("write") connection in case there is an active transaction.
JOIN_EXISTING_TRANSACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.transaction.join-existing" property set to "true" forces persistence context to read through JTA-managed ("write") connection in case there is an active transaction.
JOIN_EXPRESSIONS_NOT_APPLICABLE_ON_NON_OBJECT_REPORT_ITEM - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
JOIN_FETCH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'JOIN FETCH'.
Join_InvalidIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
Join_InvalidJoinAssociationPath - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
Join_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
Join_MissingJoinAssociationPath - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JOIN_TABLE_CATALOG - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
JOIN_TABLE_NAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
JOIN_TABLE_SCHEMA - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
JOIN_TYPE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Notifies the join type property has changed.
joinAssociationPathExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
JoinAssociationPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a join association path expression.
JoinAssociationPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JoinAssociationPathExpressionBNF
Creates a new JoinAssociationPathExpressionBNF.
joinAssociationPaths() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Returns the segments in the state field path in order.
joinAssociationPathSize() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Returns the number of segments in the path expression.
JoinBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the join expression.
JoinBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JoinBNF
Creates a new JoinBNF.
joinCollection(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
 
joinCollection(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
 
joinCollection(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
 
joinCollection(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
 
joinCollection(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
joinCollection(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
JoinCollectionValuedPathExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
 
JoinCollectionValuedPathExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JoinCollectionValuedPathExpressionFactory
Creates a new JoinCollectionValuedPathExpressionFactory.
JoinColumn - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
JoinColumnImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
JoinColumnImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.JoinColumnImpl
 
JoinColumnMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Object to process JPA join columns EclipseLink database fields.
JoinColumnMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.JoinColumnMetadata
INTERNAL: Used for XML loading.
JoinColumnMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.JoinColumnMetadata
INTERNAL: Used for annotation loading.
JoinDeclNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
JoinDeclNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.JoinDeclNode
 
JoinedAttributeManager - Class in org.eclipse.persistence.internal.queries
Purpose: A common class to be used by ObjectLevelReadQueries and ReportItems.
JoinedAttributeManager() - Constructor for class org.eclipse.persistence.internal.queries.JoinedAttributeManager
 
JoinedAttributeManager(ClassDescriptor, ExpressionBuilder, ObjectBuildingQuery) - Constructor for class org.eclipse.persistence.internal.queries.JoinedAttributeManager
 
joinExpressionsNotApplicableOnNonObjectReportItem(String, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
JoinFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This JoinFactory creates a new Join when the portion of the query to parse starts with JOIN or FETCH JOIN, respectively.
JoinFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JoinFactory
Creates a new JoinFactory.
JoinFetch - Annotation Type in org.eclipse.persistence.annotations
A JoinFetch annotation can be used on any relationship mapping, (OneToOne, ManyToOne, OneToMany, ManyToMany, BasicCollection, BasicMap).
JoinFetch_InvalidIdentification - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JoinFetch_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JoinFetch_MissingJoinAssociationPath - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JoinFetch_WrongClauseDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JoinFetchBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the fetch join expression.
JoinFetchBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JoinFetchBNF
Creates a new JoinFetchBNF.
JoinFetchType - Enum in org.eclipse.persistence.annotations
An enum type that is used within the JoinFetch annotation.
JoinField - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
JoinFieldImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
JoinFieldImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.JoinFieldImpl
 
JoinFieldMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Synonym for JoinColumn for NoSql data.
JoinFieldMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.JoinFieldMetadata
INTERNAL: Used for XML loading.
JoinFieldMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.JoinFieldMetadata
INTERNAL: Used for annotation loading.
JoinImpl<Z,X> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the Join interface of the JPA criteria API.
JoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.JoinImpl
 
JoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.JoinImpl
 
JoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>, JoinType, FromImpl) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.JoinImpl
 
JOINING_ACROSS_INHERITANCE_WITH_MULTIPLE_TABLES - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
joiningAcrossInheritanceClassWithMultipleTablesNotSupported(DatabaseQuery, Class) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
joinKey() - Method in class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl
 
joinKey(JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl
 
joinList(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
 
joinList(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
 
joinList(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
 
joinList(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
 
joinList(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
joinList(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
joinMap(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
 
joinMap(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
 
joinMap(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
 
joinMap(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
 
joinMap(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
joinMap(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
joinRelationTableField(Expression, Expression) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Adds to the passed expression a single relation table field joined to source field.
JOINS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Notifies the content of the list of JoinStateObject has changed.
joinSet(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
 
joinSet(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
 
joinSet(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
 
joinSet(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
 
joinSet(String) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
joinSet(String, JoinType) - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
 
joinSpec() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
JoinStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A JOIN enables the fetching of an association as a side effect of the execution of a query.
JoinStateObject(AbstractIdentificationVariableDeclarationStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Creates a new JoinStateObject.
JoinStateObject(AbstractIdentificationVariableDeclarationStateObject, String, boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Creates a new JoinStateObject.
JoinTable - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
JoinTableImpl - Class in org.eclipse.persistence.internal.jpa.config.tables
JPA scripting API implementation.
JoinTableImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.tables.JoinTableImpl
 
JoinTableMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.tables
INTERNAL: Object to hold onto join table metadata in a EclipseLink database table.
JoinTableMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.JoinTableMetadata
INTERNAL: Used for XML loading.
JoinTableMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.JoinTableMetadata
INTERNAL: Used for defaulting.
JoinTableMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.JoinTableMetadata
INTERNAL: Used for annotation loading.
joinTransaction() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Indicate to the EntityManager that a JTA transaction is active.
joinVariables(Set) - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
joinVariables(Set) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
Iterate the set of variables declared in an outer scope and connect the inner variable expression with the outer one.
JotmTransactionController - Class in org.eclipse.persistence.transaction.jotm
Purpose: TransactionController implementation for JOTM
JotmTransactionController() - Constructor for class org.eclipse.persistence.transaction.jotm.JotmTransactionController
 
JPA - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
JPA10 - Static variable in class org.eclipse.persistence.config.ParserValidationType
 
JPA20 - Static variable in class org.eclipse.persistence.config.ParserValidationType
 
JPA21 - Static variable in class org.eclipse.persistence.config.ParserValidationType
 
JPA_ACCESS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
JPA Annotations
JPA_ACCESS_FIELD - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
JPA AccessType enum values
JPA_ACCESS_PROPERTY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ASSOCIATION_OVERRIDE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ASSOCIATION_OVERRIDES - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ATTRIBUTE_OVERRIDE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ATTRIBUTE_OVERRIDES - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_BASIC - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CACHE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CACHE_RETRIEVE_MODE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CACHE_STORE_MODE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CACHEABLE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CASCADE_ALL - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
JPA CascadeType enum values
JPA_CASCADE_DETACH - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CASCADE_MERGE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CASCADE_PERSIST - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CASCADE_REFRESH - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CASCADE_REMOVE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_COLLECTION_TABLE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_COLUMN_RESULT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CONSTRAINT_MODE_CONSTRAINT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
JPA ConstraintMode enum values
JPA_CONSTRAINT_MODE_NO_CONSTRAINT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CONSTRAINT_MODE_PROVIDER_DEFAULT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CONVERT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CONVERTER - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_CONVERTS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_DISCRIMINATOR_CHAR - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_DISCRIMINATOR_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_DISCRIMINATOR_INTEGER - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_DISCRIMINATOR_STRING - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
JPA DiscriminatorType enum values
JPA_DISCRIMINATOR_VALUE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ELEMENT_COLLECTION - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_EMBEDDABLE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_EMBEDDED - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_EMBEDDED_ID - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ENTITY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ENTITY_GRAPH - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ENTITY_GRAPHS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ENTITY_LISTENERS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ENTITY_RESULT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ENUM_ORDINAL - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
JPA EnumType enum values
JPA_ENUM_STRING - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ENUMERATED - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_EXCLUDE_DEFAULT_LISTENERS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_EXCLUDE_SUPERCLASS_LISTENERS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_FETCH_EAGER - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
JPA FetchType enum values
JPA_FETCH_GRAPH - Static variable in class org.eclipse.persistence.config.QueryHints
"javax.persistence.fetchgraph"
JPA_FETCH_LAZY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_FIELD_RESULT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_GENERATED_VALUE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_GENERATION_AUTO - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_GENERATION_IDENTITY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_GENERATION_SEQUENCE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_GENERATION_TABLE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
JPA GenerationType enum values
JPA_ID - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ID_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_INHERITANCE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_INHERITANCE_JOINED - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_INHERITANCE_SINGLE_TABLE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
JPA InheritanceType enum values
JPA_INHERITANCE_TABLE_PER_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_JOIN_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_JOIN_COLUMNS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_JOIN_TABLE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_LOAD_GRAPH - Static variable in class org.eclipse.persistence.config.QueryHints
"javax.persistence.loadgraph"
JPA_LOB - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_MANY_TO_MANY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_MANY_TO_ONE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_MAP_KEY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_MAP_KEY_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_MAP_KEY_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_MAP_KEY_ENUMERATED - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_MAP_KEY_JOIN_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_MAP_KEY_JOIN_COLUMNS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_MAP_KEY_TEMPORAL - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_MAPPED_SUPERCLASS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_MAPS_ID - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_NAMED_NATIVE_QUERIES - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_NAMED_NATIVE_QUERY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_NAMED_QUERIES - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_NAMED_QUERY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_NAMED_STORED_PROCEDURE_QUERIES - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_NAMED_STORED_PROCEDURE_QUERY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ONE_TO_MANY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ONE_TO_ONE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ORDER_BY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ORDER_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_ORM_FILE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataHelper
 
JPA_PARAMETER - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_PARAMETER_IN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
JPA ParameterMode enum values
JPA_PARAMETER_INOUT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_PARAMETER_OUT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_PARAMETER_REF_CURSOR - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_PERSISTENCE_PACKAGE_PREFIX - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
Used by canonical model generator
JPA_POST_LOAD - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_POST_PERSIST - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_POST_REMOVE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_POST_UPDATE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_PRE_PERSIST - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_PRE_REMOVE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_PRE_UPDATE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_PRIMARY_KEY_JOIN_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_PRIMARY_KEY_JOIN_COLUMNS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_SECONDARY_TABLE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_SECONDARY_TABLES - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_SEQUENCE_GENERATOR - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_SQL_RESULT_SET_MAPPING - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_SQL_RESULT_SET_MAPPINGS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_STATIC_METAMODEL - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_STORED_PROCEDURE_PARAMETER - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_TABLE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_TABLE_GENERATOR - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_TEMPORAL - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_TEMPORAL_DATE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
JPA TemporalType enum values
JPA_TEMPORAL_TIME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_TEMPORAL_TIMESTAMP - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_TRANSIENT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_TRANSIENT_DESCRIPTION - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
JPA_UNIQUE_CONSTRAINT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JPA_VERSION - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
JpaCache - Interface in org.eclipse.persistence.jpa
Extends JPA Cache interface with additional EclipseLink API.
JPAClassLoaderHolder - Class in org.eclipse.persistence.internal.helper
INTERNAL: This class is a composite object containing the classLoader and a flag that is true if the classLoader returned is temporary.
JIRA EJBTHREE-572 requires that we use the real classLoader in place of the getNewTempClassLoader().
JPAClassLoaderHolder(ClassLoader) - Constructor for class org.eclipse.persistence.internal.helper.JPAClassLoaderHolder
INTERNAL: Create an instance of JPAClassLoaderHolder that wraps aClassLoader that is an original call to get*ClassLoader().
JPAClassLoaderHolder(ClassLoader, boolean) - Constructor for class org.eclipse.persistence.internal.helper.JPAClassLoaderHolder
INTERNAL: Create an instance of JPAClassLoaderHolder that wraps aClassLoader and the inUse boolean.
JPAConversionManager - Class in org.eclipse.persistence.internal.helper
Purpose: Extension to the existing conversion manager to support the EJB 3.0 spec.
JPAConversionManager() - Constructor for class org.eclipse.persistence.internal.helper.JPAConversionManager
 
JpaCriteriaBuilder - Interface in org.eclipse.persistence.jpa
PUBLIC: EclipseLInk specific JPA Criteria interface.
JPADynamicHelper - Class in org.eclipse.persistence.jpa.dynamic
 
JPADynamicHelper(EntityManagerFactory) - Constructor for class org.eclipse.persistence.jpa.dynamic.JPADynamicHelper
 
JPADynamicHelper(EntityManager) - Constructor for class org.eclipse.persistence.jpa.dynamic.JPADynamicHelper
 
JPADynamicTypeBuilder - Class in org.eclipse.persistence.jpa.dynamic
 
JPADynamicTypeBuilder(Class<?>, DynamicType, String...) - Constructor for class org.eclipse.persistence.jpa.dynamic.JPADynamicTypeBuilder
 
JPADynamicTypeBuilder(DynamicClassLoader, ClassDescriptor, DynamicType) - Constructor for class org.eclipse.persistence.jpa.dynamic.JPADynamicTypeBuilder
 
JPAEntityListenerHolder - Class in org.eclipse.persistence.internal.jpa.metadata.listeners
 
JPAEntityListenerHolder() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
 
JpaEntityManager - Interface in org.eclipse.persistence.jpa
Purpose: Defines the Interface for EclipseLink extensions to the EntityManager
JpaEntityManagerFactory - Interface in org.eclipse.persistence.jpa
Purpose: Defines the Interface for EclipseLink extensions to the EntityManagerFactory
JpaHelper - Class in org.eclipse.persistence.jpa
This sample illustrates the JPA helper methods that may be of use to EclipseLink customers attempting to leverage EclipseLink specific functionality.
JpaHelper() - Constructor for class org.eclipse.persistence.jpa.JpaHelper
 
JPAInitializer - Class in org.eclipse.persistence.internal.jpa.deployment
Base class for all JPA initialization classes.
JPAInitializer() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
 
JPAMetadataSource(XRDynamicClassLoader, Reader) - Constructor for class org.eclipse.persistence.internal.xr.XRServiceFactory.JPAMetadataSource
 
JPAQuery - Class in org.eclipse.persistence.internal.jpa
Purpose: A JPA placeholder Query object to store JPQL strings so that processing the string is delayed until Login.
JPAQuery() - Constructor for class org.eclipse.persistence.internal.jpa.JPAQuery
 
JPAQuery(String) - Constructor for class org.eclipse.persistence.internal.jpa.JPAQuery
 
JPAQuery(String, String, String, Map<String, Object>) - Constructor for class org.eclipse.persistence.internal.jpa.JPAQuery
JPQL
JPAQuery(String, String, Map<String, Object>) - Constructor for class org.eclipse.persistence.internal.jpa.JPAQuery
 
JPAQuery(String, StoredProcedureCall, Map<String, Object>) - Constructor for class org.eclipse.persistence.internal.jpa.JPAQuery
 
JpaQuery<X> - Interface in org.eclipse.persistence.jpa
PUBLIC: EclipseLInk specific JPA query interface.
JPAQueryBuilder - Interface in org.eclipse.persistence.queries
This interface defines the entry point for implementing a JPQL query parsing system in EclipseLink.
JPARS - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
JPARS_CONTEXT - Static variable in class org.eclipse.persistence.jpa.rs.PersistenceContext
 
JPARS_DEFAULT_PAGE_LIMIT - Static variable in class org.eclipse.persistence.jpa.rs.SystemDefaults
 
JPARS_DEFAULT_PAGE_OFFSET - Static variable in class org.eclipse.persistence.jpa.rs.SystemDefaults
 
JPARS_LINK_NAME - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_LINKS_NAME - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_LIST_GROUPING_NAME - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
Deprecated.
JPARS_LIST_ITEM_ID - Static variable in class org.eclipse.persistence.jpa.rs.QueryParameters
 
JPARS_LIST_ITEM_NAME - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_LIST_ITEMS_NAME - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_PAGING_LIMIT - Static variable in class org.eclipse.persistence.jpa.rs.QueryParameters
 
JPARS_PAGING_OFFSET - Static variable in class org.eclipse.persistence.jpa.rs.QueryParameters
 
JPARS_REL_ALTERNATE - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_REL_CANONICAL - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_REL_CREATE - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_REL_DELETE - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_REL_DESCRIBED_BY - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_REL_DESCRIBES - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_REL_EXECUTE - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_REL_FIND - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_REL_NEXT - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_REL_PREV - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_REL_SELF - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_REL_UPDATE - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
JPARS_RELATIONSHIP_PARTNER - Static variable in class org.eclipse.persistence.jpa.rs.MatrixParameters
JPARS_RELATIONSHIP_PARTNER - Static variable in class org.eclipse.persistence.jpa.rs.QueryParameters
 
JPARSErrorCodes - Class in org.eclipse.persistence.exceptions
 
JPARSErrorCodes() - Constructor for class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
JPARSException - Exception in org.eclipse.persistence.jpa.rs.exceptions
 
JPARSException() - Constructor for exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Instantiates a new JPARS exception.
JPARSException(String) - Constructor for exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
 
JPARSExceptionMapper - Class in org.eclipse.persistence.jpa.rs.exceptions
 
JPARSExceptionMapper() - Constructor for class org.eclipse.persistence.jpa.rs.exceptions.JPARSExceptionMapper
 
JPARSExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
 
JPARSExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.JPARSExceptionResource
 
JPARSLogger - Class in org.eclipse.persistence.jpa.rs.util
Logger for EclipseLink JPA-RS related functionality.
JPARSLogger() - Constructor for class org.eclipse.persistence.jpa.rs.util.JPARSLogger
 
JPAVersion - Enum in org.eclipse.persistence.jpa.jpql
An enumeration listing the various releases of the Java Persistence specification.
JPQL_PARSER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jpql.parser" property allows the JPQL parser to be configured.
JPQL_TOLERATE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.tolerate-invalid-jpql" property allows an EntityManager to be created even in the event that an application has invalid JPQL statements declared in annotations or xml.
JPQL_VALIDATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jpql.validation" property allows the JPQL parser validation level to be configured.
JPQLCall - Class in org.eclipse.persistence.queries
Purpose: Used as an abstraction of a database invocation.
JPQLCall() - Constructor for class org.eclipse.persistence.queries.JPQLCall
PUBLIC: Create a new JPQLCall.
JPQLCall(String) - Constructor for class org.eclipse.persistence.queries.JPQLCall
PUBLIC: Create a new JPQLCall with an jpqlString.
JPQLCallQueryMechanism - Class in org.eclipse.persistence.internal.queries
INTERNAL
JPQLCallQueryMechanism() - Constructor for class org.eclipse.persistence.internal.queries.JPQLCallQueryMechanism
 
JPQLCallQueryMechanism(DatabaseQuery) - Constructor for class org.eclipse.persistence.internal.queries.JPQLCallQueryMechanism
Initialize the state of the query
JPQLCallQueryMechanism(DatabaseQuery, JPQLCall) - Constructor for class org.eclipse.persistence.internal.queries.JPQLCallQueryMechanism
INTERNAL Initialize the state of the query
JPQLException - Exception in org.eclipse.persistence.exceptions
Purpose: EJBQL parsing and resolution problems will raise this exception
JPQLException(String) - Constructor for exception org.eclipse.persistence.exceptions.JPQLException
INTERNAL Only TopLink can throw and create these excpetions
JPQLException(String, Exception) - Constructor for exception org.eclipse.persistence.exceptions.JPQLException
INTERNAL Only TopLink can throw and create these excpetions
JPQLExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for EJBQLException.
JPQLExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.JPQLExceptionResource
 
JPQLExpression - Class in org.eclipse.persistence.jpa.jpql.parser
A JPQLExpression is the root of the parsed tree representation of a JPQL query.
JPQLExpression(CharSequence, JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Creates a new JPQLExpression, which is the root of the JPQL parsed tree.
JPQLExpression(CharSequence, JPQLGrammar, boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Creates a new JPQLExpression, which is the root of the JPQL parsed tree.
JPQLExpression(CharSequence, JPQLGrammar, String, boolean) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLExpression
Creates a new JPQLExpression that will parse the given fragment of a JPQL query.
JPQLExpression_InvalidQuery - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JPQLExpression_UnknownEnding - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
JPQLGrammar - Interface in org.eclipse.persistence.jpa.jpql.parser
A JPQL grammar defines how a JPQL query can be parsed.
JPQLGrammar1_0 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-220 - Enterprise JavaBeans 3.0.
JPQLGrammar1_0() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
Creates a new JPQLGrammar1_0.
JPQLGrammar2_0 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-337 - Java Persistence 2.0.
JPQLGrammar2_0() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
Creates a new JPQLExtension2_0.
JPQLGrammar2_1 - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLGrammar provides support for parsing JPQL queries defined in JSR-338 - Java Persistence 2.1.
JPQLGrammar2_1() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
Creates a new JPQLExtension2_1.
JPQLLexer - Class in org.eclipse.persistence.internal.jpa.parsing.jpql.antlr
 
JPQLLexer() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
JPQLLexer(CharStream) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
JPQLLexer(CharStream, RecognizerSharedState) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
JPQLParser - Class in org.eclipse.persistence.internal.jpa.parsing.jpql.antlr
Copyright (c) 1998, 2008 Oracle.
JPQLParser(TokenStream) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
JPQLParser(TokenStream, RecognizerSharedState) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
JPQLParser - Class in org.eclipse.persistence.internal.jpa.parsing.jpql
EJBQLParser is the superclass of the ANTLR generated parser.
JPQLParser(TokenStream, RecognizerSharedState) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
 
JPQLParser.selectItem_return - Class in org.eclipse.persistence.internal.jpa.parsing.jpql.antlr
 
JPQLParserBuilder - Class in org.eclipse.persistence.internal.jpa.parsing.jpql.antlr
EJBQLParserBuilder constructs the parser for EJBQL.
JPQLParserBuilder() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParserBuilder
 
JPQLParserFactory - Class in org.eclipse.persistence.internal.jpa.parsing.jpql
Factory class used to isolate Antlr dependencies.
JPQLParserFactory() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParserFactory
 
JPQLParseTree - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
JPQLParseTree() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.JPQLParseTree
EJBQLParseTree constructor comment.
JPQLQueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
This defines a single Backus-Naur Form (BNF) of the JPQL grammar.
JPQLQueryBNFValidator(JPQLQueryBNF) - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Creates a new JPQLQueryBNFValidator.
JPQLQueryBuilder1_0 - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the Java Persistence functional specification defined in JSR-220 - Enterprise JavaBeans 3.0.
JPQLQueryBuilder1_0() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
Creates a new JPQLQueryBuilder1_0.
JPQLQueryBuilder2_0 - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the Java Persistence functional specification defined in JSR-337 - Java Persistence 2.0.
JPQLQueryBuilder2_0() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
Creates a new JPQLQueryBuilder2_0.
JPQLQueryBuilder2_1 - Class in org.eclipse.persistence.jpa.jpql.tools.model
An implementation of IJPQLQueryBuilder that provides support based on the Java Persistence functional specification defined in JSR-338 - Java Persistence 2.1.
JPQLQueryBuilder2_1() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
Creates a new JPQLQueryBuilder2_1.
JPQLQueryBuilderWrapper - Class in org.eclipse.persistence.jpa.jpql.tools.model
This builder wraps another builder and simply delegates the calls to it.
JPQLQueryContext - Class in org.eclipse.persistence.jpa.jpql.tools
This context is used to store information related to the JPQL query.
JPQLQueryContext(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Creates a new JPQLQueryContext.
JPQLQueryDeclaration - Interface in org.eclipse.persistence.jpa.jpql
A JPQLQueryDeclaration represents either an identification variable declaration or a collection member declaration.
JPQLQueryDeclaration.Type - Enum in org.eclipse.persistence.jpa.jpql
This enum type defines the various types of declarations supported by both the JPA functional specification and EclipseLink.
JPQLQueryHandler - Class in org.eclipse.persistence.internal.xr
INTERNAL: JPQLQueryHandler sets the JPQL string in the given DatabaseQuery
JPQLQueryHandler() - Constructor for class org.eclipse.persistence.internal.xr.JPQLQueryHandler
 
JPQLQueryHelper - Class in org.eclipse.persistence.internal.jpa.jpql
This helper can perform various operations over a JPQL query.
JPQLQueryHelper() - Constructor for class org.eclipse.persistence.internal.jpa.jpql.JPQLQueryHelper
Creates a new JPQLQueryHelper which uses the latest JPQL grammar.
JPQLQueryHelper(JPQLGrammar) - Constructor for class org.eclipse.persistence.internal.jpa.jpql.JPQLQueryHelper
Creates a new JPQLQueryHelper.
JPQLQueryProblem - Interface in org.eclipse.persistence.jpa.jpql
A problem describes an issue found in a JPQL query because it is either grammatically or semantically incorrect.
JPQLQueryProblemMessages - Interface in org.eclipse.persistence.jpa.jpql
The list of messages used by JPQLQueryProblems when validating a JPQL query.
JPQLQueryProblemResourceBundle - Class in org.eclipse.persistence.jpa.jpql
The resource bundle containing the problems encountered in a JPQL query.
JPQLQueryProblemResourceBundle() - Constructor for class org.eclipse.persistence.jpa.jpql.JPQLQueryProblemResourceBundle
 
JPQLQueryStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This is the root of the StateObject hierarchy that represents a JPQL query.
JPQLQueryStateObject(IJPQLQueryBuilder, IManagedTypeProvider) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Creates a new JPQLQueryStateObject.
JPQLStatementBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the JPQL expression.
JPQLStatementBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.JPQLStatementBNF
Creates a new JPQLStatementBNF.
JSON - Static variable in annotation type org.eclipse.persistence.annotations.Convert
Constant name for the reserved JSON converter.
JSON_ATTRIBUTE_PREFIX - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
` The name of the property used to specify a value that will be prepended to all keys that are mapped to an XML attribute.
JSON_ATTRIBUTE_PREFIX - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
The name of the property used to specify a value that will be prepended to all keys that are mapped to an XML attribute.
JSON_ATTRIBUTE_PREFIX - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
The name of the property used to specify a value that will be prepended to all keys that are mapped to an XML attribute.
JSON_INCLUDE_ROOT - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The name of the property used to specify in the root node should be included in the message (default is true).
JSON_INCLUDE_ROOT - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
The name of the property used to specify in the root node should be included in the message (default is true).
JSON_INCLUDE_ROOT - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
The name of the property used to specify in the root node should be included in the message (default is true).
JSON_MARSHAL_EMPTY_COLLECTIONS - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
The Constant JSON_MARSHAL_EMPTY_COLLECTIONS.
JSON_NAMESPACE_PREFIX_MAPPER - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
The Constant JSON_NAMESPACE_PREFIX_MAPPER.
JSON_NAMESPACE_SEPARATOR - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The name of the property used to specify the character (default is '.') that separates the prefix from the key name.
JSON_NAMESPACE_SEPARATOR - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
The name of the property used to specify the character (default is '.') that separates the prefix from the key name.
JSON_NAMESPACE_SEPARATOR - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
The name of the property used to specify the character (default is '.') that separates the prefix from the key name.
JSON_REDUCE_ANY_ARRAYS - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
The Constant JSON_REDUCE_ANY_ARRAYS.
JSON_TYPE_COMPATIBILITY - Static variable in class org.eclipse.persistence.internal.oxm.OXMSystemProperties
If we should treat unqualified type property in JSON as MOXy type discriminator.
JSON_TYPE_COMPATIBILITY - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
If we should treat unqualified type property in JSON as MOXy type discriminator.
JSON_TYPE_COMPATIBILITY - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
If we should treat unqualified type property in JSON as MOXy type discriminator.
JSON_TYPE_COMPATIBILITY - Static variable in class org.eclipse.persistence.jaxb.MOXySystemProperties
If we should treat unqualified type property in JSON as MOXy type discriminator.
JSON_TYPE_COMPATIBILITY - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
If we should treat unqualified type property in JSON as MOXy type discriminator.
JSON_USE_XSD_TYPES_PREFIX - Static variable in class org.eclipse.persistence.internal.oxm.OXMSystemProperties
If there should be xsd prefix when using simple types, e.g.
JSON_USE_XSD_TYPES_PREFIX - Static variable in class org.eclipse.persistence.jaxb.MOXySystemProperties
If there should be xsd prefix when using simple types, e.g.
JSON_USE_XSD_TYPES_WITH_PREFIX - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
If there should be xsd prefix when using simple types, e.g.
JSON_USE_XSD_TYPES_WITH_PREFIX - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
If there should be xsd prefix when using simple types, e.g.
JSON_USE_XSD_TYPES_WITH_PREFIX - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
If there should be xsd prefix when using simple types, e.g.
JSON_VALUE_WRAPPER - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The name of the property used to specify the key that will correspond to the property mapped with @XmlValue.
JSON_VALUE_WRAPPER - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
The name of the property used to specify the key that will correspond to the property mapped with @XmlValue.
JSON_VALUE_WRAPPER - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
The name of the property used to specify the key that will correspond to the property mapped with @XmlValue.
JSON_VALUE_WRAPPER_REQUIRED - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
JSON_WRAPPER_AS_ARRAY_NAME - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The Constant JSON_WRAPPER_AS_ARRAY_NAME.
JSON_WRAPPER_AS_ARRAY_NAME - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
The Constant JSON_WRAPPER_AS_ARRAY_NAME.
JSON_WRAPPER_AS_ARRAY_NAME - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
The Constant JSON_WRAPPER_AS_ARRAY_NAME.
JsonArrayBuilderResult - Class in org.eclipse.persistence.oxm.json
 
JsonArrayBuilderResult() - Constructor for class org.eclipse.persistence.oxm.json.JsonArrayBuilderResult
 
JsonArrayBuilderResult(JsonArrayBuilder) - Constructor for class org.eclipse.persistence.oxm.json.JsonArrayBuilderResult
 
JsonBuilderRecord - Class in org.eclipse.persistence.oxm.record
 
JsonBuilderRecord() - Constructor for class org.eclipse.persistence.oxm.record.JsonBuilderRecord
 
JsonBuilderRecord(JsonObjectBuilder) - Constructor for class org.eclipse.persistence.oxm.record.JsonBuilderRecord
 
JsonBuilderRecord(JsonArrayBuilder) - Constructor for class org.eclipse.persistence.oxm.record.JsonBuilderRecord
 
JSONFormattedWriterRecord - Class in org.eclipse.persistence.oxm.record
Use this type of MarshalRecord when the marshal target is a Writer and the JSON should be formatted with carriage returns and indenting.
JSONFormattedWriterRecord() - Constructor for class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
 
JSONFormattedWriterRecord(OutputStream) - Constructor for class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
 
JSONFormattedWriterRecord(OutputStream, String) - Constructor for class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
 
JSONFormattedWriterRecord(Writer) - Constructor for class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
 
JSONFormattedWriterRecord(Writer, String) - Constructor for class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
 
JsonGeneratorRecord - Class in org.eclipse.persistence.oxm.record
 
JsonGeneratorRecord(JsonGenerator, String) - Constructor for class org.eclipse.persistence.oxm.record.JsonGeneratorRecord
 
JsonGeneratorResult - Class in org.eclipse.persistence.oxm.json
 
JsonGeneratorResult(JsonGenerator) - Constructor for class org.eclipse.persistence.oxm.json.JsonGeneratorResult
 
JsonGeneratorResult(JsonGenerator, String) - Constructor for class org.eclipse.persistence.oxm.json.JsonGeneratorResult
 
JSONLexer - Class in org.eclipse.persistence.internal.oxm.record.json
 
JSONLexer() - Constructor for class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
JSONLexer(CharStream) - Constructor for class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
JSONLexer(CharStream, RecognizerSharedState) - Constructor for class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
JSONMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: This class processes the reserve "json" converter specified through @Convert.
JSONMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.JSONMetadata
INTERNAL: Used for defaulting case.
JSONMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.JSONMetadata
INTERNAL: Used for defaulting.
JSONMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.JSONMetadata
INTERNAL: Used for annotation loading.
JsonObjectBuilderResult - Class in org.eclipse.persistence.oxm.json
 
JsonObjectBuilderResult() - Constructor for class org.eclipse.persistence.oxm.json.JsonObjectBuilderResult
 
JsonObjectBuilderResult(JsonObjectBuilder) - Constructor for class org.eclipse.persistence.oxm.json.JsonObjectBuilderResult
 
JSONParser - Class in org.eclipse.persistence.internal.oxm.record.json
Copyright (c) 2011 Oracle.
JSONParser(TokenStream) - Constructor for class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
JSONParser(TokenStream, RecognizerSharedState) - Constructor for class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
JSONParser.array_return - Class in org.eclipse.persistence.internal.oxm.record.json
 
JSONParser.message_return - Class in org.eclipse.persistence.internal.oxm.record.json
 
JSONParser.object_return - Class in org.eclipse.persistence.internal.oxm.record.json
 
JSONParser.pair_return - Class in org.eclipse.persistence.internal.oxm.record.json
 
JSONParser.value_return - Class in org.eclipse.persistence.internal.oxm.record.json
 
JsonParserReader - Class in org.eclipse.persistence.internal.oxm.record.json
Reader for JSR-353 stream (StAX) parser.
JsonParserReader.JsonParserReaderBuilder - Class in org.eclipse.persistence.internal.oxm.record.json
Builder for JsonParserReader
JsonParserReaderBuilder(JsonParser) - Constructor for class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader.JsonParserReaderBuilder
 
JsonParserSource - Class in org.eclipse.persistence.oxm.json
Object to be used with Unmarshaller to unmarshal JsonParser objects Usage: JsonParserSource source = new JsonParserSource(jsonParser); Object unmarshalled = jaxbUnmarshaller.unmarshal(source);
JsonParserSource(JsonParser) - Constructor for class org.eclipse.persistence.oxm.json.JsonParserSource
 
JsonRecord<T extends org.eclipse.persistence.oxm.record.JsonRecord.Level> - Class in org.eclipse.persistence.oxm.record
 
JsonRecord() - Constructor for class org.eclipse.persistence.oxm.record.JsonRecord
 
JsonSchema - Class in org.eclipse.persistence.internal.jaxb.json.schema.model
INTERNAL:
JsonSchema() - Constructor for class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
JsonSchemaGenerator - Class in org.eclipse.persistence.internal.jaxb.json.schema
INTERNAL:
JsonSchemaGenerator(JAXBContext, Map) - Constructor for class org.eclipse.persistence.internal.jaxb.json.schema.JsonSchemaGenerator
 
JsonSchemaOutputResolver - Class in org.eclipse.persistence.jaxb.json
PUBLIC:
JsonSchemaOutputResolver() - Constructor for class org.eclipse.persistence.jaxb.json.JsonSchemaOutputResolver
 
JSONSerializer - Class in org.eclipse.persistence.sessions.serializers
Uses EclipseLink Moxy to convert an object to JSON.
JSONSerializer() - Constructor for class org.eclipse.persistence.sessions.serializers.JSONSerializer
 
JSONSerializer(String) - Constructor for class org.eclipse.persistence.sessions.serializers.JSONSerializer
 
JSONSerializer(JAXBContext) - Constructor for class org.eclipse.persistence.sessions.serializers.JSONSerializer
 
JsonStructureReader - Class in org.eclipse.persistence.internal.oxm.record.json
 
JsonStructureReader(Unmarshaller) - Constructor for class org.eclipse.persistence.internal.oxm.record.json.JsonStructureReader
 
JsonStructureReader(Unmarshaller, Class) - Constructor for class org.eclipse.persistence.internal.oxm.record.json.JsonStructureReader
 
JsonStructureSource - Class in org.eclipse.persistence.oxm.json
Object to be used with Unmarshaller to unmarshal javax.json.JsonStructure objects (ie: javax.json.JsonObject or javax.json.JsonArray) Usage: JsonStructureSource source = new JsonStructureSource(jsonObject); Object unmarshalled = jaxbUnmarshaller.unmarshal(source);
JsonStructureSource(JsonStructure) - Constructor for class org.eclipse.persistence.oxm.json.JsonStructureSource
 
JsonType - Enum in org.eclipse.persistence.internal.jaxb.json.schema.model
INTERNAL:
jsonTypeCompatibility - Static variable in class org.eclipse.persistence.jaxb.MOXySystemProperties
 
jsonTypeCompatiblity - Static variable in class org.eclipse.persistence.internal.oxm.OXMSystemProperties
 
JsonTypeConfiguration - Class in org.eclipse.persistence.internal.oxm
Handles Json type configuration.
JsonTypeConfiguration() - Constructor for class org.eclipse.persistence.internal.oxm.JsonTypeConfiguration
 
jsonUseXsdTypesPrefix - Static variable in class org.eclipse.persistence.internal.oxm.OXMSystemProperties
 
jsonUseXsdTypesPrefix - Static variable in class org.eclipse.persistence.jaxb.MOXySystemProperties
 
jsonValuePropertyRequired(Object) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: An exception occurred marshalling json
JSONWithPadding<T> - Class in org.eclipse.persistence.oxm
JSONWithPadding is used to hold an Object along with the corresponding callback name to marshal.
JSONWithPadding() - Constructor for class org.eclipse.persistence.oxm.JSONWithPadding
 
JSONWithPadding(T) - Constructor for class org.eclipse.persistence.oxm.JSONWithPadding
 
JSONWithPadding(T, String) - Constructor for class org.eclipse.persistence.oxm.JSONWithPadding
 
JSONWriterRecord - Class in org.eclipse.persistence.oxm.record
Use this type of MarshalRecord when the marshal target is a Writer and the JSON should not be formatted with carriage returns or indenting.
JSONWriterRecord() - Constructor for class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
JSONWriterRecord(OutputStream) - Constructor for class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
JSONWriterRecord(OutputStream, String) - Constructor for class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
JSONWriterRecord(Writer) - Constructor for class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
JSONWriterRecord(Writer, String) - Constructor for class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
JSR_303_MOD - Static variable in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
 
JTA_DATASOURCE - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
JTA DataSource.
JTA_DATASOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.jtaDataSource" property specifies the JTA data source name that will look up a valid DataSource.
JTA_PERSISTENCE_UNIT_INFO_MISSING_JTA_DATA_SOURCE - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
jtaPersistenceUnitInfoMissingJtaDataSource(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
JTASynchronizationListener - Class in org.eclipse.persistence.transaction
Purpose: Synchronization object implementation for JTA 1.0
JTASynchronizationListener() - Constructor for class org.eclipse.persistence.transaction.JTASynchronizationListener
PUBLIC: Used to create factory instances only.
JTASynchronizationListener(UnitOfWorkImpl, AbstractSession, Object, AbstractTransactionController) - Constructor for class org.eclipse.persistence.transaction.JTASynchronizationListener
INTERNAL: Constructor for creating listener instances (expects all required state info)
JTATransactionController - Class in org.eclipse.persistence.transaction
Purpose: TransactionController implementation for JTA 1.0
JTATransactionController() - Constructor for class org.eclipse.persistence.transaction.JTATransactionController
PUBLIC: Return a new controller for use with a JTA 1.0 compliant TransactionManager.
JTATransactionController(TransactionManager) - Constructor for class org.eclipse.persistence.transaction.JTATransactionController
PUBLIC: Return a new controller for use with a JTA 1.0 compliant TransactionManager.
JTATransactionWrapper - Class in org.eclipse.persistence.internal.jpa.transaction
INTERNAL: JTA transaction wrapper.
JTATransactionWrapper(EntityManagerImpl) - Constructor for class org.eclipse.persistence.internal.jpa.transaction.JTATransactionWrapper
 
JTATransactionWrapper - Class in org.eclipse.persistence.jpa.rs.util
 
JTATransactionWrapper() - Constructor for class org.eclipse.persistence.jpa.rs.util.JTATransactionWrapper
 
JTS_EXCEPTION_RAISED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
JtsAfterCompletion - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
JtsBeforeCompletion - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
jtsExceptionRaised(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 

K

keepInRow - Variable in class org.eclipse.persistence.internal.helper.DatabaseField
Indicates whether the field should be kept in the record after the object is created.
keepInRow() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
keepSpecifiedProperties(Map, Collection) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
target contains the entries from source with keysToBeKept.
KEY - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
KEY - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
key() - Method in class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl
 
Key() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Key
 
KEY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'KEY'.
KEY_PARAMETER_TYPE_INCORRECT - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
keyAtValue(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.TableAliasLookup
 
KeyExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An identification variable qualified by the KEY operator is a path expression.
KeyExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.KeyExpression
Creates a new KeyExpression.
KeyExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
KeyExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
KeyExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
KeyExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
KeyExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
KeyExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This KeyExpressionFactory creates a new KeyExpression when the portion of the query to parse starts with KEY.
KeyExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.KeyExpressionFactory
Creates a new KeyExpressionFactory.
KeyExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This object represents an identification variable that maps the keys of a Map.
KeyExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
Creates a new KeyExpressionStateObject.
KeyExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
Creates a new KeyExpressionStateObject.
keyFrom(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return the key for the specified element..
keyFrom(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Return the key for the specified element.
keyFrom(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Return the key for the specified element.
keyFromEntry(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
Get the key from the passed in Map.Entry This method will be overridden by ContainerPolicies that allows maps.
keyFromEntry(Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
Get the key from the passed in Map.Entry.
keyFromIterator(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
keyFromIterator(Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
 
keyFromObject(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
Deprecated.
since EclipseLink 2.1, replaced by getId(Object)
keyFromObject(Object, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Extract and return the primary key from the object.
keyFromObject(Object) - Method in interface org.eclipse.persistence.sessions.Session
Deprecated.
since EclipseLink 2.1, replaced by getId(Object)
keyQuery - Variable in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
 
KeyResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to return the map key, which means that for identification variables referring to an instance of an association or collection represented as a Map, the identification variable is of the abstract schema type of the map key.
KeyResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
Creates a new KeyResolver.
keys() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
keys() - Method in class org.eclipse.persistence.internal.expressions.TableAliasLookup
 
keys() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
keys() - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Allow for the CacheKeys to be iterated on.
keys() - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
Allow for the cache keys to be iterated on.
keys(boolean) - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
Allow for the cache keys to be iterated on.
keys() - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Allow for the CacheKeys to be iterated on.
keys(boolean) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Allow for the CacheKeys to be iterated on.
keys() - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
Return an empty enumerator.
keys(boolean) - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
Return an empty enumerator.
keys(M) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the keys of a map.
keys() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Returns an Enumeration of the DatabaseField objects.
keys() - Method in class org.eclipse.persistence.queries.ReportQueryResult
OBSOLETE: Return an enumeration of the result names.
keys() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Allow for the CacheKeys to be iterated on.
keys(boolean) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Allow for the CacheKeys to be iterated on.
KEYS_MUST_MATCH - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
keySet() - Method in class org.eclipse.persistence.eis.EISMappedRecord
Forward the request to the record.
keySet() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
keySet() - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Returns a set view of the keys contained in this IdentityWeakHashMap.
keySet() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
keySet() - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
keySet() - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
keySet() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Returns a set of the keys.
keySet() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
PUBLIC: Return the set of element names from the DOM.
keySet() - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Returns a set of the keys.
keyTableForMapKey - Variable in class org.eclipse.persistence.mappings.OneToOneMapping
 
KeywordExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The expression representing some keywords: TRUE, FALSE or NULL.
KeywordExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.KeywordExpression
Creates a new KeywordExpression.
KeywordExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This KeywordExpressionFactory creates a new KeywordExpression when the portion of the JPQL query to parse is FALSE, TRUE or NULL.
KeywordExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.KeywordExpressionFactory
Creates a new KeywordExpressionFactory.
KeywordExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The expression representing some keywords: TRUE, FALSE or NULL.
KeywordExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
Creates a new KeywordExpressionStateObject.
KeywordExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
Creates a new KeywordExpressionStateObject.
KRYO - Static variable in annotation type org.eclipse.persistence.annotations.Convert
Constant name for the reserved Kryo converter.
KryoMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: This class processes the reserve "kryo" converter specified through @Convert.
KryoMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.KryoMetadata
INTERNAL: Used for defaulting case.
KryoMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.KryoMetadata
INTERNAL: Used for defaulting.
KryoMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.KryoMetadata
INTERNAL: Used for annotation loading.
KryoSerializer - Class in org.eclipse.persistence.sessions.serializers.kryo
Uses Kryo to serialize the object.
KryoSerializer() - Constructor for class org.eclipse.persistence.sessions.serializers.kryo.KryoSerializer
 

L

LA(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.CaseInsensitiveANTLRStringStream
 
LANGUAGE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
LANGUAGE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
last() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
Moves the cursor to the last row in the result set
LAST - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LAST'.
last() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Moves the cursor to the last row in the result set
LAST_ERROR_CODE - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
lastDay() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the date with the last date in the months of this source date.
LastDay - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
lastDay() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
lastElement() - Method in class org.eclipse.persistence.indirection.IndirectList
 
lastElement() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
lastElement() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
lastElement() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
lastIndexOf(Object) - Method in class org.eclipse.persistence.indirection.IndirectList
 
lastIndexOf(Object, int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
lastIndexOf(Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
lastIndexOf(Object, int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
lastIndexOf(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
lastIndexOf(Object, int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
lastIndexOf(Object) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
lastIndexOf(Object, int) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
lastIndexOf(Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
lastIndexOf(Object) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
 
launchContainerRunnable(Runnable) - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: launchContainerRunnable(Runnable runnable): Use the container library to start the provided Runnable.
launchContainerRunnable(Runnable) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: launchContainerRunnable(Runnable runnable): Use the container library to start the provided Runnable.
launchContainerThread(Thread) - Method in class org.eclipse.persistence.platform.server.NoServerPlatform
INTERNAL: launchContainerThread(Thread thread): Do nothing because container Threads are not launchable in this platform
LAX - Static variable in class org.eclipse.persistence.internal.oxm.schema.model.AnyAttribute
 
LAZY_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
lazyRelationshipLoaded(Object, ValueHolderInterface, ForeignReferenceMapping) - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
Notify the cache that a lazy relationship has been triggered in the object and the cache may need to be updated
lazyRelationshipLoaded(Object, ValueHolderInterface, ForeignReferenceMapping) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Notify the cache that a lazy relationship has been triggered in the object and the cache may need to be updated
lazyRelationshipLoaded(Object, ValueHolderInterface, ForeignReferenceMapping) - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
Notify the cache that a lazy relationship has been triggered in the object and the cache may need to be updated
lazyRelationshipLoaded(Object, ValueHolderInterface, ForeignReferenceMapping) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Notify the cache that a lazy relationship has been triggered in the object and the cache may need to be updated
le(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is less than or equal to the second.
le(Expression<? extends Number>, Number) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is less than or equal to the second.
LEADING - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
LEADING - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
LEADING - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LEADING'.
Least - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
least() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
least(Expression<X>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an aggregate expression for finding the least of the values (strings, dates, etc).
leaveScope() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Leaves the current scope.
LEFT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
LEFT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
LEFT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LEFT'.
LEFT_BRACE - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
Left brace.
LEFT_BRACKET - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
Left bracket.
LEFT_CURLY_BRACKET - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
LEFT_CURLY_BRACKET - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
LEFT_CURLY_BRACKET - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '{'.
LEFT_FETCH - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.left-join-fetch"
LEFT_JOIN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LEFT JOIN'.
LEFT_JOIN_FETCH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LEFT JOIN FETCH'.
LEFT_OUTER_JOIN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LEFT OUTER JOIN'.
LEFT_OUTER_JOIN_FETCH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LEFT OUTER JOIN FETCH'.
LEFT_PARENTHESIS - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '('.
LEFT_ROUND_BRACKET - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
LEFT_ROUND_BRACKET - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
LEFT_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Notifies the left state object property has changed.
leftJoin(Expression, Expression) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Defines an outer join between the two objects based on the specified ON clause.
leftJoin(Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
Defines a join between this expression and the target expression based on the ON clause.
leftPad(int, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the string padded with the substring to the size.
leftPad(Object, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the string padded with the substring to the size.
LeftPad - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
leftPad() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
leftTrim() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the string left trimmed for white space.
leftTrim(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the string with the substring trimed from the left.
LeftTrim - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
leftTrim() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
LeftTrim2 - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
leftTrim2() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build leftTrim operator that takes one parameter.
length() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the size of the string.
Length - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
length() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
LENGTH - Static variable in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
GlassFish Java SE platform enumeration length.
LENGTH - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
LENGTH - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
length() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
length(Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to return length of a string.
LENGTH - Static variable in enum org.eclipse.persistence.internal.mappings.converters.AttributeNamePrefix
INTERNAL: Attribute name prefixes enumeration length.
length() - Method in class org.eclipse.persistence.internal.oxm.StrBuffer
 
LENGTH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LENGTH'.
length(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression LENGTH(expression).
length(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression LENGTH(expression).
length(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression LENGTH(expression).
length() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Returns the length of the string value.
length - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
LengthExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The LENGTH function returns the length of the string in characters as an integer.
LengthExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LengthExpression
Creates a new LengthExpression.
LengthExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LengthExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LengthExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LengthExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LengthExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LengthExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This LengthExpressionFactory creates a new LengthExpression when the portion of the query to parse starts with LENGTH.
LengthExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LengthExpressionFactory
Creates a new LengthExpressionFactory.
LengthExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The LENGTH function returns the length of the string in characters as an integer.
LengthExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
Creates a new LengthExpressionStateObject.
LengthExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
Creates a new LengthExpressionStateObject.
LengthExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
Creates a new LengthExpressionStateObject.
LengthNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
LengthNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.LengthNode
LengthNode constructor comment.
LEQ_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
LESS_THAN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
LESS_THAN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
LESS_THAN_ENTITY_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
The entity name for less-than symbol: <.
LESS_THAN_EQUAL_TO - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
LESS_THAN_EQUAL_TO - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
lessThan(byte) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than the other value.
lessThan(char) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than the other value.
lessThan(double) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than the other value.
lessThan(float) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than the other value.
lessThan(int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than the other value.
lessThan(long) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than the other value.
lessThan(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than the other value.
lessThan(Expression) - Method in class org.eclipse.persistence.expressions.Expression
 
lessThan(short) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than the other value.
lessThan(boolean) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than the other value.
LessThan - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is less than the second.
lessThan(Expression<? extends Y>, Y) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is less than the second.
lessThanEqual(byte) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(char) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(double) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(float) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(long) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(short) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than and equal to the other value.
lessThanEqual(boolean) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is less than and equal to the other value.
LessThanEqual - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
LessThanEqualToNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
LessThanEqualToNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.LessThanEqualToNode
LessThanEqualToNode constructor comment.
LessThanNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
LessThanNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.LessThanNode
LessThanNode constructor comment.
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is less than or equal to the second.
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is less than or equal to the second.
LEXICAL_HANDLER_PROPERTY - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
LF - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
Line feed.
like(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is like other value.
like(String, String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is like other value.
like(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is like other value.
like(Expression, Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is like other value.
Like - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
like() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the LIKE operator.
LIKE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
LIKE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
like(Expression<String>, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, char) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, Expression<Character>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, char) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the expression satisfies the given pattern.
LIKE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LIKE'.
like(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
like(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
like(T, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
like(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
like(IConditionalExpressionStateObjectBuilder, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
like(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
like(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
like(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
like(T, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
LikeEscape - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
likeEscape() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the LIKE operator with ESCAPE.
likeExpression(boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
LikeExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The LIKE condition is used to specify a search for a pattern.
LikeExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LikeExpression
Creates a new LikeExpression.
LikeExpression_InvalidEscapeCharacter - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LikeExpression_MissingEscapeCharacter - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LikeExpression_MissingPatternValue - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LikeExpression_MissingStringExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LikeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a expression.
LikeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionBNF
Creates a new LikeExpressionBNF.
LikeExpressionEscapeCharacterBNF - Class in org.eclipse.persistence.jpa.jpql.parser
This BNF is used when parsing an invalid fragment or to extend the default grammar.
LikeExpressionEscapeCharacterBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionEscapeCharacterBNF
Creates a new LikeExpressionEscapeCharacterBNF.
LikeExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This LikeExpressionFactory creates a new LikeExpression when the portion of the query to parse starts with LIKE or NOT LIKE.
LikeExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LikeExpressionFactory
Creates a new LikeExpressionFactory.
LikeExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The LIKE condition is used to specify a search for a pattern.
LikeExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Creates a new LikeExpressionStateObject.
LikeExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Creates a new LikeExpressionStateObject.
LikeExpressionStateObject(StateObject, StateObject, boolean, StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Creates a new LikeExpressionStateObject.
LikeExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Creates a new LikeExpressionStateObject.
likeIgnoreCase(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is like the other value, ignoring case.
likeIgnoreCase(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is like the other value, ignoring case.
LikeNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
LikeNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.LikeNode
LikeNode constructor comment.
Link - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
 
Link() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.Link
 
Link(String, String, String) - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.Link
 
LINK_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
LinkAdapter - Class in org.eclipse.persistence.jpa.rs.util.xmladapters
Used with JAXB to convert from a URL representing an relationship to an object It provides functionality at marshall and unmarshall time At marshall time, the target of a relationship will be marshalled as a URL that could be used to find the object through a REST service At unmarsall time, the URL will be deconstructed and used to find the object in JPA.
LinkAdapter() - Constructor for class org.eclipse.persistence.jpa.rs.util.xmladapters.LinkAdapter
 
LinkAdapter(String, PersistenceContext) - Constructor for class org.eclipse.persistence.jpa.rs.util.xmladapters.LinkAdapter
 
LinkedCacheKey - Class in org.eclipse.persistence.internal.identitymaps
Purpose: Provides the capability to insert CacheKeys into a Linked List.
LinkedCacheKey(Object, Object, Object, long, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.LinkedCacheKey
Initialize the newly allocated instance of this class.
LinkedNode - Class in org.eclipse.persistence.internal.helper.linkedlist
INTERNAL: A custom implementation of a linked list node for use in the ExposedNodeLinkedList.
LinkList - Class in org.eclipse.persistence.jpa.rs.util.list
This class is used to wrap collection of Link objects
LinkList() - Constructor for class org.eclipse.persistence.jpa.rs.util.list.LinkList
 
LinkMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the Link class available in our Dynamic JAXB context.
LinkMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.LinkMetadataSource
 
LinkTemplate - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
 
LinkTemplate() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkTemplate
 
LinkTemplate(String, String, String) - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkTemplate
 
LinkV2 - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
Represents a link used in JPARS 2.0.
LinkV2() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2
 
LinkV2(String, String) - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2
 
LinkV2(String, String, String) - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2
 
LinkV2(String, String, String, String) - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2
 
LinkV2MetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the LinkV2 class available in our Dynamic JAXB context.
LinkV2MetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.LinkV2MetadataSource
 
List - Class in org.eclipse.persistence.internal.oxm.schema.model
 
List() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.List
 
list(E...) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Returns a list corresponding to the specified array.
list(Iterator<? extends T>) - Static method in class org.eclipse.persistence.jpa.jpql.utility.CollectionTools
Creates a new List and adds the items returned by the given ListIterator.
List_Class - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
List_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
LIST_ORDER_FIELD_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
LIST_ORDER_FIELD_REQUIRES_INDIRECT_LIST - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
LIST_ORDER_FIELD_REQUIRES_LIST - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
LIST_ORDER_FIELD_TABLE_IS_WRONG - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
LIST_ORDER_FIELD_WRONG_VALUE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
LIST_RELATIONSHIP_INFO_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
ListAttributeImpl<X,V> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the ListAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
ListAttributeProxyImpl<X,V> - Class in org.eclipse.persistence.internal.jpa.metamodel.proxy
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an ListAttribute is accessed in the metamodel.
ListAttributeProxyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.proxy.ListAttributeProxyImpl
 
ListChangeEvent<T> - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of IListChangeListener where the generics is the type of the items.
ListChangeEvent(StateObject, List<? extends T>, IListChangeEvent.EventType, String, List<? extends T>, int, int) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.ListChangeEvent
Creates a new ListChangeEvent.
ListContainerPolicy - Class in org.eclipse.persistence.internal.queries
Purpose: A ListContainerPolicy is ContainerPolicy whose container class implements the List interface.
ListContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.ListContainerPolicy
INTERNAL: Construct a new policy.
ListContainerPolicy(Class) - Constructor for class org.eclipse.persistence.internal.queries.ListContainerPolicy
INTERNAL: Construct a new policy for the specified class.
ListContainerPolicy(String) - Constructor for class org.eclipse.persistence.internal.queries.ListContainerPolicy
INTERNAL: Construct a new policy for the specified class name.
listener - Variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
 
listenerClassName - Variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
 
ListExpressionOperator - Class in org.eclipse.persistence.expressions
INTERNAL: A ListExpressionOperator is used with an ArgumentListFunctionExpression.
ListExpressionOperator() - Constructor for class org.eclipse.persistence.expressions.ListExpressionOperator
 
listFilesIn(File) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return an array of the files in the specified directory.
ListHolderStateObject<T> - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
A ListHolderStateObject is a StateObject having a list of children and this gives access to some operation over the list.
ListIterable<T> - Interface in org.eclipse.persistence.jpa.jpql.utility.iterable
A ListIterable simply forces the returned object to be an instance of ListIterator.
listIterator() - Method in class org.eclipse.persistence.indirection.IndirectList
 
listIterator(int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
listIterator(int) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
listIterator() - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
listIterator(int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
listIterator() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
 
listIterator(int) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Iterate while waiting at end until complete.
listIterator(int) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectList
 
listIterator() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
listIterator(int) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
listIterator() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
 
listIterator(int) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
 
ListJoinImpl<Z,X> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the Join interface of the JPA criteria API.
ListJoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl
 
ListJoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl
 
ListJoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>, JoinType, FromImpl) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl
 
listOrderFieldNotSupported(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Attempt to call setListOrderField method on a mapping that doesn't support listOrderField.
listOrderFieldRequiersIndirectList(ClassDescriptor, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
listOrderFieldRequiersList(ClassDescriptor, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
listOrderFieldTableIsWrong(ClassDescriptor, DatabaseMapping, DatabaseTable, DatabaseTable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
listOrderFieldWrongValue(DatabaseQuery, DatabaseField, List) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
ListWrapper - Class in org.eclipse.persistence.sdo.helper
INTERNAL:
ListWrapper() - Constructor for class org.eclipse.persistence.sdo.helper.ListWrapper
 
ListWrapper(SDODataObject, Property) - Constructor for class org.eclipse.persistence.sdo.helper.ListWrapper
 
ListWrapper(SDODataObject, Property, List) - Constructor for class org.eclipse.persistence.sdo.helper.ListWrapper
Constructor for non-default Pluggable ValueStore implementations
Prerequisites: Containment is already set on theList parameter.
literal(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Return an expression on the literal.
LITERAL - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
literal() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
literal - Variable in class org.eclipse.persistence.internal.jpa.parsing.LiteralNode
 
literal(T) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression literal.
literal - Variable in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
The literal value retrieved from the visited Expression.
literal(Expression, LiteralType) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Retrieves the "literal" from the given Expression.
LiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for literals, which is based on the listing defined in section 4.6.1 of the Java Specification document for JPA 2.0.
LiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LiteralBNF
Creates a new LiteralBNF.
literalBoolean() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
LiteralExpression - Class in org.eclipse.persistence.internal.expressions
Used for wrapping literal values.
LiteralExpression() - Constructor for class org.eclipse.persistence.internal.expressions.LiteralExpression
 
LiteralExpression(String, Expression) - Constructor for class org.eclipse.persistence.internal.expressions.LiteralExpression
 
LiteralExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This LiteralExpressionFactory is responsible to return the right literal expression.
LiteralExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LiteralExpressionFactory
Creates a new LiteralExpressionFactory.
LiteralNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
LiteralNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.LiteralNode
Return a new LiteralNode.
literalNumeric() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
literalString() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
literalTemporal() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
LiteralType - Enum in org.eclipse.persistence.jpa.jpql
Some Expression can have a "literal", this enumeration is used to visit an Expression and to retrieve the right value.
LiteralVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor traverses an Expression and retrieves the "literal" value.
ln(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Ln - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
ln() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
load(Object, AttributeGroup, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Force instantiation to any mappings in the load group.
load(Object, AttributeGroup) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
This method will load the passed entity or collection of entities using the passed AttributeGroup.
load(Object, AttributeGroup) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
This method will load the passed object or collection of objects using the passed AttributeGroup.
load(Object, AttributeGroup, ClassDescriptor, boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
This method will load the passed object or collection of objects using the passed AttributeGroup.
load(SessionManager, ClassLoader) - Method in class org.eclipse.persistence.internal.xr.XRSessionConfigLoader
 
load(Object, AttributeGroup) - Method in interface org.eclipse.persistence.jpa.JpaEntityManager
This method will load the passed entity or collection of entities using the passed AttributeGroup.
load(Object, AttributeItem, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
Force instantiation of the load group.
load(Object, AttributeItem, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateMapping
Force instantiation of the load group.
load(Object, AttributeItem, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
Force instantiation of the load group.
load(Object, AttributeItem, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
Force instantiation of the load group.
load(Object, AttributeItem, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Force instantiation of the load group.
load(String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
Creates and returns an XMLDocument from the input String.
load(InputStream) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
Creates and returns an XMLDocument from the inputStream.
load(InputStream, String, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
Creates and returns an XMLDocument from the inputStream.
load(InputSource, String, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
Creates and returns an XMLDocument from the inputSource.
load(Reader, String, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
Creates and returns an XMLDocument from the inputReader.
load(Source, String, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
load(String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
load(InputStream) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
load(InputStream, String, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
load(InputSource, String, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
load(Reader, String, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
load(Source, String, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
load(InputSource, String, Object) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL:
load(SessionManager, ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
INTERNAL: This method instantiates the parser and builds the document based on the schema.
LOAD_GROUP - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.load-group"
LOAD_GROUP_ATTRIBUTE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.load-group.attribute"
loadAll(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Force instantiation of all indirections.
loadAll(Object, AbstractSession, IdentityHashSet) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
 
loadAll(Object, AbstractSession, IdentityHashSet) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
Force instantiation of all indirections.
loadAll(Object, AbstractSession, IdentityHashSet) - Method in class org.eclipse.persistence.mappings.AggregateMapping
Force instantiation of all indirections.
loadAll(Object, AbstractSession, IdentityHashSet) - Method in class org.eclipse.persistence.mappings.CollectionMapping
Force instantiation of all indirections.
loadAll(Object, AbstractSession, IdentityHashSet) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
Force instantiation of all indirections.
loadAll(Object, AbstractSession, IdentityHashSet) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
Force instantiation of all indirections.
loadAllValuesFromResultSet() - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
Obtains all the value from resultSet and removes it.
loadAllValuesFromResultSet() - Method in class org.eclipse.persistence.internal.sessions.SimpleResultSetRecord
Obtains all the value from resultSet and removes it.
loadClass(String) - Static method in class org.eclipse.persistence.internal.helper.ConversionManager
INTERNAL: Load the class using the default managers class loader.
loadClass(String) - Method in class org.eclipse.persistence.internal.jaxb.JaxbClassLoader
 
loadClass(String, ClassLoader, boolean, MetadataProject) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Load the given class name with the given class loader.
loadClass(String) - Method in class org.eclipse.persistence.sdo.helper.SDOClassLoader
 
loadClass(String, SDOType) - Method in class org.eclipse.persistence.sdo.helper.SDOClassLoader
 
loadConfigsForMappingWorkbench(ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
INTERNAL: This method is to be used to load config objects for the Mapping Workbench only.
loadConfigsForMappingWorkbench(ClassLoader, boolean) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
INTERNAL: This method is to be used to load config objects for the Mapping Workbench only.
loadDynamicProject(String, DatabaseLogin, DynamicClassLoader) - Static method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Load a dynamic project from deployment XML creating dynamic types for all descriptors where the provided class name does not exist.
loadDynamicProject(InputStream, DatabaseLogin, DynamicClassLoader) - Static method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Load a dynamic project from deployment XML creating dynamic types for all descriptors where the provided class name does not exist.
loadDynamicProject(Project, DatabaseLogin, DynamicClassLoader) - Static method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
 
loadedForCanonicalModel() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
loadedFromAnnotation() - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Note: That annotations can default so the annotation may be null.
loadedFromEclipseLinkXML() - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL:
loadedFromXML() - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL:
LoadGroup - Class in org.eclipse.persistence.queries
Purpose: Used to load specified relationship attributes and nested relationship attributes.
LoadGroup() - Constructor for class org.eclipse.persistence.queries.LoadGroup
 
LoadGroup(String) - Constructor for class org.eclipse.persistence.queries.LoadGroup
 
loadMappingFiles(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: This method is responsible for figuring out list of mapping files to read into XMLEntityMappings objects and store on the project.
loadResultIntoSelectionObject() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Allow for the selection object of the query to be refreshed or put into the EclipseLink cache.
loadUnfetchedObject(FetchGroupTracker) - Static method in class org.eclipse.persistence.jpa.JpaHelper
If the object has a fetch group then the whole object is read in.
loadXMLSchema(InputStream) - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
INTERNAL: Read and unmarshal XRService's .xsd file.
Lob - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
LobImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
JPA scripting API implementation.
LobImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.LobImpl
 
LobMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.
LobMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.LobMetadata
INTERNAL: Used for XML loading.
LobMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.LobMetadata
INTERNAL: Used for annotation loading.
LOBValueWriter - Class in org.eclipse.persistence.internal.helper
INTERNAL:
LOBValueWriter(Accessor) - Constructor for class org.eclipse.persistence.internal.helper.LOBValueWriter
This is the default constructor for the class.
LOCAL_TIME - Static variable in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
 
locate(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the position of str in this
locate(String, int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the position of str in this, starting the search at fromIndex.
locate(Object, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the position of str in this, starting the search at fromIndex.
Locate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
locate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build locate operator i.e.
LOCATE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
LOCATE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
locate() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
locate(Expression<String>, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, String) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, String, int) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to locate the position of one string within another, returning position of first character if found.
LOCATE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LOCATE'.
locate(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression LOCATE(string_primary, string_primary).
locate(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression LOCATE(string_primary, string_primary [, simple_arithmetic_expression]).
locate(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression LOCATE(string_primary, string_primary).
locate(T, T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression LOCATE(string_primary, string_primary [, simple_arithmetic_expression]).
locate(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression LOCATE(string_primary, string_primary).
locate(T, T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression LOCATE(string_primary, string_primary [, simple_arithmetic_expression]).
Locate2 - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
locate2() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build locate operator with 3 params i.e.
locate2Operator() - Static method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: create the Locate2 Operator for this platform
LocateExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The LOCATE function returns the position of a given string within a string, starting the search at a specified position.
LocateExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LocateExpression
Creates a new LocateExpression.
LocateExpression_FirstExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_InvalidFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_InvalidSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_InvalidThirdExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingFirstComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingSecondComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_MissingThirdExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_SecondExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpression_ThirdExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LocateExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This LocateExpressionFactory creates a new LocateExpression when the portion of the query to parse starts with LOCATE.
LocateExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LocateExpressionFactory
Creates a new LocateExpressionFactory.
LocateExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The LOCATE function returns the position of a given string within a string, starting the search at a specified position.
LocateExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Creates a new LocateExpressionStateObject.
LocateExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Creates a new LocateExpressionStateObject.
LocateExpressionStateObject(StateObject, StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Creates a new LocateExpressionStateObject.
LocateExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Creates a new LocateExpressionStateObject.
LocateExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Creates a new LocateExpressionStateObject.
LocateNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
LocateNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.LocateNode
Return a new LocateNode.
LOCATOR_CLASS - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
LOCATOR_CLASS_NAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
Lock - Static variable in class org.eclipse.persistence.config.PessimisticLock
 
lock(Object, LockModeType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Set the lock mode for an entity object contained in the persistence context.
lock(Object, LockModeType, Map<String, Object>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Set the lock mode for an entity object contained in the persistence context.
LOCK - Static variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
 
LOCK_MAPPING_CANNOT_BE_READONLY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
LOCK_MAPPING_MUST_BE_READONLY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
LOCK_NOWAIT - Static variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
 
LOCK_ON_MERGE - Static variable in class org.eclipse.persistence.internal.sessions.MergeManager
Backdoor to disable merge locks.
LOCK_QUERIES_PROPERTY - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
LOCK_RESULT_PROPERTY - Static variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: This is the key for accessing unregistered and locked result in the query's properties.
lockNotifyParent(Object, UnitOfWorkChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy
INTERNAL:
LockNoWait - Static variable in class org.eclipse.persistence.config.PessimisticLock
 
log(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Log - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
log() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
log(int, String, Object[]) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Logging utility method.
log(SessionLogEntry) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Log the log entry.
log(int, String, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
log(int, String, String, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
log(int, String, String, Object, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
log(int, String, String, Object, Object, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
log(int, String, String, Object[]) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
log(int, String, String, Object[], Accessor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
log(int, String, String, Object[], Accessor, boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
log(int, String, Object[], Accessor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
Deprecated.
since 2.6 replaced by log with category, log(int, String, String, Object[], Accessor)
log(int, String, Object[], Accessor, boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
Deprecated.
since 2.6 replaced by log with category, log(int, String, String, Object[], Accessor, boolean)
log(int, String) - Static method in class org.eclipse.persistence.internal.weaving.WeaverLogger
Deprecated.
INTERNAL: Log message with no arguments to EclipseLink weaver logger and standard error output.
log(int, String, Object...) - Static method in class org.eclipse.persistence.internal.weaving.WeaverLogger
Deprecated.
INTERNAL: Log message with arguments array to EclipseLink weaver logger and standard error output.
log(String, Object[]) - Method in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
Logs a message at the SessionLog.INFO level.
log(int, String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(int, String, Object) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(int, String, String, Object) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(int, String, Object, Object) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(int, String, String, Object, Object) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(int, String, Object, Object, Object) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(int, String, String, Object, Object, Object) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(int, String, Object, Object, Object, Object) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(int, String, String, Object, Object, Object, Object) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(int, String, Object[]) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(int, String, String, Object[]) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(int, String, Object[], boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(int, String, String, Object[], boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(SessionLogEntry) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
log(SessionLogEntry) - Method in class org.eclipse.persistence.logging.DefaultSessionLog
Log the entry.
log(SessionLogEntry) - Method in class org.eclipse.persistence.logging.JavaLog
PUBLIC:
log(SessionLogEntry) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: EclipseLink will call this method whenever something needs to be logged (messages, SQL, etc.).
log(int, String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Log a message that does not need to be translated.
log(int, String, Object) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Log a message with one parameter that needs to be translated.
log(int, String, String, Object) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Log a message with one parameter that needs to be translated.
log(int, String, Object, Object) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Log a message with two parameters that needs to be translated.
log(int, String, String, Object, Object) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Log a message with two parameters that needs to be translated.
log(int, String, Object, Object, Object) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Log a message with three parameters that needs to be translated.
log(int, String, String, Object, Object, Object) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Log a message with three parameters that needs to be translated.
log(int, String, Object, Object, Object, Object) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Log a message with four parameters that needs to be translated.
log(int, String, String, Object, Object, Object, Object) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Log a message with four parameters that needs to be translated.
log(int, String, Object[]) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when the log request is from somewhere session is not available.
log(int, String, String, Object[]) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when the log request is from somewhere session is not available.
log(int, String, Object[], boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when the log request is from somewhere session is not available.
log(int, String, String, Object[], boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when the log request is from somewhere session is not available.
log(SessionLogEntry) - Method in class org.eclipse.persistence.platform.server.ServerLog
PUBLIC:
log(SessionLogEntry) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Log the log entry.
LOG_DEBUG - Static variable in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
 
LOG_ERROR - Static variable in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
 
LOG_INFO - Static variable in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
 
LOG_IO_ERROR - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
LOG_LEVEL_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
LOG_WARNING - Static variable in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
 
LogConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.log
INTERNAL:
LogConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.log.LogConfig
 
logConfigMessage(String, MetadataAccessor, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Logging utility method.
logConfigMessage(String, MetadataAccessor, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Logging utility method.
logConfigMessage(String, MetadataDescriptor, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Logging utility method.
logConfigMessage(String, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Logging utility method.
logConfigMessage(String, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Logging utility method.
logConfigMessage(String, Object, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Logging utility method.
logConfigMessage(String, Object, Object, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Logging utility method.
logDebug(String, Object[]) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
INTERNAL: Convenience logging methods.
logDebugWithoutLevelCheck(String, Object[]) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
logError(String, Object[]) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
logException(Throwable) - Method in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
Logs a Severe message to the SessionLog.
LogFormatter - Class in org.eclipse.persistence.logging
Print a brief summary of a TopLink LogRecord in a human readable format.
LogFormatter() - Constructor for class org.eclipse.persistence.logging.LogFormatter
 
loggerCatagories - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
LoggerType - Class in org.eclipse.persistence.config
Logger type persistence property values.
LoggerType() - Constructor for class org.eclipse.persistence.config.LoggerType
 
Logging - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
LOGGING_CONNECTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property "eclipselink.logging.connection" indicates if the connection in use should have its identity included in each log message.
LOGGING_EXCEPTIONS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property "eclipselink.logging.exceptions" indicates if exception stack traces should be included in each log message.
By default stack trace is logged for SEVERE all the time and at FINER level for WARNING or less.
LOGGING_FILE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.logging.file" property configures a file location where the log will be output to instead of standard out.
LOGGING_FILE_NAME_CANNOT_BE_EMPTY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
LOGGING_LEVEL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.logging.level" property allows the default logging levels to be specified.
LOGGING_LOGGER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.logging.logger" property specifies the type of logger.
LOGGING_PARAMETERS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
By default sql bind parameters are displayed in exceptions and logs when the log level is FINE or greater.
LOGGING_SESSION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property "eclipselink.logging.session" indicates if the session in use should have its identity included in each log message.
LOGGING_THREAD - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property "eclipselink.logging.thread" indicates if current thread should have its identity included in each log message.
LOGGING_TIMESTAMP - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.logging.timestamp" property configures if the current time stamp should be included in each log message.
LoggingLocalization - Class in org.eclipse.persistence.internal.localization
Purpose: This is for any logging related messages
LoggingLocalization() - Constructor for class org.eclipse.persistence.internal.localization.LoggingLocalization
 
LoggingLocalization - Class in org.eclipse.persistence.jpa.rs.logging
 
LoggingLocalization() - Constructor for class org.eclipse.persistence.jpa.rs.logging.LoggingLocalization
 
LoggingLocalizationResource - Class in org.eclipse.persistence.internal.localization.i18n
English ResourceBundle for LoggingLocalization messages.
LoggingLocalizationResource() - Constructor for class org.eclipse.persistence.internal.localization.i18n.LoggingLocalizationResource
 
LoggingLocalizationResource - Class in org.eclipse.persistence.jpa.rs.logging.i18n
 
LoggingLocalizationResource() - Constructor for class org.eclipse.persistence.jpa.rs.logging.i18n.LoggingLocalizationResource
 
LoggingOptionsConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.log
INTERNAL:
LoggingOptionsConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.log.LoggingOptionsConfig
 
logicalDelete(ModifyQuery, boolean) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Performs a logical delete (update) on the historical schema.
logicalDelete(ModifyQuery, boolean, boolean) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Performs a logical delete (update) on the historical schema.
LogicalExpression - Class in org.eclipse.persistence.internal.expressions
Used for logical AND and OR.
LogicalExpression() - Constructor for class org.eclipse.persistence.internal.expressions.LogicalExpression
 
LogicalExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression represents a logical expression, which means the first and second expressions are aggregated with either AND or OR.
LogicalExpression_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
LogicalExpression_InvalidLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LogicalExpression_InvalidRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LogicalExpression_MissingLeftExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LogicalExpression_MissingRightExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LogicalExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This expression represents a logical expression, which means the first and second expressions are aggregated with either the AND or the OR operator.
logicalInsert(ObjectLevelModifyQuery, boolean) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Perform a logical insert into the historical schema, creating a new version of an object.
LogicalOperator - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Operator types
LogicalOperatorNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
LogicalOperatorNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.LogicalOperatorNode
Return a new LogicalOperatorNode.
Login<PLATFORM extends CorePlatform> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
login() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Connect to the database using the predefined login.
login(String, String) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Connect to the database using the given user name and password.
login(Login) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Connect to the database using the given login.
login() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Connect to the database using the predefined login.
login(String, String) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Connect to the database using the predefined login.
login() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Connect to the database using the predefined login.
login(String, String) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Connect to the database using the given user name and password.
login(Login) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Connect to the database using the given login.
Login - Interface in org.eclipse.persistence.sessions
Purpose: Define the information required to connect to an EclipseLink session.
login() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Connect to the database using the predefined login.
LOGIN_BEFORE_ALLOCATING_CLIENT_SESSIONS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
loginAndDetectDatasource() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Connect to the database using the predefined login.
loginAndDetectDatasource() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Connect to the database using the predefined login.
loginAndDetectDatasource() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Connect to the database using the predefined login.
loginBeforeAllocatingClientSessions() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
LoginConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
INTERNAL:
LoginConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
logInfo(String, Object[]) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
loginSessions() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
INTERNAL:
LoginTime - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
logIOError(IOException) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
logln(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
 
logMessage(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
Log a untranslated message to the EclipseLink log at FINER level.
logMessage(int, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: RemoteCommandManager method.
logMessage(int, String) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
PUBLIC: Log a message to the application log output stream.
logMessage(int, String, Object[]) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
INTERNAL:
logMessage(String) - Method in interface org.eclipse.persistence.sessions.Session
Log a untranslated message to the EclipseLink log at FINER level.
logMessageWithoutLevelCheck(int, String, Object[]) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
INTERNAL: Use this method in case the necessary logLevel has been confirmed by calling commandProcessor.shouldLogMessages method
logout() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Disconnect from the database.
logout() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Disconnect from all databases.
logout() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Disconnect from the database.
logout() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Logout the session, close the remote connection and release the hold resources
logout() - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Shutdown the server session, also shutdown all of the connection pools.
LOGOUT_WHILE_TRANSACTION_IN_PROGRESS - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
logoutWhileTransactionInProgress() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
logParameter(StringBuilder, Integer, PLSQLargument, AbstractRecord, DatabasePlatform) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
logParameter(StringBuilder, Integer, PLSQLargument, AbstractRecord, DatabasePlatform) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
 
logParameter(StringBuilder, Integer, PLSQLargument, AbstractRecord, DatabasePlatform) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
logParameter(StringBuilder, Integer, PLSQLargument, AbstractRecord, DatabasePlatform) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
logParameter(StringBuilder, Integer, PLSQLargument, AbstractRecord, DatabasePlatform) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
INTERNAL: Append the parameter for logging purposes.
logParameter(StringBuilder, Integer, PLSQLargument, AbstractRecord, DatabasePlatform) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
logProfile() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
PUBLIC: Set whether after each query execution the profile result should be logged.
logProfileSummary() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
PUBLIC: Log a profile summary.
logProfileSummaryByClass() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
PUBLIC: Log a profile summary by class.
logProfileSummaryByQuery() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
PUBLIC: Log a profile summary by query.
logThrowable(int, String, Throwable) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
logThrowable(int, Throwable) - Static method in class org.eclipse.persistence.internal.weaving.WeaverLogger
Deprecated.
INTERNAL: Log Throwable to EclipseLink weaver logger and standard error output.
logThrowable(int, Throwable) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
logThrowable(int, String, Throwable) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
logThrowable(int, Throwable) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Log a Throwable with level.
logThrowable(int, String, Throwable) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Log a throwable with level.
logTxStateTrace(AbstractSession, String, Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
 
logTxTrace(AbstractSession, String, Object[]) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
 
logWarning(String, Object[]) - Method in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
Logs a Warning message to the SessionLog.
logWarning(String, Object[]) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
logWarningMessage(String, MetadataAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Logging utility method.
logWarningMessage(String, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Logging utility method.
logWarningMessage(String, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Logging utility method.
logWarningMessage(String, Object, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Logging utility method.
logWarningMessage(String, Object, Object, Object, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Logging utility method.
logWarningWithoutLevelCheck(String, Object[]) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
LONG - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
LONG - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
LONG - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
LONG - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
LONG - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
LONG_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
LONG_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
LONG_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
LONG_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
LONG_REGEXP - Static variable in class org.eclipse.persistence.jpa.jpql.ExpressionTools
The Pattern representing the regular expression of a numerical value as a long.
LONG_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
LongLiteralNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
LongLiteralNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.LongLiteralNode
IntegerLiteralNode constructor comment.
LongLiteralNode(Long) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.LongLiteralNode
IntegerLiteralNode constructor comment.
LONGOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
LongObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.LongObjectWrapperImpl
 
longType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Long}.
longType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Converts the given;@link IType}, if it's the primitive long, into the Long type.
longType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Long}.
longType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Converts the given;@link IType}, if it's the primitive long, into the Long type.
longType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Long.
longType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Converts the given IType, if it's the primitive long, into the Long type.
longuestIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the longest possible JPQL identifier that is related to the given proposal if the proposal is a JPQL identifier and contains multiple words.
LongWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.LongWrapperImpl
 
lookup(Session) - Static method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Lookup the DynamicConversionManager for the given session.
lookupActiveUnitOfWork() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return the unit of work associated with the active external transaction.
lookupActiveUnitOfWork(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Return the unit of work associated with the active external transaction.
LOWER - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
LOWER - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
lower() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
lower(Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression for converting a string to lowercase.
LOWER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'LOWER'.
lower(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
lower(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
lower(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
LOWER_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Notifies the StateObject representing the lower bound expression has changed.
LOWER_THAN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '<'.
LOWER_THAN_OR_EQUAL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '<='.
LowerExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The LOWER function converts a string to lower case and it returns a string.
LowerExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LowerExpression
Creates a new LowerExpression.
LowerExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LowerExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LowerExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LowerExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LowerExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
LowerExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This LowerExpressionFactory creates a new LowerExpression when the portion of the query to parse starts with LOWER.
LowerExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.LowerExpressionFactory
Creates a new LowerExpressionFactory.
LowerExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The LOWER function converts a string to lower case and it returns a string.
LowerExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
Creates a new LowerExpressionStateObject.
LowerExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
Creates a new LowerExpressionStateObject.
LowerExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
Creates a new LowerExpressionStateObject.
LowerNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
LowerNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.LowerNode
LowerNode constructor comment.
lowerThan(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
lowerThan(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
lowerThan(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
lowerThan(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
lowerThan(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
lowerThan(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
lowerThan(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
lowerThan(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
lowerThan(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
lowerThanOrEqual(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
lowerThanOrEqual(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
lowerThanOrEqual(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
lowerThanOrEqual(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
lowerThanOrEqual(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
lowerThanOrEqual(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
lowerThanOrEqual(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
lowerThanOrEqual(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
lowerThanOrEqual(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
LowLevelProcessor<A,V> - Interface in org.eclipse.persistence.internal.cache
Able to process computable tasks.
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is less than the second.
lt(Expression<? extends Number>, Number) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the first argument is less than the second.
LT_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 

M

m_hasSerializedObjectPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that a SerializedObject annotation or serialized-object element has been processed for this descriptor.
mABS() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
main(String[]) - Static method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBClassGenerator
 
main(String[]) - Static method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
main(String[]) - Static method in class org.eclipse.persistence.tools.PackageRenamer
Main method to run the PackageRenamer
main(String[]) - Static method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeave
 
main(String[]) - Static method in class org.eclipse.persistence.Version
 
MAINTAIN_CACHE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.maintain-cache"
maintainCache() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Set for the identity map (cache) to be maintained.
MajorNode - Class in org.eclipse.persistence.internal.jpa.parsing
 
MajorNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.MajorNode
 
makeDefaultContext() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
ADVANCED Promote this helper context to be the default or global one.
makeNodeOneToMany(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.MemberOfNode
INTERNAL makeNodeOneToMany: Traverse to the leaf on theNode and mark as one to many
makeVectorFromObject(Object) - Static method in class org.eclipse.persistence.internal.helper.Helper
Make a Vector from the passed object.
mALL() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
managedType(Class<X>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
Return the metamodel managed type representing the entity, mapped superclass, or embeddable class.
ManagedTypeImpl<X> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the ManagedType interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
managedTypes() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeProvider
Returns the managed types available within the context of this provider.
mAND() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
ManualQueryKeyExpression - Class in org.eclipse.persistence.internal.expressions
This class represents a "query key" that isn't really there in the descriptors.
ManualQueryKeyExpression() - Constructor for class org.eclipse.persistence.internal.expressions.ManualQueryKeyExpression
 
ManualQueryKeyExpression(String, Expression) - Constructor for class org.eclipse.persistence.internal.expressions.ManualQueryKeyExpression
 
ManualQueryKeyExpression(String, Expression, ClassDescriptor) - Constructor for class org.eclipse.persistence.internal.expressions.ManualQueryKeyExpression
 
mANY() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MANY_TO_MANY - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for a many to many mapping.
MANY_TO_MANY_MAPPING_REFERENCE_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
MANY_TO_ONE - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for a many to one mapping.
MANY_TO_ONE_MAPPING_REFERENCE_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
ManyToMany - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ManyToManyAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: A many to many relationship accessor.
ManyToManyAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ManyToManyAccessor
INTERNAL: Used for OX mapping.
ManyToManyAccessor(MetadataAnnotation, MetadataAnnotatedElement, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ManyToManyAccessor
INTERNAL:
ManyToManyImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
ManyToManyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.ManyToManyImpl
 
ManyToManyMapping - Class in org.eclipse.persistence.mappings
Purpose: Many to many mappings are used to represent the relationships between a collection of source objects and a collection of target objects.
ManyToManyMapping() - Constructor for class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Default constructor.
ManyToManyQueryKey - Class in org.eclipse.persistence.mappings.querykeys
Purpose:Represents a m-m join query.
ManyToManyQueryKey() - Constructor for class org.eclipse.persistence.mappings.querykeys.ManyToManyQueryKey
 
ManyToOne - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ManyToOneAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: A many to one relationship accessor.
ManyToOneAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ManyToOneAccessor
INTERNAL:
ManyToOneAccessor(MetadataAnnotation, MetadataAnnotatedElement, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ManyToOneAccessor
INTERNAL:
ManyToOneImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
ManyToOneImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.ManyToOneImpl
 
ManyToOneMapping - Class in org.eclipse.persistence.mappings
Purpose: Define the relationship to be a ManyToOne.
ManyToOneMapping() - Constructor for class org.eclipse.persistence.mappings.ManyToOneMapping
PUBLIC: Default constructor.
ManyValue<T,ITEM> - Class in org.eclipse.persistence.internal.jaxb.many
This abstract class is used to support JAXBContext creation with an array or Collection class.
ManyValue() - Constructor for class org.eclipse.persistence.internal.jaxb.many.ManyValue
 
Map - Static variable in class org.eclipse.persistence.config.ResultType
A Map of key value pairs is returned.
MAP - Static variable in class org.eclipse.persistence.queries.DataReadQuery
A Map (DatabaseRecord) is returned for each row.
Map_Class - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
Map_Entry_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
MAP_ENTRY_EXPRESSION_FOR_NON_COLLECTION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
MAP_ENTRY_EXPRESSION_FOR_NON_MAP - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
MAP_KEY_ATTRIBUTE_NAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
MAP_KEY_CANNOT_USE_INDIRECTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MAP_KEY_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
MAP_KEY_IS_NULL - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
MAP_KEY_NOT_COMPARABLE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
MAP_KEY_NOT_DECLARED_IN_ITEM_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MapAttributeImpl<X,K,V> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the MapAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
MapAttributeProxyImpl<X,K,V> - Class in org.eclipse.persistence.internal.jpa.metamodel.proxy
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an MapAttribute is accessed in the metamodel.
MapAttributeProxyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.proxy.MapAttributeProxyImpl
 
mapBooleans() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
PUBLIC: This is a very specific protocol which maps fieldValues "T" and "F" to true and false respectively.
MapChangeEvent - Class in org.eclipse.persistence.descriptors.changetracking
Purpose: Define a change event for Map types.
MapChangeEvent(Object, String, Object, Object, Object, int) - Constructor for class org.eclipse.persistence.descriptors.changetracking.MapChangeEvent
Deprecated.
as of EclipseLink 2.3
MapChangeEvent(Object, String, Object, Object, Object, int, boolean) - Constructor for class org.eclipse.persistence.descriptors.changetracking.MapChangeEvent
PUBLIC: Create a MapChangeEvent for an object based on the property name, the updated Map, the new Key and the new Value and change type (add or remove)
MapChangeEvent_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
MapComponentMapping - Interface in org.eclipse.persistence.mappings.foundation
A MapComponentMapping is any mapping that can be used as the key or the value in a mapping that uses a MappedKeyMapContainerPolicy.
MapContainerPolicy - Class in org.eclipse.persistence.internal.queries
Purpose: A MapContainerPolicy is ContainerPolicy whose container class implements the Map interface.
MapContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Construct a new policy.
MapContainerPolicy(Class) - Constructor for class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Construct a new policy for the specified class.
MapContainerPolicy(String) - Constructor for class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Construct a new policy for the specified class name.
MapContainerPolicy.MapContainerPolicyIterator - Class in org.eclipse.persistence.internal.queries
INTERNAL: This inner class is used to iterate through the Map.Entry s of a Map.
MapContainerPolicyIterator(Map) - Constructor for class org.eclipse.persistence.internal.queries.MapContainerPolicy.MapContainerPolicyIterator
 
mapEntry() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a Map.Entry containing the key and the value from a mapping that maps to a java.util.Map This expression can only be used as a return value in a ReportQuery and cannot be used as part of the WHERE clause in any query EclipseLink: eb.get("mapAttribute").mapEntry()
MapEntry<K,V> - Interface in org.eclipse.persistence.internal.jaxb.many
 
MapEntryExpression - Class in org.eclipse.persistence.internal.expressions
 
MapEntryExpression(Expression) - Constructor for class org.eclipse.persistence.internal.expressions.MapEntryExpression
 
MapEntryExpression() - Constructor for class org.eclipse.persistence.internal.expressions.MapEntryExpression
 
mapEntryExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
mapEntryExpressionForNonCollection(Expression, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
mapEntryExpressionForNonMap(Expression, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
MapEntryNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
MapEntryNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.MapEntryNode
 
mapGenders() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
PUBLIC: This is a very specific protocol which maps fieldValues "F" and "M" to "Female" and "Male" respectively.
MapJoinImpl<Z,K,V> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the Join interface of the JPA criteria API.
MapJoinImpl(Path<Z>, ManagedType, Metamodel, Class<V>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl
 
MapJoinImpl(Path<Z>, ManagedType, Metamodel, Class<V>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl
 
MapJoinImpl(Path<Z>, ManagedType, Metamodel, Class<V>, Expression, Bindable<T>, JoinType, FromImpl) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl
 
mapKey() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return the key from a mapping that maps to a java.util.Map This expression can be used either in as a return value in a ReportQuery or in the WHERE clause in a query EclipseLink: eb.get("mapAttribute").mapKey()
MapKey - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
mapKeyCannotUseIndirection(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Proxy property corresponding to the specified proxy type was not found.
MapKeyConvert - Annotation Type in org.eclipse.persistence.annotations
The MapKeyConvert annotation specifies that a named converter should be used with the corresponding mapped attribute key column.
mapKeyHasChanged(Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Return whether the element's user-defined Map key has changed since it was cloned from the original version.
mapKeyHasChanged(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Return whether the element's user-defined Map key has changed since it was cloned from the original version.
mapKeyHasChanged(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Return whether the element's user-defined Map key has changed since it was cloned from the original version.
mapKeyHasChanged(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
Return whether the element's user-defined Map key has changed since it was cloned from the original version.
MapKeyImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
MapKeyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.MapKeyImpl
 
mapKeyIsNull(Object, Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
MapKeyLookupResult - Class in org.eclipse.persistence.sdo.helper
Class for wrapping cache key lookup results.
MapKeyLookupResult(ClassLoader) - Constructor for class org.eclipse.persistence.sdo.helper.MapKeyLookupResult
This constructor should be used when caching on class loader.
MapKeyLookupResult(String, ClassLoader) - Constructor for class org.eclipse.persistence.sdo.helper.MapKeyLookupResult
This constructor should be used when caching on application name.
MapKeyMapping - Interface in org.eclipse.persistence.mappings.foundation
MapKeyMapping is implemented by DatabaseMappings that can be used to map the key in a map that uses a MappedKeyMapContainerPolicy.
MapKeyMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.mappings
Object to hold onto map key metadata.
MapKeyMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.MapKeyMetadata
INTERNAL: Used for XML loading.
MapKeyMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.MapKeyMetadata
INTERNAL: Used for defaulting.
MapKeyMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.MapKeyMetadata
INTERNAL: Used for annotation loading.
MapKeyNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
MapKeyNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.MapKeyNode
 
mapKeyNotComparable(Object, Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
mapKeyNotDeclaredInItemClass(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
MapNamespacePrefixMapper - Class in org.eclipse.persistence.internal.oxm.record.namespaces
Implementation of NamespacePrefixMapper.
MapNamespacePrefixMapper(Map<String, String>) - Constructor for class org.eclipse.persistence.internal.oxm.record.namespaces.MapNamespacePrefixMapper
 
MAPPED - Static variable in class org.eclipse.persistence.eis.EISDescriptor
Define the valid data formats that the descriptor can map to.
MAPPED_SUPERCLASS_RESERVED_PK_NAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
Metamodel processing for MappedSuperclasses non-functional names.
MAPPED_SUPERCLASS_RESERVED_TABLE_NAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
MappedInteraction - Class in org.eclipse.persistence.eis.interactions
Defines the specification for a call to a JCA interaction using Mapped records.
MappedInteraction() - Constructor for class org.eclipse.persistence.eis.interactions.MappedInteraction
Default constructor.
MappedKeyMapAccessor - Interface in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Interface class to define the common map mapping metadata.
MappedKeyMapContainerPolicy - Class in org.eclipse.persistence.internal.queries
A MappedKeyMapContainerPolicy should be used for mappings to implementers of Map.
MappedKeyMapContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Construct a new policy.
MappedKeyMapContainerPolicy(Class) - Constructor for class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Construct a new policy for the specified class.
MappedKeyMapContainerPolicy(String) - Constructor for class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Construct a new policy for the specified class name.
MappedSuperclass - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
MappedSuperclassAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
INTERNAL: A mapped superclass accessor.
MappedSuperclassAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
MappedSuperclassAccessor(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
MappedSuperclassAccessor(MetadataAnnotation, MetadataClass, MetadataProject) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL:
MappedSuperclassAccessor(MetadataAnnotation, MetadataClass, MetadataDescriptor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL:
MappedSuperclassImpl - Class in org.eclipse.persistence.internal.jpa.config.classes
JPA scripting API implementation.
MappedSuperclassImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.classes.MappedSuperclassImpl
 
MappedSuperclassTypeImpl<X> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the MappedSuperclassType interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
Mapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
MAPPING_ANNOTATIONS_APPLIED_TO_TRANSIENT_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MAPPING_DOES_NOT_OVERRIDE_VALUEFROMROWINTERNALWITHJOIN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MAPPING_FILE_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MAPPING_FOR_EXPRESSION_DOES_NOT_SUPPORT_JOINING - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
MAPPING_FOR_FIELDRESULT_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
MAPPING_FOR_SEQUENCE_NUMBER_FIELD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
MAPPING_METADATA_APPLIED_TO_METHOD_WITH_ARGUMENTS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MappingAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: An abstract mapping accessor.
mappingAnnotationsAppliedToTransientAttribute(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
mappingCanNotBeReadOnly(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
MappingCompare - Class in org.eclipse.persistence.internal.helper
INTERNAL: Use to Sort The mappings in ClassDescriptor, Mappings are either DirectToField, which must be at the top or other Avoid using this class as sun.misc is not part of many VM's like Netscapes.
MappingCompare() - Constructor for class org.eclipse.persistence.internal.helper.MappingCompare
 
mappingCriteria(Expression) - Method in class org.eclipse.persistence.internal.expressions.ManualQueryKeyExpression
 
mappingCriteria(Expression) - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
INTERNAL: Mapping criteria will be provided by the base expression
mappingCriteria(Expression) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
 
mappingCriteria(Expression) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
mappingDoesNotOverrideValueFromRowInternalWithJoin(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
mappingFileNotFound(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
mappingForAttributeIsMissing(String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
mappingForExpressionDoesNotSupportJoining(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
mappingForFieldResultNotFound(String[], int) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
mappingForSequenceNumberField(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
mappingLogicalDelete(ModifyQuery, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Performs a logical delete (update) on the historical schema.
mappingLogicalInsert(DataModifyQuery, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL: Performs a logical insert into the historical schema.
mappingMetadataAppliedToMethodWithArguments(Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
MappingNodeValue - Class in org.eclipse.persistence.internal.oxm
A node value corresponding to mapping.
MappingNodeValue() - Constructor for class org.eclipse.persistence.internal.oxm.MappingNodeValue
 
mappings() - Method in class org.eclipse.persistence.internal.jpa.jpql.ConstructorQueryMappings
Returns a non-null Iterable over the ordered list of DatabaseMapping objects that represents the parameter arguments defined in the constructor expression.
Mappings - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
mappings() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the collection of possible mappings, which can be state fields, association fields and/or collection fields depending on the location used to retrieve the possible proposals.
mappings() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the collection of possible mappings, which can be state fields, association fields and/or collection fields depending on the location used to retrieve the possible proposals.
mappings() - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedType
Returns the collection of mappings defined in this managed type.
MappingsGenerator - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
MappingsGenerator(Helper) - Constructor for class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
MappingsImpl - Class in org.eclipse.persistence.internal.jpa.config.xml
JPA scripting API implementation.
MappingsImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
mapResponses() - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
PUBLIC: This is a very specific protocol which maps fieldValues "Y" and "N" to "Yes" and "No" respectively.
mapTableIndexToExpression(Expression, TreeMap, List<DatabaseTable>) - Static method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: The method searches for expressions that join two tables each in a given expression.
mapTableToExpression(Expression, Vector) - Static method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: The method searches for expressions that join two tables each in a given expression.
mapType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Map}.
mapType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Map}.
mapType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Map.
MapValue<T> - Class in org.eclipse.persistence.internal.jaxb.many
This abstract class is used to support JAXBContext creation with a Map class.
MapValue() - Constructor for class org.eclipse.persistence.internal.jaxb.many.MapValue
 
MapValueAttributeAccessor - Class in org.eclipse.persistence.internal.jaxb.many
AttributeAccessor used in conjunction with an XMLCompositeDirectCollectionMapping or XMLCompositeCollectionMapping to enable support for mapping to Maps in JAXB
MapValueAttributeAccessor(CoreAttributeAccessor, CoreContainerPolicy, Class, String, ClassLoader) - Constructor for class org.eclipse.persistence.internal.jaxb.many.MapValueAttributeAccessor
 
mark(int) - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Mark the present position in the stream.
markCommitCompleted(Object) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Mark the commit of the object as being fully completed.
markIgnoreCommit(Object) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
 
markInProgress() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
markNotVisited() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
markPostModifyCommitInProgress(Object) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Add an object as being in progress of being committed.
markPreModifyCommitInProgress(Object) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Add an object as being in progress of being committed.
markShallowCommit(Object) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Mark the object as shallow committed.
markSupported() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Tests if this input stream supports the mark and reset methods.
markTransactionForRollback() - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
INTERNAL: Marks the external transaction for rollback only.
markTransactionForRollback() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Mark the external transaction for rollback.
markVisited() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.CollectionGroupingElementNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.FieldTransformerNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.FieldTransformerNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL:
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, Marshaller) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL: This method is no longer required as now MarshalRecord maintains a reference to the XMLMarshaller.
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, MarshalContext, XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL:
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL: Override this method if the NodeValue is applicable to sequenced objects.
marshal(NodeValue, XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalContext
Perform a marshal using the NodeValue parameter.
marshal(NodeValue, XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, XPathFragment) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalContext
 
marshal(NodeValue, XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectMarshalContext
 
marshal(NodeValue, XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectMarshalContext
 
marshal(NodeValue, XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedMarshalContext
 
marshal(NodeValue, XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedMarshalContext
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.TypeNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyObjectMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyObjectMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, MarshalContext, XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
Handle the marshal operation for this NodeValue.
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
Override the method in XPathNode such that the marshaller can be set on the marshalRecord - this is required for XMLConverter usage.
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLDirectMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLDirectMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
Override the method in XPathNode such that the marshaller can be set on the marshalRecord - this is required for XMLConverter usage.
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
 
marshal(Object, ContentHandler) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
PUBLIC: Convert the given object to XML and update the given contentHandler with that XML Document
marshal(Object, ContentHandler, LexicalHandler) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
PUBLIC: Convert the given object to XML and update the given contentHandler with that XML Document
marshal(Object, MarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Convert the given object to XML and update the given marshal record with that XML Document.
marshal(Object, Node) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
PUBLIC:
marshal(Object, OutputStream) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
PUBLIC: Convert the given object to XML and update the given outputStream with that XML Document
marshal(Object, Result) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
PUBLIC: Convert the given object to XML and update the given result with that XML Document
marshal(Object, Writer) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
PUBLIC: Convert the given object to XML and update the given writer with that XML Document
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectReferenceMappingNodeValue
Handle the marshal operation for this NodeValue's XMLField.
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectReferenceMappingNodeValue
Handle the marshal operation for this NodeValue's XMLField.
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathCollectionMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathObjectMappingNodeValue
 
marshal(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathObjectMappingNodeValue
 
marshal(MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, Marshaller, MarshalContext, XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
marshal(Object, Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
marshal(Object, ContentHandler) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
marshal(Object, XMLEventWriter) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
marshal(Object, XMLEventWriter, TypeMappingInfo) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
marshal(Object, Node) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
marshal(Object, OutputStream) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
marshal(Object, File) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
marshal(Object, Result) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
marshal(Object, Result, TypeMappingInfo) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
marshal(Object, XMLStreamWriter) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
marshal(Object, XMLStreamWriter, TypeMappingInfo) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
marshal(Object, Writer) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
marshal(Object, MarshalRecord) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
marshal(Object, MarshalRecord, TypeMappingInfo) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
marshal(Object) - Method in class org.eclipse.persistence.jpa.rs.util.xmladapters.LinkAdapter
 
marshal(Object) - Method in class org.eclipse.persistence.jpa.rs.util.xmladapters.ReferenceAdapter
 
marshal(T) - Method in class org.eclipse.persistence.jpa.rs.util.xmladapters.ReferenceAdapterV2
Marshal just passes through.
marshal(RelationshipInfo) - Method in class org.eclipse.persistence.jpa.rs.util.xmladapters.RelationshipLinkAdapter
 
marshal(Collection<T>) - Method in class org.eclipse.persistence.jpa.rs.util.xmladapters.RestCollectionAdapter
 
marshal(Object, Node) - Method in class org.eclipse.persistence.oxm.XMLBinder
 
marshal(Object, Result) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
PUBLIC: Convert the given object to XML and update the given result with that XML Document
MARSHAL_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
marshalAttributes(MarshalRecord, Object, CoreAbstractSession) - Method in interface org.eclipse.persistence.internal.oxm.ObjectBuilder
 
marshalAttributes(MarshalRecord, Object, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
marshalAttributes(MarshalRecord, Object, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
MarshalCallback - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
MarshalCallback() - Constructor for class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
MarshalContext - Interface in org.eclipse.persistence.internal.oxm.record
The MarshalContext allows mappings to be marshalled differently depending on the type of object.
marshalException(Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
marshall(Object, MediaType, OutputStream, boolean) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Marshall an entity to either JSON or XML.
marshall(Object, MediaType, OutputStream, boolean, FieldsFilter) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Marshall an entity to either JSON or XML.
marshallEntity(Object, MediaType, OutputStream) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Marshall an entity to either JSON or XML Calling this method, will treat relationships as unfetched in the XML/JSON and marshall them as links rather than attempting to marshall the data in those relationships
marshallEntity(Object, FieldsFilter, MediaType, OutputStream) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Marshall an entity to either JSON or XML.
Marshaller<CHARACTER_ESCAPE_HANDLER extends CharacterEscapeHandler,CONTEXT extends Context,MARSHALLER_LISTENER extends Marshaller.Listener,MEDIA_TYPE extends MediaType,NAMESPACE_PREFIX_MAPPER extends NamespacePrefixMapper> - Class in org.eclipse.persistence.internal.oxm
 
Marshaller(CONTEXT) - Constructor for class org.eclipse.persistence.internal.oxm.Marshaller
 
Marshaller.Listener - Interface in org.eclipse.persistence.internal.oxm
An implementation of Marshaller.Listener can be set on an Marshaller to provide additional behaviour during marshal operations.
MarshallerProperties - Class in org.eclipse.persistence.jaxb
These are properties that may be set on an instance of Marshaller.
MarshallerProperties() - Constructor for class org.eclipse.persistence.jaxb.MarshallerProperties
 
MarshalRecord<ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,MARSHALLER extends Marshaller,NAMESPACE_RESOLVER extends NamespaceResolver> - Interface in org.eclipse.persistence.internal.oxm.record
This class represents marshal record behaviour that is specific to the SAX platform.
MarshalRecord<MARSHALLER extends Marshaller> - Class in org.eclipse.persistence.oxm.record
A MarshalRecord encapsulates the marshal target.
MarshalRecord() - Constructor for class org.eclipse.persistence.oxm.record.MarshalRecord
 
MarshalRecord.CycleDetectionStack<E> - Class in org.eclipse.persistence.internal.oxm.record
A Stack-like List, used to detect object cycles during marshal operations.
MarshalRecordContentHandler - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
MarshalRecordContentHandler(MarshalRecord, NamespaceResolver) - Constructor for class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
MarshalSAXParseException(String, String, String, int, int, Exception, Object) - Constructor for exception org.eclipse.persistence.oxm.record.ValidatingMarshalRecord.MarshalSAXParseException
 
marshalSelfAttributes(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, Marshaller) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL: Marshal any 'self' mapped attributes.
marshalSelfAttributes(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, Marshaller) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
Marshal any 'self' mapped attributes.
marshalSelfAttributes(XPathFragment, MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, Marshaller) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
 
marshalSelfAttributes(MarshalRecord, Object, CoreAbstractSession, NamespaceResolver, Marshaller) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
Marshal any 'self' mapped attributes.
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.CollectionGroupingElementNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in interface org.eclipse.persistence.internal.oxm.ContainerValue
Marshal only one of the values from the collection.
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.FieldTransformerNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL: This method provides an optimization in cases where the value has already been calculated.
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext, XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL: This method provides an optimization in cases where the value has already been calculated.
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.TypeNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyObjectMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext, XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLDirectMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectReferenceMappingNodeValue
 
marshalSingleValue(XPathFragment, MarshalRecord, Object, Object, CoreAbstractSession, NamespaceResolver, MarshalContext) - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathMappingNodeValue
 
marshalWithoutRootElement(ObjectBuilder, Object, Descriptor, Root, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
INTERNAL:
marshalWithoutRootElement(ObjectBuilder, Object, Descriptor, Root, boolean) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
marshalWithoutRootElement(ObjectBuilder, Object, Descriptor, Root, boolean) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL
mAS() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mASC() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
match(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.CaseInsensitiveJPQLLexer
 
match(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.CaseInsensitiveJPQLLexer
 
MATCH_SCHEMA - Static variable in class org.eclipse.persistence.internal.dbws.ProviderHelper
 
matchFieldOrder(ResultSet, DatabaseAccessor, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Allow for the field order to be matched if required.
matchRange(int, int) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.CaseInsensitiveJPQLLexer
 
MatrixParameters - Class in org.eclipse.persistence.jpa.rs
 
MatrixParameters() - Constructor for class org.eclipse.persistence.jpa.rs.MatrixParameters
 
mAVG() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
max(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
max(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
MAX - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MAX - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
max(Expression<N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression applying the numerical max operation.
MAX - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'MAX'.
max(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression MAX(path).
max(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression MAX(path).
max(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression MAX(path).
MAX_BATCH_WRITING_SIZE_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
MAX_BLOB - Static variable in class org.eclipse.persistence.platform.database.DerbyPlatform
 
MAX_CLOB - Static variable in class org.eclipse.persistence.platform.database.DerbyPlatform
 
MAX_CONNECTIONS - Static variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
MAX_SIZE_LESS_THAN_MIN_SIZE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MAX_TRIES - Static variable in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
MAX_TRIES_EXCEDED_FOR_LOCK_ON_BUILD_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
MAX_TRIES_EXCEDED_FOR_LOCK_ON_CLONE - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
MAX_TRIES_EXCEDED_FOR_LOCK_ON_MERGE - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
MAX_WAIT - Static variable in class org.eclipse.persistence.internal.helper.WriteLockManager
 
MAX_WAIT_TRIES - Static variable in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
MaxDB - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
MaxDBPlatform - Class in org.eclipse.persistence.platform.database
Database Platform for SAP MaxDB.
MaxDBPlatform() - Constructor for class org.eclipse.persistence.platform.database.MaxDBPlatform
 
maxDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression MAX(DISTINCT path).
maxDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression MAX(DISTINCT path).
maxDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression MAX(DISTINCT path).
MaxFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
 
MaxFacet(long) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.MaxFacet
 
MaxFunction - Class in org.eclipse.persistence.jpa.jpql.parser
One of the aggregate functions.
MaxFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.MaxFunction
Creates a new MaxFunction.
MaxFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MaxFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MaxFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MaxFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MaxFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This MaxFunctionFactory creates a new MaxFunction when the portion of the query to parse starts with MAX.
MaxFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.MaxFunctionFactory
Creates a new MaxFunctionFactory.
MaxFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
One of the aggregate functions.
MaxFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Creates a new MaxFunctionStateObject.
MaxFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Creates a new MaxFunctionStateObject.
MaxFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Creates a new MaxFunctionStateObject.
MaxFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Creates a new MaxFunctionStateObject.
MaxFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Creates a new MaxFunctionStateObject.
maximum() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This represents the aggregate function Maximum.
Maximum - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
maximum() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the MAXIMUM operator.
maximumNumericValues() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Builds a table of maximum numeric values keyed on java class.
maximumNumericValues() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
Builds a table of maximum numeric values keyed on java class.
maximumNumericValues() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Builds a table of maximum numeric values keyed on java class.
maximumNumericValues() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
Builds a table of minimum numeric values keyed on java class.
maximumNumericValues() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Builds a table of maximum numeric values keyed on java class.
maximumNumericValues() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Builds a table of maximum numeric values keyed on java class.
maximumNumericValues() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Builds a table of maximum numeric values keyed on java class.
maximumNumericValues() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Builds a table of maximum numeric values keyed on java class.
MaxNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
MaxNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.MaxNode
 
MAXROW_FIELD - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Following fields are used to bind MaxResults and FirstRow settings into the query instead of using the values stored in the call.
maxSizeLessThanMinSize() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
MAXTRIES - Static variable in class org.eclipse.persistence.internal.helper.WriteLockManager
 
maxTriesLockOnBuildObjectExceded(Thread, Thread) - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
maxTriesLockOnCloneExceded(Object) - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
maxTriesLockOnMergeExceded(Object) - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
MBeanDevelopmentServices - Class in org.eclipse.persistence.services.mbean
Purpose: Provide a dynamic interface into the EclipseLink Identity Map Manager.
MBeanDevelopmentServices(Session) - Constructor for class org.eclipse.persistence.services.mbean.MBeanDevelopmentServices
 
MBeanDevelopmentServicesMBean - Interface in org.eclipse.persistence.services.mbean
Purpose: Provide a dynamic interface into the EclipseLink Identity Map Manager.
MBeanGlassfishRuntimeServices - Class in org.eclipse.persistence.services.glassfish
Purpose: Provide a dynamic interface into the EclipseLink Session.
MBeanGlassfishRuntimeServices(Session) - Constructor for class org.eclipse.persistence.services.glassfish.MBeanGlassfishRuntimeServices
 
MBeanGlassfishRuntimeServicesMBean - Interface in org.eclipse.persistence.services.glassfish
Purpose: Provide a dynamic interface into the EclipseLink Session.
MBeanJBossRuntimeServices - Class in org.eclipse.persistence.services.jboss
Purpose: Provide a dynamic interface into the EclipseLink Session.
MBeanJBossRuntimeServices(Session) - Constructor for class org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices
 
MBeanJBossRuntimeServicesMBean - Interface in org.eclipse.persistence.services.jboss
Purpose: Provide a dynamic interface into the EclipseLink Session.
MBeanRuntimeServices - Class in org.eclipse.persistence.services.mbean
Purpose: Provide a dynamic interface into the EclipseLink Session.
MBeanRuntimeServices(Session) - Constructor for class org.eclipse.persistence.services.mbean.MBeanRuntimeServices
 
MBeanRuntimeServicesMBean - Interface in org.eclipse.persistence.services.mbean
Purpose: Provide a dynamic interface into the EclipseLink Session.
MBeanWebLogicRuntimeServices - Class in org.eclipse.persistence.services.weblogic
Purpose: Provide a dynamic interface into the EclipseLink Session.
MBeanWebLogicRuntimeServices(Session) - Constructor for class org.eclipse.persistence.services.weblogic.MBeanWebLogicRuntimeServices
 
MBeanWebLogicRuntimeServicesMBean - Interface in org.eclipse.persistence.services.weblogic
Purpose: Provide a dynamic interface into the EclipseLink Session.
MBeanWebSphereRuntimeServices - Class in org.eclipse.persistence.services.websphere
Purpose: Provide a dynamic interface into the EclipseLink Session.
MBeanWebSphereRuntimeServices(Session) - Constructor for class org.eclipse.persistence.services.websphere.MBeanWebSphereRuntimeServices
 
MBeanWebSphereRuntimeServicesMBean - Interface in org.eclipse.persistence.services.websphere
Purpose: Provide a dynamic interface into the EclipseLink Session.
mBETWEEN() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mBOTH() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mBY() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mCASE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mChar() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mCOALESCE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mCOMMA() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mCONCAT() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mCOUNT() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mCURRENT_DATE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mCURRENT_TIME() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mCURRENT_TIMESTAMP() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mDATE_LITERAL() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mDATE_STRING() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mDELETE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mDESC() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mDigits() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mDISTINCT() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mDIVIDE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mDOT() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mDOUBLE_LITERAL() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mDOUBLE_SUFFIX() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mE() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
MEDIA_TYPE - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The name of the property used to specify the type of binding to be performed.
MEDIA_TYPE - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
The name of the property used to specify the type of binding to be performed.
MEDIA_TYPE - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
The name of the property used to specify the type of binding to be performed.
MediaType - Interface in org.eclipse.persistence.internal.oxm
This interface represents the different media types supported by EclipseLink MOXy.
mediaType(List<MediaType>) - Static method in class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
Identify the preferred MediaType from the list provided.
MediaType - Enum in org.eclipse.persistence.oxm
This enum represents the different media types supported by EclipseLink MOXy.
mediaTypeChanged() - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
mediaTypeChanged() - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
mediaTypeChanged() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
mELSE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MEMBER - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MEMBER - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
MEMBER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'MEMBER'.
member(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
member(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
member(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
MEMBER_OF - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'MEMBER OF'.
memberOf(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
memberOf(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
memberOf(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
MemberOfNode - Class in org.eclipse.persistence.internal.jpa.parsing
 
MemberOfNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.MemberOfNode
Return a new MemberOfNode
Memoizer<A,V> - Class in org.eclipse.persistence.internal.cache
Memoizer for computing resource expensive tasks asynchronously & concurrently.
Memoizer() - Constructor for class org.eclipse.persistence.internal.cache.Memoizer
 
mEMPTY() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mEND() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mENTRY() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mEQUALS() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
Merge - Static variable in class org.eclipse.persistence.config.FlushClearCache
Call to clear method causes to drop from EntityManager cache only the objects that haven't been flushed.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
merge(T) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Merge the state of the given entity into the current persistence context, using the unqualified class name as the entity name.
merge(ORMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Generic class level merging details for entities, mapped superclasses and embeddables.
merge(ORMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL: Entity level merging details.
merge(ORMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Entity level merging details.
merge(ORMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Mapped-superclass level merging details.
merge(ORMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Since we are controlling the merging and we know we'll be comparing apples with apples, the casting is safe to assume.
merge(ORMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: We currently limit this merging to the ClassAccessor level.
merge(ORMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL:
merge(ORMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL:
merge(Map<String, String>, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A part of the facade over the JPA API Call jpa merge on the given object and commit If the passed object is a list, we will iterate through the list and merge each member
Merge - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
mergeCascadeParts(ObjectChangeSet, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Merge changes from the source to the target object.
mergeChanges(CollectionChangeRecord, Object, boolean, MergeManager, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Merge changes from the source to the target object.
mergeChanges(CollectionChangeRecord, Object, boolean, MergeManager, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: Merge changes from the source to the target object.
mergeChanges(Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Recursively merge changes in the object dependent on the merge policy.
MergeChangeSetCommand - Class in org.eclipse.persistence.sessions.coordination
Purpose: Provide a remote command implementation for remote cache merges of changes.
MergeChangeSetCommand() - Constructor for class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
 
mergeChangesFromChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTERNAL: Merge the changes to all objects to session's cache.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: If the mapping has a foreign key, it is order, so must use a different merge.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ObjectChangeSet, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Merge changes between the objects, this merge algorithm is dependent on the merge manager.
mergeChangesIntoObject(Object, ObjectChangeSet, Object, MergeManager, AbstractSession, boolean, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Merge changes between the objects, this merge algorithm is dependent on the merge manager.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: Merge changes from the source to the target object.
mergeChangesIntoObject(Object, ChangeRecord, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
mergeChangesIntoSharedCache() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
INTERNAL: After execution we need to merge the changes into the shared cache, unless the query has been tagged to bypass on the store.
mergeChangesOfWorkingCopyIntoRemote(Object) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Recursively merge changes in the object dependent on the merge policy.
mergeClone(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Merge the attributes of the clone into the unit of work copy.
mergeClone(Object, int, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Merge the attributes of the clone into the unit of work copy.
mergeClone(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Merge the attributes of the clone into the unit of work copy.
mergeCloneIntoWorkingCopy() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
This can be used by the user for merging clones from RMI into the unit of work.
mergeClonesAfterCompletion() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: for synchronized units of work, merge changes into parent
mergeCloneWithReferences(Object, MergeManager) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Merge the attributes of the clone into the unit of work copy.
mergeCloneWithReferences(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Merge the attributes of the clone into the unit of work copy.
mergeCloneWithReferences(Object, int) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Merge the attributes of the clone into the unit of work copy.
mergeCloneWithReferences(Object, int, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Merge the attributes of the clone into the unit of work copy.
mergeCloneWithReferences(Object, MergeManager) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Merge the attributes of the clone into the unit of work copy.
mergeCloneWithReferences(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Merge the attributes of the clone into the unit of work copy.
mergeCloneWithReferencesIntoWorkingCopy() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
This is used during the merge of dependent objects referencing independent objects, where you want the independent objects merged as well.
mergeFrom(AbstractRecord) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: Merge the provided row into this row.
mergeIntoDistributedCache() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
This is used during cache synchronization to merge the changes into the distributed cache.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: If the mapping has a foreign key, it is order, so must use a different merge.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Merge the contents of one object into another, this merge algorithm is dependent on the merge manager.
mergeIntoObject(Object, ObjectChangeSet, boolean, Object, MergeManager, AbstractSession, boolean, boolean, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Merge the contents of one object into another, this merge algorithm is dependent on the merge manager.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
INTERNAL: Merge changes from the source to the target object.
mergeIntoObject(Object, boolean, Object, MergeManager, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
mergeIntoParentCache(UnitOfWorkImpl, Object, Object) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Only applicable when the value is stored in the cache.
mergeIntoParentCache(CacheKey, CacheKey) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: This method should merge changes from the parent into the child.
mergeIntoParentCache(UnitOfWorkImpl, Object, Object) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Only applicable when the value is stored in the cache.
mergeIntoParentCache(CacheKey, CacheKey) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: This method should merge changes from the parent into the child.
mergeIntoParentCache(UnitOfWorkImpl, Object, Object) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: This method should merge changes from the parent into the child.
mergeIntoParentCache(CacheKey, CacheKey) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: This method should merge changes from the parent into the child.
MergeManager - Class in org.eclipse.persistence.internal.sessions
Purpose: Used to manage the merge of two objects in a unit of work.
MergeManager(AbstractSession) - Constructor for class org.eclipse.persistence.internal.sessions.MergeManager
 
mergeMaps(Map, Map) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
Merge the properties from the source object into the target object.
mergeNewObjectIntoCache(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Merge a change set for a new object into the cache.
mergeObjectChanges(ObjectChangeSet, UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: This method will be used to merge changes from a supplied ObjectChangeSet into this changeSet.
mergeObjectChanges(ObjectChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: This method will be used to merge a change set into an UnitOfWorkChangeSet This method returns the local instance of the changeset
mergeOriginalIntoWorkingCopy() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
This is used to revert changes to objects, or during refreshes.
MergePending - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
mergeRecord(ChangeRecord, UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.AggregateChangeRecord
INTERNAL: This method will be used to merge one record into another
mergeRecord(ChangeRecord, UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.AggregateCollectionChangeRecord
INTERNAL: This method will be used to merge one record into another
mergeRecord(ChangeRecord, UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.ChangeRecord
INTERNAL: This method will be used to merge one record into another
mergeRecord(ChangeRecord, UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This method will be used to merge one record into another.
mergeRecord(ChangeRecord, UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
This method will be used to merge one record into another.
mergeRecord(ChangeRecord, UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
This method will be used to merge one record into another.
mergeRecord(ChangeRecord, UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.DirectToFieldChangeRecord
INTERNAL: This method will be used to merge one record into another.
mergeRecord(ChangeRecord, UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.ObjectReferenceChangeRecord
INTERNAL: This method will be used to merge one record into another
mergeRecord(ChangeRecord, UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.TransformationMappingChangeRecord
INTERNAL: This method will be used to merge one record into another
mergeRemoteValueHolder(Object, Object, MergeManager) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL Replace the client value holder with the server value holder, after copying some of the settings from the client value holder.
mergeRemoteValueHolder(Object, Object, MergeManager) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL Replace the client value holder with the server value holder, after copying some of the settings from the client value holder.
mergeRemoteValueHolder(Object, Object, MergeManager) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL Replace the client value holder with the server value holder, after copying some of the settings from the client value holder.
mergeRemoteValueHolder(Object, Object, MergeManager) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Replace the client value holder with the server value holder after copying some of the settings from the client value holder.
mergeRemoteValueHolder(Object, Object, MergeManager) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL Replace the client value holder with the server value holder, after copying some of the settings from the client value holder.
mergeRemoteValueHolder(Object, Object, MergeManager) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Replace the client value holder with the server value holder, after copying some of the settings from the client value holder.
mergeUnitOfWorkChangeSet(UnitOfWorkChangeSet, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: THis method will be used to merge another changeset into this changeset.
mergeWith(Restriction) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
Overwrites attributes of this restriction with attributes of the argument, if they are not null.
mergeWorkingCopyIntoOriginal() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
This is used during the unit of work commit to merge changes into the parent.
mergeWorkingCopyIntoRemote() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
This is used during the unit of work commit to merge changes into the parent.
mergeXmlBindings(List<XmlBindings>) - Static method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
This method is used to merge several bindings files into one XMLBindings object.
mESCAPE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
message() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
message_return() - Constructor for class org.eclipse.persistence.internal.oxm.record.json.JSONParser.message_return
 
META_INF_PATHS - Static variable in class org.eclipse.persistence.internal.xr.Util
 
metadata - Variable in class org.eclipse.persistence.internal.jpa.config.MetadataImpl
 
Metadata - Class in org.eclipse.persistence.jaxb.dynamic.metadata
 
Metadata(DynamicClassLoader, Map<String, ?>) - Constructor for class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
 
METADATA - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
METADATA_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.metadata-source"property configures the type of MetadataSource implementation to use to read Metadata
METADATA_SOURCE_PROPERTIES_FILE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The property "eclipselink.metadata-source.properties.file" specifies the name of the metadata repository properties file to read from using classloader to find the resource.
METADATA_SOURCE_RCM_COMMAND - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.metadata-source.send-refresh-command" property works with cache coordination for a clustered environment to.
METADATA_SOURCE_XML_FILE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The property "eclipselink.metadata-source.xml.file" specifies the name of the metadata repository xml file to read from using classloader to find the resource
METADATA_SOURCE_XML_URL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The property "eclipselink.metadata-source.xml.URL" specifies the name of the metadata repository xml URL to read from.
MetadataAccessibleObject - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
INTERNAL: Parent object that is used to hold onto a valid JPA decorated method field, class or file.
MetadataAccessibleObject(MetadataFactory) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAccessibleObject
INTERNAL:
MetadataAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors
INTERNAL: Common metadata accessor level for mappings and classes.
MetadataAccessor(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
MetadataAccessor(MetadataAnnotation, MetadataAccessibleObject, MetadataDescriptor, MetadataProject) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL:
MetadataAnnotatedElement - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
INTERNAL: Parent object that is used to hold onto a valid JPA decorated method, field or class.
MetadataAnnotatedElement(MetadataFactory) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
MetadataAnnotation - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
Metadata representation of an annotation.
MetadataAnnotation() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
 
MetadataAsmFactory - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
INTERNAL: A metadata factory that uses ASM technology and no reflection whatsoever to process the metadata model.
MetadataAsmFactory(MetadataLogger, ClassLoader) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAsmFactory
INTERNAL:
MetadataAsmFactory.ClassMetadataVisitor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
Walk the class byte codes and collect the class info.
MetadataCatalog - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model.v2
JPARS 2.0 metadata catalog.
MetadataCatalog() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.MetadataCatalog
 
MetadataClass - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
INTERNAL: An object to hold onto a valid JPA decorated class.
MetadataClass(MetadataFactory, String, boolean) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
Create the metadata class with the class name.
MetadataClass(MetadataFactory, String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
Create the metadata class with the class name.
MetadataClass(MetadataFactory, Class) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
Create the metadata class based on the class.
MetadataColumn - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Object to process JPA column type into EclipseLink database fields.
MetadataConstants - Class in org.eclipse.persistence.internal.jpa.metadata
INTERNAL: Common metadata processing constants.
MetadataConstants() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.MetadataConstants
 
MetadataConverter - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.
MetadataDescriptor - Class in org.eclipse.persistence.internal.jpa.metadata
INTERNAL: Common metatata descriptor for the annotation and xml processors.
MetadataDescriptor(MetadataClass) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
MetadataDescriptor(MetadataClass, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
MetadataDynamicClassWriter - Class in org.eclipse.persistence.internal.jpa.metadata
Custom DynamicClassWriter adding getter methods for virtual attributes so that 3rd party frameworks such as javax.validation can access the attribute values.
MetadataDynamicClassWriter(MetadataDescriptor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.MetadataDynamicClassWriter
 
MetadataFactory - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
INTERNAL: A metadata factory is used to extract class information.
MetadataFactory(MetadataLogger, ClassLoader) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
INTERNAL:
MetadataField - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
INTERNAL: An object to hold onto a valid JPA decorated field.
MetadataField(MetadataClass) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataField
INTERNAL:
MetadataFile - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
INTERNAL: Parent object that is used to hold onto a valid JPA decorated file.
MetadataFile(XMLEntityMappings) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFile
INTERNAL:
MetadataHelper - Class in org.eclipse.persistence.internal.jpa.metadata.accessors
Purpose: Define any useful static methods to manipulate with descriptors content.
MetadataHelper - Class in org.eclipse.persistence.internal.jpa.metadata
INTERNAL: Common helper methods for the metadata processing.
MetadataHelper() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.MetadataHelper
 
MetadataImpl<T> - Class in org.eclipse.persistence.internal.jpa.config
JPA scripting API implementation.
MetadataImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.MetadataImpl
 
MetadataImpl(T) - Constructor for class org.eclipse.persistence.internal.jpa.config.MetadataImpl
 
MetadataLogger - Class in org.eclipse.persistence.internal.jpa.metadata
INTERNAL: Logger class for the metadata processors.
MetadataLogger(AbstractSession) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL:
MetadataMethod - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
INTERNAL: An object to hold onto a valid JPA decorated method.
MetadataMethod(MetadataFactory, MetadataClass) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
Create the method from the class metadata.
MetadataMirrorFactory - Class in org.eclipse.persistence.internal.jpa.modelgen
This metadata factory employs java mirrors to create MetadataClass and is used with the canonical model processor.
MetadataProcessor - Class in org.eclipse.persistence.internal.jpa.metadata
INTERNAL: The object/relational metadata processor for the EJB3.0 specification.
MetadataProcessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Empty processor to be used as a composite processor.
MetadataProcessor(PersistenceUnitInfo, AbstractSession, ClassLoader, boolean, boolean, boolean, boolean, boolean, Map, MetadataProcessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Called from EntityManagerSetupImpl.
MetadataProject - Class in org.eclipse.persistence.internal.jpa.metadata
INTERNAL: A MetadataProject stores metadata and also helps to facilitate the metadata processing.
MetadataProject(PersistenceUnitInfo, AbstractSession, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Create and return a new MetadataProject with puInfo as its PersistenceUnitInfo, session as its Session and weavingEnabled as its global dynamic weaving state.
MetadataRefreshCommand - Class in org.eclipse.persistence.internal.sessions.coordination
Purpose: A Command implementation used to signal JPA EntityManagerFactory to refresh its metadata.
MetadataRefreshCommand(Map) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.MetadataRefreshCommand
 
MetadataRefreshListener - Interface in org.eclipse.persistence.sessions.coordination
 
MetadataResource - Class in org.eclipse.persistence.jpa.rs.resources
JPARS 2.0 metadata catalog.
MetadataResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.MetadataResource
 
MetadataSource - Class in org.eclipse.persistence.internal.jpa.config.persistenceunit
JPA scripting API implementation.
MetadataSource(PersistenceUnit) - Constructor for class org.eclipse.persistence.internal.jpa.config.persistenceunit.MetadataSource
 
MetadataSource - Interface in org.eclipse.persistence.jaxb.metadata
 
MetadataSource - Interface in org.eclipse.persistence.jpa.metadata
Purpose: Interface used to support additional persistence unit metadata being provided from outside of what was packaged within the application.
MetadataSourceAdapter - Class in org.eclipse.persistence.jaxb.metadata
You may subclass this class rather than implement the MetadataSource interface allowing insulation from future additions to the interface.
MetadataSourceAdapter() - Constructor for class org.eclipse.persistence.jaxb.metadata.MetadataSourceAdapter
 
MetadataSourceAdapter - Class in org.eclipse.persistence.jpa.metadata
Purpose: To provide a trivial implementation of MetadataSource.
MetadataSourceAdapter() - Constructor for class org.eclipse.persistence.jpa.metadata.MetadataSourceAdapter
 
METAMODEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
MetamodelImpl - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the Metamodel interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
MetamodelImpl(AbstractSession) - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
 
MetamodelImpl(EntityManager) - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
 
MetamodelImpl(EntityManagerFactory) - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
 
MetamodelImpl(EntityManagerSetupImpl) - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
INTERNAL:
METHOD_DOES_NOT_EXIST_IN_CONTAINER_CLASS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
METHOD_DOES_NOT_EXIST_ON_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
METHOD_FAILED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
METHOD_INVOCATION_FAILED - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
METHOD_INVOCATION_FAILED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
METHOD_NOT_VALID - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
MethodAttributeAccessor - Class in org.eclipse.persistence.internal.descriptors
Purpose: A wrapper class for handling cases when the domain object attributes are to be accessed thru the accessor methods.
MethodAttributeAccessor() - Constructor for class org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor
 
MethodBasedAttributeTransformer - Class in org.eclipse.persistence.mappings.transformers
 
MethodBasedAttributeTransformer() - Constructor for class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
 
MethodBasedAttributeTransformer(String) - Constructor for class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
 
MethodBasedFieldTransformation - Class in org.eclipse.persistence.internal.descriptors
INTERNAL: This is an implementation of FieldTransformation which stores a method name and uses that name to instantiate a MethodBasedFieldTransformer.
MethodBasedFieldTransformation() - Constructor for class org.eclipse.persistence.internal.descriptors.MethodBasedFieldTransformation
 
MethodBasedFieldTransformer - Class in org.eclipse.persistence.mappings.transformers
 
MethodBasedFieldTransformer(String) - Constructor for class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
 
MethodBaseQueryRedirector - Class in org.eclipse.persistence.queries
Purpose: Allows a class to be a QueryRedirector without implementing QueryRedirector.
MethodBaseQueryRedirector() - Constructor for class org.eclipse.persistence.queries.MethodBaseQueryRedirector
PUBLIC: Returns a new query redirector.
MethodBaseQueryRedirector(Class, String) - Constructor for class org.eclipse.persistence.queries.MethodBaseQueryRedirector
PUBLIC: Returns a new query redirector based on the static method in methodClass.
MethodClassExtractor - Class in org.eclipse.persistence.descriptors
Purpose: Used to allow complex inheritance support.
MethodClassExtractor() - Constructor for class org.eclipse.persistence.descriptors.MethodClassExtractor
 
MethodDefinition - Class in org.eclipse.persistence.internal.codegen
INTERNAL:
MethodDefinition() - Constructor for class org.eclipse.persistence.internal.codegen.MethodDefinition
 
methodDoesNotExistInContainerClass(String, Class) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
methodDoesNotExistOnExpression(String, Class[]) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
MethodExitLogData - Class in org.eclipse.persistence.jpa.rs.util
 
MethodExitLogData(Object[]) - Constructor for class org.eclipse.persistence.jpa.rs.util.MethodExitLogData
Instantiates a new method exit log data.
methodFailed(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
methodInvocationFailed(Method, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
methodInvocationFailed(Method, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
methodName - Variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.MethodSerialImpl
 
methodName(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL: Return a valid Java method name for a given string
methodName(String, boolean) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL: Return a valid Java method name for a given string
methodNotValid(Object, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
MethodSerialImpl - Class in org.eclipse.persistence.internal.jpa.metadata.listeners
INTERNAL: Class used to represent java.lang.reflect.Method instances to allow serialization
MethodSerialImpl(Method) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.listeners.MethodSerialImpl
 
MethodWeaver - Class in org.eclipse.persistence.internal.jpa.weaving
Processes all the methods of a class to weave in persistence code such as, lazy value holder, change tracking and fetch groups.
MethodWeaver(ClassWeaver, String, String, MethodVisitor) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
mEXISTS() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mExp() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mEXPONENT() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mFALSE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mFETCH() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mFLOAT_LITERAL() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mFLOAT_SUFFIX() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mFrac() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mFROM() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mFUNC() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mGREATER_THAN() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mGREATER_THAN_EQUAL_TO() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mGROUP() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mHAVING() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mHEX_DIGIT() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mHex_Digit() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mHEX_LITERAL() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mIDENT() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MIME_TYPE_PROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
MIME_TYPE_PROPERTY_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
MIME_TYPE_PROPERTY_PROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
MIME_TYPE_PROPERTY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
MIME_TYPE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
generate built-in open content property QNames
MIMETYPE_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
MIMETYPE_URL - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
MimeTypePolicy - Interface in org.eclipse.persistence.internal.oxm.mappings
Purpose:
MimeTypePolicy - Interface in org.eclipse.persistence.oxm.mappings
Purpose:
min(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
min(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
MIN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mIN() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MIN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
min(Expression<N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression applying the numerical min operation.
MIN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'MIN'.
min(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression AVG(path).
min(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression AVG(path).
min(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression AVG(path).
MIN_CONNECTIONS - Static variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
MIN_SUPPORTED - Static variable in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Lowest supported Java SE platform.
mINDEX() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
minDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression AVG(DISTINCT path).
minDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression AVG(DISTINCT path).
minDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression AVG(DISTINCT path).
MinFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
 
MinFacet(long) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.MinFacet
 
MinFunction - Class in org.eclipse.persistence.jpa.jpql.parser
One of the aggregate functions.
MinFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.MinFunction
Creates a new MinFunction.
MinFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MinFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MinFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MinFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MinFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This MinFunctionFactory creates a new MinFunction when the portion of the query to parse starts with MIN.
MinFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.MinFunctionFactory
Creates a new MinFunctionFactory.
MinFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
One of the aggregate functions.
MinFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Creates a new MinFunctionStateObject.
MinFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Creates a new MinFunctionStateObject.
MinFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Creates a new MinFunctionStateObject.
MinFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Creates a new MinFunctionStateObject.
MinFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Creates a new MinFunctionStateObject.
minimum() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This represents the aggregate function Minimum.
Minimum - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
minimum() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the MINIMUM operator.
minimumNumericValues() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Builds a table of minimum numeric values keyed on java class.
minimumNumericValues() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
Builds a table of minimum numeric values keyed on java class.
minimumNumericValues() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Builds a table of minimum numeric values keyed on java class.
minimumNumericValues() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
Builds a table of minimum numeric values keyed on java class.
minimumNumericValues() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Builds a table of minimum numeric values keyed on java class.
minimumNumericValues() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Builds a table of minimum numeric values keyed on java class.
minimumNumericValues() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Builds a table of minimum numeric values keyed on java class.
minimumNumericValues() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Builds a table of minimum numeric values keyed on java class.
minimumTimeIncrement() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Returns the minimum time increment supported by the platform.
minimumTimeIncrement() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
INTERNAL: Returns the minimum time increment supported by the platform.
mINNER() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MinNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
MinNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.MinNode
 
mInt() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mINTEGER_LITERAL() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mINTEGER_SUFFIX() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MINUS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MINUS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
MINUS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the minus sign '-'.
minus(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression - x.
minus(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression - x.
minus(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression - x.
MinusNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
MinusNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.MinusNode
 
mIS() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MISC - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
MISSING_CLASS_FOR_INDICATOR_FIELD_VALUE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
MISSING_CLASS_INDICATOR_FIELD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
MISSING_CONNECTION_POOL - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
MISSING_CONTEXT_PROPERTY_FOR_PROPERTY_PARAMETER_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
MISSING_CONTEXT_STRING_FOR_CONTEXT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MISSING_CONVERT_ATTRIBUTE_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MISSING_DEPENDENCY_FOR_BINARY_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
MISSING_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MISSING_FIELD_TYPE_FOR_DDL_GENERATION_OF_CLASS_TRANSFORMATION_ - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MISSING_FOREIGN_KEY_TRANSLATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
MISSING_ID_FOR_IDREF - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
MISSING_INDIRECT_CONTAINER_CONSTRUCTOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
MISSING_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MISSING_MAPPING_CONVERT_ATTRIBUTE_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MISSING_MAPPING_FOR_FIELD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
MISSING_PARTITION_POLICY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
MISSING_PROPERTIES_FILE_FOR_METADATA_SOURCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MISSING_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
MISSING_PROPERTY_IN_PROP_ORDER - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
MISSING_REF_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
MISSING_SERVER_PLATFORM_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
MISSING_TRANSFORMER_METHOD_FOR_DDL_GENERATION_OF_CLASS_TRANSFORMATION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MISSING_XML_FILE_FOR_METADATA_SOURCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
missingClassForIndicatorFieldValue(Object, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
missingClassIndicatorField(AbstractRecord, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
missingClassIndicatorField(XMLRecord, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
missingConnectionPool(String, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
missingContextPropertyForPropertyParameterExpression(DatabaseQuery, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
missingContextStringForContext(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
missingConvertAttributeName(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
missingDescriptor(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
missingDescriptor(SessionEvent) - Method in class org.eclipse.persistence.internal.sessions.factories.MissingDescriptorListener
 
MissingDescriptor - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
missingDescriptor(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the session if a descriptor is missing for a class being persisted.
missingDescriptor(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the session if a descriptor is missing for a class being persisted.
missingDescriptor(Class) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Raised for missing descriptors for lazy registration.
missingDescriptorException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
missingDescriptorException(String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
MissingDescriptorListener - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: Event listener class used to lazy-load the descriptors for EIS and XDB, as they have external jar dependencies that may not be on the classpath.
MissingDescriptorListener() - Constructor for class org.eclipse.persistence.internal.sessions.factories.MissingDescriptorListener
 
missingFieldTypeForDDLGenerationOfClassTransformation(ClassDescriptor, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
missingForeignKeyTranslation(ForeignReferenceMapping, DatabaseField) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
missingIDForIDRef(String, Object[]) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
missingIndirectContainerConstructor(Class) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
missingMappingConvertAttributeName(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
missingMappingException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
missingMappingException(String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
missingMappingForAttribute(ClassDescriptor, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
Create a validation exception for the look up of a mapping on a descriptor for an unknown attribute name.
missingMappingForField(DatabaseField, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
missingPartitioningPolicy(String, ClassDescriptor, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
missingPropertiesFileForMetadataRepositoryConfig(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
missingProperty(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
missingPropertyInPropOrder(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
missingPropertyInPropOrder(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
missingRefAttribute() - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when an sdo:ref attribute is missing during xmlhelper.load
missingServerPlatformException(String, String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
missingSource() - Static method in exception org.eclipse.persistence.exceptions.StaticWeaveException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
missingTarget() - Static method in exception org.eclipse.persistence.exceptions.StaticWeaveException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
missingTransformerMethodForDDLGenerationOfClassTransformation(ClassDescriptor, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
missingXMLMetadataRepositoryConfig() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
MixedConverterMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: Object to hold onto XML converter metadata.
MixedConverterMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
INTERNAL: Used for XML loading.
mJOIN() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mKEY() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mLEADING() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mLEFT() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mLEFT_CURLY_BRACKET() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mLEFT_ROUND_BRACKET() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mLENGTH() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mLESS_THAN() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mLESS_THAN_EQUAL_TO() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mLIKE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mLOCATE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mLONG_LITERAL() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mLOWER() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mMAX() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mMEMBER() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mMIN() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mMINUS() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mMOD() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mMULTIPLY() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mNAMED_PARAM() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mNEW() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mNOT() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mNOT_EQUAL_TO() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mNULL() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mNULLIF() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mNumber() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mNUMERIC_DIGITS() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mOBJECT() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mOCTAL_LITERAL() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mod(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
mod(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Mod - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
mod() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
MOD - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MOD - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
mod() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
mod(Expression<Integer>, Expression<Integer>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the modulus of its arguments.
mod(Expression<Integer>, Integer) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the modulus of its arguments.
mod(Integer, Expression<Integer>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the modulus of its arguments.
MOD - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'MOD'.
mod(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression MOD(simple_arithmetic_expression, simple_arithmetic_expression).
mod(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression MOD(simple_arithmetic_expression, simple_arithmetic_expression).
mod(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression MOD(simple_arithmetic_expression, simple_arithmetic_expression).
ModExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The modulo operation finds the remainder of division of one number by another.
ModExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ModExpression
Creates a new ModExpression.
ModExpression_FirstExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_InvalidFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_InvalidSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_MissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_MissingFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_MissingSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpression_SecondExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ModExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ModExpressionFactory creates a new ModExpression when the portion of the query to parse starts with MOD.
ModExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ModExpressionFactory
Creates a new ModExpressionFactory.
ModExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The modulo operation finds the remainder of division of one number by another.
ModExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
Creates a new ModExpressionStateObject.
ModExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
Creates a new ModExpressionStateObject.
ModExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
Creates a new ModExpressionStateObject.
MODIFY - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
MODIFY_ALL_QUERIES_NOT_SUPPORTED_WITH_OTHER_WRITES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ModifyAllQuery - Class in org.eclipse.persistence.queries
PUBLIC: Query used to perform a bulk delete using the expression framework.
ModifyAllQuery() - Constructor for class org.eclipse.persistence.queries.ModifyAllQuery
PUBLIC:
ModifyAllQuery(Class) - Constructor for class org.eclipse.persistence.queries.ModifyAllQuery
PUBLIC: Create a new update all query for the class specified.
ModifyAllQuery(Class, Expression) - Constructor for class org.eclipse.persistence.queries.ModifyAllQuery
PUBLIC: Create a new update all query for the class and the selection criteria specified.
ModifyNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL: ModifyNode is the superclass for UpdateNode and DeleteNode
ModifyNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ModifyNode
 
ModifyQuery - Class in org.eclipse.persistence.queries
Purpose: Abstract class for all modify queries.
ModifyQuery() - Constructor for class org.eclipse.persistence.queries.ModifyQuery
 
ModNode - Class in org.eclipse.persistence.internal.jpa.parsing
 
ModNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ModNode
 
modOperator() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Override the default MOD operator.
modOperator() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Override the default MOD operator.
mOF() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MONITORING - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
MONTH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
MONTHDAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
MonthDayWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.MonthDayWrapperImpl
 
monthsBetween(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the decimal number of months between the two dates.
MonthsBetween - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
monthsBetween() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
monthsBetweenOperator() - Static method in class org.eclipse.persistence.platform.database.FirebirdPlatform
INTERNAL: Use MONTH function for MONTH_BETWEEN.
monthsBetweenOperator() - Static method in class org.eclipse.persistence.platform.database.H2Platform
INTERNAL: Use MONTH function for MONTH_BETWEEN.
MonthWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.MonthWrapperImpl
 
mOR() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mORDER() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MoreRowsDetected - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
moreRowsDetected(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the session after read object query detected more than a single row back from the database.
moreRowsDetected(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the session after read object query detected more than a single row back from the database.
moreRowsDetected(DatabaseCall) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Raised for stored proc output parameters.
mOUTER() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
move(int, int) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
moveBackward(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Moves the position of the cursor by the length of the given word.
moveBackward(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Moves backward the position of the cursor by the given amount.
moveDown(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Moves the given StateObject down by one position in the list owned by its parent.
moveDown(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Moves the given StateObject down by one position in the list owned by its parent.
moveDown(ListHolderStateObject<T>, List<T>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Moves the given StateObject down by one position in the list owned by its parent.
moveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Moves the given StateObject down by one position in the list owned by its parent.
moveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Moves the given StateObject down by one position in the list owned by its parent.
moveDown(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Moves the given StateObject down by one position in the list owned by its parent.
moveDown(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Moves the given StateObject down by one position in the list owned by its parent.
moveDown(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Moves the given StateObject down by one position in the list owned by its parent.
moveFirst(LinkedNode) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
Allows a node to be efficiently moved first.
moveForward(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Moves the position of the cursor by the length of the given word.
moveForward(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Moves forward the position of the cursor by the given amount.
moveForwardIgnoreWhitespace(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Moves the position of the cursor by the length of the given word and ignore any different in whitespace count.
moveUp(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Moves the given StateObject up by one position in the list owned by its parent.
moveUp(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Moves the given StateObject up by one position in the list owned by its parent.
moveUp(ListHolderStateObject<T>, List<T>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Moves the given item up by one position in the list owned by its parent.
moveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Moves the given StateObject up by one position in the list owned by its parent.
moveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Moves the given StateObject up by one position in the list owned by its parent.
moveUp(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Moves the given StateObject up by one position in the list owned by its parent.
moveUp(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Moves the given StateObject up by one position in the list owned by its parent.
moveUp(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Moves the given StateObject up by one position in the list owned by its parent.
MOXY - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
MOXyJsonProvider - Class in org.eclipse.persistence.jaxb.rs
This is an implementation of MessageBodyReader/MessageBodyWriter that can be used to enable EclipseLink JAXB (MOXy) as the JSON provider.
MOXyJsonProvider() - Constructor for class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
 
MOXySystemProperties - Class in org.eclipse.persistence.jaxb
 
mPLUS() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mPOSITIONAL_PARAM() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mRIGHT_CURLY_BRACKET() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mRIGHT_ROUND_BRACKET() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mSELECT() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mSET() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mSIZE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mSOME() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mSQRT() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mString() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mSTRING_LITERAL_DOUBLE_QUOTED() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mSTRING_LITERAL_SINGLE_QUOTED() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mSUBSTRING() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mSUM() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mT__22() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mT__23() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mT__24() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mT__25() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mT__26() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mT__27() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mT__28() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mT__29() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mT__30() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mTEXTCHAR() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mTHEN() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mTIME_LITERAL() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mTIME_STRING() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mTIMESTAMP_LITERAL() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mTokens() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mTokens() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mTRAILING() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mTREAT() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mTRIM() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mTRUE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mTYPE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MultiArgInstantiationPolicy - Class in org.eclipse.persistence.internal.jaxb
Purpose: Provide a version of Instantiation Policy that can make use of a multiple argument factory method.
MultiArgInstantiationPolicy() - Constructor for class org.eclipse.persistence.internal.jaxb.MultiArgInstantiationPolicy
 
MULTICAST_GROUP_ADDRESS_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
MULTICAST_GROUP_ADDRESS_RMI_CLUSTERING - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
MULTICAST_PORT_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
MULTICAST_PORT_RMI_CLUSTERING_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
MultiDimensionalArrayValue<T extends ManyValue<?,java.lang.Object>> - Class in org.eclipse.persistence.internal.jaxb.many
 
MultiDimensionalArrayValue() - Constructor for class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalArrayValue
 
MultiDimensionalCollectionValue<T extends ManyValue<?,java.lang.Object>> - Class in org.eclipse.persistence.internal.jaxb.many
 
MultiDimensionalCollectionValue() - Constructor for class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalCollectionValue
 
MultiDimensionalManyValue<T extends ManyValue<?,java.lang.Object>> - Class in org.eclipse.persistence.internal.jaxb.many
 
MultiDimensionalManyValue() - Constructor for class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalManyValue
 
MULTIPART - Variable in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
MULTIPLE_ANY_ATTRIBUTE_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
MULTIPLE_CALLBACK_METHODS_DEFINED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MULTIPLE_CLASSES_FOR_THE_SAME_DISCRIMINATOR - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MULTIPLE_CONTEXT_PROPERTY_FOR_TENANT_DISCRIMINATOR_FIELD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MULTIPLE_COPY_POLICY_ANNOTATIONS_ON_SAME_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MULTIPLE_CURSORS_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MULTIPLE_EMBEDDED_ID_ANNOTATIONS_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MULTIPLE_ID_FIELDS_WITHOUT_ID_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
MULTIPLE_OBJECT_VALUES_FOR_DATA_VALUE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MULTIPLE_OUT_PARAMS_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MULTIPLE_OUTPUT_ARGUMENTS_ONLY_FOR_SIMPLE_XML - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
MULTIPLE_PROJECTS_SPECIFIED_IN_PROPERTIES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MULTIPLE_ROWS_DETECTED_FROM_SINGLE_OBJECT_READ - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
MULTIPLE_TABLE_INSERT_ORDER_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
MULTIPLE_TABLE_PRIMARY_KEY_MUST_BE_FULLY_QUALIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
MULTIPLE_TABLE_PRIMARY_KEY_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
MULTIPLE_TARGET_FOREIGN_KEY_TABLES - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
MULTIPLE_UNIQUE_CONSTRAINTS_WITH_SAME_NAME_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MULTIPLE_WRITE_MAPPINGS_FOR_FIELD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
MULTIPLE_XMLELEMREF - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
multipleAnyAttributeMapping(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
multipleClassesForTheSameDiscriminator(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
multipleContextPropertiesForSameTenantDiscriminatorFieldSpecified(String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
multipleCopyPolicyAnnotationsOnSameClass(String) - 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
multipleCursorsNotSupported(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
multipleEmbeddedIdAnnotationsFound(Object, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
multipleLifecycleCallbackMethodsForSameLifecycleEvent(Object, Method, Method) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
multipleObjectValuesForDataValue(Object, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
multipleOutParamsNotSupported(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
multipleOutputArgumentsOnlySupportedForSimpleXML() - Static method in exception org.eclipse.persistence.exceptions.DBWSException
INTERNAL: Exception when processing DBWS metadata and the descriptor cannot be located for the operation
multipleResourceException() - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
multipleRowsDetectedFromReadObjectQuery() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
multipleTableInsertOrderMismatch(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
multipleTablePrimaryKeyMustBeFullyQualified(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
multipleTablePrimaryKeyNotSpecified(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
multipleTargetForeignKeyTables(ClassDescriptor, DatabaseMapping, Collection) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
multipleUniqueConstraintsWithSameNameSpecified(String, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
multipleVariableDeclaration - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
multipleVariableDeclaration(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
multipleVPDIdentifiersSpecified(String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
multipleWriteMappingsForField(String, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
multipleXmlElementRef(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
MULTIPLICATION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for multiplication sign '*'.
MultiplicationExpression - Class in org.eclipse.persistence.jpa.jpql.parser
One of the four binary operators.
MultiplicationExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.MultiplicationExpression
Creates a new MultiplicationExpression.
MultiplicationExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MultiplicationExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
MultiplicationExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
TODO: BNF: arithmetic_expression ::= arithmetic_expression * arithmetic_term
MultiplicationExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
Creates a new MultiplicationExpressionStateObject.
MultiplicationExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
Creates a new MultiplicationExpressionStateObject.
MultiplicationExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
Creates a new MultiplicationExpressionStateObject.
multiply(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
multiply(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Multiply - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
MULTIPLY - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MULTIPLY - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
multiply(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression x * y.
multiply(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression x * y.
multiply(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression x * y.
MultiplyNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
MultiplyNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.MultiplyNode
 
multiselect(Selection<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Specify the items that are to be returned in the query result.
multiselect(List<Selection<?>>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Specify the items that are to be returned in the query result.
Multitenant - Annotation Type in org.eclipse.persistence.annotations
Multitenant specifies that a given entity is shared amongst multiple tenants of a given application.
Multitenant - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
MULTITENANT_PROPERTY_DEFAULT - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
The "eclipselink.tenant-id" property specifies the default context property used to populate multitenant entities.
MULTITENANT_PROPERTY_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.tenant-id" property specifies the default context property used to populate multitenant entities.
MULTITENANT_PROPERTY_FOR_NON_SHARED_EMF_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
MULTITENANT_SCHEMA_PROPERTY_DEFAULT - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
The "eclipselink.tenant-schema-id" property specifies the context property used to distinguish tenants when using global schema per tenant multitenant strategy.
MULTITENANT_SCHEMA_PROPERTY_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.tenant-schema-id" property specifies the context property used to distinguish tenants when using global schema per tenant multitenant strategy.
MULTITENANT_SHARED_CACHE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property "eclipselink.multitenant.tenants-share-cache" specifies that multitenant entities will share the L2 cache.
MULTITENANT_SHARED_EMF - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property "eclipselink.multitenant.shared-emf" is used to indicate that multitenant entities will be used within a shared entity manager factory.
MULTITENANT_STRATEGY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.multitenant.strategy" property specifies the global, project wide multitenancy strategy.
multitenantContextPropertyForNonSharedEMFNotSpecified(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
MultitenantIdAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
A multitenant id accessor.
MultitenantIdAccessor(String, DatabaseField, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MultitenantIdAccessor
INTERNAL:
MultitenantImpl - Class in org.eclipse.persistence.internal.jpa.config.multitenant
JPA scripting API implementation.
MultitenantImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.multitenant.MultitenantImpl
 
MultitenantMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.multitenant
Object to hold onto multi-tenant metadata.
MultitenantMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL: Used for XML loading.
MultitenantMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL: Used for annotation loading.
MultitenantPolicy - Interface in org.eclipse.persistence.descriptors
A multitenant interface.
MultitenantPrimaryKeyAccessor - Class in org.eclipse.persistence.internal.descriptors
Purpose: A wrapper class for handling cases when the domain object has a property to map to the database field.
MultitenantPrimaryKeyAccessor() - Constructor for class org.eclipse.persistence.internal.descriptors.MultitenantPrimaryKeyAccessor
 
MultitenantPrimaryKeyMapping - Class in org.eclipse.persistence.mappings
Purpose: Maps a multitenant property to the corresponding database field type.
MultitenantPrimaryKeyMapping() - Constructor for class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
Constructor
MultitenantType - Enum in org.eclipse.persistence.annotations
An enum that is used within the Multitenant annotation.
mUNKNOWN() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mUPDATE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mUPPER() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MUST_HAVE_MAPPING_WHEN_IN_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
MUST_INSTANTIATE_VALUEHOLDERS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
MUST_MAP_TO_TEXT - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
MUST_USE_CURSOR_STREAM_POLICY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
mustBeCompositeMember() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
mustBeCompositeMember(PersistenceUnitInfo) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
mustBeReadOnlyMappingWhenStoredInCache(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
mustDeleteReferenceObjectsOneByOne() - Method in class org.eclipse.persistence.mappings.CollectionMapping
ADVANCED: Return whether the reference objects must be deleted one by one, as opposed to with a single DELETE statement.
mustHaveMappingWhenStoredInObject(Class) - Static method in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
mustInstantiateValueholders() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
mustMapToText(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
mustUseCursorStreamPolicy() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
Mutable - Annotation Type in org.eclipse.persistence.annotations
A Mutable annotation can be used on a @Basic mapping.
mVALUE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mWHEN() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mWHERE() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
mWhitespace() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
mWS() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
MySQL - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
MySQL4 - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
MySQLPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides MySQL specific behavior.
MySQLPlatform() - Constructor for class org.eclipse.persistence.platform.database.MySQLPlatform
 

N

NAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
name - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
name - Variable in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
 
NAME_COLLISION - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
NAME_DEFAULT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorColumnMetadata
 
NAME_DEFAULT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
 
NAME_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NAME_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
nameCollision(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
NAMED_ARGUMENT_NOT_FOUND_IN_QUERY_PARAMETERS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
NAMED_ENTITY_GRAPH_NAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
NAMED_PARAM - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
NAMED_PARAM - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
NAMED_PARAMETER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for ':'.
namedArgumentNotFoundInQueryParameters(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
NamedAttributeNodeMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.graphs
Object to hold onto named attribute node metadata.
NamedAttributeNodeMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedAttributeNodeMetadata
INTERNAL: Used for XML loading.
NamedAttributeNodeMetadata(MetadataAnnotation, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedAttributeNodeMetadata
INTERNAL: Used for annotation loading.
NamedEntityGraphMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.graphs
Object to hold onto named entity graph metadata.
NamedEntityGraphMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Used for XML loading.
NamedEntityGraphMetadata(MetadataAnnotation, EntityAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Used for annotation loading.
NamedNativeQuery - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
NamedNativeQueryImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
NamedNativeQueryImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.NamedNativeQueryImpl
 
NamedNativeQueryMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto named native query metadata.
NamedNativeQueryMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedNativeQueryMetadata
INTERNAL: Used for XML loading.
NamedNativeQueryMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedNativeQueryMetadata
INTERNAL: Used for annotation loading.
NamedPLSQLStoredFunctionQueries - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
A NamedPLSQLStoredFunctionQueries annotation allows the definition of multiple NamedPLSQLStoredFunctionQuery.
NamedPlsqlStoredFunctionQuery - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
NamedPLSQLStoredFunctionQuery - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
A NamedPLSQLStoredFunctionQuery annotation allows the definition of queries that call PLSQL stored functions as named queries.
NamedPlsqlStoredFunctionQueryImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
NamedPlsqlStoredFunctionQueryImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.NamedPlsqlStoredFunctionQueryImpl
 
NamedPLSQLStoredFunctionQueryMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto a named PLSQL stored function query.
NamedPLSQLStoredFunctionQueryMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredFunctionQueryMetadata
INTERNAL: Used for XML loading.
NamedPLSQLStoredFunctionQueryMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredFunctionQueryMetadata
INTERNAL:
NamedPLSQLStoredProcedureQueries - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
A NamedPLSQLStoredProcedureQueries annotation allows the definition of multiple NamedPLSQLStoredProcedureQuery.
NamedPlsqlStoredProcedureQuery - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
NamedPLSQLStoredProcedureQuery - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
A PLSQLNamedStoredProcedureQuery annotation allows the definition of queries that call PLSQL stored procedures as named queries.
NamedPlsqlStoredProcedureQueryImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
NamedPlsqlStoredProcedureQueryImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.NamedPlsqlStoredProcedureQueryImpl
 
NamedPLSQLStoredProcedureQueryMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto a named PLSQL stored procedure query.
NamedPLSQLStoredProcedureQueryMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredProcedureQueryMetadata
INTERNAL: Used for XML loading.
NamedPLSQLStoredProcedureQueryMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
NamedPLSQLStoredProcedureQueryMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredProcedureQueryMetadata
INTERNAL:
NamedQuery - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
namedQuery(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.QueryResource
 
namedQuery(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource
Deprecated.
 
NamedQueryHandler - Class in org.eclipse.persistence.internal.xr
INTERNAL: NamedQueryHandler retrieves the TopLink DatabaseQuery from the named query
NamedQueryHandler() - Constructor for class org.eclipse.persistence.internal.xr.NamedQueryHandler
 
NamedQueryImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
NamedQueryImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.NamedQueryImpl
 
NamedQueryMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto a named query metadata.
NamedQueryMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
INTERNAL: Used for XML loading.
NamedQueryMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
INTERNAL: Used for annotation loading.
namedQuerySingleResult(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.SingleResultQueryResource
 
namedQuerySingleResult(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource
Deprecated.
 
namedQueryUpdate(String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.QueryResource
 
namedQueryUpdate(String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource
Deprecated.
 
NamedStoredFunctionQueries - Annotation Type in org.eclipse.persistence.annotations
A NamedStoredFunctionQueries annotation allows the definition of multiple NamedStoredFunctionQuery.
NamedStoredFunctionQuery - Annotation Type in org.eclipse.persistence.annotations
A NamedStoredFunctionQuery annotation allows the definition of queries that call stored functions as named queries.
NamedStoredFunctionQuery - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
NamedStoredFunctionQueryImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
NamedStoredFunctionQueryImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.NamedStoredFunctionQueryImpl
 
NamedStoredFunctionQueryMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto a named stored function query.
NamedStoredFunctionQueryMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredFunctionQueryMetadata
INTERNAL: Used for OX mapping.
NamedStoredFunctionQueryMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredFunctionQueryMetadata
INTERNAL: Used for annotation mapping.
NamedStoredProcedureQueries - Annotation Type in org.eclipse.persistence.annotations
A NamedStoredProcedureQueries annotation allows the definition of multiple NamedStoredProcedureQuery.
NamedStoredProcedureQuery - Annotation Type in org.eclipse.persistence.annotations
A NamedStoredProcedureQuery annotation allows the definition of queries that call stored procedures as named queries.
NamedStoredProcedureQuery - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
NamedStoredProcedureQueryImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
NamedStoredProcedureQueryImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.NamedStoredProcedureQueryImpl
 
NamedStoredProcedureQueryMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto a named stored procedure query.
NamedStoredProcedureQueryMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for XML loading.
NamedStoredProcedureQueryMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL:
NamedStoredProcedureQueryMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for XML loading.
NamedSubgraphMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.graphs
Object to hold onto named sub graph metadata.
NamedSubgraphMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL: Used for XML loading.
NamedSubgraphMetadata(MetadataAnnotation, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL: Used for annotation loading.
nameIsText() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
Namespace - Class in org.eclipse.persistence.internal.oxm
INTERNAL: This class represents a Namespace.
Namespace() - Constructor for class org.eclipse.persistence.internal.oxm.Namespace
 
Namespace(String, String) - Constructor for class org.eclipse.persistence.internal.oxm.Namespace
 
NAMESPACE_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
NAMESPACE_PREFIX_MAPPER - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The Constant NAMESPACE_PREFIX_MAPPER.
NAMESPACE_PREFIX_MAPPER - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
The Constant NAMESPACE_PREFIX_MAPPER.
NAMESPACE_PREFIXES_FEATURE - Static variable in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
NAMESPACE_RESOLVER_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
namespaceDeclaration(String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
namespaceDeclaration(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
namespaceDeclaration(String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
namespaceDeclaration(String, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
namespaceDeclaration(String, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
namespaceDeclaration(String, String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Add the specified namespace declaration
namespaceDeclaration(String, String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
Marshal a namespace declaration for the given prefix and url
namespaceDeclaration(String, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
namespaceDeclarations(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL: Add the namespace declarations to the XML document.
namespaceDeclarations(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
INTERNAL:
namespaceDeclarations(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
namespaceDeclarations(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL: Add the namespace declarations to the XML document.
namespaceDeclarations(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
namespaceDeclarations(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
namespaceDeclarations(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
NamespaceInfo - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
NamespaceInfo() - Constructor for class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
namespaceNotFound(String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
NamespacePrefixMapper - Class in org.eclipse.persistence.internal.oxm
Purpose:Provides a means to customise the namespace prefixes used while marshalling An implementation of this class can be set on an instance of XMLMarshaller to allow for each instance of XMLMarshaller to use different namespace prefixes.
NamespacePrefixMapper() - Constructor for class org.eclipse.persistence.internal.oxm.NamespacePrefixMapper
 
NamespacePrefixMapper - Class in org.eclipse.persistence.oxm
Purpose:Provides a means to customise the namespace prefixes used while marshalling An implementation of this class can be set on an instance of XMLMarshaller to allow for each instance of XMLMarshaller to use different namespace prefixes.
NamespacePrefixMapper() - Constructor for class org.eclipse.persistence.oxm.NamespacePrefixMapper
 
NamespacePrefixMapperWrapper - Class in org.eclipse.persistence.internal.oxm.record.namespaces
INTERNAL:
NamespacePrefixMapperWrapper(Object) - Constructor for class org.eclipse.persistence.internal.oxm.record.namespaces.NamespacePrefixMapperWrapper
 
namespaceQualifyFragment(Element) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
namespaceQualifyFragment(Element) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
 
NamespaceResolvableProject - Class in org.eclipse.persistence.internal.sessions.factories
 
NamespaceResolvableProject() - Constructor for class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
NamespaceResolvableProject(NamespaceResolverWithPrefixes) - Constructor for class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
NamespaceResolver - Class in org.eclipse.persistence.internal.oxm

It is common for an XML document to include one or more namespaces.

NamespaceResolver() - Constructor for class org.eclipse.persistence.internal.oxm.NamespaceResolver
Default constructor, creates a new NamespaceResolver.
NamespaceResolver(NamespaceResolver) - Constructor for class org.eclipse.persistence.internal.oxm.NamespaceResolver
Copy Constructor
NamespaceResolver - Class in org.eclipse.persistence.oxm

It is common for an XML document to include one or more namespaces.

NamespaceResolver() - Constructor for class org.eclipse.persistence.oxm.NamespaceResolver
Default constructor
NamespaceResolver(NamespaceResolver) - Constructor for class org.eclipse.persistence.oxm.NamespaceResolver
Copy constructor
namespaceResolverNotSpecified(String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
NamespaceResolverWithPrefixes - Class in org.eclipse.persistence.internal.sessions.factories
 
NamespaceResolverWithPrefixes() - Constructor for class org.eclipse.persistence.internal.sessions.factories.NamespaceResolverWithPrefixes
 
NamespaceURITransformer - Class in org.eclipse.persistence.sdo.helper.metadata
 
NamespaceURITransformer() - Constructor for class org.eclipse.persistence.sdo.helper.metadata.NamespaceURITransformer
 
narrow(Object) - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHelper
 
narrow(Object) - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
PUBLIC: Narrow the object using the specific generated CORBA Helper class and cast it to a CORBAConnection.
narrow(Object) - Method in class org.eclipse.persistence.sessions.coordination.corba.sun.SunCORBATransportManager
INTERNAL: Implement abstract method that delegates the narrow call to the generated SunCORBAConnectionHelper class.
narrow(Object) - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
 
NATIVE_CONNECTION - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.jdbc.native-connection"
NATIVE_QUERY_UPPERCASE_COLUMNS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.uppercase-columns" property configures native SQL queries are used, the JDBC meta-data may return column names in lower case on some platforms.
NATIVE_SEQUENCING_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
NATIVE_SQL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.native-sql" property specifies whether generic SQL should be used or platform specific 'native' SQL.
NATIVE_SQL_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
NATIVE_SQL_QUERIES_ARE_DISABLED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
NativeSequence - Class in org.eclipse.persistence.sequencing
Purpose: Define a database's native sequencing mechanism.
NativeSequence() - Constructor for class org.eclipse.persistence.sequencing.NativeSequence
 
NativeSequence(boolean) - Constructor for class org.eclipse.persistence.sequencing.NativeSequence
 
NativeSequence(String) - Constructor for class org.eclipse.persistence.sequencing.NativeSequence
Create a new sequence with the name.
NativeSequence(String, boolean) - Constructor for class org.eclipse.persistence.sequencing.NativeSequence
 
NativeSequence(String, int) - Constructor for class org.eclipse.persistence.sequencing.NativeSequence
Create a new sequence with the name and sequence pre-allocation size.
NativeSequence(String, int, boolean) - Constructor for class org.eclipse.persistence.sequencing.NativeSequence
 
NativeSequence(String, int, int) - Constructor for class org.eclipse.persistence.sequencing.NativeSequence
 
NativeSequence(String, int, int, boolean) - Constructor for class org.eclipse.persistence.sequencing.NativeSequence
 
NativeSequenceConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.sequencing
INTERNAL:
NativeSequenceConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.sequencing.NativeSequenceConfig
 
nativeSQLQueriesAreDisabled(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
NCHAR - Static variable in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
NCharacter - Class in org.eclipse.persistence.platform.database.oracle
This class can be used to define the dataType with an ObjectTypeConverter to have EclipseLink bind the object string value as an NCHAR Oracle type.
NCharacter() - Constructor for class org.eclipse.persistence.platform.database.oracle.NCharacter
 
NClob - Class in org.eclipse.persistence.platform.database.oracle
This class can be used to define the dataType with an ObjectTypeConverter to have EclipseLink bind the object string value as an NCLOB Oracle type.
NClob() - Constructor for class org.eclipse.persistence.platform.database.oracle.NClob
 
NCLOB - Static variable in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
NCNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NCNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
NCNAME_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NCNAME_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
nearestNeighbor(Expression, Object, SpatialParameters) - Static method in class org.eclipse.persistence.expressions.spatial.SpatialExpressionFactory
PUBLIC: Return an Expression for the MDSYS.SDO_NN Spatial Operator on the Oracle Database Use of this operator requires the Java spatial classes
nearestNeighbor() - Static method in class org.eclipse.persistence.internal.expressions.SpatialExpressionOperators
ExpressionOperator for the MDSYS.SDO_NN Spatial Operator on the Oracle Database Use of this operator requires the Java spatial classes
NEED_TO_IMPLEMENT_CHANGETRACKER - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NEED_TO_IMPLEMENT_FETCHGROUPTRACKER - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NEED_TO_MAP_JAVA_SQL_TIMESTAMP - Static variable in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
needToImplementChangeTracker(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
needToImplementFetchGroupTracker(Class, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
needToMapJavaSqlTimestampWhenStoredInObject() - Static method in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
neg(Expression<N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the arithmetic negation of its argument.
negate(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Negate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
negate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
NEGATIVE_INFINITY - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NEGATIVE_INTEGER - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NEGATIVE_INTEGER_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NEGATIVEINTEGER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
NEGATIVEINTEGER_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
NEQ_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
NESTED_UOW_NOT_SUPPORTED_FOR_ATTRIBUTE_TRACKING - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NESTED_UOW_NOT_SUPPORTED_FOR_MODIFY_ALL_QUERY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NestedParticle - Interface in org.eclipse.persistence.internal.oxm.schema.model
Purpose: Interface to represent a Choice or Sequence
NestedTable - Class in org.eclipse.persistence.internal.expressions
 
NestedTable() - Constructor for class org.eclipse.persistence.internal.expressions.NestedTable
 
NestedTable(QueryKeyExpression) - Constructor for class org.eclipse.persistence.internal.expressions.NestedTable
 
NestedTableDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Allow for creation of nested table types.
NestedTableDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
 
NestedTableMapping - Class in org.eclipse.persistence.mappings.structures
Purpose: Nested tables are similar to VARRAYs except internally they store their information in a separate table from their parent structure's table.
NestedTableMapping() - Constructor for class org.eclipse.persistence.mappings.structures.NestedTableMapping
PUBLIC: Default constructor.
nestedUOWNotSupportedForAttributeTracking() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
nestedUOWNotSupportedForModifyAllQuery() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
NetWeaver_7_1_PlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
NetWeaver_7_1_PlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.NetWeaver_7_1_PlatformConfig
 
NEW - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
NEW - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
NEW - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NEW'.
new_(String, ISelectExpressionStateObjectBuilder...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
Creates the expression NEW constructor_name(identification_variable).
new_(String, ISelectExpressionStateObjectBuilder...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
Creates the expression NEW constructor_name(identification_variable).
new_(String, ISelectExpressionStateObjectBuilder...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
Creates the expression NEW constructor_name(identification_variable).
new_(String, ISelectExpressionStateObjectBuilder...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Creates the expression NEW constructor_name(identification_variable).
NEW_VALUE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Notifies the new value property has changed.
newAbs(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newAbs(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newAggregateCollectionMapping() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return a new aggregate collection/element collection mapping for this type of descriptor.
newAggregateCollectionMapping() - Method in class org.eclipse.persistence.eis.EISDescriptor
Return a new aggregate collection/element collection mapping for this type of descriptor.
newAggregateCollectionMapping() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
Return a new aggregate collection/element collection mapping for this type of descriptor.
newAggregateMapping() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return a new aggregate/embedded mapping for this type of descriptor.
newAggregateMapping() - Method in class org.eclipse.persistence.eis.EISDescriptor
Return a new aggregate/embedded mapping for this type of descriptor.
newAggregateMapping() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
Return a new aggregate/embedded mapping for this type of descriptor.
newAll(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newAll(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newAnd(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newAnd(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newAny(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newAny(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newAscOrdering(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newAscOrdering(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newAttribute(int, int, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newAttribute(int, int, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newAvg(int, int, boolean, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newAvg(int, int, boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newBetween(int, int, boolean, Object, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newBetween(int, int, boolean, Object, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newBooleanLiteral(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newBooleanLiteral(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newCaseClause(int, int, Object, List, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newCaseClause(int, int, Object, List, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newCoalesceClause(int, int, List) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newCoalesceClause(int, int, List) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newCollectionMemberVariableDecl(int, int, Object, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newCollectionMemberVariableDecl(int, int, Object, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newConcat(int, int, List) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newConcat(int, int, List) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newConstructor(int, int, String, List) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newConstructor(int, int, String, List) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newCount(int, int, boolean, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newCount(int, int, boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newCurrentDate(int, int) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newCurrentDate(int, int) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newCurrentTime(int, int) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newCurrentTime(int, int) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newCurrentTimestamp(int, int) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newCurrentTimestamp(int, int) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newDateLiteral(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newDateLiteral(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newDeleteClause(int, int, String, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newDeleteClause(int, int, String, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newDeleteStatement(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newDeleteStatement(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newDerivedExpressionNamed(String) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
newDerivedField(DatabaseField) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL:
newDerivedTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL:
newDescOrdering(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newDescOrdering(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newDirectCollectionMapping() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return a new direct collection/element collection mapping for this type of descriptor.
newDirectCollectionMapping() - Method in class org.eclipse.persistence.eis.EISDescriptor
Return a new direct collection/element collection mapping for this type of descriptor.
newDirectCollectionMapping() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
Return a new direct collection/element collection mapping for this type of descriptor.
newDirectMapping() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return a new direct/basic mapping for this type of descriptor.
newDirectMapping() - Method in class org.eclipse.persistence.eis.EISDescriptor
Return a new direct/basic mapping for this type of descriptor.
newDirectMapping() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
Return a new direct/basic mapping for this type of descriptor.
newDivide(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newDivide(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newDot(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newDot(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newDoubleLiteral(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newDoubleLiteral(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newDynamicEntity(String) - Method in class org.eclipse.persistence.dynamic.DynamicHelper
 
newDynamicEntity() - Method in interface org.eclipse.persistence.dynamic.DynamicType
 
newDynamicEntity() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
newDynamicEntity(String) - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
Create a new instance of DynamicEntity for a given Java name.
newDynamicEntity(DynamicType) - Method in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContext
Create a new instance of DynamicEntity for a given DynamicType.
newEntity(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A convenience method to create a new dynamic entity of the given type
newEntity(Map<String, String>, String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
A convenience method to create a new dynamic entity of the given type
newEquals(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newEquals(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newEscape(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newEscape(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newExists(int, int, boolean, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newExists(int, int, boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newExpressionForArgument(Expression, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create a new expression.
newExpressionForArguments(Expression, List) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: The general case.
newExpressionForArgumentWithBaseLast(Expression, Object) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create a new expression.
newFetchJoin(int, int, boolean, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newFetchJoin(int, int, boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newFloatLiteral(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newFloatLiteral(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newFromClause(int, int, List) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newFromClause(int, int, List) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newFunc(int, int, String, List) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newFunc(int, int, String, List) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newGreaterThan(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newGreaterThan(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newGreaterThanEqual(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newGreaterThanEqual(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newGroupByClause(int, int, List) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newGroupByClause(int, int, List) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newHavingClause(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newHavingClause(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newIn(int, int, boolean, Object, List) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newIn(int, int, boolean, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newIn(int, int, boolean, Object, List) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newIn(int, int, boolean, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newIndex(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newIndex(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newInstance(short) - Static method in class org.eclipse.persistence.internal.expressions.ForUpdateClause
 
newInstance(Integer) - Static method in class org.eclipse.persistence.internal.expressions.ForUpdateClause
 
newInstance(int, int) - Static method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
newInstance(int) - Static method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
newInstance() - Static method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
newInstance(Collection) - Static method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
newInstance(Class) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Return a new instance of the class registered in this unit of work.
newInstance(Class) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Return a new instance of the class registered in this unit of work.
newInstanceFromClass(Class) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Get a new instance of a class using the default constructor.
newIntegerLiteral(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newIntegerLiteral(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newIsEmpty(int, int, boolean, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newIsEmpty(int, int, boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newIsNull(int, int, boolean, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newIsNull(int, int, boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newJoinVariableDecl(int, int, boolean, Object, String, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newJoinVariableDecl(int, int, boolean, Object, String, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newKey(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newKey(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newLength(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newLength(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newLessThan(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newLessThan(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newLessThanEqual(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newLessThanEqual(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newLike(int, int, boolean, Object, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newLike(int, int, boolean, Object, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newLocate(int, int, Object, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newLocate(int, int, Object, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newLongLiteral(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newLongLiteral(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newLower(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newLower(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newManualDerivedExpressionNamed(String, ClassDescriptor) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
newManyToManyMapping() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return a new one to many mapping for this type of descriptor.
newManyToManyMapping() - Method in class org.eclipse.persistence.eis.EISDescriptor
Return a new one to many mapping for this type of descriptor.
newManyToOneMapping() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return a new many to one mapping for this type of descriptor.
newManyToOneMapping() - Method in class org.eclipse.persistence.eis.EISDescriptor
Return a new many to one mapping for this type of descriptor.
newMap() - Static method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
INTERNAL: Partition isolated Map factory.
newMapEntry(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newMapEntry(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newMax(int, int, boolean, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newMax(int, int, boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newMemberOf(int, int, boolean, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newMemberOf(int, int, boolean, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newMin(int, int, boolean, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newMin(int, int, boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newMinus(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newMinus(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newMod(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newMod(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newMultiply(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newMultiply(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newNamedParameter(int, int, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newNamedParameter(int, int, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newNot(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newNot(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newNotEquals(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newNotEquals(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newNullIfClause(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newNullIfClause(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newNullLiteral(int, int) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newNullLiteral(int, int) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newObjectEvent(Object, Object, Mapping) - Method in class org.eclipse.persistence.internal.oxm.record.DOMReader
An EclipseLink specific callback into the Reader.
newObjectEvent(Object, Object, Mapping) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
newOneToManyMapping() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return a new one to many mapping for this type of descriptor.
newOneToManyMapping() - Method in class org.eclipse.persistence.eis.EISDescriptor
Return a new one to many mapping for this type of descriptor.
newOneToOneMapping() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return a new one to one mapping for this type of descriptor.
newOneToOneMapping() - Method in class org.eclipse.persistence.eis.EISDescriptor
Return a new one to one mapping for this type of descriptor.
newOr(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newOr(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newOrderByClause(int, int, List) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newOrderByClause(int, int, List) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newPlatformUnmarshaller(XML_UNMARSHALLER, Map<String, Boolean>) - Method in interface org.eclipse.persistence.internal.oxm.record.XMLPlatform
 
newPlatformUnmarshaller(XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.platform.DOMPlatform
INTERNAL:
newPlatformUnmarshaller(XMLUnmarshaller, Map<String, Boolean>) - Method in class org.eclipse.persistence.oxm.platform.DOMPlatform
INTERNAL:
newPlatformUnmarshaller(XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.platform.SAXPlatform
INTERNAL:
newPlatformUnmarshaller(XMLUnmarshaller, Map<String, Boolean>) - Method in class org.eclipse.persistence.oxm.platform.SAXPlatform
INTERNAL:
newPlatformUnmarshaller(XML_UNMARSHALLER) - Method in class org.eclipse.persistence.oxm.platform.XMLPlatform
INTERNAL:
newPlatformUnmarshaller(XML_UNMARSHALLER, Map<String, Boolean>) - Method in class org.eclipse.persistence.oxm.platform.XMLPlatform
INTERNAL:
newPlus(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newPlus(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newPositionalParameter(int, int, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newPositionalParameter(int, int, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newProxyInstance(Class, Class[], ValueHolderInterface) - Static method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionHandler
INTERNAL: Utility method to create a new proxy object.
newQualifiedAttribute(int, int, String, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newQualifiedAttribute(int, int, String, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newRangeVariableDecl(int, int, String, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newRangeVariableDecl(int, int, String, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newReadAllQuery(String) - Method in class org.eclipse.persistence.dynamic.DynamicHelper
Helper method to simplify creating a native ReadAllQuery using the entity type name (descriptor alias)
newReadObjectQuery(String) - Method in class org.eclipse.persistence.dynamic.DynamicHelper
Helper method to simplify creating a native ReadObjectQuery using the entity type name (descriptor alias)
newReportQuery(String, ExpressionBuilder) - Method in class org.eclipse.persistence.dynamic.DynamicHelper
Helper method to simplify creating a native ReportQuery using the entity type name (descriptor alias)
newSelectClause(int, int, boolean, List) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newSelectClause(int, int, boolean, List, List) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newSelectClause(int, int, boolean, List) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newSelectClause(int, int, boolean, List, List) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newSelectStatement(int, int, Object, Object, Object, Object, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newSelectStatement(int, int, Object, Object, Object, Object, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newServiceDiscovered(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
INTERNAL: A new service has been detected by the discovery manager.
newSetAssignmentClause(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newSetAssignmentClause(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newSetClause(int, int, List) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newSetClause(int, int, List) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newSize(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newSize(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newSome(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newSome(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newSqrt(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newSqrt(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newStringLiteral(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newStringLiteral(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newSubquery(int, int, Object, Object, Object, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newSubquery(int, int, Object, Object, Object, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newSubqueryContext(SimpleSelectStatement) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Changes the state of this helper to use the given subquery.
newSubqueryContext(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Changes the state of this helper to use the given subquery.
newSubqueryContext(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Changes the state of this context to use the given subquery.
newSubstring(int, int, Object, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newSubstring(int, int, Object, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newSum(int, int, boolean, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newSum(int, int, boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newSynchronizationListener(UnitOfWorkImpl, AbstractSession, Object, AbstractTransactionController) - Method in class org.eclipse.persistence.transaction.JTASynchronizationListener
INTERNAL: Create and return the Synchronization listener object that can be registered to receive JTA transaction notification callbacks.
newSynchronizationListener(UnitOfWorkImpl, AbstractSession, Object, AbstractTransactionController) - Method in interface org.eclipse.persistence.transaction.SynchronizationListenerFactory
INTERNAL: Create and return the synchronization listener object that can be registered to receive transaction notification callbacks.
newSystemException(String) - Method in class org.eclipse.persistence.internal.jpa.ExceptionFactory
 
newSystemException(Exception) - Method in class org.eclipse.persistence.internal.jpa.ExceptionFactory
 
newTime(String, String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: funcation return a date converted to a new timezone.
NewTime - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
newTime() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
newTimeLiteral(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newTimeLiteral(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newTimeStampLiteral(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newTimeStampLiteral(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newTrim(int, int, NodeFactory.TrimSpecification, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newTrim(int, int, NodeFactory.TrimSpecification, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newType(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newType(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newUnaryMinus(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newUnaryMinus(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newUnaryPlus(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newUnaryPlus(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newUnidirectionalOneToManyMapping() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Return a new one to many mapping for this type of descriptor.
newUnidirectionalOneToManyMapping() - Method in class org.eclipse.persistence.eis.EISDescriptor
Return a new one to many mapping for this type of descriptor.
newUpdateClause(int, int, String, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newUpdateClause(int, int, String, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newUpdateStatement(int, int, Object, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newUpdateStatement(int, int, Object, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newUpper(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newUpper(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newValue() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
NewValueBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a new value expression.
NewValueBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NewValueBNF
Creates a new NewValueBNF.
newVariableAccessOrTypeConstant(int, int, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newVariableAccessOrTypeConstant(int, int, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newVariableDecl(int, int, Object, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newVariableDecl(int, int, Object, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newWhenClause(int, int, Object, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newWhenClause(int, int, Object, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newWhereClause(int, int, Object) - Method in interface org.eclipse.persistence.internal.jpa.parsing.NodeFactory
 
newWhereClause(int, int, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
 
newXMLParser() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
newXMLParser(Map<String, Boolean>) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
newXMLParser() - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Return a concrete implementation of the XML parser abstraction that is compatible with the XML Platform.
newXMLParser(Map<String, Boolean>) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Return a concrete implementation of the XML parser abstraction that is compatible with the XML Platform, based on these parser features.
newXMLTransformer() - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
newXMLTransformer() - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Return a concrete implementation of the XML transformer abstraction that is compatible with the XML Platform.
next(Object, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Return the next object from the iterator.
next() - Method in class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer.TokensIterator
INTERNAL: Return the next attribute name token from attribute name.
next(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return the next object from the iterator.
next() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy.MapContainerPolicyIterator
 
next() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
 
next() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.EmptyIterator
next() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
next() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
next() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
next() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Return the next object from the collection, if beyond the read limit read from the cursor.
next(int) - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Return a Vector of at most numberOfElements of the next objects from the collection.
next() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: This method differs slightly from conventional read() operation on a Java stream.
next(int) - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: This method differs slightly from conventional read() operation on a Java stream.
nextAccessor(ServerSession, DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
INTERNAL: Return the next connection accessor.
nextAvailableGeneratedClassName() - Method in class org.eclipse.persistence.internal.jaxb.JaxbClassLoader
 
nextDay(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the date with the next day from the source date as the day name given.
NextDay - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
nextDay() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
nextElement() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapEnumeration
Return the nextElement.
nextElement() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapKeyEnumeration
 
nextElement() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Return the next object from the collection, if beyond the read limit read from the cursor.
nextElement() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Return the next object from the collection, if beyond the read limit read from the cursor.
nextElements(int) - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Return a Vector of at most numberOfElements of the next objects from the collection.
nextEntry(Object) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Return the next object on the queue.
nextEntry(Object, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Return the next object on the queue.
nextEntry(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return the next object on the queue.
nextEntry(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return the next object on the queue.
nextEntry(Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Return the next object on the queue.
nextEntry(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Return the next object on the queue.
nextIndex() - Method in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
INTERNAL: Return the next pool index to use.
nextIndex() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
nextIndex() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
nextIndex() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Retrieves the next row index (against the current row)
nextNode() - Method in class org.eclipse.persistence.internal.sessions.factories.NodeListElementEnumerator
 
NIL - Static variable in interface org.eclipse.persistence.internal.oxm.record.XMLRecord
Nil: This is used to indicate that this field represents xsi:nil="true"
NIL - Static variable in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL: Nil: This is used to indicate that this field represents xsi:nil="true"
nilComplex(XPathFragment, NAMESPACE_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
nilComplex(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
INTERNAL:
nilComplex(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
nilComplex(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Used when an nil attribute should be written
nilSimple(NAMESPACE_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
nilSimple(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
INTERNAL:
nilSimple(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
nilSimple(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Used when an nil attribute should be written
NL - Static variable in class org.eclipse.persistence.internal.helper.Helper
Store newline string
NMTOKEN - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
NMTOKEN_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
NMTOKENS - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
NMTOKENS_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
NO_APP_INFO_FOR_NULL - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
NO_ATTACHMENT_UNMARSHALLER_SET - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
NO_ATTRBUTE_VALUE_CONVERSION_TO_FIELD_VALUE_PROVIDED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_ATTRIBUTE_TRANSFORMATION_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_ATTRIBUTE_TYPE_SPECIFICATION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_ATTRIBUTES_FOR_REPORT_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
NO_CACHE - Static variable in class org.eclipse.persistence.queries.ModifyAllQuery
Cache usage flags
NO_CALL_OR_INTERACTION_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
NO_CASCADE - Static variable in class org.eclipse.persistence.internal.sessions.MergeManager
 
NO_CASCADE - Static variable in class org.eclipse.persistence.sessions.CopyGroup
Depth level indicating that NO relationships should be included in the copy.
NO_CLASSES_TO_PROCESS - Static variable in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
 
NO_CLAUSE - Static variable in class org.eclipse.persistence.history.AsOfClause
 
NO_CONCRETE_CLASS_INDICATED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
NO_CONN_FACTORY - Static variable in exception org.eclipse.persistence.eis.EISException
 
NO_CONSTRUCTOR_INDIRECT_COLLECTION_CLASS - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_CONVERTER_DATA_TYPE_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_CONVERTER_OBJECT_TYPE_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_CORRESPONDING_SETTER_METHOD_DEFINED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_CURSOR_SUPPORT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
NO_CUSTOM_QUERY_FOR_RETURNING_POLICY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_DESCRIPTOR_FOR_SUBCLASS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
NO_DESCRIPTOR_FOUND - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
NO_DESCRIPTOR_WITH_MATCHING_ROOT_ELEMENT - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
NO_ENCODER_FOR_MIME_TYPE - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
NO_EXPIRY - Static variable in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
 
NO_EXPRESSION_BUILDER_CLASS_FOUND - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
NO_FIELD_NAME_FOR_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_FIELD_VALUE_CONVERSION_TO_ATTRIBUTE_VALUE_PROVIDED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_FOREIGN_KEYS_ARE_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_ID_OR_KEY_ON_JOIN_TARGET - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
NO_ID_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
NO_LOCK - Static variable in class org.eclipse.persistence.queries.ObjectBuildingQuery
 
NO_MAPPED_BY_ATTRIBUTE_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_MAPPING_FOR_ATTRIBUTENAME - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_MAPPING_FOR_ATTRIBUTENAME_IN_ENTITY_BEAN - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_MAPPING_FOR_MAP_ENTRY_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
NO_MAPPING_FOR_PRIMARY_KEY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_MAX - Static variable in class org.eclipse.persistence.sessions.server.ServerSession
 
NO_NS_SCHEMA_LOCATION - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NO_OBJECT_FACTORY_OR_JAXB_INDEX_IN_PATH - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
NO_PK_ANNOTATIONS_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_PRIMARY_KEY - Static variable in class org.eclipse.persistence.queries.ReportQuery
 
NO_PROJECT_SPECIFIED_IN_PROPERTIES - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_PROPERTIES_FILE_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_PROPERTY_FOR_JAVA_ATTRIBUTE - Static variable in class org.eclipse.persistence.jaxb.compiler.JAXBMetadataLogger
 
NO_REFERENCE_KEY_IS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_RELATION_TABLE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_RELATION_TABLE_IN_MANY_TO_MANY_QUERY_KEY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
NO_RELATION_TABLE_MECHANISM - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_ROUTE_JAXB_ELEMENT_LABEL - Static variable in class org.eclipse.persistence.jpa.rs.ReservedWords
 
NO_SESSION_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_SESSION_REGISTERED_FOR_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_SESSION_REGISTERED_FOR_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_SESSIONS_XML_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_SOURCE_RELATION_KEYS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_SUB_CLASS_MATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_SUCH_FIELD_WHILE_INITIALIZING_ATTRIBUTES_IN_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_SUCH_METHOD_ON_FIND_OBSOLETE_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_SUCH_METHOD_ON_INITIALIZING_ATTRIBUTE_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_CONSTRUCTOR_INSTANTIATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_CONVERTING_TO_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_INITIALIZING_ATTRIBUTES_IN_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_INITIALIZING_CLASS_EXTRACTION_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_INITIALIZING_COPY_POLICY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_SUCH_METHOD_WHILE_INITIALIZING_INSTANTIATION_POLICY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_SUCH_WRITE_TRANSFORMATION_METHOD - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
NO_TABLES_TO_CREATE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_TARGET_FOREIGN_KEYS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_TARGET_RELATION_KEYS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NO_TEMPORAL_TYPE_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_TEMPORARY_CLASSLOADER_AVAILABLE - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
NO_TOPLINK_EJB_JAR_XML_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NO_TYPE_SPECIFIED_FOR_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
NO_VERSION_NUMBER_WHEN_DELETING - Static variable in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
NO_VERSION_NUMBER_WHEN_UPDATING - Static variable in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
noAppInfoForNull() - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to lookup an appinfo with a null property or type
noAttachmentUnmarshallerSet(String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
noAttributesForReportQuery(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
Oct 19, 2000 JED Added this method and exception value
noAttributeTransformationMethod(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noAttributeTypeSpecification(String, String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noAttributeValueConversionToFieldValueProvided(Object, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
NoCache - Static variable in class org.eclipse.persistence.config.CacheUsage
Configures a modify-all query to not invalidate the cache.
noCallOrInteractionSpecified() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
NoCascading - Static variable in class org.eclipse.persistence.config.CascadePolicy
 
NoCascading - Static variable in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
NoCascading - Static variable in class org.eclipse.persistence.queries.DatabaseQuery
 
noConcreteClassIndicated(AbstractRecord, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
noConnectionFactorySpecified() - Static method in exception org.eclipse.persistence.eis.EISException
 
noConstructorIndirectionContainerClass(ContainerIndirectionPolicy, Class) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noConstructorWithString(Exception, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: thrown from InstanceClassConverter
NOCONVERSION - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
NoConversion - Interface in org.eclipse.persistence.internal.helper
INTERNAL:
noConverterDataTypeSpecified(Object, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noConverterObjectTypeSpecified(Object, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noCorrespondingSetterMethodDefined(Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noCursorSupport(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
noCustomQueryForReturningPolicy(String, String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
NODE - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
NODE - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
Node - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
Node() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.Node
Return a new Node.
node(Node, NAMESPACE_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
node(Node, NamespaceResolver, String, String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
Receive notification of a node.
node(Node, NamespaceResolver, String, String) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
Receive notification of a node.
node(Node, NamespaceResolver, String, String) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
Receive notification of a node.
node(Node, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
Receive notification of a node.
node(Node, NamespaceResolver, String, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
node(Node, NamespaceResolver, String, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
Receive notification of a node.
node(Node, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification of a node.
node(Node, NamespaceResolver, String, String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification of a node.
node(Node, NamespaceResolver, String, String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
 
node(Node, NamespaceResolver, String, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
Receive notification of a node.
node(Node, NamespaceResolver, String, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
node(Node, NamespaceResolver, String, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
Receive notification of a node.
node(Node, NamespaceResolver, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
node(Node, NamespaceResolver, String, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
NodeFactory - Interface in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
NodeFactory.TrimSpecification - Enum in org.eclipse.persistence.internal.jpa.parsing
Trim specification constants.
NodeFactoryImpl - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
NodeFactoryImpl(String) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.NodeFactoryImpl
No-arg Constructor
nodeFor(Class) - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
 
nodeFor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
 
NodeListElementEnumerator - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL:
NodeListElementEnumerator(NodeList) - Constructor for class org.eclipse.persistence.internal.sessions.factories.NodeListElementEnumerator
 
NodeOrderingPolicy - Class in org.eclipse.persistence.oxm.documentpreservation
Purpose:Provide a policy that specifies how new XML Elements are added to an existing XML Document.
NodeOrderingPolicy() - Constructor for class org.eclipse.persistence.oxm.documentpreservation.NodeOrderingPolicy
 
NodeOrderingPolicyConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
 
NodeOrderingPolicyConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.NodeOrderingPolicyConfig
 
NodeRecord - Class in org.eclipse.persistence.oxm.record
Use this type of MarshalRecord when the marshal target is a Node.
NodeRecord() - Constructor for class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL: Default constructor.
NodeRecord(String) - Constructor for class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL: Create a record with the root element name.
NodeRecord(String, NamespaceResolver) - Constructor for class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL: Create a record with the root element name get the namespace URI from the namespaceResolver.
NodeRecord(String, Node) - Constructor for class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL: Create a record with the local root element name, that is a child of the parent.
NodeRecord(String, NamespaceResolver, Node) - Constructor for class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL: Create a record with the local root element name, that is a child of the parent.
NodeRecord(Node) - Constructor for class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL: Create a record with the element.
nodeRefersToObject(Node, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
Answer true if this node refers to an object described later in the EJBQL True: SELECT p FROM Project p False: SELECT p.id FROM Project p
noDescriptorForClassFromInheritancePolicy(DatabaseQuery, Class) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
noDescriptorFound(Mapping) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
noDescriptorFound(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
noDescriptorWithMatchingRootElement(String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
NodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
NodeValue() - Constructor for class org.eclipse.persistence.internal.oxm.NodeValue
 
NoDocumentPreservationPolicy - Class in org.eclipse.persistence.internal.oxm.documentpreservation
INTERNAL:
NoDocumentPreservationPolicy() - Constructor for class org.eclipse.persistence.internal.oxm.documentpreservation.NoDocumentPreservationPolicy
 
NoDocumentPreservationPolicyConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
 
NoDocumentPreservationPolicyConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.NoDocumentPreservationPolicyConfig
 
noEncoderForMimeType(String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
noEntry - Static variable in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: indicator showing that no entry exists for a given key.
NoExpiryCacheInvalidationPolicy - Class in org.eclipse.persistence.descriptors.invalidation
PUBLIC: A cache invalidation policy in which no objects will expire.
NoExpiryCacheInvalidationPolicy() - Constructor for class org.eclipse.persistence.descriptors.invalidation.NoExpiryCacheInvalidationPolicy
 
noExpressionBuilderFound(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
noFieldNameForMapping(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noFieldValueConversionToAttributeValueProvided(Object, DatabaseField, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noForeignKeysAreSpecified(ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
NoIdentityMap - Class in org.eclipse.persistence.internal.identitymaps
Purpose: Provide the capability to not cache objects at all.
NoIdentityMap(int, ClassDescriptor, AbstractSession, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
 
NoIdentityMap_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
NoIndirectionPolicy - Class in org.eclipse.persistence.internal.indirection
Purpose
NoIndirectionPolicy() - Constructor for class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Construct a new indirection policy.
noKeyOrIDPropertyOnJoinTarget(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: The target class has no ID or Key properties set.
NoLock - Static variable in class org.eclipse.persistence.config.PessimisticLock
 
noMappedByAttributeFound(Object, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noMappingForMapEntryExpression(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
noMappingForPrimaryKey(DatabaseField, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
NON_ENTITY_AS_TARGET_IN_RELATIONSHIP - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NON_EXISTENT_PROPERTY_IN_PROP_ORDER - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
NON_JTA_DATASOURCE - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
NON JTA DataSource.
NON_JTA_DATASOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.nonJtaDataSource" property specifies the non-JTA data source name that will look up a valid DataSource.
NON_NEGATIVE_INTEGER - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NON_NEGATIVE_INTEGER_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NON_PARSE_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
NON_POSITIVE_INTEGER - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NON_POSITIVE_INTEGER_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NON_READ_ONLY_MAPPED_TENANT_DISCRIMINATOR_FIELD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NON_UNIQUE_ENTITY_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NON_UNIQUE_MAPPING_FILE_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NON_UNIQUE_REPOSITORY_FILE_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
nonArithmeticScalarExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
Noncacheable - Annotation Type in org.eclipse.persistence.annotations
The NonCacheable annotation is used to configure caching behavior for relationships.
nonCompoundChildren() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Returns the set of all the query BNFs that are part of this BNF.
NonContainmentReference() - Constructor for class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
 
NONE - Static variable in annotation type org.eclipse.persistence.annotations.Convert
Constant name for no converter.
None - Static variable in class org.eclipse.persistence.config.BatchWriting
 
NONE - Static variable in class org.eclipse.persistence.config.CacheType
NONE does not cache any objects.
None - Static variable in class org.eclipse.persistence.config.CommitOrderType
No ordering is done.
None - Static variable in class org.eclipse.persistence.config.ParserValidationType
 
NONE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "none" specifies that database tables should not be created or dropped.
None - Static variable in class org.eclipse.persistence.config.TargetServer
 
NONE - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
defer no changes
None - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
NONE - Static variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Specify no join fetch, this is the default.
NONE - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Names of the possible lock mode types, JPA 2.0 only
NONE - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
nonEntityTargetInRelationship(Object, Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noneOf(String, Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Returns an expression equivalent to none of attributeName holding true for criteria.
nonExistantOrderByAlias - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
nonExistantOrderByAlias(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
nonExistentPropertyInPropOrder(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
NONNEGATIVEINTEGER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
NONNEGATIVEINTEGER_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
nonNullString(String) - Static method in class org.eclipse.persistence.internal.helper.StringHelper
Never return null but replace it with "null" String.
nonParseException(Throwable) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
NONPOSITIVEINTEGER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
NONPOSITIVEINTEGER_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
nonReadOnlyMappedTenantDiscriminatorField(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
NonreflectiveAttributeDefinition - Class in org.eclipse.persistence.internal.codegen
INTERNAL:
NonreflectiveAttributeDefinition() - Constructor for class org.eclipse.persistence.internal.codegen.NonreflectiveAttributeDefinition
 
NonreflectiveMethodDefinition - Class in org.eclipse.persistence.internal.codegen
INTERNAL:
NonreflectiveMethodDefinition() - Constructor for class org.eclipse.persistence.internal.codegen.NonreflectiveMethodDefinition
 
NonSynchronizedProperties - Class in org.eclipse.persistence.internal.helper
Properties subclass that removes the synchronization.
NonSynchronizedProperties(int) - Constructor for class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
NonSynchronizedSubVector - Class in org.eclipse.persistence.internal.helper
SubList that implements Vector.
NonSynchronizedSubVector(Vector, int, int) - Constructor for class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
NonSynchronizedVector - Class in org.eclipse.persistence.internal.helper
Vector subclass that removes the synchronization.
NonSynchronizedVector(int, int) - Constructor for class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
NonSynchronizedVector(int) - Constructor for class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
NonSynchronizedVector() - Constructor for class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
NonSynchronizedVector(Collection) - Constructor for class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
nonUniqueEntityName(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
nonUniqueMappingFileName(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
nonUniqueRepositoryFileName(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
NONVALIDATING - Static variable in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
NONVALIDATING - Static variable in class org.eclipse.persistence.oxm.XMLUnmarshaller
 
NONVALIDATING - Static variable in class org.eclipse.persistence.oxm.XMLValidator
 
NONVALIDATING - Static variable in interface org.eclipse.persistence.platform.xml.XMLParser
 
noObjectFactoryOrJaxbIndexInPath(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
noPrimaryKeyAnnotationsFound(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
NoProfiler - Static variable in class org.eclipse.persistence.config.ProfilerType
 
noPropertiesFileFound(Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noReferenceKeyIsSpecified(ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noRelationTable(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noRelationTableInManyToManyQueryKey(ManyToManyQueryKey, Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
noRelationTableMechanism(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
NORMAL - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
NORMAL_DESCRIPTORS_DO_NOT_SUPPORT_NON_RELATIONAL_EXTENSIONS - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
normalDescriptorsDoNotSupportNonRelationalExtensions(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
normalize(ExpressionNormalizer) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Normalize into a structure that is printable.
normalize(ExpressionNormalizer) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Normalize the expression into a printable structure.
normalize(ExpressionNormalizer, Vector) - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
INTERNAL: For CR#2456 if this is part of an objExp.equal(objExp), do not need to add additional expressions to normalizer both times, and the foreign key join replaces the equal expression.
normalize(ExpressionNormalizer) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL: Normalize into a structure that is printable.
normalize(ExpressionNormalizer) - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
INTERNAL: Normalize collection of values if they are expressions.
normalize(ExpressionNormalizer) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL: Normalize the expression into a printable structure.
normalize(ExpressionNormalizer) - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: Normalize the expression into a printable structure.
normalize(ExpressionNormalizer) - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
INTERNAL: Normalize the expression into a printable structure.
normalize(ExpressionNormalizer) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Normalize into a structure that is printable.
normalize(ExpressionNormalizer) - Method in class org.eclipse.persistence.internal.expressions.IndexExpression
INTERNAL: Normalize the expression into a printable structure.
normalize(ExpressionNormalizer) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Normalize the expression into a printable structure.
normalize(ExpressionNormalizer, Expression, List<Expression>) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: For CR#2456 if this is part of an objExp.equal(objExp), do not need to add additional expressions to normalizer both times, and the foreign key join replaces the equal expression.
normalize(ExpressionNormalizer) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
INTERNAL: Check for object comparison as this requires for the expression to be replaced by the object comparison.
normalize(AbstractSession, ClassDescriptor) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Normalize an expression into a printable structure.
normalize(AbstractSession, ClassDescriptor, Map) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Normalize an expression into a printable structure.
normalize(ExpressionNormalizer) - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
INTERNAL: The subquery must be normalized with the knowledge of the outer statement for outer references and correct aliasing.
normalize(ExpressionNormalizer) - Method in class org.eclipse.persistence.internal.expressions.TableExpression
INTERNAL: Normalize the expression into a printable structure.
normalize(ExpressionNormalizer, Expression, List<Expression>) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
NORMALIZED_STRING - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NORMALIZEDSTRING - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
NORMALIZEDSTRING_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NORMALIZEDSTRING_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
normalizeForView(AbstractSession, ClassDescriptor, Map) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Normalize an expression mapping all of the descriptor's tables to the view.
normalizeStringValue(String) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
Replaces any CR, Tab or LF characters in the string with a single ' ' character.
normalizeStringValue(String) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
Replaces any CR, Tab or LF characters in the string with a single ' ' character.
normalizeSubSelect(ExpressionNormalizer, Map) - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
INTERNAL: Normalize this expression now that the parent statement has been normalized.
normalizeSubSelects(Map) - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
INTERNAL: Normalize all subselect expressions found in the course of normalizing the enclosing query.
NoRowsModified - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
noRowsModified(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the session after update or delete SQL has been sent to the database but a row count of zero was returned.
noRowsModified(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the session after update or delete SQL has been sent to the database but a row count of zero was returned.
noRowsModified(ModifyQuery, Object) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Raised for stored proc output parameters.
NoServerPlatform - Class in org.eclipse.persistence.platform.server
PUBLIC: This platform is used when EclipseLink is not within any server (Oc4j, WebLogic, ...) This is also the default platform for all newly created DatabaseSessions.
NoServerPlatform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.NoServerPlatform
INTERNAL: Default Constructor: Initialize so that runtime services and JTA are disabled.
NoServerPlatformDetector - Class in org.eclipse.persistence.platform.server
 
NoServerPlatformDetector() - Constructor for class org.eclipse.persistence.platform.server.NoServerPlatformDetector
 
noSessionFound(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noSessionRegisteredForClass(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noSessionRegisteredForName(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noSessionsXMLFound(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noSourceRelationKeysSpecified(ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
NoSql - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
NOSQL_CONNECTION_FACTORY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.nosql.connection-factory" property allows the JCA ConnectionFactory to be specified for a NoSQL or EIS adapter.
NOSQL_CONNECTION_SPEC - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.nosql.connection-spec" property allows the connection information for an NoSQL or EIS datasource to be specified.
NOSQL_PASSWORD - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.nosql.property.password" property specifies password for NoSQL connection.
Note that "javax.persistence.jdbc.password" is also supported.
NOSQL_PROPERTY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.nosql.property." property prefix allows setting NoSQL connection properties.
NOSQL_USER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.nosql.property.user" property specifies user name for NoSQL connection.
Note that "javax.persistence.jdbc.user" is also supported.
NoSqlImpl - Class in org.eclipse.persistence.internal.jpa.config.nosql
JPA scripting API implementation.
NoSqlImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.nosql.NoSqlImpl
 
NoSqlMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.nosql
Defines the metadata for the @EIS annotation for mapping an EISDescriptor.
NoSqlMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.nosql.NoSqlMetadata
INTERNAL: Used for XML loading.
NoSqlMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.nosql.NoSqlMetadata
INTERNAL: Used for annotation loading.
noSubClassMatch(Class, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noSuchFieldWhileInitializingAttributesInInstanceVariableAccessor(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noSuchMethodOnFindObsoleteMethod(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noSuchMethodOnInitializingAttributeMethod(String, DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noSuchMethodWhileConstructorInstantiation(ClassDescriptor, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noSuchMethodWhileConstructorInstantiationOfFactory(ClassDescriptor, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noSuchMethodWhileConvertingToMethod(String, DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noSuchMethodWhileInitializingAttributesInMethodAccessor(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noSuchMethodWhileInitializingClassExtractionMethod(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noSuchMethodWhileInitializingCopyPolicy(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noSuchMethodWhileInitializingInstantiationPolicy(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noSuchWriteTransformationMethod(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: Write transformation method does not exist, or has the wrong number or type of parameters.
not() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that is the boolean logical negation of the expression.
Not - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
NOT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
NOT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
not() - Method in class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl
Apply negation to the predicate.
not(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a negation of the given restriction.
not() - Method in class org.eclipse.persistence.internal.jpa.querydef.InImpl
 
not() - Method in class org.eclipse.persistence.internal.jpa.querydef.PredicateImpl
Apply negation to the predicate.
NOT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT'.
NOT_BETWEEN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT BETWEEN'.
NOT_DEFINED - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for a character that is not defined.
NOT_DESERIALIZABLE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NOT_EQUAL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '!='.
NOT_EQUAL_TO - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
NOT_EQUAL_TO - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
NOT_EXISTS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT EXISTS'.
NOT_IN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT IN'.
NOT_LIKE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT LIKE'.
NOT_MEMBER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT MEMBER'.
NOT_MEMBER_OF - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NOT MEMBER OF'.
NOT_NULL_AND_NILLABLE - Static variable in exception org.eclipse.persistence.exceptions.BeanValidationException
 
NOT_POOLED - Static variable in class org.eclipse.persistence.sessions.server.ServerSession
 
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
NOT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Notifies the visibility of the NOT identifier has changed.
NOT_SERIALIZABLE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NOT_SUPPORTED_FOR_DATASOURCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
noTablesToCreate(Project) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noTargetForeignKeysSpecified(ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noTargetIdSpecified(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when building an ObjectReferenceMapping and referenced object does not have an id property
noTargetRelationKeysSpecified(ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
NOTATION - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NOTATION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
NOTATION_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
NOTATION_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
notBetween(byte, byte) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not between two other values.
notBetween(char, char) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not between two other values.
notBetween(double, double) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not between two other values.
notBetween(float, float) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not between two other values.
notBetween(int, int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not between two other values.
notBetween(long, long) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not between two other values.
notBetween(Object, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not between two other values.
notBetween(Expression, Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not between two other values.
notBetween(short, short) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not between two other values.
NotBetween - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
notBetween(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
notBetween(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
notBetween(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
NotConform - Static variable in class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
If conforming encounters an uninstantiated indirection/lazy object it is assumed to not conform.
notDeserializable(DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
noTemporalTypeSpecified(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noTemporaryClassLoaderAvailable(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
INTERNAL: The implementation of getNewTempClassLoader is returning null instead of a temporary ClassLoader instance.
notEmpty(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: A logical expression for the collection attributeName not being empty.
notEqual(byte) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not equal to the other value.
notEqual(char) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not equal to the other value.
notEqual(double) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not equal to the other value.
notEqual(float) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not equal to the other value.
notEqual(int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not equal to the other value.
notEqual(long) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not equal to the other value.
notEqual(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not equal to the other value.
notEqual(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not equal to the other value.
notEqual(short) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not equal to the other value.
notEqual(boolean) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not equal to the other value.
NotEqual - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
notEqual(Expression<?>, Expression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing the arguments for inequality.
notEqual(Expression<?>, Object) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing the arguments for inequality.
NotEqualsNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
NotEqualsNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.NotEqualsNode
EqualsNode constructor comment.
notExists(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a sub query expression.
NotExists - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
notExists() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the NOT EXISTS operator.
notExists(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
notExists(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
notExists(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
NotExpression - Class in org.eclipse.persistence.jpa.jpql.parser
BNF: expression ::= NOT conditional_primary
NotExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NotExpression
Creates a new NotExpression.
NotExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NotExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NotExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This NotExpressionFactory creates a new NotExpression when the portion of the query to parse starts with NOT.
NotExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NotExpressionFactory
Creates a new NotExpressionFactory.
NotExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
BNF: expression ::= NOT conditional_primary
NotExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Creates a new NotExpressionStateObject.
NotExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Creates a new NotExpressionStateObject.
NotExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Creates a new NotExpressionStateObject.
notifyListeners(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: Notify the event listeners.
notifyReferencingDescriptorsOfIsolation(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Configure all descriptors referencing this class to be protected and update their cache settings.
NoTimeout - Static variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
queryTimeout has three possible settings: DefaultTimeout, NoTimeout, and 1..N This applies to both DatabaseQuery.queryTimeout and DescriptorQueryManager.queryTimeout DatabaseQuery.queryTimeout: - DefaultTimeout: get queryTimeout from DescriptorQueryManager - NoTimeout, 1..N: overrides queryTimeout in DescriptorQueryManager DescriptorQueryManager.queryTimeout: - DefaultTimeout: get queryTimeout from parent DescriptorQueryManager.
notIn(byte[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
notIn(char[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
notIn(double[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
notIn(float[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
notIn(int[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
notIn(long[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
notIn(Object[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
notIn(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
 
notIn(short[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
notIn(boolean[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
notIn(Collection) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
notIn(Expression) - Method in class org.eclipse.persistence.expressions.Expression
 
NotIn - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
notIn() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the NOTIN operator.
notIn(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
notIn(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
notIn(T...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
notIn(IConditionalExpressionStateObjectBuilder...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
notIn(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
notIn(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
notIn(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notIn(String...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notIn(T...) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notIndicated - Variable in class org.eclipse.persistence.internal.jpa.parsing.EmptyCollectionComparisonNode
 
notIndicated() - Method in class org.eclipse.persistence.internal.jpa.parsing.ExistsNode
 
notIndicated() - Method in class org.eclipse.persistence.internal.jpa.parsing.InNode
 
notIndicated() - Method in class org.eclipse.persistence.internal.jpa.parsing.MemberOfNode
 
NotInSubQuery - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
notInSubQuery() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the NOTIN operator taking a subQuery.
notLike(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not like the other value.
notLike(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not like the other value.
notLike(String, String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not like the other value.
notLike(Expression, Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value is not like the other value.
NotLike - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
notLike() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the NOTLIKE operator.
notLike(Expression<String>, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, Expression<String>, char) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, Expression<Character>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(Expression<String>, String, char) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate for testing whether the expression does not satisfy the given pattern.
notLike(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
notLike(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
notLike(T, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
notLike(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
notLike(IConditionalExpressionStateObjectBuilder, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
notLike(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
notLike(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notLike(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notLike(T, String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
NotLikeEscape - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
notLikeEscape() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the LIKE operator with ESCAPE.
notMember(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
notMember(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
notMember(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
notMemberOf(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
notMemberOf(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
notMemberOf(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
NotNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
NotNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.NotNode
Return a new NotNode.
notNull() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression representing a comparison to null
NotNull - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
notNull() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the NOTNULL operator.
notNullAndNillable(String) - Static method in exception org.eclipse.persistence.exceptions.BeanValidationException
 
notOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the NOT operator.
noTopLinkEjbJarXMLFound() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
noTransactionOrRolledBackOrCommited() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Used the EJB 3.0 to determine if a transaction is in a state where an EntityManager can be closed
notSerializable(DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
notSupportedForDatasource() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
NotVisited - Static variable in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
notYetImplemented - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
notYetImplemented(String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
noTypeSpecifiedForProperty(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when a property does not have a type specified
noVersionNumberWhenDeleting(Object, ObjectLevelModifyQuery) - Static method in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
noVersionNumberWhenUpdating(Object, ObjectLevelModifyQuery) - Static method in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
ns - Variable in class org.eclipse.persistence.dbws.DBWSModelProject
 
NS_URI - Static variable in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
 
NString - Class in org.eclipse.persistence.platform.database.oracle
This class can be used to define the dataType with an ObjectTypeConverter to have EclipseLink bind the object string value as an NCLOB Oracle type.
NString() - Constructor for class org.eclipse.persistence.platform.database.oracle.NString
 
NSTRING - Static variable in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
NULL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
NULL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
NULL - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
NULL - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
NULL() - Constructor for class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord.NULL
 
NULL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NULL'.
NULL() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
NULL() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
NULL() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
Creates a new expression representing the NULL keyword.
NULL() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
NULL() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.INewValueStateObjectBuilder
Creates a new expression representing the NULL keyword.
NULL_ARGUMENT - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
NULL_CACHE_KEY_FOUND_ON_REMOVAL - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NULL_EXTENSION - Static variable in interface org.eclipse.persistence.jpa.jpql.EclipseLinkSemanticValidatorExtension
A null-instance of this extension.
NULL_FOR_NON_NULL_AGGREGATE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NULL_HELPER - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
The null instance of ContentAssistExtension.
NULL_INPUT_STREAM - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
NULL_MAP_KEY - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
NULL_METADATA_FILE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
NULL_METADATA_SOURCE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
NULL_NODE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
NULL_PK_IN_UOW_CLONE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NULL_POINTER_WHILE_CONSTRUCTOR_INSTANTIATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NULL_POINTER_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NULL_POINTER_WHILE_GETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NULL_POINTER_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NULL_POINTER_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR_IN_MODULE_ORDER_BREAKS_WEAVING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NULL_POINTER_WHILE_METHOD_INSTANTIATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NULL_POINTER_WHILE_METHOD_INSTANTIATION_OF_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NULL_POINTER_WHILE_SETTING_VALUE_THRU_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NULL_POINTER_WHILE_SETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
NULL_PRIMARY_KEY_IN_BUILDING_OBJECT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
NULL_SESSION_NAME - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
NULL_SOURCE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
NULL_SQL_TYPE - Static variable in class org.eclipse.persistence.internal.helper.DatabaseField
used to represent the value when it has not being defined
NULL_STRING - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
"null" String.
NULL_TYPE_ON_TYPEMAPPINGINFO - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
NULL_UNDERLYING_VALUEHOLDER_VALUE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
NULL_VALUE - Static variable in class org.eclipse.persistence.internal.helper.Helper
Used to store null values in hashtables, is helper because need to be serializable.
NULL_VALUE_NOT_ALLOWED_FOR_VARIABLE - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
nullArgumentException() - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
nullCacheKeyFoundOnRemoval(IdentityMap, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
NullCapableValue - Interface in org.eclipse.persistence.internal.oxm
INTERNAL:
nullComparisonExpression(boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
NullComparisonExpression - Class in org.eclipse.persistence.jpa.jpql.parser
A null comparison tests whether or not the single-valued path expression or input parameter is a NULL value.
NullComparisonExpression(AbstractExpression, String, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpression
Creates a new NullComparisonExpression.
NullComparisonExpression_InvalidType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullComparisonExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullComparisonExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a null comparison expression.
NullComparisonExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NullComparisonExpressionBNF
Creates a new NullComparisonExpressionBNF.
NullComparisonExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A null comparison tests whether or not the single-valued path expression or input parameter is a NULL value.
NullComparisonExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Creates a new NullComparisonExpressionStateObject.
NullComparisonExpressionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Creates a new NullComparisonExpressionStateObject.
NullComparisonExpressionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Creates a new NullComparisonExpressionStateObject.
NullComparisonExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Creates a new NullComparisonExpressionStateObject.
NullComparisonExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Creates a new NullComparisonExpressionStateObject.
NullComparisonNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
NullComparisonNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.NullComparisonNode
Return a new NullComparisonNode.
NullExpression - Class in org.eclipse.persistence.jpa.jpql.parser
A null Expression is used instead of a true null, which allows operations to be performed without doing a null check first.
NullExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NullExpression
Creates a new NullExpression.
NullFilter - Class in org.eclipse.persistence.jpa.jpql.utility.filter
A null implementation of a Filter.
nullForNonNullAggregate(Object, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
nullIf(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function Test if arguments are equal, returning null if they are and the value of the first expression otherwise.
NullIf - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
nullIf() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
NULLIF - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
NULLIF - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
nullif(Expression<Y>, Expression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
nullif(Expression<Y>, Y) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that tests whether its argument are equal, returning null if they are and the value of the first expression if they are not.
NULLIF - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NULLIF'.
nullIf(T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Create the expression NULLIF(scalar_expression, scalar_expression).
nullIf(T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Create the expression NULLIF(scalar_expression, scalar_expression).
nullIfExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
NullIfExpression - Class in org.eclipse.persistence.jpa.jpql.parser
NULLIF returns the first expression if the two expressions are not equal.
NullIfExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
Creates a new NullIfExpression.
NullIfExpression_InvalidFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_InvalidSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_MissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_MissingFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpression_MissingSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NullIfExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a nullif expression.
NullIfExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionBNF
Creates a new NullIfExpressionBNF.
NullIfExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This NullIfExpressionFactory creates a new NullIfExpression when the portion of the query to parse starts with NULLIF.
NullIfExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NullIfExpressionFactory
Creates a new NullIfExpressionFactory.
NullIfExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
NULLIF returns the first expression if the two expressions are not equal.
NullIfExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
Creates a new NullIfExpressionStateObject.
NullIfExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
Creates a new NullIfExpressionStateObject.
NullIfExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
Creates a new NullIfExpressionStateObject.
NullIfNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
NullIfNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.NullIfNode
 
nullInputStream() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception is thrown if the user tries bootstrap from XML Schema but provides a null InputStream parameter.
nullLiteral(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression for a null literal with the given type.
nullMapKey() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
nullMetadataSource(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
nullMetadataSource() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
nullNode() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception is thrown if the user tries bootstrap from XML Schema but provides a null Node parameter.
nullPointerWhileConstructorInstantiation(ClassDescriptor, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
nullPointerWhileConstructorInstantiationOfFactory(ClassDescriptor, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
nullPointerWhileGettingValueThruInstanceVariableAccessor(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
nullPointerWhileGettingValueThruMethodAccessor(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
nullPointerWhileGettingValueThruMethodAccessorCausedByWeavingNotOccurringBecauseOfModuleOrder(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
nullPointerWhileMethodInstantiation(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
nullPointerWhileMethodInstantiationOfFactory(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
nullPointerWhileSettingValueThruInstanceVariableAccessor(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
nullPointerWhileSettingValueThruMethodAccessor(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
NullPolicy - Class in org.eclipse.persistence.oxm.mappings.nullpolicy
PUBLIC: Description: This null policy is the default implementation class.
Marshal:
The boolean value of the isSet() state of a node has no effect on whether a node will be written out for a null value - a set is always performed unless the isSetPerformedForAbsentNode flag is set to false for absent nodes.
Unmarshal:
NullPolicy() - Constructor for class org.eclipse.persistence.oxm.mappings.nullpolicy.NullPolicy
Default Constructor
NullPolicy(String, boolean, boolean, boolean) - Constructor for class org.eclipse.persistence.oxm.mappings.nullpolicy.NullPolicy
Specific Constructor to set the Unmarshal flags
NullPolicy(String, boolean, boolean, boolean, XMLNullRepresentationType) - Constructor for class org.eclipse.persistence.oxm.mappings.nullpolicy.NullPolicy
Specific Constructor to set both the Marshal enum and the Unmarshal flags
NullPolicyAttributeAccessor() - Constructor for class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.NullPolicyAttributeAccessor
 
nullPrimaryKeyInBuildingObject(DatabaseQuery, AbstractRecord) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
nullPrimaryKeyInUnitOfWorkClone(Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
NullResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
A "null" implementation of a Resolver.
NullResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.NullResolver
Creates a new NullResolver.
NULLS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NULLS'.
NULLS_FIRST - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NULLS FIRST'.
NULLS_LAST - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'NULLS LAST'.
nullSessionName() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception is thrown if the user tries bootstrap from sessions.xml but provides a null sessionNames parameter.
nullsFirst() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This can only be used within an ordering expression.
NullsFirst - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
nullsFirst() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the NULLS FIRST ordering operator.
nullsLast() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This can only be used within an ordering expression.
NullsLast - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
nullsLast() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the NULLS LAST ordering operator.
nullSource() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception is thrown if the user tries bootstrap from XML Schema but provides a null Source parameter.
nullTypeOnTypeMappingInfo(QName) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception should be used when a TypeMappingInfo is specified but the Type is not set on it.
nullUnderlyingValueHolderValue(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
nullValueFromRow() - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return the null value of the appropriate attribute.
nullValueFromRow() - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Return the null value of the appropriate attribute.
nullValueFromRow() - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return the null value of the appropriate attribute.
nullValueFromRow() - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return the null value of the appropriate attribute.
nullValueFromRow() - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Return the null value of the appropriate attribute.
nullValueFromRow() - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return the null value of the appropriate attribute.
nullValueNotAllowed(String, String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
NUMBER - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
NUMBER - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
NUMBER - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
Number - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
NUMBER - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
Number - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
numberType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Number}.
numberType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Number}.
numberType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Number.
numeric(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the numeric literal.
numeric(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the numeric literal.
numeric(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the numeric literal.
numeric(Number) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the numeric literal.
numeric(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the numeric literal.
NUMERIC_DIGITS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
NUMERIC_DIGITS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
NumericLiteral - Class in org.eclipse.persistence.jpa.jpql.parser
Exact numeric literals support the use of Java integer literal syntax as well as SQL exact numeric literal syntax.
NumericLiteral(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
Creates a new NumericLiteral.
NumericLiteral(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
Creates a new NumericLiteral.
numericLiteral() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves the numeric literal that should be the current word to parse.
NumericLiteral_Invalid - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
NumericLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a numeric literal.
NumericLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.NumericLiteralBNF
Creates a new NumericLiteralExpressionBNF.
NumericLiteralStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Exact numeric literals support the use of Java integer literal syntax as well as SQL exact numeric literal syntax.
NumericLiteralStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
Creates a new NumericLiteralStateObject.
NumericLiteralStateObject(StateObject, Number) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
Creates a new NumericLiteralStateObject.
NumericLiteralStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
Creates a new NumericLiteralStateObject.
NumericResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to return the numeric type for a list of Resolvers.
NumericResolver(Resolver, Collection<Resolver>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.NumericResolver
Creates a new NumericResolver.
NumericResolver(Resolver, Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.NumericResolver
Creates a new NumericResolver.
NumericTypeComparator - Class in org.eclipse.persistence.jpa.jpql.tools
This Comparator is used to sort ITypes based on the numerical priority.
NumericTypeComparator(TypeHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.NumericTypeComparator
Creates a new NumericTypeComparator.
numFields() - Method in class org.eclipse.persistence.internal.xr.XRFieldInfo
 
numSessionsRequiringSequencingCallback() - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Indicates how many sessions require sequencing callbacks.
Nvl - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 

O

OBJ_NOT_FOUND_IN_CACHE - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
OBJECT - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
OBJECT - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
OBJECT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
OBJECT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
OBJECT - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
OBJECT - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
object() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
object - Variable in class org.eclipse.persistence.internal.sessions.remote.Transporter
Object(s) read from the server
OBJECT - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
OBJECT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'OBJECT'.
object(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
Creates the expression OBJECT(identification_variable).
object(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
Creates the expression OBJECT(identification_variable).
object(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
Creates the expression OBJECT(identification_variable).
object(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Creates the expression OBJECT(identification_variable).
OBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
OBJECT_CHANGED_SINCE_LAST_MERGE - Static variable in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
OBJECT_CHANGED_SINCE_LAST_READ_WHEN_DELETING - Static variable in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
OBJECT_CHANGED_SINCE_LAST_READ_WHEN_UPDATING - Static variable in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
Object_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
OBJECT_CLASS - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
OBJECT_COMPARISON_CANNOT_BE_PARAMETERIZED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
OBJECT_CYCLE_DETECTED - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
OBJECT_DOES_NOT_EXIST_IN_CACHE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
OBJECT_GRAPH - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The name of the property used to specify an ObjectGraph instance or name of an ObjectGraph to be used on Unmarshallers and Marshallers created by the context.
OBJECT_GRAPH - Static variable in class org.eclipse.persistence.jaxb.MarshallerProperties
 
OBJECT_GRAPH - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
 
OBJECT_NEED_IMPL_TRACKER_FOR_FETCH_GROUP_USAGE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
OBJECT_REFERRED_BY_LINK_DOES_NOT_EXIST - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
object_return() - Constructor for class org.eclipse.persistence.internal.oxm.record.json.JSONParser.object_return
 
OBJECT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
OBJECT_TO_INSERT_IS_EMPTY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
OBJECT_TO_MODIFY_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
ObjectAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: A single object relationship accessor.
ObjectArrayMapping - Class in org.eclipse.persistence.mappings.structures
Purpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.
ObjectArrayMapping() - Constructor for class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
 
ObjectBuilder - Class in org.eclipse.persistence.internal.descriptors
Purpose: Object builder is one of the behavior class attached to descriptor.
ObjectBuilder(ClassDescriptor) - Constructor for class org.eclipse.persistence.internal.descriptors.ObjectBuilder
 
ObjectBuilder<ABSTRACT_RECORD extends CoreAbstractRecord,ABSTRACT_SESSION extends CoreAbstractSession,DESCRIPTOR extends CoreDescriptor,MARSHALLER extends Marshaller> - Interface in org.eclipse.persistence.internal.oxm
 
ObjectBuilding - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
ObjectBuildingQuery - Class in org.eclipse.persistence.queries
Purpose: Abstract class for all read queries that build objects and potentially manipulate the TopLink cache.
ObjectBuildingQuery() - Constructor for class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Initialize the state of the query
objectChangedSinceLastMerge(Object) - Static method in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
objectChangedSinceLastReadWhenDeleting(Object, ObjectLevelModifyQuery) - Static method in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
objectChangedSinceLastReadWhenUpdating(Object, ObjectLevelModifyQuery) - Static method in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
ObjectChangeListener - Class in org.eclipse.persistence.internal.descriptors.changetracking
Purpose: Define a listener for object change tracking.
ObjectChangeListener() - Constructor for class org.eclipse.persistence.internal.descriptors.changetracking.ObjectChangeListener
INTERNAL: Create a ObjectChangeListener
ObjectChangePolicy - Interface in org.eclipse.persistence.descriptors.changetracking
INTERNAL: Implementers of ObjectChangePolicy implement the code which computes changes sets for the UnitOfWork commit process.
ObjectChangeSet - Class in org.eclipse.persistence.internal.sessions
Purpose: Hold the Records of change for a particular instance of an object.
ObjectChangeSet() - Constructor for class org.eclipse.persistence.internal.sessions.ObjectChangeSet
The default constructor.
ObjectChangeSet(Object, ClassDescriptor, Object, UnitOfWorkChangeSet, boolean) - Constructor for class org.eclipse.persistence.internal.sessions.ObjectChangeSet
This constructor is used to create an ObjectChangeSet that represents a regular object.
ObjectChangeSet - Interface in org.eclipse.persistence.sessions.changesets
Purpose: Provides API to the Class that holds all changes made to a particular Object.
ObjectChangeSet.ObjectChangeSetComparator - Class in org.eclipse.persistence.internal.sessions
Allow change sets to be compared by changes for batching.
ObjectChangeSetComparator() - Constructor for class org.eclipse.persistence.internal.sessions.ObjectChangeSet.ObjectChangeSetComparator
 
ObjectChangeTrackingPolicy - Class in org.eclipse.persistence.descriptors.changetracking
PUBLIC: A ObjectChangeTrackingPolicy allows an object to calculate for itself whether it should has changed by implementing ChangeTracker.
ObjectChangeTrackingPolicy() - Constructor for class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
 
objectComparisonsCannotBeParameterized(Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
ObjectCopyingPolicy - Class in org.eclipse.persistence.sessions
Deprecated.
use CopyGroup instead.
ObjectCopyingPolicy() - Constructor for class org.eclipse.persistence.sessions.ObjectCopyingPolicy
Deprecated.
PUBLIC: Return a new copying policy.
objectCycleDetected(String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ObjectDescriptor - Class in org.eclipse.persistence.internal.sessions.remote
Stores object description.
ObjectDescriptor() - Constructor for class org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor
 
objectDoesNotExistInCache(Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
ObjectExpression - Class in org.eclipse.persistence.internal.expressions
Superclass for any object type expressions.
ObjectExpression() - Constructor for class org.eclipse.persistence.internal.expressions.ObjectExpression
 
ObjectExpression - Class in org.eclipse.persistence.jpa.jpql.parser
Stand-alone identification variables in the SELECT clause may optionally be qualified by the OBJECT operator.
ObjectExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ObjectExpression
Creates a new ObjectExpression.
ObjectExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ObjectExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ObjectExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ObjectExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ObjectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an object expression.
ObjectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionBNF
Creates a new ObjectExpressionBNF.
ObjectExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ObjectExpressionFactory creates a new ObjectExpression when the portion of the query to parse starts with OBJECT.
ObjectExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ObjectExpressionFactory
Creates a new ObjectExpressionFactory.
ObjectExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Stand-alone identification variables in the SELECT clause may optionally be qualified by the OBJECT operator.
ObjectExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
Creates a new ObjectExpressionStateObject.
ObjectExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
Creates a new ObjectExpressionStateObject.
ObjectFactory - Class in org.eclipse.persistence.jaxb.xmlmodel
This object contains factory methods for each Java content interface and Java element interface generated in the org.eclipse.persistence.jaxb.xmlmodel package.
ObjectFactory() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.eclipse.persistence.jaxb.xmlmodel
ObjectGraph - Interface in org.eclipse.persistence.jaxb
This type represents the root of an object graph that will be used as a template to define the attribute nodes and boundaries of a graph of JAXB objects and relationships.
ObjectGraphBuilder - Class in org.eclipse.persistence.jpa.rs.util
Builds object graph for JPARS 2.0.
ObjectGraphBuilder(PersistenceContext) - Constructor for class org.eclipse.persistence.jpa.rs.util.ObjectGraphBuilder
Creates an object graph builder.
ObjectGraphImpl - Class in org.eclipse.persistence.internal.jaxb
 
ObjectGraphImpl(CoreAttributeGroup) - Constructor for class org.eclipse.persistence.internal.jaxb.ObjectGraphImpl
 
objectInserted(String, String, String, String) - Method in interface org.eclipse.persistence.jpa.rs.eventlistener.ChangeListener
 
objectIsEasilyInstantiated(Object) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return whether the specified object can be instantiated without database access.
objectIsEasilyInstantiated(Object) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Return whether the specified object can be instantiated without database access.
objectIsEasilyInstantiated(Object) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return whether the specified object can be instantiated without database access.
objectIsEasilyInstantiated(Object) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return whether the specified object can be instantiated without database access.
objectIsEasilyInstantiated(Object) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Return whether the specified object can be instantiated without database access.
objectIsEasilyInstantiated(Object) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return whether the specified object can be instantiated without database access.
objectIsInstantiated(Object) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return whether the specified object is instantiated.
objectIsInstantiated(Object) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Return whether the specified object is instantiated.
objectIsInstantiated(Object) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return whether the specified object is instantiated.
objectIsInstantiated(Object) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return whether the specified object is instantiated.
objectIsInstantiated(Object) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Return whether the specified object is instantiated.
objectIsInstantiated(Object) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return whether the specified object is instantiated.
objectIsInstantiatedOrChanged(Object) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return whether the specified object is instantiated, or if it has changes.
objectIsInstantiatedOrChanged(Object) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return whether the specified object is instantiated, or if it has changes.
ObjectLevelModifyQuery - Class in org.eclipse.persistence.queries
Purpose: Abstract class for all object modify queries.
ObjectLevelModifyQuery() - Constructor for class org.eclipse.persistence.queries.ObjectLevelModifyQuery
PUBLIC: Initialize the state of the query.
ObjectLevelReadQuery - Class in org.eclipse.persistence.queries
Purpose: Abstract class for all read queries using objects.
ObjectLevelReadQuery() - Constructor for class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Initialize the state of the query
ObjectMarshalContext - Class in org.eclipse.persistence.internal.oxm.record
An implementation of MarshalContext for handling plain old java objects that are mapped to XML.
objectName - Variable in class org.eclipse.persistence.services.RuntimeServices
 
objectNeedImplTrackerForFetchGroupUsage(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
objectNotFoundInCache(String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
ObjectPersistenceRuntimeXMLProject - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: Define the TopLink OX project and descriptor information to read a OracleAS TopLink 10g (10.0.3) project from an XML file.
ObjectPersistenceRuntimeXMLProject() - Constructor for class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject
INTERNAL: Return a new descriptor project.
ObjectPersistenceRuntimeXMLProject_11_1_1 - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: Define the TopLink OX project and descriptor information to read an AS 11g (11.1.1) project from an XML file.
ObjectPersistenceRuntimeXMLProject_11_1_1() - Constructor for class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
 
ObjectPersistenceRuntimeXMLProject_11_1_1.IsSetNullPolicyIsSetParametersAttributeAccessor - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: Wrap the isset parameter object array as a Collection.
ObjectPersistenceRuntimeXMLProject_11_1_1.IsSetNullPolicyIsSetParameterTypesAttributeAccessor - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: Wrap the isset parameterType class array as a Collection
ObjectPersistenceRuntimeXMLProject_11_1_1.NullPolicyAttributeAccessor - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: If the policy is the default NullPolicy with defaults set - then represent this default policy by null.
ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation - Class in org.eclipse.persistence.internal.sessions.factories
Inner class used to map Map containers where the key is String and the value is a DatabaseType.
ObjectPersistenceWorkbenchXMLProject - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: Amend the EclipseLink project and descriptor information to write out an EclipseLink project to an XML file, replacing actual .class references with String equivalents
ObjectPersistenceWorkbenchXMLProject() - Constructor for class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceWorkbenchXMLProject
INTERNAL: Return a new descriptor project.
ObjectReferenceChangeRecord - Class in org.eclipse.persistence.internal.sessions
Purpose: To record the changes for an attribute that references a single Object
ObjectReferenceChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.ObjectReferenceChangeRecord
INTERNAL: This default constructor.
ObjectReferenceChangeRecord(ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.ObjectReferenceChangeRecord
INTERNAL: This Constructor is used to create an ObjectReferenceChangeRecord With an owner
ObjectReferenceChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: Provides API for the ObjectReferenceChangeRecord.
ObjectReferenceMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,UNMARSHAL_RECORD extends UnmarshalRecord,XML_FIELD extends Field,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
ObjectReferenceMapping - Class in org.eclipse.persistence.mappings
Purpose: Abstract class for 1:1, variable 1:1 and reference mappings
objectReferredByLinkDoesNotExist(String, Object) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Object referred by link does not exist.
ObjectRelationalDatabaseField - Class in org.eclipse.persistence.mappings.structures
INTERNAL: A database field of object-relational type: either a java.sql.Array, java.sql.Struct, or java.sql.Ref.
ObjectRelationalDatabaseField(DatabaseField) - Constructor for class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
 
ObjectRelationalDatabaseField(String) - Constructor for class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
 
ObjectRelationalDataTypeDescriptor - Class in org.eclipse.persistence.mappings.structures
Purpose: Differentiates object-relational descriptors from normal relational descriptors.
ObjectRelationalDataTypeDescriptor() - Constructor for class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
 
objectToInsertIsEmpty(DatabaseTable) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
objectToModifyNotSpecified(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
objectToXML(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
PUBLIC: Convert the given object to an XML Document
objectToXML(Object, Node) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
Deprecated. 
objectToXML(Object, Node, DocumentPreservationPolicy) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
objectToXML(Object, XMLDescriptor, XMLRecord, boolean, DocumentPreservationPolicy) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
INTERNAL: Convert the given object to an XML Document
objectToXML(Object, Node, XMLDescriptor, XMLRecord, boolean, DocumentPreservationPolicy) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
objectType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Object}.
objectType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Object}.
objectType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Object.
ObjectTypeConverter - Annotation Type in org.eclipse.persistence.annotations
The ObjectTypeConverter annotation is used to specify a TopLink org.eclipse.persistence.mappings.converters.ObjectTypeConverter that converts a fixed number of database data value(s) to Java object value(s) during the reading and writing of a mapped attribute An ObjectTypeConverter must be be uniquely identified by name and can be defined at the class, field and property level and can be specified within an Entity, MappedSuperclass and Embeddable class.
ObjectTypeConverter - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ObjectTypeConverter - Class in org.eclipse.persistence.mappings.converters
Purpose: Object type converter is used to match a fixed number of database data values to Java object value.
ObjectTypeConverter() - Constructor for class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
PUBLIC: Default constructor.
ObjectTypeConverter(DatabaseMapping) - Constructor for class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
PUBLIC: Default constructor.
ObjectTypeConverterImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
JPA scripting API implementation.
ObjectTypeConverterImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.ObjectTypeConverterImpl
 
ObjectTypeConverterMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: Object to hold onto an object type converter metadata.
ObjectTypeConverterMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ObjectTypeConverterMetadata
INTERNAL: Used for XML loading.
ObjectTypeConverterMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.ObjectTypeConverterMetadata
INTERNAL: Used for annotation loading.
ObjectTypeConverters - Annotation Type in org.eclipse.persistence.annotations
An ObjectTypeConverters annotation allows the definition of multiple ObjectTypeConverter.
objectTypeDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Returns the;@link Object } for the;@link IType} representing the Object class.
objectTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Returns the;@link Object } for the;@link IType} representing the Object class.
objectTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Returns the ITypeDeclaration for the IType representing the Object class.
ObjectTypeFieldAssociation() - Constructor for class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation
 
ObjectTypeFieldAssociation(String, DatabaseTypeWrapper) - Constructor for class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation
 
ObjectUnmarshalContext - Class in org.eclipse.persistence.internal.oxm.record
An implementation of UnmarshalContext for handling plain old java objects that are mapped to XML.
ObjectUnmarshalContext() - Constructor for class org.eclipse.persistence.internal.oxm.record.ObjectUnmarshalContext
 
objectUpdated(String, String, String, String) - Method in interface org.eclipse.persistence.jpa.rs.eventlistener.ChangeListener
 
ObjectVarrayDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Allow for creation of object varray type.
ObjectVarrayDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.ObjectVarrayDefinition
 
ObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.ObjectWrapperImpl
 
OC4J - Static variable in class org.eclipse.persistence.config.TargetServer
 
Oc4jJGroupsTransportManagerConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.transport
INTERNAL:
Oc4jJGroupsTransportManagerConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.transport.Oc4jJGroupsTransportManagerConfig
 
Oc4jPlatform - Class in org.eclipse.persistence.platform.server.oc4j
PUBLIC: This is the concrete subclass responsible for representing Oc4j-specific server behavior.
Oc4jPlatform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.oc4j.Oc4jPlatform
INTERNAL: Default Constructor: All behavior for the default constructor is inherited
Oc4jPlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL: The generic platform configuration for the OC4J server
Oc4jPlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.Oc4jPlatformConfig
 
Oc4jTransactionController - Class in org.eclipse.persistence.transaction.oc4j
Purpose: TransactionController implementation for OC4J JTA
Oc4jTransactionController() - Constructor for class org.eclipse.persistence.transaction.oc4j.Oc4jTransactionController
 
occurred(String, AbstractSession) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: Increase DMS Event sensor occurrence.(DMS)
occurred(String, DatabaseQuery, AbstractSession) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: Increase DMS Event sensor occurrence.(DMS)
occurred(String, AbstractSession) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
INTERNAL: Increase DMS Event sensor occurrence.(DMS)
occurred(String, DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
INTERNAL: Increase DMS Event sensor occurrence.(DMS)
occurred(String, AbstractSession) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
occurred(String, DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
Occurs - Class in org.eclipse.persistence.internal.oxm.schema.model
 
Occurs() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Occurs
 
OCTAL_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
OCTAL_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
OF - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
OF - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
OF - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'OF'.
OF_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Notifies the visibility of the OF identifier has changed.
OFF - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
OFF_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
OLD_COMMIT_NOT_SUPPORTED_FOR_ATTRIBUTE_TRACKING - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
OLD_SEQUENCE_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
oldCommitNotSupportedForAttributeTracking() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
OldDescriptorEvent_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
oldSequenceNotFound() - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when old sequence is not found in the changesummary
on(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl
 
on(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CollectionJoinImpl
 
on(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.JoinImpl
 
on(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.JoinImpl
 
on(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl
 
on(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.ListJoinImpl
 
on(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl
 
on(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl
 
on(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl
 
on(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl
 
ON - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ON', which is an EclipseLink specific identifier that was added in version 2.4.
ON_CONNECTION_ERROR_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
ON_CYCLE_DETECTED - Static variable in class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
onAddDescriptors(Collection) - Method in interface org.eclipse.persistence.internal.sequencing.SequencingHome
 
OnClause - Class in org.eclipse.persistence.jpa.jpql.parser
Returns an expression that allows a join ON clause to be defined.
OnClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OnClause
Creates a new OnClause.
OnClause_InvalidConditionalExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OnClause_MissingConditionalExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OnClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the on clause.
OnClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OnClauseBNF
Creates a new WhereClauseBNF.
OnClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This OnClauseFactory creates a new OnClause when the portion of the query to parse starts with ON.
OnClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OnClauseFactory
Creates a new OnClauseFactory.
onConnect() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
INTERNAL: This method is called when Sequencing object is created.
onConnect() - Method in class org.eclipse.persistence.sequencing.NativeSequence
INTERNAL:
onConnect() - Method in class org.eclipse.persistence.sequencing.QuerySequence
INTERNAL:
onConnect(Platform) - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: This method is called when Sequencing object is created.
onConnect() - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: This method is called when Sequencing object is created.
onConnect() - Method in class org.eclipse.persistence.sequencing.StandardSequence
 
onConnect() - Method in class org.eclipse.persistence.sequencing.TableSequence
 
onConnect() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
INTERNAL:
onConnect() - Method in class org.eclipse.persistence.sequencing.UUIDSequence
 
onDisconnect() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
INTERNAL: This method is called when Sequencing object is destroyed..
onDisconnect() - Method in class org.eclipse.persistence.sequencing.NativeSequence
INTERNAL:
onDisconnect() - Method in class org.eclipse.persistence.sequencing.QuerySequence
INTERNAL:
onDisconnect(Platform) - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: This method is called when Sequencing object is destroyed.
onDisconnect() - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: This method is called when Sequencing object is destroyed.
onDisconnect() - Method in class org.eclipse.persistence.sequencing.StandardSequence
 
onDisconnect() - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
INTERNAL:
onDisconnect() - Method in class org.eclipse.persistence.sequencing.UUIDSequence
 
ONE - Static variable in class org.eclipse.persistence.internal.oxm.schema.model.Occurs
 
ONE_TO_MANY - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for a one to many mapping.
ONE_TO_MANY_MAPPING - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
ONE_TO_MANY_MAPPING_REFERENCE_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
ONE_TO_ONE - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for a one to one mapping.
ONE_TO_ONE_MAPPING - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
ONE_TO_ONE_MAPPING_CONFLICT - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ONE_TO_ONE_MAPPING_REFERENCE_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
OneToMany - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
OneToManyAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: A OneToMany relationship accessor.
OneToManyAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.OneToManyAccessor
INTERNAL: Used for OX mapping.
OneToManyAccessor(MetadataAnnotation, MetadataAnnotatedElement, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.OneToManyAccessor
INTERNAL:
OneToManyImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
OneToManyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.OneToManyImpl
 
OneToManyMapping - Class in org.eclipse.persistence.mappings
Purpose: This mapping is used to represent the typical RDBMS relationship between a single source object and collection of target objects; where, on the database, the target objects have references (foreign keys) to the source object.
OneToManyMapping() - Constructor for class org.eclipse.persistence.mappings.OneToManyMapping
PUBLIC: Default constructor.
OneToManyQueryKey - Class in org.eclipse.persistence.mappings.querykeys
Purpose:Represents a 1-m join query.
OneToManyQueryKey() - Constructor for class org.eclipse.persistence.mappings.querykeys.OneToManyQueryKey
 
OneToOne - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
OneToOneAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
A one to one relationship accessor.
OneToOneAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.OneToOneAccessor
INTERNAL: Used for OX mapping.
OneToOneAccessor(MetadataAnnotation, MetadataAnnotatedElement, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.OneToOneAccessor
INTERNAL:
OneToOneImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
OneToOneImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.OneToOneImpl
 
OneToOneMapping - Class in org.eclipse.persistence.mappings
Purpose: One to one mappings are used to represent a pointer references between two java objects.
OneToOneMapping() - Constructor for class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Default constructor.
oneToOneMappingConflict(ClassDescriptor, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
OneToOneQueryKey - Class in org.eclipse.persistence.mappings.querykeys
Purpose: Define an alias to a foreign one to one object.
OneToOneQueryKey() - Constructor for class org.eclipse.persistence.mappings.querykeys.OneToOneQueryKey
 
ONLY_FIELDS_ARE_VALID_KEYS_FOR_DATABASE_ROWS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ONLY_ONE_GENERATED_VALURE_IS_ALLOWED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ONLY_ONE_TABLE_CAN_BE_ADDED_WITH_THIS_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
onlyFieldsAreValidKeysForDatabaseRows() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
onlyOneGeneratedValueIsAllowed(Object, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
onlyOneTableCanBeAddedWithThisMethod(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
onlyRefreshCacheIfNewerVersion() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method is the equivalent of calling ClassDescriptor.setShouldOnlyRefreshCacheIfNewerVersion(boolean) with an argument of true: it configures a ClassDescriptor 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) and as long as one of the following is true: the ClassDescriptor was configured by calling ClassDescriptor.alwaysRefreshCache() or ClassDescriptor.alwaysRefreshCacheOnRemote(), the query was configured by calling ObjectLevelReadQuery.refreshIdentityMapResult(), or the query was a call to Session.refreshObject(java.lang.Object)
onMessage(Message) - Method in class org.eclipse.persistence.internal.sessions.coordination.jgroups.JGroupsRemoteConnection
INTERNAL: Process received JGroups message.
onMessage(Message) - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
INTERNAL: Process received JMS message.
onUnfetchedAttribute(FetchGroupTracker, String) - Method in class org.eclipse.persistence.internal.queries.EntityFetchGroup
Called on attempt to get value of an attribute that hasn't been fetched yet.
onUnfetchedAttribute(FetchGroupTracker, String) - Method in class org.eclipse.persistence.queries.FetchGroup
INTERNAL: Called on attempt to get value of an attribute that hasn't been fetched yet.
onUnfetchedAttributeForSet(FetchGroupTracker, String) - Method in class org.eclipse.persistence.internal.queries.EntityFetchGroup
Called on attempt to assign value to an attribute that hasn't been fetched yet.
onUnfetchedAttributeForSet(FetchGroupTracker, String) - Method in class org.eclipse.persistence.queries.FetchGroup
INTERNAL: Called on attempt to assign value to an attribute that hasn't been fetched yet.
OPAQUE - Static variable in class org.eclipse.persistence.internal.xr.Util
 
OPEN - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
OpenExp - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
openLoggingFileException(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.StaticWeaveException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
OpenSequencedType - Interface in org.eclipse.persistence.sdo.dataobjects
 
OpenSequencedTypeImpl - Class in org.eclipse.persistence.sdo.dataobjects
 
OpenSequencedTypeImpl() - Constructor for class org.eclipse.persistence.sdo.dataobjects.OpenSequencedTypeImpl
 
openStartElement(XPathFragment, NAMESPACE_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
openStartElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
openStartElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
INTERNAL:
openStartElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL:
openStartElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
INTERNAL:
openStartElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
openStartElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
openStartElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification that an element is being started.
openStartElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
openStartElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
openStartElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
openStartElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
openStartElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
openStartElement(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
openStartGroupingElements(NAMESPACE_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
openStartGroupingElements(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL: Trigger that the grouping elements should be written.
openStartGroupingElements(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
Operation - Class in org.eclipse.persistence.internal.xr
INTERNAL: abstract superclass for Insert, Update, Delete and Query operations
Operation() - Constructor for class org.eclipse.persistence.internal.xr.Operation
 
OPERATION_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
operationNotSupported(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
operator(String, List) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: This can be used for accessing user defined operators that have arguments.
OPERATOR - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant 'OPERATOR', which is an EclipseLink specific identifier that was added in version 2.4.
OPM_NAMESPACE - Static variable in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
OPM_PREFIX - Static variable in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
OPM_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
 
OPStack - Class in org.eclipse.persistence.sdo.helper.extension
Utility class used for processing an XPath Expression into postfix notation.
OPStack() - Constructor for class org.eclipse.persistence.sdo.helper.extension.OPStack
The default constructor initializes the stack and Token list.
OPTIMISTIC - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
OPTIMISTIC_FORCE_INCREMENT - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
OPTIMISTIC_LOCKING_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
OPTIMISTIC_LOCKING_SELECTED_COLUMN_NAMES_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
OPTIMISTIC_LOCKING_VERSION_ELEMENT_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
OptimisticLockException - Exception in org.eclipse.persistence.exceptions
Purpose: This exception is used when TopLink's optimistic locking feature is used.
OptimisticLockException - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
OptimisticLockExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for OptimisticLockException messages.
OptimisticLockExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.OptimisticLockExceptionResource
 
OptimisticLocking - Annotation Type in org.eclipse.persistence.annotations
The OptimisticLocking annotation is used to specify the type of optimistic locking TopLink should use when updating or deleting entities.
OptimisticLocking - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
OptimisticLockingImpl - Class in org.eclipse.persistence.internal.jpa.config.locking
JPA scripting API implementation.
OptimisticLockingImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.locking.OptimisticLockingImpl
 
OptimisticLockingMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.locking
Object to hold onto optimistic locking metadata.
OptimisticLockingMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.locking.OptimisticLockingMetadata
INTERNAL: Used for XML loading.
OptimisticLockingMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.locking.OptimisticLockingMetadata
INTERNAL: Used for annotation loading.
optimisticLockingNotSupportedWithStoredProcedureGeneration() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
OptimisticLockingPolicy - Interface in org.eclipse.persistence.internal.descriptors
 
OptimisticLockingPolicy.LockOnChange - Enum in org.eclipse.persistence.internal.descriptors
Advanced:
optimisticLockingSelectedColumnNamesNotSpecified(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
OptimisticLockingType - Enum in org.eclipse.persistence.annotations
An enum that is used within the OptimisticLocking annotation.
optimisticLockingVersionElementNotSpecified(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
OPTIMIZE_DATA_CONVERSION_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
optimizeDataConversion() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Enable driver level data conversion optimization.
OPTIONAL - Static variable in class org.eclipse.persistence.internal.oxm.schema.model.Attribute
 
OPTIONS_MUST_BE_A_DATAOBJECT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
optionsMustBeADataObject(Exception, String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: thrown from SDOXMLHelperDelegate
or(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that is the boolean logical combination of both expressions.
Or - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
or() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the OR operator.
OR - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
OR - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
or(Expression<Boolean>, Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a disjunction of the given boolean expressions.
or(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a disjunction of the given restriction predicates.
OR - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'OR'.
or(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
or(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
or(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
OR_PR - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
Oracle - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
Oracle10 - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
Oracle10Platform - Class in org.eclipse.persistence.platform.database.oracle
Purpose: Supports usage of certain Oracle JDBC specific APIs.
Oracle10Platform() - Constructor for class org.eclipse.persistence.platform.database.oracle.Oracle10Platform
 
Oracle11 - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
Oracle11Platform - Class in org.eclipse.persistence.platform.database.oracle
Purpose: Supports usage of certain Oracle JDBC specific APIs for the Oracle 11 database.
Oracle11Platform() - Constructor for class org.eclipse.persistence.platform.database.oracle.Oracle11Platform
 
Oracle12Platform - Class in org.eclipse.persistence.platform.database.oracle
Purpose: Supports usage of certain Oracle JDBC specific APIs for the Oracle 12 database.
Oracle12Platform() - Constructor for class org.eclipse.persistence.platform.database.oracle.Oracle12Platform
 
Oracle8 - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
Oracle8Platform - Class in org.eclipse.persistence.platform.database.oracle
Purpose: Supports certain new Oracle 8 data types, and usage of certain Oracle JDBC specific APIs.
Oracle8Platform() - Constructor for class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
 
Oracle9 - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
Oracle9Platform - Class in org.eclipse.persistence.platform.database.oracle
Purpose: Supports usage of certain Oracle JDBC specific APIs.
Oracle9Platform() - Constructor for class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
Oracle9Specific - Interface in org.eclipse.persistence.internal.platform.database
Class used to define Oracle specific JDBC types.
ORACLE_OBJECT_TYPE_NAME_NOT_DEFINED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ORACLE_OBJECT_TYPE_NOT_DEFINED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ORACLE_PROXY_TYPE - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
This property is used to specify proxy type that should be passed to OarcleConnection.openProxySession method.
ORACLE_PROXY_TYPE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.oracle.proxy-type" property is used to specify proxy type that should be passed to OracleConnection.openProxySession method.
ORACLE_SDO_URL - Static variable in class org.eclipse.persistence.sdo.SDOConstants
namespace for custom unique properties
ORACLE_VARRAY_MAXIMIM_SIZE_NOT_DEFINED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
OracleArray - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
OracleArray - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
An OracleArray annotation is used to define an Oracle database VARRAY type.
OracleArrayImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
OracleArrayImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.OracleArrayImpl
 
OracleArrays - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
An OracleArrays annotation allows the definition of multiple VARRAY types.
OracleArrayType - Class in org.eclipse.persistence.platform.database.oracle.jdbc
 
OracleArrayType() - Constructor for class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
 
OracleArrayTypeMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto Oracle array type meta-data.
OracleArrayTypeMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.OracleArrayTypeMetadata
INTERNAL: Used for XML loading.
OracleArrayTypeMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.OracleArrayTypeMetadata
INTERNAL: Used for annotation loading.
OracleArrayTypeWrapper - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: a helper class that holds DatabaseType's.
OracleArrayTypeWrapper() - Constructor for class org.eclipse.persistence.internal.sessions.factories.OracleArrayTypeWrapper
 
OracleArrayTypeWrapper(DatabaseType) - Constructor for class org.eclipse.persistence.internal.sessions.factories.OracleArrayTypeWrapper
 
OracleComplexTypeMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto Oracle complex type meta-data.
OracleComplexTypeMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.OracleComplexTypeMetadata
INTERNAL: Used for XML loading.
OracleComplexTypeMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.OracleComplexTypeMetadata
INTERNAL: Used for annotation loading.
oracleDateName() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Oracle equivalent to DATENAME is TO_CHAR.
OracleDirectToXMLTypeMappingHelper - Class in org.eclipse.persistence.sessions.factories
Helper class to abstract the XML mapping for DirectToXMLType.
OracleDirectToXMLTypeMappingHelper() - Constructor for class org.eclipse.persistence.sessions.factories.OracleDirectToXMLTypeMappingHelper
 
OracleJDBC - Static variable in class org.eclipse.persistence.config.BatchWriting
 
ORACLEJDBC10_1_0_2PROXYCONNECTOR_REQUIRES_INT_PROXYTYPE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ORACLEJDBC10_1_0_2PROXYCONNECTOR_REQUIRES_ORACLECONNECTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ORACLEJDBC10_1_0_2PROXYCONNECTOR_REQUIRES_ORACLECONNECTION_VERSION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
oracleJDBC10_1_0_2ProxyConnectorRequiresIntProxytype() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
oracleJDBC10_1_0_2ProxyConnectorRequiresOracleConnection() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
oracleJDBC10_1_0_2ProxyConnectorRequiresOracleConnectionVersion() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
OracleJDBC_10_1_0_2ProxyConnectionCustomizer - Class in org.eclipse.persistence.platform.database.oracle
PUBLIC: This class allows connection to open proxy session.
OracleJDBC_10_1_0_2ProxyConnectionCustomizer(Accessor, Session) - Constructor for class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer
INTERNAL: Should be instantiated only if session.getProperty(PersistenceUnitProperties.ORACLE_PROXY_TYPE) != null.
OracleObject - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
OracleObject - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
An OracleObject annotation is used to define an Oracle database OBJECT type.
OracleObjectImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
OracleObjectImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.OracleObjectImpl
 
OracleObjects - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
An OracleObjects annotation allows the definition of multiple Oracle OBJECT types.
OracleObjectType - Class in org.eclipse.persistence.platform.database.oracle.jdbc
 
OracleObjectType() - Constructor for class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
oracleObjectTypeIsNotDefined(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
OracleObjectTypeMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto Oracle object type meta-data.
OracleObjectTypeMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.OracleObjectTypeMetadata
INTERNAL: Used for XML loading.
OracleObjectTypeMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.OracleObjectTypeMetadata
INTERNAL: Used for annotation loading.
oracleObjectTypeNameIsNotDefined(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
OracleObjectTypeWrapper - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: a helper class that holds DatabaseType's.
OracleObjectTypeWrapper() - Constructor for class org.eclipse.persistence.internal.sessions.factories.OracleObjectTypeWrapper
 
OracleObjectTypeWrapper(DatabaseType) - Constructor for class org.eclipse.persistence.internal.sessions.factories.OracleObjectTypeWrapper
 
OracleOCIProxyConnector - Class in org.eclipse.persistence.platform.database.oracle
 
OracleOCIProxyConnector() - Constructor for class org.eclipse.persistence.platform.database.oracle.OracleOCIProxyConnector
PUBLIC: Construct a Connector with no settings.
OracleOCIProxyConnector(Context, String) - Constructor for class org.eclipse.persistence.platform.database.oracle.OracleOCIProxyConnector
PUBLIC: Construct a Connector with the datasource name.
OracleOCIProxyConnector(String) - Constructor for class org.eclipse.persistence.platform.database.oracle.OracleOCIProxyConnector
PUBLIC: Construct a Connector with the datasource name.
OracleOCIProxyConnector(OracleOCIConnectionPool) - Constructor for class org.eclipse.persistence.platform.database.oracle.OracleOCIProxyConnector
PUBLIC: Construct a Connector with OracleOCIConnectionPool.
ORACLEOCIPROXYCONNECTOR_REQUIRES_ORACLEOCICONNECTIONPOOL - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
oracleOCIProxyConnectorRequiresOracleOCIConnectionPool() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ORACLEOPAQUE_STR - Static variable in class org.eclipse.persistence.internal.xr.QueryOperation
 
OraclePlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides Oracle specific behavior.
OraclePlatform() - Constructor for class org.eclipse.persistence.platform.database.OraclePlatform
 
OraclePLSQLType - Interface in org.eclipse.persistence.platform.database.oracle.plsql
PUBLIC: Marker interface for Oracle PL/SQL types
OraclePLSQLTypes - Enum in org.eclipse.persistence.platform.database.oracle.plsql
PUBLIC: Oracle PL/SQL types
ORACLESQLXML_STR - Static variable in class org.eclipse.persistence.internal.xr.QueryOperation
 
oracleVarrayMaximumSizeNotDefined(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
orb() - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.iiop._RMIRemoteCommandConnectionImpl_Tie
 
orb(ORB) - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.iiop._RMIRemoteCommandConnectionImpl_Tie
 
orb() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
 
orb(ORB) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
 
ORDER - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
ORDER - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ORDER_BY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ORDER BY'.
ORDER_BY_CLAUSE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Notify the state object representing the ORDER BY clause has changed.
ORDER_BY_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Notify the list of StateObjects representing the ORDER BY items.
ORDER_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
ORDER_SIBLINGS_BY - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'ORDER SIBLINGS BY'.
ORDER_UPDATES - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Deprecated.
since 2.6 replaced by PERSISTENCE_CONTEXT_COMMIT_ORDER
ORDER_UPDATES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Deprecated.
orderBy(Order...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Specify the ordering expressions that are used to order the query results.
orderBy(List<Order>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Specify the ordering expressions that are used to order the query results.
orderByClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
orderByClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
OrderByClause - Class in org.eclipse.persistence.jpa.jpql.parser
The ORDER BY clause allows the objects or values that are returned by the query to be ordered.
OrderByClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderByClause
Creates a new OrderByClause.
OrderByClause_OrderByItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OrderByClause_OrderByItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OrderByClause_OrderByItemMissing - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OrderByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the order by clause.
OrderByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseBNF
Creates a new OrderByClauseBNF.
OrderByClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This OrderByClauseFactory creates a new OrderByClause when the portion of the query to parse starts with ORDER BY.
OrderByClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderByClauseFactory
Creates a new OrderByClauseFactory.
OrderByClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The ORDER BY clause allows the objects or values that are returned by the query to be ordered.
OrderByClauseStateObject(SelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Creates a new OrderByClauseStateObject.
orderByItem() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
OrderByItem - Class in org.eclipse.persistence.jpa.jpql.parser
An orderby_item must be one of the following: A state_field_path_expression that evaluates to an orderable state field of an entity or embeddable class abstract schema type designated in the SELECT clause by one of the following: A general_identification_variable A single_valued_object_path_expression A state_field_path_expression that evaluates to the same state field of the same entity or embeddable abstract schema type as a state_field_path_expression in the SELECT clause A result_variable that refers to an orderable item in the SELECT clause for which the same result_variable has been specified.
OrderByItem(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderByItem
Creates a new OrderByItem.
OrderByItem.NullOrdering - Enum in org.eclipse.persistence.jpa.jpql.parser
This enumeration lists all the possible choices for ordering nulls in an item.
OrderByItem.Ordering - Enum in org.eclipse.persistence.jpa.jpql.parser
This enumeration lists all the possible choices for ordering an item.
OrderByItem_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OrderByItem_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
OrderByItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the order by item expression.
OrderByItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderByItemBNF
Creates a new OrderByItemBNF.
OrderByItemFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This OrderByItemFactory creates a new OrderByItem.
OrderByItemFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderByItemFactory
Creates a new OrderByItemFactory.
OrderByItemNode - Class in org.eclipse.persistence.internal.jpa.parsing
 
OrderByItemNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.OrderByItemNode
 
OrderByItemStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
An ORDER BY item must be one of the following: A state_field_path_expression that evaluates to an orderable state field of an entity or embeddable class abstract schema type designated in the SELECT clause by one of the following: A general_identification_variable A single_valued_object_path_expression A state_field_path_expression that evaluates to the same state field of the same entity or embeddable abstract schema type as a state_field_path_expression in the SELECT clause A result_variable that refers to an orderable item in the SELECT clause for which the same result_variable has been specified.
OrderByItemStateObject(OrderByClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Creates a new OrderByItemStateObject.
OrderByItemStateObject(OrderByClauseStateObject, OrderByItem.Ordering) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Creates a new OrderByItemStateObject.
OrderByItemStateObject(OrderByClauseStateObject, StateObject, OrderByItem.Ordering) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Creates a new OrderByItemStateObject.
OrderByItemStateObject(OrderByClauseStateObject, String, OrderByItem.Ordering) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Creates a new OrderByItemStateObject.
OrderByMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.mappings
Object to hold onto order by metadata.
OrderByMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.OrderByMetadata
INTERNAL: Used for XML loading.
OrderByMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.OrderByMetadata
INTERNAL: Used for annotation loading.
OrderByNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
OrderByNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.OrderByNode
Return a new OrderByNode.
OrderColumn - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
OrderColumnImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
OrderColumnImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.OrderColumnImpl
 
OrderColumnMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Object to process a JPA order column into an EclipseLink database field.
OrderColumnMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.OrderColumnMetadata
INTERNAL: Used for XML loading.
OrderColumnMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.OrderColumnMetadata
INTERNAL: Used for annotation loading.
orderCommits() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
Calculate the commit order.
OrderCorrection - Annotation Type in org.eclipse.persistence.annotations
OrderCorrection annotation may be specified together with OrderColumn annotation.
OrderCorrectionType - Enum in org.eclipse.persistence.annotations
The OrderCorrectionType enum is used with OrderCorrection annotation that could be applied together with OrderColumn annotation.
OrderedChangeObject - Class in org.eclipse.persistence.internal.sessions
INTERNAL: This is used to keep information on a single collection change for attribute change tracking on ordered lists.
OrderedChangeObject(int, Integer, ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.OrderedChangeObject
 
OrderedChangeObject(int, Integer, ObjectChangeSet, Object) - Constructor for class org.eclipse.persistence.internal.sessions.OrderedChangeObject
 
orderedChildren() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Returns the list representing this Expression and its children.
orderedChildren() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Returns the list representing this Expression and its children.
OrderedListContainerPolicy - Class in org.eclipse.persistence.internal.queries
Purpose: A OrderedListContainerPolicy is ContainerPolicy whose container class implements the List interface and is ordered by an @OrderBy.
OrderedListContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: Construct a new policy.
OrderedListContainerPolicy(Class) - Constructor for class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: Construct a new policy for the specified class.
OrderedListContainerPolicy(String) - Constructor for class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: Construct a new policy for the specified class name.
orderHasBeenRepaired() - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
 
orderHasBeenRepaired() - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
 
OrderImpl - Class in org.eclipse.persistence.internal.jpa.querydef
 
OrderImpl(Expression) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.OrderImpl
 
OrderImpl(Expression, boolean) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.OrderImpl
 
ORDERING_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Notifies the ordering property has changed.
OrderOperator - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
orderProperties() - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Order the properties based on the XmlAccessOrder, if set.
OrderSiblingsByClause - Class in org.eclipse.persistence.jpa.jpql.parser
In a hierarchical query, if the rows of siblings of the same parent need to be ordered, then the ORDER SIBLINGS BY clause should be used.
OrderSiblingsByClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClause
Creates a new OrderSiblingsByClause.
OrderSiblingsByClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the order siblings by clause.
OrderSiblingsByClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseBNF
Creates a new OrderSiblingsByClauseBNF.
OrderSiblingsByClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This OrderSiblingsByClauseFactory creates a new OrderSiblingsByClause when the portion of the query to parse starts with ORDER SIBLINGS BY.
OrderSiblingsByClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrderSiblingsByClauseFactory
Creates a new OrderSiblingsByClauseFactory.
OrExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The OR logical operator chains multiple criteria together.
OrExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrExpression
Creates a new OrExpression.
OrExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This OrExpressionFactory creates a new OrExpression when the portion of the query to parse starts with OR.
OrExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.OrExpressionFactory
Creates a new OrExpressionFactory.
OrExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The OR logical operator chains multiple criteria together.
OrExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
Creates a new OrExpressionStateObject.
OrExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
Creates a new OrExpressionStateObject.
OrExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
Creates a new OrExpressionStateObject.
org.eclipse.persistence - package org.eclipse.persistence
 
org.eclipse.persistence.annotations - package org.eclipse.persistence.annotations
 
org.eclipse.persistence.config - package org.eclipse.persistence.config
 
org.eclipse.persistence.core.descriptors - package org.eclipse.persistence.core.descriptors
 
org.eclipse.persistence.core.mappings - package org.eclipse.persistence.core.mappings
 
org.eclipse.persistence.core.mappings.converters - package org.eclipse.persistence.core.mappings.converters
 
org.eclipse.persistence.core.mappings.transformers - package org.eclipse.persistence.core.mappings.transformers
 
org.eclipse.persistence.core.queries - package org.eclipse.persistence.core.queries
 
org.eclipse.persistence.core.sessions - package org.eclipse.persistence.core.sessions
 
org.eclipse.persistence.dbws - package org.eclipse.persistence.dbws
 
org.eclipse.persistence.descriptors - package org.eclipse.persistence.descriptors
 
org.eclipse.persistence.descriptors.changetracking - package org.eclipse.persistence.descriptors.changetracking
 
org.eclipse.persistence.descriptors.copying - package org.eclipse.persistence.descriptors.copying
 
org.eclipse.persistence.descriptors.invalidation - package org.eclipse.persistence.descriptors.invalidation
 
org.eclipse.persistence.descriptors.partitioning - package org.eclipse.persistence.descriptors.partitioning
 
org.eclipse.persistence.dynamic - package org.eclipse.persistence.dynamic
 
org.eclipse.persistence.eis - package org.eclipse.persistence.eis
 
org.eclipse.persistence.eis.interactions - package org.eclipse.persistence.eis.interactions
 
org.eclipse.persistence.eis.mappings - package org.eclipse.persistence.eis.mappings
 
org.eclipse.persistence.exceptions - package org.eclipse.persistence.exceptions
 
org.eclipse.persistence.exceptions.i18n - package org.eclipse.persistence.exceptions.i18n
 
org.eclipse.persistence.expressions - package org.eclipse.persistence.expressions
 
org.eclipse.persistence.expressions.spatial - package org.eclipse.persistence.expressions.spatial
 
org.eclipse.persistence.history - package org.eclipse.persistence.history
 
org.eclipse.persistence.indirection - package org.eclipse.persistence.indirection
 
org.eclipse.persistence.internal.cache - package org.eclipse.persistence.internal.cache
 
org.eclipse.persistence.internal.codegen - package org.eclipse.persistence.internal.codegen
 
org.eclipse.persistence.internal.core.databaseaccess - package org.eclipse.persistence.internal.core.databaseaccess
 
org.eclipse.persistence.internal.core.descriptors - package org.eclipse.persistence.internal.core.descriptors
 
org.eclipse.persistence.internal.core.helper - package org.eclipse.persistence.internal.core.helper
 
org.eclipse.persistence.internal.core.queries - package org.eclipse.persistence.internal.core.queries
 
org.eclipse.persistence.internal.core.sessions - package org.eclipse.persistence.internal.core.sessions
 
org.eclipse.persistence.internal.databaseaccess - package org.eclipse.persistence.internal.databaseaccess
 
org.eclipse.persistence.internal.dbws - package org.eclipse.persistence.internal.dbws
 
org.eclipse.persistence.internal.descriptors - package org.eclipse.persistence.internal.descriptors
 
org.eclipse.persistence.internal.descriptors.changetracking - package org.eclipse.persistence.internal.descriptors.changetracking
 
org.eclipse.persistence.internal.dynamic - package org.eclipse.persistence.internal.dynamic
 
org.eclipse.persistence.internal.expressions - package org.eclipse.persistence.internal.expressions
 
org.eclipse.persistence.internal.helper - package org.eclipse.persistence.internal.helper
 
org.eclipse.persistence.internal.helper.linkedlist - package org.eclipse.persistence.internal.helper.linkedlist
 
org.eclipse.persistence.internal.history - package org.eclipse.persistence.internal.history
 
org.eclipse.persistence.internal.identitymaps - package org.eclipse.persistence.internal.identitymaps
 
org.eclipse.persistence.internal.indirection - package org.eclipse.persistence.internal.indirection
 
org.eclipse.persistence.internal.indirection.jdk8 - package org.eclipse.persistence.internal.indirection.jdk8
 
org.eclipse.persistence.internal.jaxb - package org.eclipse.persistence.internal.jaxb
 
org.eclipse.persistence.internal.jaxb.json.schema - package org.eclipse.persistence.internal.jaxb.json.schema
 
org.eclipse.persistence.internal.jaxb.json.schema.model - package org.eclipse.persistence.internal.jaxb.json.schema.model
 
org.eclipse.persistence.internal.jaxb.many - package org.eclipse.persistence.internal.jaxb.many
 
org.eclipse.persistence.internal.jpa - package org.eclipse.persistence.internal.jpa
 
org.eclipse.persistence.internal.jpa.config - package org.eclipse.persistence.internal.jpa.config
 
org.eclipse.persistence.internal.jpa.config.additionalcriteria - package org.eclipse.persistence.internal.jpa.config.additionalcriteria
 
org.eclipse.persistence.internal.jpa.config.cache - package org.eclipse.persistence.internal.jpa.config.cache
 
org.eclipse.persistence.internal.jpa.config.changetracking - package org.eclipse.persistence.internal.jpa.config.changetracking
 
org.eclipse.persistence.internal.jpa.config.classes - package org.eclipse.persistence.internal.jpa.config.classes
 
org.eclipse.persistence.internal.jpa.config.columns - package org.eclipse.persistence.internal.jpa.config.columns
 
org.eclipse.persistence.internal.jpa.config.converters - package org.eclipse.persistence.internal.jpa.config.converters
 
org.eclipse.persistence.internal.jpa.config.copypolicy - package org.eclipse.persistence.internal.jpa.config.copypolicy
 
org.eclipse.persistence.internal.jpa.config.inheritance - package org.eclipse.persistence.internal.jpa.config.inheritance
 
org.eclipse.persistence.internal.jpa.config.listeners - package org.eclipse.persistence.internal.jpa.config.listeners
 
org.eclipse.persistence.internal.jpa.config.locking - package org.eclipse.persistence.internal.jpa.config.locking
 
org.eclipse.persistence.internal.jpa.config.mappings - package org.eclipse.persistence.internal.jpa.config.mappings
 
org.eclipse.persistence.internal.jpa.config.metadata - package org.eclipse.persistence.internal.jpa.config.metadata
 
org.eclipse.persistence.internal.jpa.config.multitenant - package org.eclipse.persistence.internal.jpa.config.multitenant
 
org.eclipse.persistence.internal.jpa.config.nosql - package org.eclipse.persistence.internal.jpa.config.nosql
 
org.eclipse.persistence.internal.jpa.config.partitioning - package org.eclipse.persistence.internal.jpa.config.partitioning
 
org.eclipse.persistence.internal.jpa.config.persistenceunit - package org.eclipse.persistence.internal.jpa.config.persistenceunit
 
org.eclipse.persistence.internal.jpa.config.queries - package org.eclipse.persistence.internal.jpa.config.queries
 
org.eclipse.persistence.internal.jpa.config.sequencing - package org.eclipse.persistence.internal.jpa.config.sequencing
 
org.eclipse.persistence.internal.jpa.config.structures - package org.eclipse.persistence.internal.jpa.config.structures
 
org.eclipse.persistence.internal.jpa.config.tables - package org.eclipse.persistence.internal.jpa.config.tables
 
org.eclipse.persistence.internal.jpa.config.transformers - package org.eclipse.persistence.internal.jpa.config.transformers
 
org.eclipse.persistence.internal.jpa.config.xml - package org.eclipse.persistence.internal.jpa.config.xml
 
org.eclipse.persistence.internal.jpa.deployment - package org.eclipse.persistence.internal.jpa.deployment
 
org.eclipse.persistence.internal.jpa.deployment.xml.parser - package org.eclipse.persistence.internal.jpa.deployment.xml.parser
 
org.eclipse.persistence.internal.jpa.jdbc - package org.eclipse.persistence.internal.jpa.jdbc
 
org.eclipse.persistence.internal.jpa.jpql - package org.eclipse.persistence.internal.jpa.jpql
 
org.eclipse.persistence.internal.jpa.metadata - package org.eclipse.persistence.internal.jpa.metadata
 
org.eclipse.persistence.internal.jpa.metadata.accessors - package org.eclipse.persistence.internal.jpa.metadata.accessors
 
org.eclipse.persistence.internal.jpa.metadata.accessors.classes - package org.eclipse.persistence.internal.jpa.metadata.accessors.classes
 
org.eclipse.persistence.internal.jpa.metadata.accessors.mappings - package org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
 
org.eclipse.persistence.internal.jpa.metadata.accessors.objects - package org.eclipse.persistence.internal.jpa.metadata.accessors.objects
 
org.eclipse.persistence.internal.jpa.metadata.additionalcriteria - package org.eclipse.persistence.internal.jpa.metadata.additionalcriteria
 
org.eclipse.persistence.internal.jpa.metadata.beanvalidation - package org.eclipse.persistence.internal.jpa.metadata.beanvalidation
 
org.eclipse.persistence.internal.jpa.metadata.cache - package org.eclipse.persistence.internal.jpa.metadata.cache
 
org.eclipse.persistence.internal.jpa.metadata.changetracking - package org.eclipse.persistence.internal.jpa.metadata.changetracking
 
org.eclipse.persistence.internal.jpa.metadata.columns - package org.eclipse.persistence.internal.jpa.metadata.columns
 
org.eclipse.persistence.internal.jpa.metadata.converters - package org.eclipse.persistence.internal.jpa.metadata.converters
 
org.eclipse.persistence.internal.jpa.metadata.copypolicy - package org.eclipse.persistence.internal.jpa.metadata.copypolicy
 
org.eclipse.persistence.internal.jpa.metadata.graphs - package org.eclipse.persistence.internal.jpa.metadata.graphs
 
org.eclipse.persistence.internal.jpa.metadata.inheritance - package org.eclipse.persistence.internal.jpa.metadata.inheritance
 
org.eclipse.persistence.internal.jpa.metadata.listeners - package org.eclipse.persistence.internal.jpa.metadata.listeners
 
org.eclipse.persistence.internal.jpa.metadata.locking - package org.eclipse.persistence.internal.jpa.metadata.locking
 
org.eclipse.persistence.internal.jpa.metadata.mappings - package org.eclipse.persistence.internal.jpa.metadata.mappings
 
org.eclipse.persistence.internal.jpa.metadata.multitenant - package org.eclipse.persistence.internal.jpa.metadata.multitenant
 
org.eclipse.persistence.internal.jpa.metadata.nosql - package org.eclipse.persistence.internal.jpa.metadata.nosql
 
org.eclipse.persistence.internal.jpa.metadata.partitioning - package org.eclipse.persistence.internal.jpa.metadata.partitioning
 
org.eclipse.persistence.internal.jpa.metadata.queries - package org.eclipse.persistence.internal.jpa.metadata.queries
 
org.eclipse.persistence.internal.jpa.metadata.sequencing - package org.eclipse.persistence.internal.jpa.metadata.sequencing
 
org.eclipse.persistence.internal.jpa.metadata.sop - package org.eclipse.persistence.internal.jpa.metadata.sop
 
org.eclipse.persistence.internal.jpa.metadata.structures - package org.eclipse.persistence.internal.jpa.metadata.structures
 
org.eclipse.persistence.internal.jpa.metadata.tables - package org.eclipse.persistence.internal.jpa.metadata.tables
 
org.eclipse.persistence.internal.jpa.metadata.transformers - package org.eclipse.persistence.internal.jpa.metadata.transformers
 
org.eclipse.persistence.internal.jpa.metadata.xml - package org.eclipse.persistence.internal.jpa.metadata.xml
 
org.eclipse.persistence.internal.jpa.metamodel - package org.eclipse.persistence.internal.jpa.metamodel
 
org.eclipse.persistence.internal.jpa.metamodel.proxy - package org.eclipse.persistence.internal.jpa.metamodel.proxy
 
org.eclipse.persistence.internal.jpa.modelgen - package org.eclipse.persistence.internal.jpa.modelgen
 
org.eclipse.persistence.internal.jpa.modelgen.objects - package org.eclipse.persistence.internal.jpa.modelgen.objects
 
org.eclipse.persistence.internal.jpa.modelgen.visitors - package org.eclipse.persistence.internal.jpa.modelgen.visitors
 
org.eclipse.persistence.internal.jpa.parsing - package org.eclipse.persistence.internal.jpa.parsing
 
org.eclipse.persistence.internal.jpa.parsing.jpql - package org.eclipse.persistence.internal.jpa.parsing.jpql
 
org.eclipse.persistence.internal.jpa.parsing.jpql.antlr - package org.eclipse.persistence.internal.jpa.parsing.jpql.antlr
 
org.eclipse.persistence.internal.jpa.querydef - package org.eclipse.persistence.internal.jpa.querydef
 
org.eclipse.persistence.internal.jpa.rs.metadata.model - package org.eclipse.persistence.internal.jpa.rs.metadata.model
 
org.eclipse.persistence.internal.jpa.rs.metadata.model.v2 - package org.eclipse.persistence.internal.jpa.rs.metadata.model.v2
 
org.eclipse.persistence.internal.jpa.transaction - package org.eclipse.persistence.internal.jpa.transaction
 
org.eclipse.persistence.internal.jpa.weaving - package org.eclipse.persistence.internal.jpa.weaving
 
org.eclipse.persistence.internal.localization - package org.eclipse.persistence.internal.localization
 
org.eclipse.persistence.internal.localization.i18n - package org.eclipse.persistence.internal.localization.i18n
 
org.eclipse.persistence.internal.mappings.converters - package org.eclipse.persistence.internal.mappings.converters
 
org.eclipse.persistence.internal.oxm - package org.eclipse.persistence.internal.oxm
 
org.eclipse.persistence.internal.oxm.accessor - package org.eclipse.persistence.internal.oxm.accessor
 
org.eclipse.persistence.internal.oxm.conversion - package org.eclipse.persistence.internal.oxm.conversion
 
org.eclipse.persistence.internal.oxm.documentpreservation - package org.eclipse.persistence.internal.oxm.documentpreservation
 
org.eclipse.persistence.internal.oxm.mappings - package org.eclipse.persistence.internal.oxm.mappings
 
org.eclipse.persistence.internal.oxm.record - package org.eclipse.persistence.internal.oxm.record
 
org.eclipse.persistence.internal.oxm.record.deferred - package org.eclipse.persistence.internal.oxm.record.deferred
 
org.eclipse.persistence.internal.oxm.record.json - package org.eclipse.persistence.internal.oxm.record.json
 
org.eclipse.persistence.internal.oxm.record.namespaces - package org.eclipse.persistence.internal.oxm.record.namespaces
 
org.eclipse.persistence.internal.oxm.schema - package org.eclipse.persistence.internal.oxm.schema
 
org.eclipse.persistence.internal.oxm.schema.model - package org.eclipse.persistence.internal.oxm.schema.model
 
org.eclipse.persistence.internal.oxm.unmapped - package org.eclipse.persistence.internal.oxm.unmapped
 
org.eclipse.persistence.internal.platform.database - package org.eclipse.persistence.internal.platform.database
 
org.eclipse.persistence.internal.queries - package org.eclipse.persistence.internal.queries
 
org.eclipse.persistence.internal.security - package org.eclipse.persistence.internal.security
 
org.eclipse.persistence.internal.sequencing - package org.eclipse.persistence.internal.sequencing
 
org.eclipse.persistence.internal.sessions - package org.eclipse.persistence.internal.sessions
 
org.eclipse.persistence.internal.sessions.cdi - package org.eclipse.persistence.internal.sessions.cdi
 
org.eclipse.persistence.internal.sessions.coordination - package org.eclipse.persistence.internal.sessions.coordination
 
org.eclipse.persistence.internal.sessions.coordination.broadcast - package org.eclipse.persistence.internal.sessions.coordination.broadcast
 
org.eclipse.persistence.internal.sessions.coordination.corba - package org.eclipse.persistence.internal.sessions.coordination.corba
 
org.eclipse.persistence.internal.sessions.coordination.corba.sun - package org.eclipse.persistence.internal.sessions.coordination.corba.sun
 
org.eclipse.persistence.internal.sessions.coordination.jgroups - package org.eclipse.persistence.internal.sessions.coordination.jgroups
 
org.eclipse.persistence.internal.sessions.coordination.jms - package org.eclipse.persistence.internal.sessions.coordination.jms
 
org.eclipse.persistence.internal.sessions.coordination.rmi - package org.eclipse.persistence.internal.sessions.coordination.rmi
 
org.eclipse.persistence.internal.sessions.coordination.rmi.iiop - package org.eclipse.persistence.internal.sessions.coordination.rmi.iiop
 
org.eclipse.persistence.internal.sessions.factories - package org.eclipse.persistence.internal.sessions.factories
 
org.eclipse.persistence.internal.sessions.factories.model - package org.eclipse.persistence.internal.sessions.factories.model
 
org.eclipse.persistence.internal.sessions.factories.model.event - package org.eclipse.persistence.internal.sessions.factories.model.event
 
org.eclipse.persistence.internal.sessions.factories.model.log - package org.eclipse.persistence.internal.sessions.factories.model.log
 
org.eclipse.persistence.internal.sessions.factories.model.login - package org.eclipse.persistence.internal.sessions.factories.model.login
 
org.eclipse.persistence.internal.sessions.factories.model.platform - package org.eclipse.persistence.internal.sessions.factories.model.platform
 
org.eclipse.persistence.internal.sessions.factories.model.pool - package org.eclipse.persistence.internal.sessions.factories.model.pool
 
org.eclipse.persistence.internal.sessions.factories.model.project - package org.eclipse.persistence.internal.sessions.factories.model.project
 
org.eclipse.persistence.internal.sessions.factories.model.property - package org.eclipse.persistence.internal.sessions.factories.model.property
 
org.eclipse.persistence.internal.sessions.factories.model.rcm - package org.eclipse.persistence.internal.sessions.factories.model.rcm
 
org.eclipse.persistence.internal.sessions.factories.model.rcm.command - package org.eclipse.persistence.internal.sessions.factories.model.rcm.command
 
org.eclipse.persistence.internal.sessions.factories.model.sequencing - package org.eclipse.persistence.internal.sessions.factories.model.sequencing
 
org.eclipse.persistence.internal.sessions.factories.model.session - package org.eclipse.persistence.internal.sessions.factories.model.session
 
org.eclipse.persistence.internal.sessions.factories.model.transport - package org.eclipse.persistence.internal.sessions.factories.model.transport
 
org.eclipse.persistence.internal.sessions.factories.model.transport.discovery - package org.eclipse.persistence.internal.sessions.factories.model.transport.discovery
 
org.eclipse.persistence.internal.sessions.factories.model.transport.naming - package org.eclipse.persistence.internal.sessions.factories.model.transport.naming
 
org.eclipse.persistence.internal.sessions.remote - package org.eclipse.persistence.internal.sessions.remote
 
org.eclipse.persistence.internal.weaving - package org.eclipse.persistence.internal.weaving
 
org.eclipse.persistence.internal.xr - package org.eclipse.persistence.internal.xr
 
org.eclipse.persistence.internal.xr.sxf - package org.eclipse.persistence.internal.xr.sxf
 
org.eclipse.persistence.jaxb - package org.eclipse.persistence.jaxb
 
org.eclipse.persistence.jaxb.attachment - package org.eclipse.persistence.jaxb.attachment
 
org.eclipse.persistence.jaxb.compiler - package org.eclipse.persistence.jaxb.compiler
 
org.eclipse.persistence.jaxb.compiler.builder - package org.eclipse.persistence.jaxb.compiler.builder
 
org.eclipse.persistence.jaxb.compiler.builder.helper - package org.eclipse.persistence.jaxb.compiler.builder.helper
 
org.eclipse.persistence.jaxb.compiler.facets - package org.eclipse.persistence.jaxb.compiler.facets
 
org.eclipse.persistence.jaxb.dynamic - package org.eclipse.persistence.jaxb.dynamic
 
org.eclipse.persistence.jaxb.dynamic.metadata - package org.eclipse.persistence.jaxb.dynamic.metadata
 
org.eclipse.persistence.jaxb.javamodel - package org.eclipse.persistence.jaxb.javamodel
 
org.eclipse.persistence.jaxb.javamodel.oxm - package org.eclipse.persistence.jaxb.javamodel.oxm
 
org.eclipse.persistence.jaxb.javamodel.reflection - package org.eclipse.persistence.jaxb.javamodel.reflection
 
org.eclipse.persistence.jaxb.javamodel.xjc - package org.eclipse.persistence.jaxb.javamodel.xjc
 
org.eclipse.persistence.jaxb.json - package org.eclipse.persistence.jaxb.json
 
org.eclipse.persistence.jaxb.metadata - package org.eclipse.persistence.jaxb.metadata
 
org.eclipse.persistence.jaxb.plugins - package org.eclipse.persistence.jaxb.plugins
 
org.eclipse.persistence.jaxb.rs - package org.eclipse.persistence.jaxb.rs
 
org.eclipse.persistence.jaxb.xmlmodel - package org.eclipse.persistence.jaxb.xmlmodel
Copyright (c) 1998, 2013 Oracle and/or its affiliates.
org.eclipse.persistence.jpa - package org.eclipse.persistence.jpa
 
org.eclipse.persistence.jpa.config - package org.eclipse.persistence.jpa.config
 
org.eclipse.persistence.jpa.dynamic - package org.eclipse.persistence.jpa.dynamic
 
org.eclipse.persistence.jpa.jpql - package org.eclipse.persistence.jpa.jpql
This package contains the Hermes features (except the parser itself): semantic and grammatical validations, content assist support, calculating the query result type or the possible type of an input parameter, refactoring tools.
org.eclipse.persistence.jpa.jpql.parser - package org.eclipse.persistence.jpa.jpql.parser
This is the core of Hermes, this package contains the classes that can parse a JPQL query.
org.eclipse.persistence.jpa.jpql.tools - package org.eclipse.persistence.jpa.jpql.tools
 
org.eclipse.persistence.jpa.jpql.tools.model - package org.eclipse.persistence.jpa.jpql.tools.model
The classes defined in this package define the state model API, a state model can be used to manually or programmatically create and edit a JPQL query.
org.eclipse.persistence.jpa.jpql.tools.model.query - package org.eclipse.persistence.jpa.jpql.tools.model.query
This package contains the StateObject classes that represents a JPQL query.
org.eclipse.persistence.jpa.jpql.tools.resolver - package org.eclipse.persistence.jpa.jpql.tools.resolver
 
org.eclipse.persistence.jpa.jpql.tools.spi - package org.eclipse.persistence.jpa.jpql.tools.spi
The Hermes SPI defines how the parser and its related features can retrieve information about the JPA managed types from the application.
org.eclipse.persistence.jpa.jpql.tools.utility - package org.eclipse.persistence.jpa.jpql.tools.utility
 
org.eclipse.persistence.jpa.jpql.tools.utility.filter - package org.eclipse.persistence.jpa.jpql.tools.utility.filter
 
org.eclipse.persistence.jpa.jpql.tools.utility.iterable - package org.eclipse.persistence.jpa.jpql.tools.utility.iterable
 
org.eclipse.persistence.jpa.jpql.tools.utility.iterator - package org.eclipse.persistence.jpa.jpql.tools.utility.iterator
 
org.eclipse.persistence.jpa.jpql.utility - package org.eclipse.persistence.jpa.jpql.utility
Contains utility classes used by Hermes.
org.eclipse.persistence.jpa.jpql.utility.filter - package org.eclipse.persistence.jpa.jpql.utility.filter
 
org.eclipse.persistence.jpa.jpql.utility.iterable - package org.eclipse.persistence.jpa.jpql.utility.iterable
 
org.eclipse.persistence.jpa.jpql.utility.iterator - package org.eclipse.persistence.jpa.jpql.utility.iterator
 
org.eclipse.persistence.jpa.metadata - package org.eclipse.persistence.jpa.metadata
 
org.eclipse.persistence.jpa.rs - package org.eclipse.persistence.jpa.rs
 
org.eclipse.persistence.jpa.rs.annotations - package org.eclipse.persistence.jpa.rs.annotations
 
org.eclipse.persistence.jpa.rs.eventlistener - package org.eclipse.persistence.jpa.rs.eventlistener
 
org.eclipse.persistence.jpa.rs.exceptions - package org.eclipse.persistence.jpa.rs.exceptions
 
org.eclipse.persistence.jpa.rs.features - package org.eclipse.persistence.jpa.rs.features
 
org.eclipse.persistence.jpa.rs.features.core.selflinks - package org.eclipse.persistence.jpa.rs.features.core.selflinks
 
org.eclipse.persistence.jpa.rs.features.fieldsfiltering - package org.eclipse.persistence.jpa.rs.features.fieldsfiltering
 
org.eclipse.persistence.jpa.rs.features.paging - package org.eclipse.persistence.jpa.rs.features.paging
 
org.eclipse.persistence.jpa.rs.logging - package org.eclipse.persistence.jpa.rs.logging
 
org.eclipse.persistence.jpa.rs.logging.i18n - package org.eclipse.persistence.jpa.rs.logging.i18n
 
org.eclipse.persistence.jpa.rs.resources - package org.eclipse.persistence.jpa.rs.resources
 
org.eclipse.persistence.jpa.rs.resources.common - package org.eclipse.persistence.jpa.rs.resources.common
 
org.eclipse.persistence.jpa.rs.resources.unversioned - package org.eclipse.persistence.jpa.rs.resources.unversioned
 
org.eclipse.persistence.jpa.rs.util - package org.eclipse.persistence.jpa.rs.util
 
org.eclipse.persistence.jpa.rs.util.list - package org.eclipse.persistence.jpa.rs.util.list
 
org.eclipse.persistence.jpa.rs.util.metadatasources - package org.eclipse.persistence.jpa.rs.util.metadatasources
 
org.eclipse.persistence.jpa.rs.util.xmladapters - package org.eclipse.persistence.jpa.rs.util.xmladapters
 
org.eclipse.persistence.logging - package org.eclipse.persistence.logging
 
org.eclipse.persistence.mappings - package org.eclipse.persistence.mappings
 
org.eclipse.persistence.mappings.converters - package org.eclipse.persistence.mappings.converters
 
org.eclipse.persistence.mappings.foundation - package org.eclipse.persistence.mappings.foundation
 
org.eclipse.persistence.mappings.querykeys - package org.eclipse.persistence.mappings.querykeys
 
org.eclipse.persistence.mappings.structures - package org.eclipse.persistence.mappings.structures
 
org.eclipse.persistence.mappings.transformers - package org.eclipse.persistence.mappings.transformers
 
org.eclipse.persistence.mappings.xdb - package org.eclipse.persistence.mappings.xdb
 
org.eclipse.persistence.oxm - package org.eclipse.persistence.oxm
 
org.eclipse.persistence.oxm.annotations - package org.eclipse.persistence.oxm.annotations
 
org.eclipse.persistence.oxm.attachment - package org.eclipse.persistence.oxm.attachment
 
org.eclipse.persistence.oxm.documentpreservation - package org.eclipse.persistence.oxm.documentpreservation
 
org.eclipse.persistence.oxm.json - package org.eclipse.persistence.oxm.json
 
org.eclipse.persistence.oxm.mappings - package org.eclipse.persistence.oxm.mappings
 
org.eclipse.persistence.oxm.mappings.converters - package org.eclipse.persistence.oxm.mappings.converters
 
org.eclipse.persistence.oxm.mappings.nullpolicy - package org.eclipse.persistence.oxm.mappings.nullpolicy
 
org.eclipse.persistence.oxm.platform - package org.eclipse.persistence.oxm.platform
 
org.eclipse.persistence.oxm.record - package org.eclipse.persistence.oxm.record
 
org.eclipse.persistence.oxm.schema - package org.eclipse.persistence.oxm.schema
 
org.eclipse.persistence.oxm.sequenced - package org.eclipse.persistence.oxm.sequenced
 
org.eclipse.persistence.oxm.unmapped - package org.eclipse.persistence.oxm.unmapped
 
org.eclipse.persistence.platform.database - package org.eclipse.persistence.platform.database
 
org.eclipse.persistence.platform.database.converters - package org.eclipse.persistence.platform.database.converters
 
org.eclipse.persistence.platform.database.events - package org.eclipse.persistence.platform.database.events
 
org.eclipse.persistence.platform.database.jdbc - package org.eclipse.persistence.platform.database.jdbc
 
org.eclipse.persistence.platform.database.oracle - package org.eclipse.persistence.platform.database.oracle
 
org.eclipse.persistence.platform.database.oracle.annotations - package org.eclipse.persistence.platform.database.oracle.annotations
 
org.eclipse.persistence.platform.database.oracle.jdbc - package org.eclipse.persistence.platform.database.oracle.jdbc
 
org.eclipse.persistence.platform.database.oracle.plsql - package org.eclipse.persistence.platform.database.oracle.plsql
 
org.eclipse.persistence.platform.database.partitioning - package org.eclipse.persistence.platform.database.partitioning
 
org.eclipse.persistence.platform.server - package org.eclipse.persistence.platform.server
 
org.eclipse.persistence.platform.server.glassfish - package org.eclipse.persistence.platform.server.glassfish
 
org.eclipse.persistence.platform.server.jboss - package org.eclipse.persistence.platform.server.jboss
 
org.eclipse.persistence.platform.server.oc4j - package org.eclipse.persistence.platform.server.oc4j
 
org.eclipse.persistence.platform.server.sap - package org.eclipse.persistence.platform.server.sap
 
org.eclipse.persistence.platform.server.sunas - package org.eclipse.persistence.platform.server.sunas
 
org.eclipse.persistence.platform.server.was - package org.eclipse.persistence.platform.server.was
 
org.eclipse.persistence.platform.server.wls - package org.eclipse.persistence.platform.server.wls
 
org.eclipse.persistence.platform.xml - package org.eclipse.persistence.platform.xml
 
org.eclipse.persistence.platform.xml.jaxp - package org.eclipse.persistence.platform.xml.jaxp
 
org.eclipse.persistence.queries - package org.eclipse.persistence.queries
 
org.eclipse.persistence.sdo - package org.eclipse.persistence.sdo
 
org.eclipse.persistence.sdo.dataobjects - package org.eclipse.persistence.sdo.dataobjects
 
org.eclipse.persistence.sdo.helper - package org.eclipse.persistence.sdo.helper
 
org.eclipse.persistence.sdo.helper.delegates - package org.eclipse.persistence.sdo.helper.delegates
 
org.eclipse.persistence.sdo.helper.extension - package org.eclipse.persistence.sdo.helper.extension
 
org.eclipse.persistence.sdo.helper.jaxb - package org.eclipse.persistence.sdo.helper.jaxb
 
org.eclipse.persistence.sdo.helper.metadata - package org.eclipse.persistence.sdo.helper.metadata
 
org.eclipse.persistence.sdo.types - package org.eclipse.persistence.sdo.types
 
org.eclipse.persistence.sequencing - package org.eclipse.persistence.sequencing
 
org.eclipse.persistence.services - package org.eclipse.persistence.services
 
org.eclipse.persistence.services.glassfish - package org.eclipse.persistence.services.glassfish
 
org.eclipse.persistence.services.jboss - package org.eclipse.persistence.services.jboss
 
org.eclipse.persistence.services.mbean - package org.eclipse.persistence.services.mbean
 
org.eclipse.persistence.services.weblogic - package org.eclipse.persistence.services.weblogic
 
org.eclipse.persistence.services.websphere - package org.eclipse.persistence.services.websphere
 
org.eclipse.persistence.sessions - package org.eclipse.persistence.sessions
 
org.eclipse.persistence.sessions.broker - package org.eclipse.persistence.sessions.broker
 
org.eclipse.persistence.sessions.changesets - package org.eclipse.persistence.sessions.changesets
 
org.eclipse.persistence.sessions.coordination - package org.eclipse.persistence.sessions.coordination
 
org.eclipse.persistence.sessions.coordination.broadcast - package org.eclipse.persistence.sessions.coordination.broadcast
 
org.eclipse.persistence.sessions.coordination.corba - package org.eclipse.persistence.sessions.coordination.corba
 
org.eclipse.persistence.sessions.coordination.corba.sun - package org.eclipse.persistence.sessions.coordination.corba.sun
 
org.eclipse.persistence.sessions.coordination.jgroups - package org.eclipse.persistence.sessions.coordination.jgroups
 
org.eclipse.persistence.sessions.coordination.jms - package org.eclipse.persistence.sessions.coordination.jms
 
org.eclipse.persistence.sessions.coordination.rmi - package org.eclipse.persistence.sessions.coordination.rmi
 
org.eclipse.persistence.sessions.factories - package org.eclipse.persistence.sessions.factories
 
org.eclipse.persistence.sessions.interceptors - package org.eclipse.persistence.sessions.interceptors
 
org.eclipse.persistence.sessions.remote - package org.eclipse.persistence.sessions.remote
 
org.eclipse.persistence.sessions.remote.corba.sun - package org.eclipse.persistence.sessions.remote.corba.sun
 
org.eclipse.persistence.sessions.remote.rmi - package org.eclipse.persistence.sessions.remote.rmi
 
org.eclipse.persistence.sessions.remote.rmi.iiop - package org.eclipse.persistence.sessions.remote.rmi.iiop
 
org.eclipse.persistence.sessions.serializers - package org.eclipse.persistence.sessions.serializers
 
org.eclipse.persistence.sessions.serializers.kryo - package org.eclipse.persistence.sessions.serializers.kryo
 
org.eclipse.persistence.sessions.server - package org.eclipse.persistence.sessions.server
 
org.eclipse.persistence.tools - package org.eclipse.persistence.tools
 
org.eclipse.persistence.tools.file - package org.eclipse.persistence.tools.file
 
org.eclipse.persistence.tools.profiler - package org.eclipse.persistence.tools.profiler
 
org.eclipse.persistence.tools.schemaframework - package org.eclipse.persistence.tools.schemaframework
 
org.eclipse.persistence.tools.tuning - package org.eclipse.persistence.tools.tuning
 
org.eclipse.persistence.tools.weaving.jpa - package org.eclipse.persistence.tools.weaving.jpa
 
org.eclipse.persistence.transaction - package org.eclipse.persistence.transaction
 
org.eclipse.persistence.transaction.glassfish - package org.eclipse.persistence.transaction.glassfish
 
org.eclipse.persistence.transaction.jboss - package org.eclipse.persistence.transaction.jboss
 
org.eclipse.persistence.transaction.jotm - package org.eclipse.persistence.transaction.jotm
 
org.eclipse.persistence.transaction.oc4j - package org.eclipse.persistence.transaction.oc4j
 
org.eclipse.persistence.transaction.sap - package org.eclipse.persistence.transaction.sap
 
org.eclipse.persistence.transaction.sunas - package org.eclipse.persistence.transaction.sunas
 
org.eclipse.persistence.transaction.was - package org.eclipse.persistence.transaction.was
 
org.eclipse.persistence.transaction.wls - package org.eclipse.persistence.transaction.wls
 
ORIGINAL_QUERY_MUST_USE_IN - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
originalIndex - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
originalQueryMustUseBatchIN(DatabaseMapping, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
ORM_1_0_NAMESPACE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
ORM_1_0_XSD - Static variable in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
ORM_2_0_NAMESPACE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
ORM_2_0_XSD - Static variable in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
ORM_2_1_NAMESPACE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
ORM_2_1_XSD - Static variable in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
ORM_SCHEMA_VALIDATION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.orm.validate.schema" property set on the session is used to override orm.xml schema validation from its default of "false".
OrmAttributeAccessor - Class in org.eclipse.persistence.internal.oxm.accessor
INTERNAL: A custom AttriuteAccessor to be used when the same object is mapped in both OXM and ORM.
OrmAttributeAccessor(AttributeAccessor, CoreAttributeAccessor) - Constructor for class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
ORMContentHandler - Class in org.eclipse.persistence.internal.jpa.metadata.xml
 
ORMContentHandler() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
ORMetadata - Class in org.eclipse.persistence.internal.jpa.metadata
INTERNAL: Abstract/common level for JPA Object/Relational metadata.
ORMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Used for OX loading.
ORMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Used for annotation loading of metadata objects.
ORMetadata(MetadataAnnotation, MetadataAccessibleObject, MetadataProject) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Used for annotation loading of class and mapping accessors.
ORMetadata(ORMetadata) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Used for annotation loading and switching from one metadata object to a more specific one.
OrNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
OrNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.OrNode
Return a new OrNode.
orParse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Parses the given JPQL fragment as the right side of an OR expression.
otherwise(R) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl
Add an "else" clause to the case expression.
otherwise(R) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.SimpleCaseImpl
Add an "else" clause to the case expression.
otherwise(Expression<? extends R>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.SimpleCaseImpl
Add an "else" clause to the case expression.
OUT - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
OUT_CURSOR - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
OUTER - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
OUTER - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
OUTER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'OUTER'.
OUTER_JOIN - Static variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Specify any OUTER join on a join fetch.
OUTER_JOIN_ONLY_VALID_FOR_ONE_TO_ONE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
OuterJoinExpressionHolder - Class in org.eclipse.persistence.internal.expressions
Holder class storing a QueryKeyExpression representing an outer join plus some data calculated by method appendFromClauseForOuterJoin.
OuterJoinExpressionHolder(SQLSelectStatement, ObjectExpression, Expression, Map<DatabaseTable, Expression>, ClassDescriptor) - Constructor for class org.eclipse.persistence.internal.expressions.OuterJoinExpressionHolder
 
OuterJoinExpressionHolder(OuterJoinExpressionHolder) - Constructor for class org.eclipse.persistence.internal.expressions.OuterJoinExpressionHolder
 
outerJoinIsOnlyValidForOneToOneMappings(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
outIndex - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
OUTPUT_UNSUPPORTED_MSG_TYPE - Static variable in exception org.eclipse.persistence.eis.EISException
 
outputClassFile(String, byte[], String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Used by our byte code weaving to enable users who are debugging to output the generated class to a file
outputCreateDDLToFile(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
outputCreateDDLToWriter(Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
outputDDLToDatabase() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Output all DDL statements directly to the database.
outputDDLToFile(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Output all DDL statements to a file writer specified by the name in the parameter.
outputDDLToWriter(Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Output all DDL statements to a writer specified in the parameter.
outputDropDDLToFile(String) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
outputDropDDLToWriter(Writer) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
OutputParameterForCallableStatement - Class in org.eclipse.persistence.internal.databaseaccess
 
OutputParameterForCallableStatement(DatabaseField) - Constructor for class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
OutputParameterForCallableStatement(DatabaseField, AbstractSession) - Constructor for class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
OutputParameterForCallableStatement(DatabaseField, AbstractSession, boolean) - Constructor for class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
OutputParameterForCallableStatement(OutputParameterForCallableStatement) - Constructor for class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
OutputParametersDetected - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
outputParametersDetected(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the session after a stored procedure call has been executed that had output parameters.
outputParametersDetected(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the session after a stored procedure call has been executed that had output parameters.
outputParametersDetected(Record, DatasourceCall) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Raised for stored proc output parameters.
OutputStreamRecord - Class in org.eclipse.persistence.oxm.record
Use this type of MarshalRecord when the marshal target is an OutputStream and the XML should not be formatted with carriage returns or indenting.
OutputStreamRecord() - Constructor for class org.eclipse.persistence.oxm.record.OutputStreamRecord
 
OVERRIDE_ANNOTATION_WITH_XML - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
OVERRIDE_NAMED_ANNOTATION_WITH_XML - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
OVERRIDE_NAMED_XML_WITH_ECLIPSELINK_XML - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
OVERRIDE_XML_WITH_ECLIPSELINK_XML - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
OverrideMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Object to hold onto common attribute/association override metadata.
overridesRead() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
This can be used by collection such as cursored stream to gain control over execution.
overridesRead() - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: This can be used by collection such as cursored stream to gain control over execution.
OwningClauseVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Creates a new OwningClauseVisitor.
OXM_KEY_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
OXM_METADATA_SOURCE - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The name of the property used to specify one or more EclipseLink OXM metadata sources.
OXMJavaClassImpl - Class in org.eclipse.persistence.jaxb.javamodel.oxm
INTERNAL:
OXMJavaClassImpl(JavaType) - Constructor for class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Construct a new instance of OXMJavaClassImpl.
OXMJavaClassImpl(String) - Constructor for class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Construct a new instance of OXMJavaClassImpl.
OXMJavaClassImpl(String, List<String>) - Constructor for class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Construct a new instance of OXMJavaClassImpl representing a Java enum.
OXMJavaConstructorImpl - Class in org.eclipse.persistence.jaxb.javamodel.oxm
INTERNAL:
OXMJavaConstructorImpl(JavaClass) - Constructor for class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaConstructorImpl
Construct a new instance of OXMJavaConstructorImpl.
OXMJavaFieldImpl - Class in org.eclipse.persistence.jaxb.javamodel.oxm
INTERNAL:
OXMJavaFieldImpl(String, String, JavaClass) - Constructor for class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaFieldImpl
Construct a new instance of OXMJavaFieldImpl.
OXMJavaMethodImpl - Class in org.eclipse.persistence.jaxb.javamodel.oxm
INTERNAL:
OXMJavaMethodImpl(String, JavaClass, JavaClass) - Constructor for class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaMethodImpl
Construct a new instance of OXMJavaMethodImpl.
OXMJavaModelImpl - Class in org.eclipse.persistence.jaxb.javamodel.oxm
INTERNAL:
OXMJavaModelImpl(ClassLoader, JavaClass[]) - Constructor for class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelImpl
Construct a new instance of OXMJavaModelImpl.
OXMJavaModelInputImpl - Class in org.eclipse.persistence.jaxb.javamodel.oxm
INTERNAL:
OXMJavaModelInputImpl(JavaClass[], JavaModel) - Constructor for class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
Construct a new instance of OXMJavaModelInputImpl.
OXMJavaPackageImpl - Class in org.eclipse.persistence.jaxb.javamodel.oxm
INTERNAL:
OXMJavaPackageImpl(String) - Constructor for class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaPackageImpl
Construct a new instance of OXMJavaPackageImpl.
OXMJAXBElementImpl - Class in org.eclipse.persistence.jaxb.javamodel.oxm
INTERNAL:
OXMJAXBElementImpl(String, JavaModel) - Constructor for class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJAXBElementImpl
 
oxmKeyNotFound() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: Properties passed to createDynamicFromOXM did not contain ECLIPSELINK_OXM_FILE_KEY, or was null.
OXMMetadata - Class in org.eclipse.persistence.jaxb.dynamic.metadata
 
OXMMetadata(DynamicClassLoader, Map<String, ?>) - Constructor for class org.eclipse.persistence.jaxb.dynamic.metadata.OXMMetadata
 
OXMMetadataSource(XmlBindings) - Constructor for class org.eclipse.persistence.internal.xr.XRServiceFactory.OXMMetadataSource
 
OXMObjectFactoryImpl - Class in org.eclipse.persistence.jaxb.javamodel.oxm
INTERNAL:
OXMObjectFactoryImpl(XmlRegistry) - Constructor for class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
OXMObjectPersistenceRuntimeXMLProject - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL:
OXMObjectPersistenceRuntimeXMLProject() - Constructor for class org.eclipse.persistence.internal.sessions.factories.OXMObjectPersistenceRuntimeXMLProject
 
OXMObjectPersistenceRuntimeXMLProject(NamespaceResolverWithPrefixes) - Constructor for class org.eclipse.persistence.internal.sessions.factories.OXMObjectPersistenceRuntimeXMLProject
 
OXMSystemProperties - Class in org.eclipse.persistence.internal.oxm
System properties holder.

P

PACKAGE - Static variable in class org.eclipse.persistence.internal.codegen.AccessLevel
 
PACKAGE_SEPARATOR - Static variable in class org.eclipse.persistence.internal.jpa.metadata.beanvalidation.ValidationXMLReader
 
PACKAGE_SEPARATOR - Static variable in class org.eclipse.persistence.jaxb.ValidationXMLReader
 
PackageDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Allow a semi-generic way of creating packages.
PackageDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.PackageDefinition
 
PackageInfo - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL: Represents the the package level annotations from a specific package.
PackageInfo() - Constructor for class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
packageNotSetForBindingException() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
PackageRenamer - Class in org.eclipse.persistence.tools
This class performs package renaming.
PackageRenamer() - Constructor for class org.eclipse.persistence.tools.PackageRenamer
The constructor of a PackageRenamer class.
PackageRenamer(String) - Constructor for class org.eclipse.persistence.tools.PackageRenamer
 
PackageRenamer(String[]) - Constructor for class org.eclipse.persistence.tools.PackageRenamer
 
PackageRenamer.PackageRenamerException - Exception in org.eclipse.persistence.tools
 
PackageRenamerException(String) - Constructor for exception org.eclipse.persistence.tools.PackageRenamer.PackageRenamerException
 
PACKET_TIME_TO_LIVE_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
PageableCollection<T> - Interface in org.eclipse.persistence.jpa.rs.util.list
Marker interface for queries returning paged results
PageableFieldValidator - Class in org.eclipse.persistence.jpa.rs.features.paging
Finds out if an entity field is pageable and validates paging parameters.
PageableFieldValidator(Class, String, UriInfo) - Constructor for class org.eclipse.persistence.jpa.rs.features.paging.PageableFieldValidator
Creates the validator.
PageableQueryValidator - Class in org.eclipse.persistence.jpa.rs.features.paging
Finds out if a named query is pageable and validates paging parameters.
PageableQueryValidator(PersistenceContext, String, UriInfo) - Constructor for class org.eclipse.persistence.jpa.rs.features.paging.PageableQueryValidator
Creates a validator.
PAGINATION_PARAMETER_USED_FOR_NOT_PAGEABLE_RESOURCE - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
paginationParameterForNotPageableResource() - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Pagination parameters are used in non-pageable resource.
PagingResponseBuilder - Class in org.eclipse.persistence.jpa.rs.features.paging
FeatureResponseBuilder implementation used for pageable collections.
PagingResponseBuilder() - Constructor for class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder
 
PAIR - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
PAIR - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
pair() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
pair_return() - Constructor for class org.eclipse.persistence.internal.oxm.record.json.JSONParser.pair_return
 
parallelStream() - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectList
 
parallelStream() - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectSet
 
parameter(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a parameter.
parameter(Class<T>, String) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a parameter expression with the given name.
Parameter - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
 
Parameter() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.Parameter
 
Parameter - Class in org.eclipse.persistence.internal.xr
INTERNAL:Name and type (QName) for a bound argument.
Parameter() - Constructor for class org.eclipse.persistence.internal.xr.Parameter
 
parameter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the input parameter.
parameter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the input parameter.
parameter(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the input parameter.
PARAMETER_AND_MAPPING_WITH_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
PARAMETER_AND_MAPPING_WITH_TRANSPARENT_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
PARAMETER_AND_MAPPING_WITHOUT_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
PARAMETER_DELIMITER - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.jdbc.parameter-delimiter"
PARAMETER_DOES_NOT_EXIST_FOR_OPERATION - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
PARAMETER_HAS_NO_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
PARAMETER_NAME_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
parameterAndMappingWithIndirectionMismatch(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
parameterAndMappingWithoutIndirectionMismatch(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
parameterAndMappingWithTransparentIndirectionMismatch(DatabaseMapping, Class, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
ParameterDelimiterType - Class in org.eclipse.persistence.config
Parameter delimiter char hint values.
ParameterDelimiterType() - Constructor for class org.eclipse.persistence.config.ParameterDelimiterType
 
parameterDoesNotExistForOperation(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
ParameterExpression - Class in org.eclipse.persistence.internal.expressions
Used for parameterized expressions, such as expression defined in mapping queries.
ParameterExpression() - Constructor for class org.eclipse.persistence.internal.expressions.ParameterExpression
 
ParameterExpression(String) - Constructor for class org.eclipse.persistence.internal.expressions.ParameterExpression
 
ParameterExpression(DatabaseField) - Constructor for class org.eclipse.persistence.internal.expressions.ParameterExpression
 
ParameterExpression(String, Expression, Object) - Constructor for class org.eclipse.persistence.internal.expressions.ParameterExpression
 
ParameterExpression(DatabaseField, Expression) - Constructor for class org.eclipse.persistence.internal.expressions.ParameterExpression
 
parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
Returns the BNF to be used to parse one of the encapsulated expression.
parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
Returns the BNF to be used to parse one of the encapsulated expression.
parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.ModExpression
Returns the BNF to be used to parse one of the encapsulated expression.
parameterExpressionBNF(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.NullIfExpression
Returns the BNF to be used to parse one of the encapsulated expression.
ParameterExpressionImpl<T> - Class in org.eclipse.persistence.internal.jpa.querydef
 
ParameterExpressionImpl(Metamodel, Class<T>, String) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl
 
ParameterExpressionImpl(Metamodel, Class<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl
 
ParameterExpressionImpl(Metamodel, Class<T>, Integer) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl
 
parameterHasNoMapping(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
ParameterizedSQLBatchWritingMechanism - Class in org.eclipse.persistence.internal.databaseaccess
INTERNAL: ParameterizedSQLBatchWritingMechanism is a private class, used by the DatabaseAccessor.
ParameterizedSQLBatchWritingMechanism() - Constructor for class org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism
 
ParameterizedSQLBatchWritingMechanism(DatabaseAccessor) - Constructor for class org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism
 
parameterNameMismatch(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
ParameterNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
ParameterNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ParameterNode
Return a new ParameterNode.
ParameterNode(String) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ParameterNode
INTERNAL Create a new ParameterNode with the passed string.
ParameterTypeVisitor - Class in org.eclipse.persistence.jpa.jpql
This visitor calculates the type of an input parameter.
paramList - Variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.MethodSerialImpl
 
parent - Variable in class org.eclipse.persistence.internal.codegen.HierarchyNode
 
PARENT_CLASS_IS_SELF - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
PARENT_DESCRIPTOR_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
parentClassIsSelf(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
parentClassLoader - Variable in class org.eclipse.persistence.internal.xr.XRServiceFactory
 
parentContains(Object) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL:
parentDescriptorNotSpecified(String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
parse() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Parse the query string that was specified on parser creation.
parse(InputSource) - Method in class org.eclipse.persistence.internal.oxm.record.DOMReader
 
parse(Node, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.DOMReader
 
parse(Node) - Method in class org.eclipse.persistence.internal.oxm.record.DOMReader
 
parse(InputSource) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader
 
parse(String) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader
 
parse(InputSource) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonStructureReader
 
parse(String) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonStructureReader
 
parse(InputSource) - Method in class org.eclipse.persistence.internal.oxm.record.XMLEventReaderReader
 
parse(Node, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.XMLFragmentReader
 
parse(InputSource) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
parse(String) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
parse(String) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
parse(InputSource) - Method in class org.eclipse.persistence.internal.oxm.record.XMLStreamReaderReader
 
parse(XMLStreamReader) - Method in class org.eclipse.persistence.internal.oxm.record.XMLStreamReaderReader
 
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Parses the given JPQL fragment, which represents a conditional expression, and creates the StateObject.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Parses the given JPQL fragment and create the select item.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Parses the given JPQL fragment and create the select item.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
Parses the given JPQL fragment, which represents the encapsulated expression, and creates the StateObject.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Parses the given JPQL fragment to become the new arithmetic primary.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Parses the given JPQL fragment, which will represent the expression to compare its result to the lower and upper bounds.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Parses the given JPQL fragment, which represents the constructor's arguments.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
Parses the given JPQL fragment, which will represent the group by items.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Parses the given JPQL fragment, which represents either a single or many items, the fragment will be parsed and converted into StateObject.
parse(CharSequence, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Parses the given JPQL fragment as this state object's query statement.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Parses the given JPQL fragment, which represents the negated expression, and creates the StateObject.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Parses the given JPQL fragment, which represents either a single or many ordering items, the fragment will be parsed and converted into OrderByItemStateObject.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Parses the given JPQL fragment, which represents either a state-field pathe expression or a result variable, and creates the StateObject.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Parses the given JPQL fragment, which represents a single select expression, and creates the StateObject.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Parses the given JPQL fragment and create the select item.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Parses the given JPQL fragment and create the select item.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Parses the given JPQL fragment, which represents the encapsulated expression, and creates the StateObject.
parse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Parses the given fragment, which represents a single update item, and creates the StateObject equivalent.
parse(InputSource) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Parses given input source.
parse(File) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Parses given file.
parse(InputStream) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Parses given input stream.
parse(Reader) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Parses given reader.
parse(Source) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Parses given source.
parse(URL) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Parses given url.
parse(InputSource) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
parse(File) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
parse(InputStream) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
parse(Reader) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
parse(Source) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
parse(URL) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
parseArgument(Options, String[], int) - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
 
parseBooleanHint(Object) - Static method in class org.eclipse.persistence.internal.jpa.QueryHintsHandler
Common hint value processing into an boolean value.
parseCaseOperand(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Parses the given JPQL fragment, which will represent the case operand.
parseEJBQLString(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParserFactory
 
parseElse(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Parses the given JPQL fragment, which will represent the ELSE expression.
parseFileExtension(File) - Method in class org.eclipse.persistence.tools.PackageRenamer
Returns the extension of the given file.
parseFirst(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Parses the given JPQL fragment, which will represent the first encapsulated expression.
parseFirst(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Parses the given JPQL fragment, which will represent the first encapsulated expression.
parseIntegerHint(Object, String) - Static method in class org.eclipse.persistence.internal.jpa.QueryHintsHandler
Common hint value processing into an integer value.
parseItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Parses the given JPQL fragment, which represents a single encapsulated expression, and creates the StateObject.
parseItems(ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Parses the given JPQL fragments, which represent individual expression, and creates the StateObjects.
parseItems(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Parses the given JPQL fragments, which represent individual expression, and creates the StateObjects.
parseJoin(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Parses the given JPQL fragment that should contain a single JOIN expression.
parseLeft(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Parses the given JPQL fragment and update the left side of the compound expression.
parseLowerBound(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Parses the given JPQL fragment, which will represent the lower bound of the range.
parseNewValue(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Parses the given JPQL fragment, which represents the new value.
parseRight(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Parses the given JPQL fragment and update the right side of the compound expression.
parseRoot(JsonValue) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonStructureReader
 
ParserType - Class in org.eclipse.persistence.config
Parser type property values.
ParserType() - Constructor for class org.eclipse.persistence.config.ParserType
 
ParserValidationType - Class in org.eclipse.persistence.config
Parser type property values.
ParserValidationType() - Constructor for class org.eclipse.persistence.config.ParserValidationType
 
parseSecond(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Parses the given JPQL fragment, which will represent the second encapsulated expression.
parseSecond(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Parses the given JPQL fragment, which will represent the second encapsulated expression.
parseSelect(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Parses the given JPQL fragment and create the select item.
parseThen(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Parses the given JPQL fragment, which will represent the THEN expression.
parseThird(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Parses the given JPQL fragment, which will represent the third encapsulated expression.
ParseTree - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
ParseTree() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ParseTree
Return a new ParseTree.
ParseTreeContext - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
ParseTreeContext(NodeFactory, String) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Return a new initialized ParseTreeContext
parseTrimCharacter(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Parses the given JPQL fragment, which represents either a single-character string literal or a character-valued input parameter, the fragment will be parsed and converted into a StateObject.
parseUpperBound(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Parses the given JPQL fragment, which will represent the upper bound of the range.
parseWhen(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Parses the given JPQL fragment, which will represent the WHEN clause.
Partial - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
partialWord() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves a word before the current position of the cursor, which determines when the parsing stop.
partialWord(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves a word before the specified position, which determines when the parsing stop.
partialWordStartPosition(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Finds the beginning of the word and the given position is within that word.
PARTIONING_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
Partitioned - Annotation Type in org.eclipse.persistence.annotations
Partitioning is used to partition the data for a class across multiple difference databases or across a database cluster such as Oracle RAC.
Partitioning - Annotation Type in org.eclipse.persistence.annotations
A Partitioning is used to partition the data for a class across multiple difference databases or across a database cluster such as Oracle RAC.
PARTITIONING - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.partitioning" property specifies the default PartitioningPolicy for a persistence unit.
A PartitioningPolicy is used to partition the data for a class across multiple difference databases or across a database cluster such as Oracle RAC.
Partitioning can provide improved scalability by allowing multiple database machines to service requests.
PARTITIONING - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.partitioning"
Partitioning - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
PARTITIONING_CALLBACK - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.partitioning.callback" is used to integrate with an external DataSource's data affinity support, such as UCP.
PartitioningImpl - Class in org.eclipse.persistence.internal.jpa.config.partitioning
JPA scripting API implementation.
PartitioningImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.partitioning.PartitioningImpl
 
PartitioningMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.partitioning
INTERNAL: Define JPA meta-data for partitioning policy.
PartitioningMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.PartitioningMetadata
INTERNAL: Used for XML loading.
PartitioningMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.PartitioningMetadata
INTERNAL: Used for annotation loading.
partitioningNotSupported(AbstractSession, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
PartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
PUBLIC: A PartitioningPolicy is used to partition the data for a class across multiple difference databases or across a database cluster such as Oracle RAC.
PartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
 
partitionPersist(AbstractSession, Object, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
INTERNAL: Allow for the persist call to assign the partition.
partitionPersist(AbstractSession, Object, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
INTERNAL: Allow for the persist call to assign the partition.
partitionPersist(AbstractSession, Object, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
INTERNAL: Allow for the persist call to assign the partition.
partitionPersist(AbstractSession, Object, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
INTERNAL: Allow for the persist call to assign the partition.
PASSWORD - Static variable in class org.eclipse.persistence.eis.EISConnectionSpec
 
password - Variable in class org.eclipse.persistence.internal.jpa.DataSourceConfig
Password to use when connecting to the db
PASSWORD_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
PATCH_SEPARATOR - Static variable in class org.eclipse.persistence.internal.helper.JavaVersion
JavaEE platform patch version element separator character.
path(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates a new state field path expression.
path(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates a new state field path expression.
path(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates a new state field path expression.
pathExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
PathExpression_NotRelationshipMapping - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
pathExprOrVariableAccess() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
pathForVariable(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Returns the path if the specified string denotes a join or collection member variable.
PathImpl<X> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the Path interface of the JPA criteria API.
PathImpl(Path<?>, Metamodel, Class<X>, Expression, Bindable) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.PathImpl
 
paths() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Returns the segments in the state field path in order.
PATHS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Notifies the content of the paths list has changed.
pathSeparator() - Static method in class org.eclipse.persistence.internal.helper.Helper
Return a string containing the platform-appropriate characters for separating entries in a path (e.g.
pathSize() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Returns the number of segments in the state field path.
PATTERN_VALUE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Notifies the pattern value property has changed.
PatternFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
 
PatternFacet(String, Pattern.Flag[]) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.PatternFacet
 
PatternListFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
 
PatternListFacet(List<PatternFacet>) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.PatternListFacet
 
PatternValueBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a pattern value.
PatternValueBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.PatternValueBNF
Creates a new PatternValueBNF.
pauseLogging() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Turn both logging flags on.
PBOOLEAN - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
PBOOLEAN - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
PBOOLEAN - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
PBOOLEAN_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
PBYTE - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
PBYTE - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
PBYTE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
PCE_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
PCE_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
PCHAR - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
PCHAR - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
PCL_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
PCL_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
PDOUBLE - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
PDOUBLE - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
PDOUBLE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
peek() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Return the next object in the stream, without incrementing the stream's position.
PerformanceMonitor - Static variable in class org.eclipse.persistence.config.ProfilerType
 
PerformanceMonitor - Class in org.eclipse.persistence.tools.profiler
Purpose: A tool used to provide performance monitoring information in a server environment.
PerformanceMonitor() - Constructor for class org.eclipse.persistence.tools.profiler.PerformanceMonitor
PUBLIC: Create a new profiler.
PerformanceProfiler - Static variable in class org.eclipse.persistence.config.ProfilerType
 
PerformanceProfiler - Class in org.eclipse.persistence.tools.profiler
Purpose: A tool used to provide high level performance profiling information.
PerformanceProfiler() - Constructor for class org.eclipse.persistence.tools.profiler.PerformanceProfiler
PUBLIC: Create a new profiler.
PerformanceProfiler(Session) - Constructor for class org.eclipse.persistence.tools.profiler.PerformanceProfiler
Deprecated.
replaced by PerformanceProfiler()
PerformanceProfiler(Session, boolean) - Constructor for class org.eclipse.persistence.tools.profiler.PerformanceProfiler
Deprecated.
replaced by PerformanceProfiler()
PerformanceProfiler(boolean) - Constructor for class org.eclipse.persistence.tools.profiler.PerformanceProfiler
PUBLIC: Create a new profiler.
PerformanceProfiler_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
performDataModificationEvent(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Perform the commit event.
performDataModificationEvent(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Perform the commit event.
performDataModificationEvent(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Perform the commit event.
performDataModificationEvent(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Perform the commit event.
performDataModificationEvent(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Perform the commit event.
performDataModificationEvent(Object[], AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Perform the commit event.
performFullValidation() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
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.
performFullValidation() - 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.
performOperator(ExpressionOperator, List) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
performPartialValidation() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
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.
performPartialValidation() - 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.
performRemove(Object, Map) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This method will perform a delete operation on the provided objects pre-determining the objects that will be deleted by a commit of the UnitOfWork including privately owned objects.
performRemovePrivateOwnedObjectFromChangeSet(Object, Map) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Cascade remove the private owned object from the owned UnitOfWorkChangeSet
performSelector(boolean) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
INTERNAL: Check if the object conforms to the expression in memory.
performWeaving() - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
This method performs weaving function on the class individually from the specified source.
persist(Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
If in a transaction this method will check for existence and register the object if it is new.
PERSISTENCE_CONTEXT_CLOSE_ON_COMMIT - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Specifies that the EntityManager will be closed or not used after commit (not extended).
PERSISTENCE_CONTEXT_CLOSE_ON_COMMIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.persistence-context.close-on-commit" property specifies that the EntityManager will be closed or not used after commit (not extended).
PERSISTENCE_CONTEXT_COMMIT_ORDER - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Defines the ordering of updates and deletes of a set of the same entity type during a commit or flush operation.
PERSISTENCE_CONTEXT_COMMIT_ORDER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.persistence-context.commit-order" property defines the ordering of updates and deletes of a set of the same entity type during a commit or flush operation.
PERSISTENCE_CONTEXT_COMMIT_WITHOUT_PERSIST_RULES - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Specifies that the EntityManager will search all managed objects and persist any related non-managed new objects that are found ignoring any absence of CascadeType.PERSIST settings.
PERSISTENCE_CONTEXT_COMMIT_WITHOUT_PERSIST_RULES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.persistence-context.commit-without-persist-rules" property specifies that the EntityManager will search all managed objects and persist any related non-managed new objects that are found ignoring any absence of CascadeType.PERSIST settings.
PERSISTENCE_CONTEXT_COULD_NOT_BE_BOOTSTRAPPED - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
PERSISTENCE_CONTEXT_FLUSH_MODE - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Allows the EntityManager FlushMode to be set as a persistence property.
PERSISTENCE_CONTEXT_FLUSH_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.persistence-context.flush-mode" property configures the EntityManager FlushMode to be set as a persistence property.
PERSISTENCE_CONTEXT_PERSIST_ON_COMMIT - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Specifies that the EntityManager will search all managed objects and persist any related non-managed new objects that are cascade persist.
PERSISTENCE_CONTEXT_PERSIST_ON_COMMIT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.persistence-context.persist-on-commit" property specifies that the EntityManager will search all managed objects and persist any related non-managed new objects that are cascade persist.
PERSISTENCE_CONTEXT_REFERENCE_MODE - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Specifies whether there should be hard or soft references used within the Persistence Context.
PERSISTENCE_CONTEXT_REFERENCE_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.persistence-context.reference-mode" property configures whether there should be hard or soft references used within the Persistence Context.
PERSISTENCE_ENTITY_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
PERSISTENCE_FIELDNAME_POSTFIX - Static variable in class org.eclipse.persistence.internal.helper.Helper
 
PERSISTENCE_FIELDNAME_POSTFIX - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
PERSISTENCE_FIELDNAME_PREFIX - Static variable in class org.eclipse.persistence.internal.helper.Helper
 
PERSISTENCE_FIELDNAME_PREFIX - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
PERSISTENCE_GET - Static variable in class org.eclipse.persistence.internal.helper.Helper
 
PERSISTENCE_GET - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
PERSISTENCE_OBJECT_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
PERSISTENCE_OBJECT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
PERSISTENCE_SET - Static variable in class org.eclipse.persistence.internal.helper.Helper
 
PERSISTENCE_SET - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
PERSISTENCE_UNIT_DEFAULT - Static variable in class org.eclipse.persistence.config.HintValues
 
PERSISTENCE_UNIT_NAME_ALREADY_IN_USE - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
PERSISTENCE_WEAVED_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
PersistenceContentHandler - Class in org.eclipse.persistence.internal.jpa.deployment.xml.parser
 
PersistenceContentHandler() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
 
PersistenceContext - Class in org.eclipse.persistence.jpa.rs
A wrapper around the JPA and JAXB artifacts used to persist an application.
PersistenceContext(String, EntityManagerFactoryImpl, URI) - Constructor for class org.eclipse.persistence.jpa.rs.PersistenceContext
Instantiates a new persistence context.
PersistenceContext(String, EntityManagerFactoryImpl, URI, ServiceVersion) - Constructor for class org.eclipse.persistence.jpa.rs.PersistenceContext
Instantiates a new persistence context.
persistenceContextCouldNotBeBootstrapped(String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Persistence context could not be bootstrapped.
PersistenceContextFactory - Interface in org.eclipse.persistence.jpa.rs
 
PersistenceContextFactoryProvider - Interface in org.eclipse.persistence.jpa.rs
 
PersistenceEntity - Interface in org.eclipse.persistence.internal.descriptors
Define an interface for utility methods weaved into the persistence classes.
PersistenceEntityCopyPolicy - Class in org.eclipse.persistence.descriptors.copying
Purpose: This is the default copy policy when weaving is used.
PersistenceEntityCopyPolicy() - Constructor for class org.eclipse.persistence.descriptors.copying.PersistenceEntityCopyPolicy
 
PersistenceEntityResolver - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL:
PersistenceEntityResolver() - Constructor for class org.eclipse.persistence.internal.sessions.factories.PersistenceEntityResolver
INTERNAL:
PersistenceFactoryBase - Class in org.eclipse.persistence.jpa.rs
Manages the PersistenceContexts that are used by a JPA-RS deployment.
PersistenceFactoryBase() - Constructor for class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
 
PersistenceInitializationActivator - Interface in org.eclipse.persistence.internal.jpa
Any class that calls the initialize method on the JavaSECMPInitializer should implement this interface Implementers of this interface can restrict the provider that the initializer will initialize with.
PersistenceObject - Interface in org.eclipse.persistence.internal.descriptors
Define an interface for utility methods weaved into the persistence classes.
PersistenceObjectAttributeAccessor - Class in org.eclipse.persistence.internal.descriptors
Used with weaving to access attributes without using reflection.
PersistenceObjectAttributeAccessor(String) - Constructor for class org.eclipse.persistence.internal.descriptors.PersistenceObjectAttributeAccessor
 
PersistenceObjectInstantiationPolicy - Class in org.eclipse.persistence.internal.descriptors
Used with weaving to create "empty" instances without using reflection.
PersistenceObjectInstantiationPolicy(PersistenceObject) - Constructor for class org.eclipse.persistence.internal.descriptors.PersistenceObjectInstantiationPolicy
 
PersistenceProvider - Class in org.eclipse.persistence.jpa
This is the EclipseLink EJB 3.0 provider This provider should be used by JavaEE and JavaSE users.
PersistenceProvider() - Constructor for class org.eclipse.persistence.jpa.PersistenceProvider
 
PersistenceResource - Class in org.eclipse.persistence.jpa.rs.resources
Persistence units catalog resource (JPARS version 2.0 and above).
PersistenceResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.PersistenceResource
 
PersistenceResource - Class in org.eclipse.persistence.jpa.rs.resources.unversioned
Deprecated.
Use PersistenceResource instead.
PersistenceResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource
Deprecated.
 
PersistenceUnit - Class in org.eclipse.persistence.internal.jpa.modelgen.objects
A representation of a persistence unit definition.
PersistenceUnit(SEPersistenceUnitInfo, MetadataMirrorFactory, PersistenceUnitReader) - Constructor for class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceUnit
INTERNAL:
PersistenceUnit - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
 
PersistenceUnit() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.PersistenceUnit
 
PersistenceUnit - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
PersistenceUnitDefaults - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
PersistenceUnitDefaultsImpl - Class in org.eclipse.persistence.internal.jpa.config.xml
JPA scripting API implementation.
PersistenceUnitDefaultsImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitDefaultsImpl
 
PersistenceUnitImpl - Class in org.eclipse.persistence.internal.jpa.config.persistenceunit
JPA scripting API implementation.
PersistenceUnitImpl(String, ClassLoader) - Constructor for class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
PersistenceUnitImpl(String) - Constructor for class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
PersistenceUnitLoadingException - Exception in org.eclipse.persistence.exceptions
 
PersistenceUnitLoadingException() - Constructor for exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
PersistenceUnitLoadingExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
 
PersistenceUnitLoadingExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.PersistenceUnitLoadingExceptionResource
 
PersistenceUnitMetadata - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
PersistenceUnitMetadataImpl - Class in org.eclipse.persistence.internal.jpa.config.xml
JPA scripting API implementation.
PersistenceUnitMetadataImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitMetadataImpl
 
persistenceUnitNameAlreadyInUse(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
PersistenceUnitProcessor - Class in org.eclipse.persistence.internal.jpa.deployment
INTERNAL: Utility Class that deals with persistence archives for EJB 3.0 Provides functions like searching for persistence archives, processing persistence.xml and searching for Entities in a Persistence archive
PersistenceUnitProcessor() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
 
PersistenceUnitProcessor.Mode - Enum in org.eclipse.persistence.internal.jpa.deployment
Passed to processORMetadata method to indicate processing mode.
PersistenceUnitProperties - Class in org.eclipse.persistence.config
The class defines EclipseLink persistence unit property names.
PersistenceUnitProperties() - Constructor for class org.eclipse.persistence.config.PersistenceUnitProperties
 
PersistenceUnitReader - Class in org.eclipse.persistence.internal.jpa.modelgen.objects
Used to read persistence units through the java annotation processing API.
PersistenceUnitReader(MetadataMirrorFactory) - Constructor for class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceUnitReader
INTERNAL:
PersistenceUnitResource - Class in org.eclipse.persistence.jpa.rs.resources
Metadata catalog resource in JPARS version less than 2.0.
PersistenceUnitResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource
 
PersistenceUnitResource - Class in org.eclipse.persistence.jpa.rs.resources.unversioned
Deprecated.
PersistenceUnitResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource
Deprecated.
 
PersistenceWeaved - Interface in org.eclipse.persistence.internal.weaving
INTERNAL: Marker interface used to identify classes modified by the EclipseLink weaver.
PersistenceWeavedChangeTracking - Interface in org.eclipse.persistence.internal.weaving
INTERNAL: Marker interface used to identify classes modified by the TopLink weaver for change tracking.
PersistenceWeavedFetchGroups - Interface in org.eclipse.persistence.internal.weaving
INTERNAL: Marker interface used to identify classes modified by the TopLink weaver for fetch groups.
PersistenceWeavedLazy - Interface in org.eclipse.persistence.internal.weaving
INTERNAL: Marker interface used to identify classes modified by the TopLink weaver for LAZY (ValueHolder indirection) mappings.
PersistenceWeavedLazy_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
PersistenceWeavedRest - Interface in org.eclipse.persistence.internal.weaving
Used by JPA-RS to build links for relationships.
PersistenceWeaver - Class in org.eclipse.persistence.internal.jpa.weaving
INTERNAL: This class performs dynamic byte code weaving: for each attribute mapped with One To One mapping with Basic Indirection it substitutes the original attribute's type for ValueHolderInterface.
PersistenceWeaver(Session, Map) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.PersistenceWeaver
INTERNAL: Creates an instance of dynamic byte code weaver.
PersistenceXML - Class in org.eclipse.persistence.internal.jpa.modelgen.objects
A representation of a persistence xml file.
PersistenceXML() - Constructor for class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML
 
PersistenceXMLMappings - Class in org.eclipse.persistence.internal.jpa.modelgen.objects
A mapping project used to read JPA 2.0 metadata (persistence.xml and its persistence units) through OX mappings.
PersistenceXMLMappings() - Constructor for class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXMLMappings
 
PervasivePlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides Pervasive SQL DBMS specific behavior.
PervasivePlatform() - Constructor for class org.eclipse.persistence.platform.database.PervasivePlatform
 
PESSIMISTIC_ - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
PESSIMISTIC_FORCE_INCREMENT - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
PESSIMISTIC_LOCK - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.pessimistic-lock"
PESSIMISTIC_LOCK_SCOPE - Static variable in class org.eclipse.persistence.config.QueryHints
"javax.persistence.lock.scope"
PESSIMISTIC_LOCK_TIMEOUT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.lock.timeout" property configures the WAIT timeout used in pessimistic locking, if the database query exceeds the timeout the database will terminate the query and return an exception.
PESSIMISTIC_LOCK_TIMEOUT - Static variable in class org.eclipse.persistence.config.QueryHints
"javax.persistence.lock.timeout"
PESSIMISTIC_READ - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
PESSIMISTIC_WRITE - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
PessimisticLock - Class in org.eclipse.persistence.config
PessimisticLock hint values.
PessimisticLock() - Constructor for class org.eclipse.persistence.config.PessimisticLock
 
PessimisticLockingPolicy - Class in org.eclipse.persistence.descriptors
Description: This policy is used to configure bean level pessimistic locking feature.
PessimisticLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.PessimisticLockingPolicy
 
PFLOAT - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
PFLOAT - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
PFLOAT - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
PinnedPartitioning - Annotation Type in org.eclipse.persistence.annotations
PinnedPartitionPolicy pins requests to a single connection pool.
PinnedPartitioning - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
PinnedPartitioningImpl - Class in org.eclipse.persistence.internal.jpa.config.partitioning
JPA scripting API implementation.
PinnedPartitioningImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.partitioning.PinnedPartitioningImpl
 
PinnedPartitioningMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.partitioning
INTERNAL: Define JPA meta-data for partitioning policy.
PinnedPartitioningMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.PinnedPartitioningMetadata
INTERNAL: Used for XML loading.
PinnedPartitioningMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.PinnedPartitioningMetadata
INTERNAL: Used for annotation loading.
PinnedPartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
PUBLIC: PinnedPartitionPolicy pins requests to a single connection pool.
PinnedPartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
 
PinnedPartitioningPolicy(String) - Constructor for class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
 
PINT - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
PINT - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
PINT - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
PK_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
PK_QUERYNAME - Static variable in class org.eclipse.persistence.internal.xr.Util
 
pkClassWasNotValidated() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
PKG_SEPARATOR - Static variable in class org.eclipse.persistence.jaxb.JAXBContextFactory
 
Platform - Interface in org.eclipse.persistence.internal.databaseaccess
Platform is private to TopLink.
PLATFORM_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
PLATFORM_DOES_NOT_OVERRIDE_GETCREATETEMPTABLESQLPREFIX - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
PLATFORM_DOES_NOT_SUPPORT_CALL_WITH_RETURNING - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
PLATFORM_DOES_NOT_SUPPORT_SEQUENCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
PLATFORM_DOES_NOT_SUPPORT_STORED_FUNCTIONS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
PLATFORM_NOT_SUPPORTED_WITH_JSON_MEDIA_TYPE - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
platformClassNotFound(Throwable, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
platformDoesNotOverrideGetCreateTempTableSqlPrefix(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
platformDoesNotSupportCallWithReturning(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
platformDoesNotSupportSequence(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
platformDoesNotSupportStoredFunctions(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
PlatformUnmarshaller - Interface in org.eclipse.persistence.internal.oxm.record
 
PLONG - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
PLONG - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
PLONG - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
PLSQLargument - Class in org.eclipse.persistence.platform.database.oracle.plsql
INTERNAL: Helper class - tracks argument's original position as well as re-ordered position Used by PLSQLrecord and PLSQLStoredProcedureCall
PLSQLargument() - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
PLSQLargument(String, int, int, DatabaseType) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
PLSQLargument(String, int, int, DatabaseType, int) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
PLSQLargument(String, int, int, DatabaseType, int, int) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
PLSQLBoolean_IN_CONV - Static variable in interface org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLType
 
PLSQLBoolean_OUT_CONV - Static variable in interface org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLType
 
PLSQLCollection - Class in org.eclipse.persistence.platform.database.oracle.plsql
PUBLIC: Marker interface for Oracle PL/SQL Collections (Nested Tables and Varrays)
PLSQLCollection() - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
The default constructor sets javaType to ArrayList.class
PLSQLCollectionWrapper - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: a helper class that holds DatabaseType's.
PLSQLCollectionWrapper() - Constructor for class org.eclipse.persistence.internal.sessions.factories.PLSQLCollectionWrapper
 
PLSQLCollectionWrapper(DatabaseType) - Constructor for class org.eclipse.persistence.internal.sessions.factories.PLSQLCollectionWrapper
 
PLSQLComplexTypeMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto a PLSQL complex type meta-data.
PLSQLComplexTypeMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLComplexTypeMetadata
INTERNAL: Used for XML loading.
PLSQLComplexTypeMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLComplexTypeMetadata
INTERNAL: Used for annotation loading.
PLSQLCursor - Class in org.eclipse.persistence.platform.database.oracle.plsql
PUBLIC: describe an Oracle PL/SQL Cursor type
PLSQLCursor() - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
 
PLSQLCursor(String) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCursor
 
PLSQLCursorWrapper - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: a helper class that holds DatabaseTypes.
PLSQLCursorWrapper() - Constructor for class org.eclipse.persistence.internal.sessions.factories.PLSQLCursorWrapper
 
PLSQLCursorWrapper(DatabaseType) - Constructor for class org.eclipse.persistence.internal.sessions.factories.PLSQLCursorWrapper
 
PlsqlParameter - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
PLSQLParameter - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
A PLSQLParameter annotation is used within a NamedPLSQLStoredProcedureQuery or PLSQLRecord annotation.
PlsqlParameterImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
PlsqlParameterImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.PlsqlParameterImpl
 
PLSQLParameterMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto a PLSQL parameter meta-data.
PLSQLParameterMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for XML loading.
PLSQLParameterMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for annotation loading.
PlsqlRecord - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
PLSQLRecord - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
A PLSQLRecord annotation is used to define a database PLSQL RECORD type.
PLSQLrecord - Class in org.eclipse.persistence.platform.database.oracle.plsql
PUBLIC: describe an Oracle PL/SQL Record type
PLSQLrecord() - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
PlsqlRecordImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
PlsqlRecordImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.PlsqlRecordImpl
 
PLSQLRecordMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto a PLSQL record meta-data.
PLSQLRecordMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLRecordMetadata
INTERNAL: Used for XML loading.
PLSQLRecordMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLRecordMetadata
INTERNAL: Used for annotation loading.
PLSQLRecords - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
A PLSQLRecords annotation allows the definition of multiple PLSQLRecord.
PLSQLRecordWrapper - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: a helper class that holds DatabaseType's.
PLSQLRecordWrapper() - Constructor for class org.eclipse.persistence.internal.sessions.factories.PLSQLRecordWrapper
 
PLSQLRecordWrapper(DatabaseType) - Constructor for class org.eclipse.persistence.internal.sessions.factories.PLSQLRecordWrapper
 
PLSQLStoredFunctionCall - Class in org.eclipse.persistence.platform.database.oracle.plsql
Purpose: Used to define a platform independent function call.
PLSQLStoredFunctionCall() - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
 
PLSQLStoredFunctionCall(DatabaseType) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
 
PLSQLStoredFunctionCall(DatabaseType, int) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
 
PLSQLStoredFunctionCall(DatabaseType, int, int) - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
 
PLSQLStoredProcedureCall - Class in org.eclipse.persistence.platform.database.oracle.plsql
Purpose: Generates an Anonymous PL/SQL block to invoke the specified Stored Procedure with arguments that may or may not have JDBC equivalents.
PLSQLStoredProcedureCall() - Constructor for class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
PlsqlTable - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
PLSQLTable - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
A PLSQLTable annotation is used to define a database PLSQL TABLE type.
PlsqlTableImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
PlsqlTableImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.PlsqlTableImpl
 
PLSQLTableMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto a PLSQL table meta-data.
PLSQLTableMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLTableMetadata
INTERNAL: Used for XML loading.
PLSQLTableMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLTableMetadata
INTERNAL: Used for annotation loading.
PLSQLTables - Annotation Type in org.eclipse.persistence.platform.database.oracle.annotations
A PLSQLRecords annotation allows the definition of multiple PLSQLTable.
PLUGIN_OPTION - Static variable in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
 
PluralAttributeImpl<X,C,V> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the PluralAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
PluralAttributeProxyImpl<X,C,V> - Class in org.eclipse.persistence.internal.jpa.metamodel.proxy
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an PluralAttribute is accessed in the metamodel.
PluralAttributeProxyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.proxy.PluralAttributeProxyImpl
 
PLUS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
PLUS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
PLUS - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for for the plus sign '+'.
plus(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression + x.
plus(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression + x.
plus(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression + x.
PlusNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
PlusNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.PlusNode
 
PointBase - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
PointBasePlatform - Class in org.eclipse.persistence.platform.database
Support the Pointbase database.
PointBasePlatform() - Constructor for class org.eclipse.persistence.platform.database.PointBasePlatform
 
policy - Variable in class org.eclipse.persistence.queries.Cursor
Query policy that initialize the stream.
POLYMORPHIC_REPORT_ITEM_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
polymorphicReportItemWithMultipletableNotSupported(String, Expression, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
POOL_NAME_DOES_NOT_EXIST - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
poolNameDoesNotExist(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
POOLS_MUST_BE_CONFIGURED_BEFORE_LOGIN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
PoolsConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.pool
INTERNAL:
PoolsConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.pool.PoolsConfig
 
poolsMustBeConfiguredBeforeLogin() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
pop() - Method in class org.eclipse.persistence.internal.oxm.record.MarshalRecord.CycleDetectionStack
 
pop(String) - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.StackUnmarshalNamespaceResolver
 
pop(String) - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceContext
The underlying NamespaceContext is responsible for maintaining the appropriate prefix/URI associations.
pop(String) - Method in interface org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceResolver
Remove the last declared namespace URI binding for this prefix.
popAttributeGroup() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
popAttributeGroup() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
populate(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver
Visits the current query (which is either the top-level query or a subquery) and gathers the information from the declaration clause.
populateAndSetConstructorSelection(ConstructorSelectionImpl, Class<?>, Selection<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
This method will set this queryImpl's selection to a ConstructorSelectionImpl, creating a new instance or populating the one passed in as necessary.
populateAttributesForClone(Object, CacheKey, Object, Integer, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Clones the attributes of the specified object.
populatePosition(QueryPosition, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Retrieves the Expression located at the given position using the actual query, which may have extra whitespace.
populatePosition(QueryPosition, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultStringExpression
Retrieves the Expression located at the given position using the actual query, which may have extra whitespace.
populatePosition(QueryPosition, int) - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Retrieves the Expression located at the given position using the actual query, which may have extra whitespace.
populateQuery(CharSequence, DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.jpql.HermesParser
Populates the given DatabaseQuery by parsing the given JPQL query.
populateQuery(String, ObjectLevelReadQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParserFactory
Populate the query using the information retrieved from parsing the JPQL.
populateQuery(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.parsing.JPQLParseTree
Add all of the relevant query settings from an EJBQLParseTree to the given database query.
populateQuery(CharSequence, DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.ANTLRQueryBuilder
Deprecated.
Populates the given DatabaseQuery by parsing the given JPQL query.
populateQuery(CharSequence, DatabaseQuery, AbstractSession) - Method in interface org.eclipse.persistence.queries.JPAQueryBuilder
Populates the given DatabaseQuery by parsing the given JPQL query.
populateQuery(AbstractSession) - Method in class org.eclipse.persistence.queries.JPQLCall
Populate the query using the information retrieved from parsing the EJBQL.
populateRow(DatabaseField[], Object[], ResultSet, ResultSetMetaData, AbstractSession, int, int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
 
populateSchemaTypes() - Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
populateSubquery(ObjectLevelReadQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.JPQLParseTree
Add all of the relevant query settings from an EJBQLParseTree to the given database query.
PopulationManager - Class in org.eclipse.persistence.tools.schemaframework
Purpose: This class is used to populate example data into the database, it allows for circular references to be resolved.
PopulationManager() - Constructor for class org.eclipse.persistence.tools.schemaframework.PopulationManager
 
PORT_TOKEN - Static variable in class org.eclipse.persistence.sessions.coordination.ServiceId
This $HOST token indicate that the host ip of the URL should be replaced at runtime by user input
POSITION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'POSITION', which is an unused keyword.
position() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Returns the current position of the cursor.
POSITION_AFTER_GET_PREFIX - Static variable in class org.eclipse.persistence.internal.helper.Helper
 
POSITION_AFTER_IS_PREFIX - Static variable in class org.eclipse.persistence.internal.helper.Helper
 
POSITIONAL_PARAM - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
POSITIONAL_PARAM - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
POSITIONAL_PARAMETER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '?'.
POSITIVE_INFINITY - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
POSITIVE_INTEGER - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
POSITIVE_INTEGER_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
POSITIVEINTEGER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
POSITIVEINTEGER_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
POST - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
POST_BUILD - Static variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
 
POST_CLONE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
 
POST_DELETE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
 
POST_INSERT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
 
POST_REFRESH - Static variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
 
POST_UPDATE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
 
PostAcquireClientSession - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postAcquireClientSession(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the client session after creation/acquiring.
postAcquireClientSession(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the client session after creation/acquiring.
postAcquireClientSession() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Post acquire client session.
postAcquireConnection(Accessor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: This method rises appropriate for the session event(s) right after connection is acquired.
postAcquireConnection(Accessor) - Method in class org.eclipse.persistence.internal.sessions.ExclusiveIsolatedClientSession
INTERNAL: This method rises appropriate for the session event(s) right after connection is acquired.
PostAcquireConnection - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postAcquireConnection(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on when using the server/client sessions.
postAcquireConnection(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on when using the server/client sessions.
postAcquireConnection(Accessor) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Raised after acquire a connection from a connection pool.
PostAcquireExclusiveConnection - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postAcquireExclusiveConnection(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised when a ClientSession, with Isolated data, acquires an exclusive connection.
postAcquireExclusiveConnection(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised when a ClientSession, with Isolated data, acquires an exclusive connection.
postAcquireExclusiveConnection(ClientSession, Accessor) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Raised after acquire a connection from a connection pool.
PostAcquireUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postAcquireUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the unit of work after creation/acquiring.
postAcquireUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the unit of work after creation/acquiring.
postAcquireUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Post acquire unit of work.
PostBeginTransaction - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postBeginTransaction(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised after a database transaction is started.
postBeginTransaction(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised after a database transaction is started.
postBeginTransaction() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Post begin transaction.
postBuild(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
postBuild(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised after an object is built from its row on a read operation.
postBuild(DescriptorEvent) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
postBuild(DescriptorEvent) - Method in class org.eclipse.persistence.mappings.TypedAssociation
INTERNAL: Handler for the descriptor post build event.
PostBuildEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
postBuildTypeInfo(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Process any additional classes (i.e.
postCalculateChanges(ObjectChangeSet, ClassDescriptor, DatabaseMapping, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Add the provided object to the deleted objects list on the commit manager.
postCalculateChanges(Object, Object, ClassDescriptor, DatabaseMapping, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Add the provided object to the deleted objects list on the commit manager.
postCalculateChanges(ObjectChangeSet, ClassDescriptor, DatabaseMapping, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Add the provided object to the deleted objects list on the commit manager.
postCalculateChanges(Object, Object, ClassDescriptor, DatabaseMapping, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Add the provided object to the deleted objects list on the commit manager.
postCalculateChanges(ChangeRecord, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Overridden by mappings that require additional processing of the change record after the record has been calculated.
postCalculateChanges(ChangeRecord, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Overridden by mappings that require additional processing of the change record after the record has been calculated.
postCalculateChanges(ChangeRecord, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Overridden by mappings that require additional processing of the change record after the record has been calculated.
postCalculateChanges(ChangeRecord, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Overridden by mappings that require additional processing of the change record after the record has been calculated.
postCalculateChanges(ChangeRecord, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Overridden by mappings that require additional processing of the change record after the record has been calculated.
postCalculateChanges(ChangeRecord, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL: Overridden by mappings that require additional processing of the change record after the record has been calculated.
postCalculateChangesOnDeleted(Object, UnitOfWorkChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Overridden by mappings that require objects to be deleted contribute to change set creation.
postCalculateChangesOnDeleted(Object, UnitOfWorkChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL: Overridden by mappings that require objects to be deleted contribute to change set creation.
PostCalculateUnitOfWorkChangeSet - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postCalculateUnitOfWorkChangeSet(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised after the commit has begun on the UnitOfWork and after the changes are calculated.
postCalculateUnitOfWorkChangeSet(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised after the commit has begun on the UnitOfWork and after the changes are calculated.
postCalculateUnitOfWorkChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Post calculate UnitOfWork Change Set.
postClone(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
postClone(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised after an object is cloned into a unit of work.
postClone(DescriptorEvent) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
PostCloneEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
PostCommitTransaction - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postCommitTransaction(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised after a database transaction is commited.
postCommitTransaction(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised after a database transaction is commited.
postCommitTransaction() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Post commit transaction.
PostCommitUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postCommitUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the unit of work after commit.
postCommitUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the unit of work after commit.
postCommitUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Post commit unit of work.
PostConnect - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postConnect(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised after the session connects to the database.
postConnect(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised after the session connects to the database.
postConnect(Accessor) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Raised after connecting.
postConstruct(DynamicEntity) - Method in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
 
postConstruct(DynamicEntity) - Method in class org.eclipse.persistence.internal.xr.XRDynamicPropertiesManager
 
postCopyIn(Map, List<Expression>, List<Expression>) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL: The method was added to circumvent derivedFields and derivedTables being protected.
postCreateObject(AbstractSession, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
Execute any statements required after the creation of the object
postCreateObject(AbstractSession, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
Execute any statements required after the creation of the object
postDelete(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
postDelete(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised after an object is deleted from the database.
postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Execute the post delete operation for the query
postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Delete the reference objects.
postDelete(ModifyQuery) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL:
postDelete(DescriptorEvent) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: The message is passed to its reference class descriptor.
postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Delete privately owned parts
postDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Delete privately owned parts
postDeleteAttributeValue(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: The message is passed to its reference class descriptor.
postDeleteAttributeValue(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
The message is passed to its reference class descriptor.
PostDeleteEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
PostDistributedMergeUnitOfWorkChangeSet - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postDistributedMergeUnitOfWorkChangeSet(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This even will be raised after a UnitOfWorkChangeSet has been merged When that changeSet has been received from a distributed session
postDistributedMergeUnitOfWorkChangeSet(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This even will be raised after a UnitOfWorkChangeSet has been merged When that changeSet has been received from a distributed session
postDistributedMergeUnitOfWorkChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre execute query.
PostExecuteQuery - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postExecuteQuery(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised after the execution of every query against the session.
postExecuteQuery(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised after the execution of every query against the session.
postExecuteQuery(DatabaseQuery, Object) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Post execute query.
postfixSQL(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Inserts the SQL as is directly into the expression.
PostgreSQL - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
PostgreSQLPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides Postgres specific behavior.
PostgreSQLPlatform() - Constructor for class org.eclipse.persistence.platform.database.PostgreSQLPlatform
 
postInitialize(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Initialize the cache isolation setting.
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Post initializations after mappings are initialized.
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Post initializations after mappings are initialized.
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: postInitialize called for inheritance children first.
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Initialized the inheritance properties that cannot be initialized until after the mappings have been.
postInitialize(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
postInitialize(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
postinitialize the policy: determine which mappings are included, which fields should be selected
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL: Subclasses that need to add field to an expresison should override this method.
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL:
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
INTERNAL: Initialize the mapping.
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Post initializations after mappings are initialized.
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.SerializedObjectPolicyWrapper
 
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Some subclasses need to post initialize mappings associated with them
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Some subclasses need to post initialize mappings associated with them.
postInitialize() - Method in class org.eclipse.persistence.jaxb.compiler.Generator
This event is called when mappings generation is completed, and provides a chance to deference anything that is no longer needed (to reduce the memory footprint of this object).
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: For aggregate collection mapping the reference descriptor is cloned.
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: For an aggregate mapping the reference descriptor is cloned.
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Ensure the container policy is post initialized
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Allow for initialization of properties and validation that have dependecies no the descriptor being initialized.
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Ensure the container policy is post initialized
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: Post Initialize the mapping.
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
Initialize the type of the target foreign key, as it will be null as it is not mapped in the target.
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
postInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Post initializations after mappings are initialized.
postInitialize() - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
postInitializeMapKey(MappedKeyMapContainerPolicy) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Making any mapping changes necessary to use a the mapping as a map key after initializing the mapping.
postInitializeMapKey(MappedKeyMapContainerPolicy) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Making any mapping changes necessary to use a the mapping as a map key after initializing the mapping.
postInitializeMapKey(MappedKeyMapContainerPolicy) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Making any mapping changes necessary to use a the mapping as a map key after initializing the mapping
postInitializeMapKey(MappedKeyMapContainerPolicy) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Need to set the field type for the foreign key fields for a map key, as the fields are not contained in any descriptor.
postInitializeSourceAndTargetExpressions() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Mapping callback for post-initialization of source and target expression fields created when a mapping's selectionCriteria is created early with uninitialized fields.
postInitializeSourceAndTargetExpressions() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Post-initialize source and target expression fields created when a mapping's selectionCriteria is created early with only partly initialized fields.
postInitializeSourceAndTargetExpressions() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Post-initialize source and target expression fields created when a mapping's selectionCriteria is created early with only partly initialized fields.
postInsert(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
postInsert(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised after an object is inserted to the database.
postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Execute the post insert operation for the query
postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Insert the reference objects.
postInsert(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL:
postInsert(DescriptorEvent) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Insert privately owned parts
postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: The message is passed to its reference class descriptor.
postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Insert the private owned object.
postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Insert the private owned object.
postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Insert into relation table.
postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Insert privately owned parts
postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Insert the reference objects.
postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Insert into relation table.
postInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Insert privately owned parts
postInsertAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: The message is passed to its reference class descriptor.
postInsertAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
The message is passed to its reference class descriptor.
PostInsertEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
postInstantiate() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
INTERNAL: Run any extra code required after the valueholder instantiates
postInstantiate() - Method in class org.eclipse.persistence.internal.indirection.QueryBasedValueHolder
INTERNAL: Run any extra code required after the valueholder instantiates For query based VH, we notify the cache that the valueholder has been triggered
postLogin() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Rise postLogin event.
postLogin() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Rise postLogin events for member sessions and the SessionBroker.
PostLogin - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postLogin(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This Event is raised after the session logs in.
postLogin(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This Event is raised after the session logs in.
postLogin(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: post login to the session.
PostLogout - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postLogout(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This Event is raised after the session logs out.
postLogout(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This Event is raised after the session logs out.
postLogout(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: post logout to the session.
postMerge(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
postMerge(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised after an object is merged from a unit of work into its parent.
PostMergeEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
PostMergeUnitOfWorkChangeSet - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postMergeUnitOfWorkChangeSet(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This even will be raised after a UnitOfWorkChangeSet has been merged
postMergeUnitOfWorkChangeSet(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This even will be raised after a UnitOfWorkChangeSet has been merged
postMergeUnitOfWorkChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre execute query.
postPrepareNestedBatchQuery(ReadQuery, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Add the addition join fields to the batch query.
postRefresh(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
postRefresh(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised after an object is refreshed from its row on a refresh operation.
postRefresh(DescriptorEvent) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
PostRefreshEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
postRegisterIndividualResult(Object, Object, Object, UnitOfWorkImpl, JoinedAttributeManager, ClassDescriptor) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
Post process the object once it is registered in the unit of work.
PostReleaseClientSession - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postReleaseClientSession(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the client session after releasing.
postReleaseClientSession(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the client session after releasing.
postReleaseClientSession() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Post release client session.
PostReleaseUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postReleaseUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the unit of work after release.
postReleaseUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the unit of work after release.
postReleaseUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Post release unit of work.
PostResumeUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postResumeUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the unit of work after resuming.
postResumeUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the unit of work after resuming.
postResumeUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Post resume unit of work.
PostRollbackTransaction - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
postRollbackTransaction(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised after a database transaction is rolledback.
postRollbackTransaction(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised after a database transaction is rolledback.
postRollbackTransaction() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Post rollback transaction.
postSerialize(Object, UnitOfWorkChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Reset the change set's transient variables after serialization.
postUpdate(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
postUpdate(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised after an object updated in the database.
postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Execute the post update operation for the query
postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Update the reference objects.
postUpdate(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL:
postUpdate(ObjectLevelModifyQuery, boolean) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL:
postUpdate(DescriptorEvent) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Update the privately owned parts
postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: The message is passed to its reference class descriptor.
postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Update private owned part.
postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Update the relation table with the entries related to this mapping.
postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Update privately owned parts
postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Update the reference objects.
postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Update the relation table with the entries related to this mapping.
postUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Update privately owned parts
postUpdateAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: The message is passed to its reference class descriptor.
postUpdateAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
The message is passed to its reference class descriptor.
PostUpdateEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
postWrite(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
postWrite(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised after an object is inserted or updated in the database.
PostWriteEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
power(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
power(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Power - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
power() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
PRE - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
PRE_PERSIST - Static variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
 
PRE_REMOVE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
 
PRE_UPDATE_WITH_CHANGES - Static variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
 
PreBeginTransaction - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preBeginTransaction(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised before a database transaction is started.
preBeginTransaction(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised before a database transaction is started.
preBeginTransaction() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre begin transaction.
preBuildTypeInfo(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Process class level annotations only.
PreCalculateUnitOfWorkChangeSet - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preCalculateUnitOfWorkChangeSet(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised after the commit has begun on the UnitOfWork but before the changes are calculated.
preCalculateUnitOfWorkChangeSet(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised after the commit has begun on the UnitOfWork but before the changes are calculated.
preCalculateUnitOfWorkChangeSet() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre calculate UnitOfWork Change Set.
precision - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
PreCommitTransaction - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preCommitTransaction(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised before a database transaction is committed.
preCommitTransaction(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised before a database transaction is commited.
preCommitTransaction() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre commit transaction.
PreCommitUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preCommitUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the unit of work before commit.
preCommitUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the unit of work before commit.
preCommitUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre commit unit of work.
preDelete(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
preDelete(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised before an object is deleted from the database.
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Execute the pre delete operation for the query
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Delete the reference objects.
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Delete privately owned parts
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: The message is passed to its reference class descriptor.
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Delete private owned part.
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Propagate the preDelete event through the container policy if necessary
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Delete entries related to this mapping from the relation table.
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Delete privately owned parts
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Delete the reference objects.
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Delete privately owned parts
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: Delete privately owned parts
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Delete privately owned parts
preDelete(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL: Delete the reference objects.
preDeleteAttributeValue(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: The message is passed to its reference class descriptor.
preDeleteAttributeValue(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
The message is passed to its reference class descriptor.
PreDeleteEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
predeploy(PersistenceUnitInfo, Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
Perform any steps necessary prior to actual deployment.
PREDEPLOY_FAILED - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
predeployFailed(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
predicateAttribute(XPathFragment, NAMESPACE_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
predicateAttribute(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Marshal the attribute for the predicate if one was specified.
PredicateImpl - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the Predicate interface of the JPA criteria API.
PredicateImpl(Metamodel, Expression, List<Expression<?>>, Predicate.BooleanOperator) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.PredicateImpl
 
PreDistributedMergeUnitOfWorkChangeSet - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preDistributedMergeUnitOfWorkChangeSet(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This even will be raised before a UnitOfWorkChangeSet has been merged When that changeSet has been received from a distributed session
preDistributedMergeUnitOfWorkChangeSet(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This even will be raised before a UnitOfWorkChangeSet has been merged When that changeSet has been received from a distributed session
preDistributedMergeUnitOfWorkChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre merge Distributed UnitOfWorkChangeSet
preDropObject(AbstractSession, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
Execute any statements required before the deletion of the object
preDropObject(AbstractSession, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
Execute any statements required before the deletion of the object
preDropObject(AbstractSession, Writer, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
Execute any statements required before the deletion of the object
PreExecuteQuery - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preExecuteQuery(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised before the execution of every query against the session.
preExecuteQuery(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised before the execution of every query against the session.
preExecuteQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre execute query.
PREFIX_USED_BUT_NOT_DEFINED - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
PrefixMapperNamespaceResolver - Class in org.eclipse.persistence.internal.oxm.record.namespaces
INTERNAL:
PrefixMapperNamespaceResolver(NamespacePrefixMapper, NamespaceResolver) - Constructor for class org.eclipse.persistence.internal.oxm.record.namespaces.PrefixMapperNamespaceResolver
 
prefixSQL(String) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Insert the SQL as is directly into the expression.
prefixUsedButNotDefined(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: thrown from SDOTypesGenerator
preImplAttributes(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
This event will be triggered before the attribute declarations on the implementation class
preImplClass(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
This event will be triggered before the class declaration on the implementation class
preImplImports(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
This event will be triggered before the import declarations on the implementation class
preImplPackage(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
This event will be triggered before the package declaration on the implementation class
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Allow the descriptor to initialize any dependencies on this session.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Initialize the query manager.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Allow the inheritance properties of the descriptor to be initialized.
preInitialize(AbstractSession) - Method in interface org.eclipse.persistence.descriptors.MultitenantPolicy
 
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL: Allow the descriptor to initialize any dependencies on this session.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL:
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
INTERNAL: Allow the descriptor to initialize any dependencies on this session.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: Configure the object builder for the correct dataFormat.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
Fix field names for XML data descriptors.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
Fix field names for XML data descriptors.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Fix field names for XML data descriptors.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.QNameInheritancePolicy
INTERNAL: Allow the inheritance properties of the descriptor to be initialized.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Allow for initialization of properties and validation.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Initialize the state of mapping.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Initialize the attribute classification.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Allow for initialization of properties and validation.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Initialize the state of mapping.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Set the type field classification through searching the indicators hashtable.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
INTERNAL: Default to mutable if mapped as a DOM.
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
 
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
 
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
 
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
 
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
 
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
 
preInitialize(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Allow the descriptor to initialize any dependencies on this session.
preInitialize(String, List) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: For this Type generate classes
preInitializeCanonicalMetamodel(EntityManagerFactoryImpl) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
INTERNAL: First phase of canonical metamodel initialization.
preinitializeMapKey(DatabaseTable) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Making any mapping changes necessary to use a the mapping as a map key prior to initializing the mapping
preinitializeMapKey(DatabaseTable) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Making any mapping changes necessary to use a the mapping as a map key prior to initializing the mapping.
preinitializeMapKey(DatabaseTable) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Making any mapping changes necessary to use a the mapping as a map key prior to initializing the mapping
preinitializeMapKey(DatabaseTable) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Making any mapping changes necessary to use a the mapping as a map key prior to initializing the mapping
preInitializeMetamodel() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
INTERNAL: Cause the first phase of metamodel initialization.
preInsert(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
preInsert(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised before an object is inserted to the database.
preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Execute the pre insert operation for the query.
preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Insert privately owned parts
preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: The message is passed to its reference class descriptor.
preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: The message is passed to its reference class descriptor.
preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Propagate preInsert event to container policy if necessary
preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Insert privately owned parts
preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: Insert privately owned parts
preInsert(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Insert privately owned parts
preInsertAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: The message is passed to its reference class descriptor.
preInsertAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
The message is passed to its reference class descriptor.
PreInsertEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
preInterfaceClass(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
This event will be triggered before the interface declaration on the interface
preInterfaceImports(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
This event will be triggered before the import declarations on the interface
preInterfaceInitialization(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Allow the descriptor to initialize any dependencies on this session.
preInterfacePackage(StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.SDOClassGeneratorListener
This event will be triggered before the package declaration on the interface
preLogin(SessionEvent) - Method in class org.eclipse.persistence.internal.jaxb.SessionEventListener
PUBLIC: This Event is raised before the session logs in.
preLogin(SessionEvent) - Method in class org.eclipse.persistence.jpa.rs.util.PreLoginMappingAdapter
 
preLogin(SessionEvent) - Method in class org.eclipse.persistence.jpa.rs.util.PreLoginMappingAdapterV2
PUBLIC: This Event is raised before the session logs in.
PreLogin - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preLogin(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This Event is raised before the session logs in.
preLogin(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This Event is raised before the session logs in.
preLogin(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre login to the session.
PreLoginMappingAdapter - Class in org.eclipse.persistence.jpa.rs.util
This adapter alters the way the JAXBContext handles relationships for an existing persistence unit.
PreLoginMappingAdapter(AbstractSession) - Constructor for class org.eclipse.persistence.jpa.rs.util.PreLoginMappingAdapter
Instantiates a new pre login mapping adapter.
PreLoginMappingAdapterV2 - Class in org.eclipse.persistence.jpa.rs.util
This listener is used for crating XML mappings for weaved fields.
PreLoginMappingAdapterV2(AbstractSession) - Constructor for class org.eclipse.persistence.jpa.rs.util.PreLoginMappingAdapterV2
Instantiates a new pre login mapping adapter.
PreLogout - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preLogout(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This Event is raised before the session logs out.
preLogout(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This Event is raised before the session logs out.
preLogout(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre logout to the session.
premain(String, Instrumentation) - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializerAgent
 
PreMergeUnitOfWorkChangeSet - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preMergeUnitOfWorkChangeSet(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This even will be raised before a UnitOfWorkChangeSet has been merged
preMergeUnitOfWorkChangeSet(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This even will be raised before a UnitOfWorkChangeSet has been merged
preMergeUnitOfWorkChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre merge UnitOfWorkChangeSet
PREPARE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.prepare"
prepare(AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Set the default record name from the descriptor.
prepare(AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
Translate the custom query markers.
prepare(AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
Set the default record name from the descriptor.
prepare(AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
INTERNAL: Translate the custom query markers.
prepare(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Allow pre-printing of the SQL string for fully bound calls, to save from reprinting.
prepare(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Allow pre-printing of the query/SQL string for fully bound calls, to save from reprinting.
prepare(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
prepare(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
Allow pre-printing of the query/SQL string for fully bound calls, to save from reprinting.
prepare() - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
INTERNAL: Generate the DatabaseQuery query from the JPA named query.
prepare(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
Prepare and validate.
prepare() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
This is different from 'prepareForExecution()' in that this is called on the original query, and the other is called on the clone of the query.
prepare() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
INTERNAL: This is different from 'prepareForExecution' in that this is called on the original query, and the other is called on the copy of the query.
prepare() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Override super to do nothing.
prepare(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
Prepare and validate.
prepare() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
INTERNAL: This is different from 'prepareForExecution' in that this is called on the original query, and the other is called on the copy of the query.
prepare(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
Serialize the object.
prepare(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
INTERNAL: Prepare and validate.
prepare(DatabaseQuery, AbstractSession) - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: Prepare and validate.
PREPARE_FAILED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
prepareAndVerify(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
PUBLIC: Add primary key and version attributes to the passed fetch group and all the fetch group it contains.
prepareBatchStatement(Statement, int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Internal: Allows setting the batch size on the statement Is used with parameterized SQL, and should only be passed in prepared statements
prepareBatchStatement(Statement, int) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Allows setting the batch size on the statement Is used with parameterized SQL, and should only be passed in prepared statements
prepareCall() - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
INTERNAL: This is different from 'prepareForExecution' in that this is called on the original query, and the other is called on the copy of the query.
prepareCall() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
INTERNAL: This is different from 'prepareForExecution' in that this is called on the original query, and the other is called on the copy of the query.
prepareCall(Session, Record) - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: Pre-generate the call/SQL for the query.
prepareCascadeLockingPolicy() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass that supports cascade version optimistic locking should implement this method to properly prepare the locking policy for their mapping type.
prepareCascadeLockingPolicy() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
Prepare a cascade locking policy.
prepareCascadeLockingPolicy() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Prepare a cascade locking policy.
prepareCascadeLockingPolicy() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
Prepare a cascade locking policy.
prepareCursorSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
Pre-build configure the SQL call.
prepareCursorSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Pre-pare for a cursored execute.
prepareCursorSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Pre-build configure the call.
prepareCursorSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Pre-build the SQL statement from the expression.
prepareCursorSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Pre-build the SQL call from the statement.
prepareDatabaseQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.history.HistoricalSession
INTERNAL: A call back to do session specific preparation of a query.
prepareDatabaseQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: A call back to do session specific preparation of a query.
prepareDeleteAll() - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
Pre-build configure the SQL call.
prepareDeleteAll() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Prepare for a delete all.
prepareDeleteAll() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Pre-build configure the call.
prepareDeleteAll() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Pre-build the SQL statement from the expression.
prepareDeleteAll() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Pre-build the SQL call from the statement.
prepareDeleteObject() - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
Pre-build configure the SQL call.
prepareDeleteObject() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Prepare for a delete.
prepareDeleteObject() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Pre-build configure the call.
prepareDeleteObject() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Pre-build the SQL statement from the expression.
prepareDeleteObject() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Pre-build the SQL call from the statement.
prepareDoesExist(DatabaseField) - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
Pre-build configure the SQL call.
prepareDoesExist(DatabaseField) - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Pre-pare for a select execute.
prepareDoesExist(DatabaseField) - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Pre-build configure the call.
prepareDoesExist(DatabaseField) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Pre-build the SQL statement from the expression.
prepareDoesExist(DatabaseField) - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Pre-build the SQL call from the statement.
prepareExecute() - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
Pre-build configure the SQL call for an execute call.
prepareExecute() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Prepare for a raw execute call.
prepareExecute() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Pre-build configure the call.
prepareExecuteNoSelect() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Prepare for a raw (non-object), non-selecting call.
prepareExecuteNoSelect() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Pre-build configure the call.
prepareExecuteNoSelect() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Pre-build the SQL call from the statement.
prepareExecuteSelect() - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
Pre-build configure the SQL call.
prepareExecuteSelect() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Prepare for a raw (non-object) select call.
prepareExecuteSelect() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Pre-build configure the call.
prepareExecuteSelect() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Pre-build the SQL call from the statement.
prepareExpression(String) - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper
Create and return an XPathExpression, using the provided string to create the expression.
prepareFailed(Exception, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
prepareFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Add mandatory attributes to fetch group, create entityFetchGroup.
prepareFetchGroup() - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: ReportQuery doesn't support fetch groups.
prepareForExecution() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
Prepare and validate.
prepareForExecution() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Prepare the receiver for execution in a session.
prepareForExecution() - Method in class org.eclipse.persistence.queries.DataModifyQuery
INTERNAL: Prepare the receiver for execution in a session.
prepareForExecution() - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL: Prepare the receiver for execution in a session.
prepareForExecution() - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
INTERNAL: Prepare the receiver for execution in a session.
prepareForExecution() - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Prepare the receiver for execution in a session.
prepareForExecution() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: Prepare the receiver for execution in a session.
prepareForExecution() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Prepare the receiver for execution in a session.
prepareForExecution() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: Prepare the receiver for execution in a session.
prepareForExecution() - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL: Prepare the receiver for execution in a session.
prepareForExecution() - Method in class org.eclipse.persistence.queries.WriteObjectQuery
INTERNAL: Prepare the receiver for execution in a session.
prepareForSynchronization(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.ChangeRecord
INTERNAL: Ensure this change record is ready to by sent remotely for cache synchronization In general, this means setting the CacheSynchronizationType on any ObjectChangeSets associated with this ChangeRecord
prepareFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Prepare the query from the prepared query.
prepareFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Prepare the query from the prepared query.
prepareFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Prepare the query from the prepared query.
prepareFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Prepare the query from the prepared query.
prepareFromQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Prepare the query from the prepared query.
prepareInsertObject() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Prepare for an insert.
prepareInsertObject() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Pre-build configure the call.
prepareInsertObject() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Pre-build the SQL statement from the expression.
prepareInsertObject() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Pre-build the SQL call from the statement.
prepareInternal(AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
INTERNAL:
prepareInternal(AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Call the prepare on the query.
prepareInternal(AbstractSession) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
INTERNAL:
prepareJoinExpressions(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Validate and prepare join expressions.
prepareModifyQueryForDelete(ObjectLevelModifyQuery, ObjectLevelModifyQuery, Object, Map) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: setup the modifyQuery for pre delete
prepareModifyQueryForUpdate(ObjectLevelModifyQuery, ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: setup the modifyQuery for update,
prepareNestedBatchQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Clone and prepare the selection query as a nested batch read query.
prepareNestedBatchQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Clone and prepare the selection query as a nested batch read query.
prepareNestedJoins(JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Clone and prepare the JoinedAttributeManager nested JoinedAttributeManager.
prepareNestedJoins(JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Clone and prepare the joined direct query.
prepareNestedJoins(JoinedAttributeManager, ObjectBuildingQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Clone and prepare the JoinedAttributeManager nested JoinedAttributeManager.
prepareNestedQuery(ObjectBuildingQuery) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Clone and prepare the selection query as a nested batch read query.
prepareObjectAttributeCount(ExpressionNormalizer, ReportItem, ReportQuery, Map) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: JPQL allows count([distinct] e), where e can be an object, not just a single field, however the database only allows a single field, so object needs to be translated to a single field.
prepareOutsideUnitOfWork(AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: There is a very special case where a query may be a bean-level pessimistic locking query.
prepareReportQuerySelectAllRows() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Pre-pare for a select execute.
prepareReportQuerySelectAllRows() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Pre-build configure the call.
prepareReportQuerySelectAllRows() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Pre-build the SQL statement from the expression.
prepareReportQuerySubSelect() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Pre-pare a report query for a sub-select.
prepareReportQuerySubSelect() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Prepare for a sub select using a call.
prepareReportQuerySubSelect() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Pre-build the SQL statement from the expression.
prepareSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
Pre-build configure the SQL call.
prepareSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Prepare for a select returning (possibly) multiple rows.
prepareSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Pre-build configure the call.
prepareSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Pre-build the SQL statement from the expression.
prepareSelectAllRows() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Pre-build the SQL call from the statement.
prepareSelectOneRow() - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
Pre-build configure the SQL call.
prepareSelectOneRow() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Prepare for a select returning a single row.
prepareSelectOneRow() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Pre-build configure the call.
prepareSelectOneRow() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Pre-build the SQL statement from the expression.
prepareSelectOneRow() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Pre-build the SQL call from the statement.
prepareServerSpecificServicesMBean() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
INTERNAL: prepareServerSpecificServicesMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for the databaseSession.
prepareServerSpecificServicesMBean() - Method in class org.eclipse.persistence.platform.server.jboss.JBossPlatform
INTERNAL: prepareServerSpecificServicesMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for the databaseSession.
prepareServerSpecificServicesMBean() - Method in interface org.eclipse.persistence.platform.server.JMXEnabledPlatform
INTERNAL: prepareServerSpecificServicesMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for the databaseSession.
prepareServerSpecificServicesMBean() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
INTERNAL: prepareServerSpecificServicesMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for the databaseSession.
prepareServerSpecificServicesMBean() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
INTERNAL: prepareServerSpecificServicesMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for the databaseSession.
prepareStatement(DatabaseCall, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Prepare the SQL statement for the call.
prepareStatement(DatabaseCall, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Prepare the SQL statement for the call.
prepareStatement(String, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Prepare the SQL statement for the call.
prepareStatement(DatabaseAccessor, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Prepare the JDBC statement, this may be parameterize or a call statement.
prepareStatement(DatabaseAccessor, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Prepare the JDBC statement, this may be parameterize or a call statement.
prepareSubSelect(AbstractSession, AbstractRecord, Map) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Prepare the receiver for being printed inside a subselect.
PrepareUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
prepareUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the unit of work after the SQL has been flushed, but the commit transaction has not been executed.
prepareUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the unit of work after the SQL has been flushed, but the commit transaction has not been executed.
prepareUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Prepare unit of work.
prepareUpdateAll() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Prepare for an update all.
prepareUpdateAll() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Pre-build configure the call.
prepareUpdateAll() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Pre-build the SQL statement from the expressions.
prepareUpdateAll() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Pre-build the SQL call from the statement.
prepareUpdateObject() - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
Pre-build configure the SQL call.
prepareUpdateObject() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Prepare for an update.
prepareUpdateObject() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Pre-build configure the call.
prepareUpdateObject() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Pre-build the SQL statement from the expression.
prepareUpdateObject() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Pre-build the SQL call from the statement.
prePersist(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
prePersist(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is only raised by the EntityManager.
prePersist(DescriptorEvent) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.BeanValidationListener
 
prePersist(DescriptorEvent) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
PrePersistEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
preProcess() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: The pre-process method is called during regular deployment and metadata processing.
preProcess() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
INTERNAL: The pre-process method is called during regular deployment and metadata processing.
preProcess() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: The pre-process method is called during regular deployment and metadata processing and will pre-process the items of interest on an entity class.
preProcess() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: The pre-process method is called during regular deployment and metadata processing.
preProcessForCanonicalModel() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: The pre-process for canonical model method is called (and only called) during the canonical model generation.
preProcessForCanonicalModel() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
INTERNAL: The pre-process for canonical model method is called (and only called) during the canonical model generation.
preProcessForCanonicalModel() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: The pre-process for canonical model method is called (and only called) during the canonical model generation.
preProcessForCanonicalModel() - Method in class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceUnit
INTERNAL: Steps are important here, so don't change them.
PreReleaseClientSession - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preReleaseClientSession(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the client session before releasing.
preReleaseClientSession(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the client session before releasing.
preReleaseClientSession() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre release client session.
preReleaseConnection(Accessor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: This method rises appropriate for the session event(s) right before the connection is released.
preReleaseConnection(Accessor) - Method in class org.eclipse.persistence.internal.sessions.ExclusiveIsolatedClientSession
INTERNAL: This method rises appropriate for the session event(s) right before the connection is released.
PreReleaseConnection - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preReleaseConnection(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on when using the server/client sessions.
preReleaseConnection(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on when using the server/client sessions.
preReleaseConnection(Accessor) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Raised before release a connection to a connection pool.
PreReleaseExclusiveConnection - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preReleaseExclusiveConnection(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is fired just before a Client Session, with isolated data, releases its Exclusive Connection
preReleaseExclusiveConnection(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is fired just before a Client Session, with isolated data, releases its Exclusive Connection
preReleaseExclusiveConnection(ClientSession, Accessor) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: This event is fired just before a Client Session, with isolated data, releases its Exclusive Connection
PreReleaseUnitOfWork - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preReleaseUnitOfWork(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised on the unit of work before release.
preReleaseUnitOfWork(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised on the unit of work before release.
preReleaseUnitOfWork() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre release unit of work.
preRemove(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
preRemove(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised when the remove operation is initiated on an object.
preRemove(DescriptorEvent) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.BeanValidationListener
 
preRemove(DescriptorEvent) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
PreRemoveEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
PreRollbackTransaction - Static variable in class org.eclipse.persistence.sessions.SessionEvent
 
preRollbackTransaction(SessionEvent) - Method in class org.eclipse.persistence.sessions.SessionEventAdapter
PUBLIC: This event is raised before a database transaction is rolledback.
preRollbackTransaction(SessionEvent) - Method in interface org.eclipse.persistence.sessions.SessionEventListener
PUBLIC: This event is raised before a database transaction is rolledback.
preRollbackTransaction() - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Pre rollback transaction.
preUpdate(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
preUpdate(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised for all existing objects written or committed in a unit of work.
preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Execute the pre update operation for the query
preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Update the privately owned parts.
preUpdate(DescriptorEvent) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.BeanValidationListener
 
preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: The message is passed to its reference class descriptor.
preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Propagate preUpdate event to container policy if necessary
preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Update privately owned parts
preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: Update the privately owned parts
preUpdate(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Update privately owned parts
preUpdateAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: The message is passed to its reference class descriptor.
preUpdateAttributeValue(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
The message is passed to its reference class descriptor.
PreUpdateEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
preUpdateWithChanges(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
preUpdateWithChanges(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised before an object is updated regardless if the object has any database changes.
preUpdateWithChanges(DescriptorEvent) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
PreUpdateWithChangesEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
previous() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
previous() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
previous() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Return the previous object from the collection.
previousIndex() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
previousIndex() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
previousIndex() - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Retrieves the previous row index (against the current row)
preWrite(DescriptorEvent) - Method in class org.eclipse.persistence.descriptors.DescriptorEventAdapter
 
preWrite(DescriptorEvent) - Method in interface org.eclipse.persistence.descriptors.DescriptorEventListener
This event is raised for all new or existing objects written or committed in a unit of work.
PreWriteEvent - Static variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
PRIMARY_KEY_COLUMN_NAME_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
PRIMARY_KEY_FIELDS_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
PRIMARY_KEY_UPDATE_DISALLOWED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
PRIMARY_TABLE_NOT_DEFINED_FOR_RELATIONSHIP - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
PrimaryKey - Annotation Type in org.eclipse.persistence.annotations
The PrimaryKey annotation allows advanced configuration of the Id.
PrimaryKey - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
primaryKeyColumnNameNotSpecified(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
primaryKeyFieldsNotSepcified(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
PrimaryKeyForeignKeyMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Object to process JPA primary key foreign key metadata.
PrimaryKeyForeignKeyMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyForeignKeyMetadata
INTERNAL: Used for XML loading.
PrimaryKeyForeignKeyMetadata(ForeignKeyMetadata) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyForeignKeyMetadata
INTERNAL: Used for annotation loading.
PrimaryKeyForeignKeyMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyForeignKeyMetadata
INTERNAL: Used for annotation loading.
primaryKeyFromVector(Vector) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Convert the primary key Vector into a primary key object.
PrimaryKeyImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
PrimaryKeyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.PrimaryKeyImpl
 
PrimaryKeyJoinColumn - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
PrimaryKeyJoinColumnImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
PrimaryKeyJoinColumnImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.PrimaryKeyJoinColumnImpl
 
PrimaryKeyJoinColumnMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Object to process JPA primary key join columns EclipseLink database fields.
PrimaryKeyJoinColumnMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyJoinColumnMetadata
INTERNAL: Used for XML loading.
PrimaryKeyJoinColumnMetadata(MetadataProject) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyJoinColumnMetadata
INTERNAL: Used for annotation loading.
PrimaryKeyJoinColumnMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyJoinColumnMetadata
INTERNAL: Used for annotation loading.
PrimaryKeyMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
Object to hold onto primary key metadata.
PrimaryKeyMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyMetadata
INTERNAL: Used for XML loading.
PrimaryKeyMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyMetadata
INTERNAL: Used for annotation loading.
primaryKeyUpdateDisallowed(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
primaryTableNotDefined(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: Instance document is incomplete - primary tables must be defined for both sides of a relationhip.
primitiveBoolean() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for the primitive boolean.
primitiveBoolean() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for the primitive boolean.
primitiveBoolean() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for the primitive boolean.
primitiveByte() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for the primitive byte.
primitiveByte() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for the primitive byte.
primitiveByte() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for the primitive byte.
primitiveChar() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for the primitive char.
primitiveChar() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for the primitive char.
primitiveChar() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for the primitive char.
primitiveDouble() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for the primitive double.
primitiveDouble() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for the primitive double.
primitiveDouble() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for the primitive double.
primitiveFloat() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for the primitive float.
primitiveFloat() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for the primitive float.
primitiveFloat() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for the primitive float.
primitiveInteger() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for the primitive int.
primitiveInteger() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for the primitive int.
primitiveInteger() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for the primitive int.
primitiveLong() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for the primitive long.
primitiveLong() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for the primitive long.
primitiveLong() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for the primitive long.
PRIMITIVES - Static variable in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAsmFactory
Set of primitive type codes.
primitiveShort() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for the primitive short.
primitiveShort() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for the primitive short.
primitiveShort() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for the primitive short.
print() - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Used to print all the Objects in the cache.
print(Class) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Used to print all the Objects in the cache of the Class type.
print() - Method in interface org.eclipse.persistence.jpa.JpaCache
Used to print all the Objects in the cache.
print(Class) - Method in interface org.eclipse.persistence.jpa.JpaCache
Used to print all the Objects in the cache of the Class type.
printAllIdentityMapTypes() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will log the types of Identity Maps in the session.
printAllIdentityMapTypes() - Method in class org.eclipse.persistence.services.RuntimeServices
This method will log the types of Identity Maps in the session.
printAllTypes() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
INTERNAL: Print out all the Type attributes in the Metamodel
printAvailableConnectionPools() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will print the available Connection pools to the SessionLog.
printAvailableConnectionPools() - Method in class org.eclipse.persistence.services.RuntimeServices
This method will print the available Connection pools to the SessionLog.
printByte(Byte) - Method in class org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter
 
printCalendar(Calendar) - Static method in class org.eclipse.persistence.internal.helper.Helper
Print the Calendar.
printCalendar(Calendar, boolean) - Static method in class org.eclipse.persistence.internal.helper.Helper
Print the Calendar.
printCalendarWithoutNanos(Calendar) - Static method in class org.eclipse.persistence.internal.helper.Helper
Print the Calendar without the nanos portion.
printCharacter(Character) - Method in class org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter
 
printClassesInSession() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to output those Class Names that have identity Maps in the Session.
printClassesInSession() - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to output those Class Names that have identity Maps in the Session.
printCollection(Vector, ExpressionSQLPrinter) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Print the collection onto the SQL stream.
printDate(Date) - Static method in class org.eclipse.persistence.internal.helper.Helper
Print the sql.Date.
printDate(Calendar) - Static method in class org.eclipse.persistence.internal.helper.Helper
Print the date part of the calendar.
printDate(Calendar, boolean) - Static method in class org.eclipse.persistence.internal.helper.Helper
Print the date part of the calendar.
printDuo(Expression, Expression, ExpressionSQLPrinter) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: For performance, special case printing two children, since it's by far the most common
printExpression(Expression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
 
printField(DatabaseField) - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
 
printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Append the receiver's field 'identity' constraint clause to a writer.
printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.AccessPlatform
Append the receiver's field 'identity' constraint clause to a writer.
printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Append the receiver's field 'identity' constraint clause to a writer.
printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: Append the receiver's field 'identity' constraint clause to a writer.
printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.H2Platform
 
printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
 
printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Append the receiver's field serial constraint clause to a writer.
printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Append the receiver's field 'identity' constraint clause to a writer.
printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Append the receiver's field 'identity' constraint clause to a writer.
printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Append the receiver's field 'identity' constraint clause to a writer.
printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: Append the receiver's field 'identity' constraint clause to a writer.
printFieldIdentityClause(Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Append the receiver's field 'identity' constraint clause to a writer.
printFieldNotNullClause(Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Append the receiver's field 'NOT NULL' constraint clause to a writer.
printFieldNotNullClause(Writer) - Method in class org.eclipse.persistence.platform.database.DBasePlatform
Append the receiver's field 'NOT NULL' constraint clause to a writer.
printFieldNullClause(Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Append the receiver's field 'NULL' constraint clause to a writer.
printFieldNullClause(Writer) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Append the receiver's field 'NULL' constraint clause to a writer.
printFieldNullClause(Writer) - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
printFieldNullClause(Writer) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: Append the receiver's field 'NULL' constraint clause to a writer.
printFieldNullClause(Writer) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Append the receiver's field 'NULL' constraint clause to a writer.
printFieldTypeSize(Writer, FieldDefinition, FieldTypeDefinition, boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
printFieldTypeSize(Writer, FieldDefinition, FieldTypeDefinition, boolean) - Method in class org.eclipse.persistence.platform.database.AccessPlatform
 
printFieldTypeSize(Writer, FieldDefinition, FieldTypeDefinition, boolean) - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Append the field type to a writer unless the field uses an Identity strategy to generate its value.
printFieldTypeSize(Writer, FieldDefinition, FieldTypeDefinition, boolean) - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Taken from org.eclipse.persistence\foundation\org.eclipse.persistence.core\src\org\eclipse\persistence\platform\database\AccessPlatform.java
printFieldTypeSize(Writer, FieldDefinition, FieldTypeDefinition, boolean) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
 
printFieldUnique(Writer, boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
printFieldUnique(Writer, boolean) - Method in class org.eclipse.persistence.platform.database.AccessPlatform
 
printFieldUnique(Writer, boolean) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
 
printFullStackTrace() - Method in exception org.eclipse.persistence.exceptions.JPQLException
PUBLIC Print the stack trace for each error generated by the parser.
printIdentityMap(Class) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Used to print all the objects in the identity map of the passed in class.
printIdentityMap(Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
PUBLIC: Used to print all the objects in the identity map of the passed in class.
printIdentityMap(Class) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
PUBLIC: Used to print all the objects in the identity map of the passed in class.
printIdentityMap(Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
PUBLIC: Used to print all the Objects in the identity map of the given Class type.
printIdentityMapLocks() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
PUBLIC: Used to print all the locks in every identity map in this session.
printIdentityMapLocks() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
PUBLIC: Used to print all the locks in every identity map in this session.
printIdentityMapLocks() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will log the instance level locks in all Identity Maps in the session.
printIdentityMapLocks(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will log the instance level locks in the Identity Map for the given class in the session.
printIdentityMapLocks() - Method in class org.eclipse.persistence.services.RuntimeServices
This method will log the instance level locks in all Identity Maps in the session.
printIdentityMapLocks(String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method will log the instance level locks in the Identity Map for the given class in the session.
printIdentityMapLocks() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
PUBLIC: Used to print all the locks in every identity map in this session.
printIdentityMaps() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Used to print all the objects in every identity map in this session.
printIdentityMaps() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
PUBLIC: Used to print all the objects in every identity map in this session.
printIdentityMaps() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
PUBLIC: Used to print all the objects in every identity map in this session.
printIdentityMaps() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
PUBLIC: Used to print all the Objects in every identity map in this session.
printJava(ExpressionJavaPrinter) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Print java for project class generation
printJava(ExpressionJavaPrinter) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Print java
printJava(ExpressionJavaPrinter) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL: Print java for project class generation
printJava(ExpressionJavaPrinter) - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
INTERNAL: Print java for project class generation
printJava(Object) - Method in class org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter
 
printJava(ExpressionJavaPrinter) - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: Print java for project class generation
printJava(ExpressionJavaPrinter) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Print java for project class generation
printJava(ExpressionJavaPrinter) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: Print java for project class generation
printJava(ExpressionJavaPrinter) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Print java for project class generation
printJava(ExpressionJavaPrinter) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
INTERNAL: Print java for project class generation
printJava(ExpressionJavaPrinter) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
INTERNAL: Print java for project class generation
printJavaCollection(Vector, ExpressionJavaPrinter) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Print the collection onto the SQL stream.
printJavaDuo(Expression, Expression, ExpressionJavaPrinter) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: For performance, special case printing two children, since it's by far the most common
printList(Collection) - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
 
printLocks() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Used to print all the Locks in every identity map in this session.
printLocks(Class) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Used to print all the Locks in the specified identity map in this session.
printLocks() - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Used to print all the currently locked cache keys in the cache.
printLocks() - Method in interface org.eclipse.persistence.jpa.JpaCache
Used to print all the currently locked cache keys in the cache.
printNull(ConstantExpression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
 
printObjectsInIdentityMap(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will log the objects in the Identity Map.
printObjectsInIdentityMap(String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method will log the objects in the Identity Map.
printObjectsInIdentityMaps() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method will log all objects in all Identity Maps in the session.
printObjectsInIdentityMaps() - Method in class org.eclipse.persistence.services.RuntimeServices
This method will log all objects in all Identity Maps in the session.
printParameter(ParameterExpression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
 
printParameter(DatabaseField) - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
 
printPrimitive(Object) - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
 
printProfileSummary() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method assumes EclipseLink Profiling (as opposed to Java profiling).
printProfileSummary() - Method in class org.eclipse.persistence.services.RuntimeServices
This method assumes EclipseLink Profiling (as opposed to Java profiling).
printProfileSummaryByClass() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method assumes EclipseLink Profiling (as opposed to Java profiling).
printProfileSummaryByClass() - Method in class org.eclipse.persistence.services.RuntimeServices
This method assumes EclipseLink Profiling (as opposed to Java profiling).
printProfileSummaryByQuery() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method assumes EclipseLink Profiling (as opposed to Java profiling).
printProfileSummaryByQuery() - Method in class org.eclipse.persistence.services.RuntimeServices
This method assumes EclipseLink Profiling (as opposed to Java profiling).
printRegisteredObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Print the objects in the unit of work.
printRegisteredObjects() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Print the objects in the unit of work.
printsAs(String) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Set the single string for this operator.
printsAs(Vector) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Set the strings for this operator.
printsJavaAs(String) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Set the single string for this operator.
printsJavaAs(Vector) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Set the strings for this operator.
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Print SQL
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.history.AsOfClause
INTERNAL: Prints the as of clause for an expression inside of the FROM clause.
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.history.AsOfSCNClause
INTERNAL: Prints the as of clause for an expression inside of the FROM clause.
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression
INTERNAL: Print SQL
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.CollectionExpression
 
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL: Print SQL
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
INTERNAL: Print SQL onto the stream, using the ExpressionPrinter for context
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL: Print SQL onto the stream, using the ExpressionPrinter for context
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.DateConstantExpression
INTERNAL: Print SQL onto the stream, using the ExpressionPrinter for context
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: Print SQL onto the stream, using the ExpressionPrinter for context
printSQL(ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.ForUpdateClause
INTERNAL: Prints the as of clause for an expression inside of the FROM clause.
printSQL(ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.ForUpdateOfClause
INTERNAL: Prints the as of clause for an expression inside of the FROM clause.
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Print SQL using the operator.
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
INTERNAL: Print SQL onto the stream, using the ExpressionPrinter for context
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: Print SQL onto the stream, using the ExpressionPrinter for context
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Print SQL onto the stream, using the ExpressionPrinter for context
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
INTERNAL: Print SQL
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Print the SQL representation of the statement on a stream.
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SubSelectDatabaseTable
Print the table's SQL from clause.
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
Print the sub query to the printer.
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Print the table's SQL from clause.
printSQL(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.history.UniversalAsOfClause
INTERNAL: Prints the as of clause for an expression inside of the FROM clause.
printSQLNoParens(ExpressionSQLPrinter) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
INTERNAL: Print SQL without adding parentheses (for DB2 outer joins).
printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Print the SQL representation of the statement on a stream, storing the fields in the DatabaseCall.
printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Print the SQL representation of the statement on a stream, storing the fields in the DatabaseCall.
printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: Print the SQL representation of the statement on a stream, storing the fields in the DatabaseCall.
printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
Print the pagination SQL using FB syntax " ROWS <max> TO <first>".
printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.H2Platform
Print the pagination SQL using H2 syntax " LIMIT <max> OFFSET <first>".
printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
Print the pagination SQL using HSQL syntax "SELECT LIMIT <first> <max>".
printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
 
printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Print the SQL representation of the statement on a stream, storing the fields in the DatabaseCall.
printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
Print the pagination SQL using Postgres syntax " LIMIT <max> OFFSET <first>".
printSQLSelectStatement(DatabaseCall, ExpressionSQLPrinter, SQLSelectStatement) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Print the pagination SQL using Symfoware syntax " WITH OPTION LIMIT ( <max>)".
printStackTrace() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
PUBLIC: Print both the normal and internal stack traces.
printStackTrace(PrintStream) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
PUBLIC: Print both the normal and internal stack traces.
printStackTrace(PrintWriter) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
PUBLIC: Print both the normal and internal stack traces.
printStackTrace() - Method in exception org.eclipse.persistence.exceptions.IntegrityException
PUBLIC: Print both the normal and internal stack traces.
printStackTrace(PrintStream) - Method in exception org.eclipse.persistence.exceptions.IntegrityException
PUBLIC: Print both the normal and internal stack traces.
printStackTrace(PrintWriter) - Method in exception org.eclipse.persistence.exceptions.IntegrityException
PUBLIC: Print both the normal and internal stack traces.
printStackTrace(PrintWriter) - Method in exception org.eclipse.persistence.exceptions.SessionLoaderException
PUBLIC: Iterate through the exception list printing out the stack traces.
printStackTraceToString(Throwable) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return a String containing the printed stacktrace of an exception.
printStoredFunctionReturnKeyWord(Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Prints return keyword for StoredFunctionDefinition: CREATE FUNCTION StoredFunction_In (P_IN BIGINT) RETURN BIGINT The method was introduced because MySQL requires "RETURNS" instead: CREATE FUNCTION StoredFunction_In (P_IN BIGINT) RETURNS BIGINT
printStoredFunctionReturnKeyWord(Writer) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Prints return keyword for StoredFunctionDefinition: CREATE FUNCTION StoredFunction_In (P_IN BIGINT) RETURN BIGINT The method was introduced because MySQL requires "RETURNS" instead: CREATE FUNCTION StoredFunction_In (P_IN BIGINT) RETURNS BIGINT
printString(String) - Method in class org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter
 
printString(String) - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
 
printString() - Method in class org.eclipse.persistence.internal.history.UniversalAsOfClause
 
printTime(Time) - Static method in class org.eclipse.persistence.internal.helper.Helper
Print the sql.Time.
printTime(Calendar) - Static method in class org.eclipse.persistence.internal.helper.Helper
Print the time part of the calendar.
printTime(Calendar, boolean) - Static method in class org.eclipse.persistence.internal.helper.Helper
Print the time part of the calendar.
printTimeFromMilliseconds(long) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
printTimestamp(Timestamp) - Static method in class org.eclipse.persistence.internal.helper.Helper
Print the sql.Timestamp.
printTimestampWithoutNanos(Timestamp) - Static method in class org.eclipse.persistence.internal.helper.Helper
Print the sql.Timestamp without the nanos portion.
printValuelist(int[], DatabaseCall, Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Print the int array on the writer.
printValuelist(Collection, DatabaseCall, Writer) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
printValuelist(Collection) - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
 
printVector(Vector) - Static method in class org.eclipse.persistence.internal.helper.Helper
Given a Vector, print it, even if there is a null in it
printVersion() - Static method in class org.eclipse.persistence.Version
 
PRIVATE - Static variable in class org.eclipse.persistence.internal.codegen.AccessLevel
 
PrivateOwned - Annotation Type in org.eclipse.persistence.annotations
A PrivateOwned annotation is used to specify a relationship is privately owned.
privateOwnedRelationship() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Sets the reference object to be a private owned.
priviledgedExecuteNonSelectingCall(Call) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Execute the call on the database.
priviledgedExecuteSelectingCall(Call) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Execute the call on the database and return the result.
PrivilegedAccessHelper - Class in org.eclipse.persistence.internal.security
INTERNAL: Privileged Access Helper provides a utility so all calls that require privileged access can use the same code.
PrivilegedAccessHelper() - Constructor for class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
 
privilegedAddDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: You cannot add descriptors to a remote session.
PrivilegedClassForName - Class in org.eclipse.persistence.internal.security
 
PrivilegedClassForName(String, boolean, ClassLoader) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedClassForName
 
PrivilegedClassForName(String) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedClassForName
 
privilegedGetClassLoaderForClass(Class) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Gets the class loader for a given class.
PrivilegedGetClassLoaderForClass - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetClassLoaderForClass(Class) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetClassLoaderForClass
 
PrivilegedGetClassLoaderFromCurrentThread - Class in org.eclipse.persistence.internal.security
INTERNAL: Retrieve current Thread context ClassLoader with privileges enabled.
PrivilegedGetClassLoaderFromCurrentThread() - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetClassLoaderFromCurrentThread
INTERNAL: Creates an instance of current Thread context ClassLoader getter.
PrivilegedGetConstructorFor - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetConstructorFor(Class, Class[], boolean) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetConstructorFor
 
PrivilegedGetContextClassLoader - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetContextClassLoader(Thread) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetContextClassLoader
 
PrivilegedGetDeclaredConstructorFor - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetDeclaredConstructorFor(Class, Class[], boolean) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetDeclaredConstructorFor
 
PrivilegedGetDeclaredField - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetDeclaredField(Class, String, boolean) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetDeclaredField
 
PrivilegedGetDeclaredFields - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetDeclaredFields(Class) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetDeclaredFields
 
PrivilegedGetDeclaredMethod - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetDeclaredMethod(Class, String, Class[]) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetDeclaredMethod
 
PrivilegedGetDeclaredMethods - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetDeclaredMethods(Class) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetDeclaredMethods
 
PrivilegedGetField - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetField(Class, String, boolean) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetField
 
PrivilegedGetFields - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetFields(Class) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetFields
 
PrivilegedGetFieldType - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetFieldType(Field) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetFieldType
 
PrivilegedGetMethod - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetMethod(Class, String, Class[], boolean) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetMethod
 
PrivilegedGetMethod(Class, String, Class[], boolean, boolean) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetMethod
 
PrivilegedGetMethodParameterTypes - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetMethodParameterTypes(Method) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetMethodParameterTypes
 
PrivilegedGetMethodReturnType - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetMethodReturnType(Method) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetMethodReturnType
 
PrivilegedGetMethods - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetMethods(Class) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetMethods
 
PrivilegedGetSystemProperty - Class in org.eclipse.persistence.internal.security
INTERNAL: Retrieve System property with privileges enabled.
PrivilegedGetSystemProperty(String) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetSystemProperty
INTERNAL: Creates an instance of System property getter with privileges enabled.
PrivilegedGetSystemProperty(String, String) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetSystemProperty
INTERNAL: Creates an instance of System property getter with privileges enabled.
PrivilegedGetValueFromField - Class in org.eclipse.persistence.internal.security
 
PrivilegedGetValueFromField(Field, Object) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedGetValueFromField
 
PrivilegedInvokeConstructor - Class in org.eclipse.persistence.internal.security
 
PrivilegedInvokeConstructor(Constructor, Object[]) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedInvokeConstructor
 
PrivilegedMethodInvoker - Class in org.eclipse.persistence.internal.security
 
PrivilegedMethodInvoker(Method, Object) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
 
PrivilegedMethodInvoker(Method, Object, Object[]) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
 
PrivilegedNewInstanceFromClass - Class in org.eclipse.persistence.internal.security
 
PrivilegedNewInstanceFromClass(Class) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
 
privilegedSetValue(Object) - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Set the object.
PrivilegedSetValueInField - Class in org.eclipse.persistence.internal.security
 
PrivilegedSetValueInField(Field, Object, Object) - Constructor for class org.eclipse.persistence.internal.security.PrivilegedSetValueInField
 
Problem - Interface in org.eclipse.persistence.jpa.jpql.tools.model
A problem describes an issue found in a JPQL query because it is either grammatically or semantically incorrect.
problemsSize() - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Returns the current number of problems that were registered during validation.
ProcedureArgument - Class in org.eclipse.persistence.internal.xr
INTERNAL:
ProcedureArgument() - Constructor for class org.eclipse.persistence.internal.xr.ProcedureArgument
 
ProcedureOutputArgument - Class in org.eclipse.persistence.internal.xr
INTERNAL:
ProcedureOutputArgument() - Constructor for class org.eclipse.persistence.internal.xr.ProcedureOutputArgument
 
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: This method should be overridden by all class accessors to process their specific class metadata first then call up to this method to process the common metadata.
process(DatabaseMapping, boolean, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL: Process this converter for the given mapping.
process(DatabaseMapping, boolean, String, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL: Process this converter for the given mapping.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
INTERNAL: Process the metadata from this embeddable class.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Process the items of interest on an entity class.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.InterfaceAccessor
INTERNAL:
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Process the items of interest on a mapped superclass.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Process a basic accessor.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicCollectionAccessor
INTERNAL:
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL: The processing of JPA converters for a basic map has been disabled, since we will not know which part of the map (key or value) to apply the JPA converter.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: This process should do any common validation processing of collection accessors.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Process the element collection metadata.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
INTERNAL: Process an embedded.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedIdAccessor
INTERNAL: Process an EmbeddedId metadata.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.IdAccessor
INTERNAL: Process an id accessor.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ManyToManyAccessor
INTERNAL: Process a many to many metadata accessor into a EclipseLink ManyToManyMapping.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ManyToOneAccessor
INTERNAL: Process a many to one setting into an EclipseLink OneToOneMapping.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MultitenantIdAccessor
INTERNAL: Process a multitenant id accessor.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.OneToManyAccessor
INTERNAL: Process a OneToMany accessor into an EclipseLink OneToManyMapping.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.OneToOneAccessor
INTERNAL: Process a one to one setting into an EclipseLink OneToOneMapping.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Common validation done by all relationship accessors.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransformationAccessor
INTERNAL: Process a transformation accessor.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransientAccessor
INTERNAL:
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
INTERNAL: Process a variable one to one setting into an EclipseLink VariableOneToOneMapping.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VersionAccessor
INTERNAL: Process a version accessor.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Every accessor knows how to process themselves since they have all the information they need.
process(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.additionalcriteria.AdditionalCriteriaMetadata
INTERNAL:
process(MetadataDescriptor, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheIndexMetadata
INTERNAL: Process the index metadata
process(MetadataDescriptor, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheInterceptorMetadata
INTERNAL:
process(MetadataDescriptor, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL:
process(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.changetracking.ChangeTrackingMetadata
INTERNAL:
process(VariableOneToOneMapping) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorClassMetadata
INTERNAL: Process a discriminator class for the given variable one to one mapping.
process(MetadataDescriptor, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorColumnMetadata
INTERNAL: Process a discriminator column metadata into an EclipseLink DatabaseField.
process(DatabaseTable) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ForeignKeyMetadata
INTERNAL: Process this JPA metadata into an EclipseLink ForeignKeyConstraint.
process(CollectionMapping, MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.OrderColumnMetadata
INTERNAL:
process(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyMetadata
Process the meta-data, configure primary key and idValidation in descriptor.
process(MetadataDescriptor, SingleTableMultitenantPolicy) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
INTERNAL:
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ClassInstanceMetadata
INTERNAL: Every converter needs to be able to process themselves.
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConverterMetadata
INTERNAL: Process this converter for the given mapping.
process(DatabaseMapping, MetadataClass, ClassAccessor, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: Apply convert for @ElementCollection mapping where we expect @Convert annotation to contain attributeName="value.<name>".
process(DatabaseMapping, MetadataClass, ClassAccessor, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: By the time we get here, we have the mapping that needs to have the convert applied to.
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.EnumeratedMetadata
INTERNAL: Every converter needs to be able to process themselves.
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.JSONMetadata
INTERNAL: Every converter needs to be able to process themselves.
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.KryoMetadata
INTERNAL: Every converter needs to be able to process themselves.
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.LobMetadata
INTERNAL: Every converter needs to be able to process themselves.
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MetadataConverter
INTERNAL: Every converter needs to be able to process themselves.
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ObjectTypeConverterMetadata
INTERNAL:
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedConverterMetadata
INTERNAL: Process this converter for the given mapping.
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedMetadata
INTERNAL: Every converter needs to be able to process themselves.
process(DatabaseMapping, MappingAccessor, MetadataClass, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedMetadata
INTERNAL: Every converter needs to be able to process themselves.
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.StructConverterMetadata
INTERNAL:
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TemporalMetadata
INTERNAL: Every converter needs to be able to process themselves.
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL:
process(DatabaseMapping, MappingAccessor, MetadataClass, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.XMLMetadata
INTERNAL: Every converter needs to be able to process themselves.
process(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CopyPolicyMetadata
INTERNAL:
process(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CustomCopyPolicyMetadata
INTERNAL:
process(Map<String, Map<String, AttributeGroup>>, AttributeGroup, AttributeGroup) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedAttributeNodeMetadata
INTERNAL: Process the named attribute node metadata.
process(EntityAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Process the entity graph metadata.
process(Map<String, Map<String, AttributeGroup>>) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL: Process the named subgraph metadata into a new attribute group.
process(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
INTERNAL: The process method method will be called with the descriptor from every entity in the hierarchy.
process(List<MappedSuperclassAccessor>, ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityClassListenerMetadata
INTERNAL:
process(ClassAccessor, ClassLoader, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL:
process(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.locking.OptimisticLockingMetadata
INTERNAL:
process(ForeignReferenceMapping) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.BatchFetchMetadata
INTERNAL: Process the batch fetch metadata for the given mapping.
process(ForeignReferenceMapping) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Process the cascade types for the given mapping.
process(ContainerMapping, MappingAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.MapKeyMetadata
INTERNAL: Process a map key for a 1-M or M-M mapping.
process(CollectionMapping, MetadataDescriptor, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.OrderByMetadata
INTERNAL: Process an order by value (if specified) for the given collection mapping.
process(MetadataDescriptor, DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.ReturnInsertMetadata
INTERNAL:
process(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL:
process(MetadataDescriptor, TablePerMultitenantPolicy) - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.TenantTableDiscriminatorMetadata
INTERNAL:
process(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.nosql.NoSqlMetadata
INTERNAL: Switch the descriptor to the correct type and set the data-type name and format.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ColumnResultMetadata
INTERNAL: Process the column result for the caller.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ComplexTypeMetadata
Build a runtime type from the meta-data.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ConstructorResultMetadata
INTERNAL: Process the constructor result for the caller.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL: Process the entity result for the given sql result set mapping.
process(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FetchGroupMetadata
INTERNAL:
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FieldResultMetadata
INTERNAL: NOTE: Both the name and column are required in XML and annotations so that makes processing easier (no need for defaults).
process(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedNativeQueryMetadata
INTERNAL:
process(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredFunctionQueryMetadata
INTERNAL:
process(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredProcedureQueryMetadata
INTERNAL:
process(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
INTERNAL:
process(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredFunctionQueryMetadata
INTERNAL:
process(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL:
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleArrayTypeMetadata
INTERNAL: Build a runtime OracleArrayType from the meta-data.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleObjectTypeMetadata
INTERNAL: Build a runtime Oracle object type from the meta-data.
process(PLSQLStoredProcedureCall, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL:
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLRecordMetadata
INTERNAL: Build a runtime record type from the meta-data.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLTableMetadata
INTERNAL: Build a runtime record type from the meta-data.
process(MetadataDescriptor, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL:
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL: Process an sql result set mapping metadata into a EclipseLink SqlResultSetMapping and store it on the session.
process(MetadataDescriptor, Map<String, Sequence>, DatasourceLogin) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.GeneratedValueMetadata
INTERNAL:
process(MetadataLogger) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL:
process(MetadataLogger) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL:
process(MetadataLogger) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.UuidGeneratorMetadata
INTERNAL:
process(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.sop.SerializedObjectPolicyMetadata
INTERNAL:
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
INTERNAL: Process the ArrayMapping or ObjectArrayMapping.
process(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructMetadata
INTERNAL: Switch the descriptor to the correct type and set the structure name and properties.
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructureAccessor
INTERNAL: Build and structure mapping and add it to the descriptor.
process(DatabaseTable) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Process the index metadata.
process(MetadataDescriptor, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Process the index metadata.
process(TransformationMapping, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.ReadTransformerMetadata
INTERNAL: When this method is called there must be either method or class (but not both!).
process(TransformationMapping, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.WriteTransformerMetadata
INTERNAL:
process() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Process the metadata from the level except for the classes themselves.
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProcessor
INTERNAL:
processAccessMethods() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
INTERNAL: For VIRTUAL access we need to look for default access methods that we need to use with our mapping attributes.
processAccessMethods() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: For VIRTUAL access we need to look for default access methods that we need to use with our mapping attributes.
processAccessType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Figure out the access type for this entity.
processAccessType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.InterfaceAccessor
INTERNAL:
processAccessType() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Process the accessType for a MappedSuperclass.
processAdditionalLocalExpressions(Expression, boolean) - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
INTERNAL This will return the localExpression if isLogicalExpression is false, otherwise it will check the addAdditionalExpressionsWithinCurrrentExpressionContext flag and clear additionalLocalExpression once adding it to the localExpression.
processAdditionalWritableMapKeyFields(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: This method is used to check the key mapping to ensure that it does not write to a field that is written by another mapping.
processAdditionalWritableMapKeyFields(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: This method is used to check the key mapping to ensure that it does not write to a field that is written by another mapping.
processArgument(StoredProcedureCall, boolean, int) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL:
processAttributeNodes(Map<String, Map<String, AttributeGroup>>, AttributeGroup, AttributeGroup) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL: Process the named subgraph metadata attribute nodes.
processChild(XPathFragment, UnmarshalRecord, Attributes, Descriptor, Mapping) - Method in class org.eclipse.persistence.internal.oxm.XMLRelationshipMappingNodeValue
 
processClassExtractor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Return the user defined class extractor class for this entity.
processCommand(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: RemoteCommandManager method.
processCommand(RemoteCommand) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
INTERNAL: This method is intended to be used by newly connecting nodes to notify the other nodes in a distributed system to send changes to this calling server
processCommand(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
INTERNAL: This method is intended to be used by by sessions that wish to execute a command on a remote session
processCommand(Object) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
PUBLIC: Invoked by the CommandManager after it has received a Command object and has converted it to the application command format.
processCommand(byte[], RemoteCommandManager) - Static method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
INTERNAL: Helper method that processes a byte[] command.
processCommand(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
processCommand(RemoteCommand) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
ADVANCED: This method will send the command to the remote session for processing
processCommand(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
INTERNAL: This method is intended to be used by by sessions that wish to execute a command on a remote session
processCommand(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
processCommand(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
processCommand(RemoteCommand) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
ADVANCED: This method will send the command to the remote session for processing
processCommand(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
INTERNAL: This method is intended to be used by by sessions that wish to execute a command on a remote session
processCommand(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
INTERNAL: This method is intended to be used by by sessions that wish to execute a command on a remote session
processCommand(RemoteCommand) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
ADVANCED: This method will send the command to the remote session for processing
processCommand(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
INTERNAL: This method is intended to be used by by sessions that wish to execute a command on a remote session
processCommand(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
INTERNAL: This method is intended to be used by by sessions that wish to execute a command on a remote session
processCommandFromRemoteConnection(byte[]) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
INTERNAL: Deserialize the command and execute it.
processCommandFromRemoteConnection(Command) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
INTERNAL: Delegate to command processor
processComplexElement() - Method in class org.eclipse.persistence.internal.oxm.record.deferred.BinaryMappingContentHandler
 
processComplexMetadataTypes() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
Process PL/SQL record and table types, Oracle object array and XMLType types.
processConvert(ConvertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Add a convert metadata to the descriptor convert map.
processConverters() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Process and add the globally defined converters to the project.
processConverts() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Process the convert metadata for this entity accessor logging ignore warnings where necessary.
processCreationSuffix() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Process the creation suffix.
processCustomizers() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Process the customizer for those entities and embeddables that have one defined.
processDataResults(AbstractRecord, Cursor, boolean) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Process the data-results for joined data for a 1-m join.
processDeleteObjectQuery(DeleteObjectQuery) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This method is used to process delete queries that pass through the unitOfWork It is extracted out of the internalExecuteQuery method to reduce duplication
processDerivedId(HashSet<ClassAccessor>, HashSet<ClassAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Allows for processing derived ids, either from an Id or MapsId specification.
processDerivedId(HashSet<ClassAccessor>, HashSet<ClassAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Allows for processing DerivedIds.
processDescriptorEventHolders(AbstractSession, ClassLoader) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: This method was added to allow JPA project caching so that DescriptorEventListeners could be serialized and re-added to the EventManager using a SerializableDescriptorEventHolder.
processDirectCollectionAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Process any BasicCollection annotation and/or BasicMap annotation that were found.
processDiscriminatorColumn() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Process the discriminator column metadata (defaulting if necessary), and return the EclipseLink database field.
processDiscriminatorValue() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Process a discriminator value to set the class indicator on the root descriptor of the inheritance hierarchy.
processEmptyElement() - Method in class org.eclipse.persistence.internal.oxm.record.deferred.BinaryMappingContentHandler
 
processEntityListeners(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Process the entity listeners for this class accessor.
processEntityMappings(PersistenceUnitProcessor.Mode) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Performs the initialization of the persistence unit classes and then processes the xml metadata.
processEntityMappingsDefaults(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Set any entity-mappings defaults if specified.
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.CharactersEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.CommentEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DocumentLocatorEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.EndCDATAEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.EndDocumentEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.EndDTDEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.EndElementEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.EndEntityEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.EndPrefixMappingEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.IgnorableWhitespaceEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.ProcessingInstructionEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.SAXEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.SkippedEntityEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.StartCDATAEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.StartDocumentEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.StartDTDEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.StartElementEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.StartEntityEvent
 
processEvent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.StartPrefixMappingEvent
 
processEvents() - Method in class org.eclipse.persistence.internal.descriptors.changetracking.ObjectChangeListener
INTERNAL: This method will set this listener to ignore events not issues by EclipseLink
processExceptionForCommError(AbstractSession, SQLException, Call) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
This method is used to process an SQL exception and determine if the exception should be passed on for further processing.
processExpression(String) - Method in class org.eclipse.persistence.sdo.helper.extension.OPStack
Process an XPath Expression into postfix notation.
processForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.JoinTableMetadata
INTERNAL: Process any foreign key specification for this table.
processForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.RelationalTableMetadata
INTERNAL: Process any foreign key specification for this table.
processForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.SecondaryTableMetadata
INTERNAL: Process any primary key foreign key specification for this table.
processForeignKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Process any foreign key metadata for this table.
processGlobalElements(CoreProject) - Method in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
processHour() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL:
processIndexes() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Process the index metadata for this table.
processingInstruction(String, String) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
 
processingInstruction(String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
processingInstruction(String, String) - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
processingInstruction(String, String) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
processingInstruction(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
processingInstruction(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
processingInstruction(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
 
processingInstruction(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
processingInstruction(String, String) - Method in class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
processingInstruction(String, String) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryAttachmentHandler
 
processingInstruction(String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
processingInstruction(String, String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
processingInstruction(String, String) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
ProcessingInstructionEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the endElement event
ProcessingInstructionEvent(String, String) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.ProcessingInstructionEvent
 
processInheritancePrimaryKeyJoinColumns() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Process the inheritance metadata for an inheritance subclass.
processJMSMessage(Message, AbstractSession) - Static method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingHelper
PUBLIC: Processes the received RCM messaged from a JMS provider for cache coordination.
processJoinedMappings(AbstractSession) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
This method collects the Joined Mappings from the descriptor and initializes them.
processJPAQueries() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Process the JPA named queries into EclipseLink Session queries.
processJPQLQuery(Session) - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
INTERNAL: Convert the JPA query into a DatabaseQuery.
processListeners(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Process the listeners for this entity.
processMappingAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Process the accessors for the given class.
processMappingAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Process the accessors for the given class.
processMappingAccessors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Process this descriptors mapping accessors.
processMetamodelDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used to process mapped superclasses when creating descriptors for a metamodel.
processMillisecond() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL:
processMinute() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL:
processNamespaceInformation(XmlSchema) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
processObjectFactory(JavaClass, List<JavaClass>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
Processor - Interface in org.eclipse.persistence.internal.cache
Processor for computable tasks.
processORMetadata(MetadataProcessor, boolean, PersistenceUnitProcessor.Mode) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Process the Object/relational metadata from XML and annotations
processORMMetadata(PersistenceUnitProcessor.Mode) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Process the ORM metadata on this processors metadata project (representing a single persistence-unit)
processParentClass() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: If the user specified a parent class set it on the metadata class for this accessor.
processPartitioned(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
Set the policy on the descriptor or mapping.
processPersistenceArchive(Archive, ClassLoader) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
Go through the jar file for this PersistenceUnitProcessor and process any XML provided in it.
processPersistenceUnitMetadata() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Process the persistence metadata if specified.
processPropertiesSuperClass(JavaClass, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
processQualifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for processing.
processQueries() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Process the named native queries we found and add them to the given session.
processResult(StoredFunctionCall, int) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL:
processResultSet(ResultSet, DatabaseCall, Statement, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Fetch all the rows from the result set.
processSchemaType(String, String, String) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Use name, namespace and type information to setup a user-defined schema type.
processSchemaType(XmlSchemaType) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
processSecond() - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL:
processSimpleElement() - Method in class org.eclipse.persistence.internal.oxm.record.deferred.BinaryMappingContentHandler
 
processSQLQuery(Session) - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
INTERNAL: Convert the SQL string into a DatabaseQuery.
processStage1() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Stage 1 processing is a pre-processing stage that will perform the following tasks: - gather a list of mapping accessors for all entities and embeddables.
processStage2() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Stage 2 processing will perform the following tasks: - process all direct mapping accessors from entities, embeddables and mapped superclasses.
processStage3(PersistenceUnitProcessor.Mode) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Stage 3 processing does all the extra processing that couldn't be completed in the first two stages of processing.
processStoredProcedureQuery(Session) - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
INTERNAL: Convert the StoredProc call into a DatabaseQuery.
processTable(TableMetadata, String, String, String, ORMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Common table processing for table, secondary table, join table, collection table and table generators
processUnfetchedAttribute(FetchGroupTracker, String) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
INTERNAL: Load/fetch the unfetched object.
processUnfetchedAttributeForSet(FetchGroupTracker, String) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
INTERNAL: Load/fetch the unfetched object.
processUniqueConstraints() - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Add the unique constraints to the database table.
processValueFromRecordForMapping(ClassDescriptor, String[], int) - Method in class org.eclipse.persistence.queries.EntityResult
INTERNAL: This method is for processing a single FieldResult, returning the DatabaseField it refers to.
processXML(AnnotationsProcessor, JavaModelInput, TypeMappingInfo[], JavaClass[]) - Method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
Process XmlBindings on a per package basis for a given AnnotationsProcessor instance.
prod(Expression<? extends N>, Expression<? extends N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the product of its arguments.
prod(Expression<? extends N>, N) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the product of its arguments.
prod(N, Expression<? extends N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the product of its arguments.
Profile - Class in org.eclipse.persistence.tools.profiler
Purpose: Any information stored for a profile operation.
Profile() - Constructor for class org.eclipse.persistence.tools.profiler.Profile
 
profileExecutionOfQuery(DatabaseQuery, Record, AbstractSession) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: Finish a profile operation if profiling.
profileExecutionOfQuery(DatabaseQuery, Record, AbstractSession) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
INTERNAL: Finish a profile operation if profiling.
profileExecutionOfQuery(DatabaseQuery, Record, AbstractSession) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
INTERNAL: Monitoring is done on the endOperation only.
profileExecutionOfQuery(DatabaseQuery, Record, AbstractSession) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
INTERNAL: Finish a profile operation if profiling.
PROFILER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.profiler" property configures the type of profiler used to capture runtime statistics.
ProfilerType - Class in org.eclipse.persistence.config
Profiler type persistence property values.
ProfilerType() - Constructor for class org.eclipse.persistence.config.ProfilerType
 
PROHIBITED - Static variable in class org.eclipse.persistence.internal.oxm.schema.model.Attribute
 
Project - Class in org.eclipse.persistence.sessions
Purpose: Maintain all of the EclipseLink configuration information for a system.
Project() - Constructor for class org.eclipse.persistence.sessions.Project
PUBLIC: Create a new project.
Project(Login) - Constructor for class org.eclipse.persistence.sessions.Project
PUBLIC: Create a new project that will connect through the login information.
Project(DatabaseLogin) - Constructor for class org.eclipse.persistence.sessions.Project
PUBLIC: Create a new project that will connect through JDBC using the login information.
PROJECT_AMENDMENT_EXCEPTION_OCCURED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
PROJECT_CACHE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.project-cache" property configures the type of ProjectCache implementation to use to retrieve and store projects representing the metadata for the project.
PROJECT_CACHE_FILE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The property "eclipselink.project-cache.java-serialization.file" specifies the name of the file to read/write a serialized project representing the application's metadata
PROJECT_LOGIN_IS_NULL - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
PROJECT_XML_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ProjectCache - Interface in org.eclipse.persistence.jpa.metadata
Purpose: Interface used to support caching the project generated from metadata avoiding costs associated processing the same metadata over multiple deployments.
ProjectClassConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.project
INTERNAL:
ProjectClassConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.project.ProjectClassConfig
 
ProjectClassGenerator - Class in org.eclipse.persistence.sessions.factories
Purpose: Allow for a class storing a TopLink project's descriptors (meta-data) to be generated.
ProjectClassGenerator() - Constructor for class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Create a new generator.
ProjectClassGenerator(Project) - Constructor for class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Create a new generator to output the project.
ProjectClassGenerator(Project, String, Writer) - Constructor for class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Create a new generator to output to the writer.
ProjectClassGenerator(Project, String, String) - Constructor for class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Create a new generator to output to the file.
ProjectConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.project
INTERNAL:
ProjectConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.project.ProjectConfig
 
ProjectHelper - Class in org.eclipse.persistence.internal.xr
INTERNAL: Static helper methods that reads EclipseLink project deployment XML without classes.
ProjectHelper() - Constructor for class org.eclipse.persistence.internal.xr.ProjectHelper
 
projectLoginIsNull(AbstractSession) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
ProjectXMLConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.project
INTERNAL:
ProjectXMLConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.project.ProjectXMLConfig
 
projectXMLNotFound(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
PROP_NOT_SET - Static variable in exception org.eclipse.persistence.eis.EISException
 
propagateCommand(RemoteConnection) - Method in class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
INTERNAL: Propagate the command to the specified connection.
propagateCommand(Object) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
ADVANCED: Propagate a remote command to all remote RCM services participating in the EclipseLink cluster.
propagateCommand(Object) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
ADVANCED: Propagate a remote command to all remote RCM services participating in the EclipseLink cluster.
propagatesEventsToCollection() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Returns false.
propagatesEventsToCollection() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Returns true if the key mapping is an AggregateObjectMapping.
PROPAGATION - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
Properties - Annotation Type in org.eclipse.persistence.annotations
Annotation for user defined properties.
PROPERTIES - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
PROPERTIES_FILE_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.JPQLQueryProblemResourceBundle
The file name of the .properties file that is equivalent to this ListResourceBundle.
PROPERTIES_MANAGER_FIELD - Static variable in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
All DynamicEntity classes have a public static field 'DPM' of type DynamicPropertiesManager
PropertiesHandler - Class in org.eclipse.persistence.internal.sessions
The class processes some of EclipseLink properties.
PropertiesHandler() - Constructor for class org.eclipse.persistence.internal.sessions.PropertiesHandler
 
propertiesNotSet(String, String) - Static method in exception org.eclipse.persistence.eis.EISException
 
PropertiesUtils - Class in org.eclipse.persistence.config
A static utility class that handles parsing a String "key=value,key1=value1...." and calls an appropriate set[key]([value]) method on the provided instance.
PropertiesUtils() - Constructor for class org.eclipse.persistence.config.PropertiesUtils
 
Property - Annotation Type in org.eclipse.persistence.annotations
Annotation for a user defined property.
Property - Class in org.eclipse.persistence.internal.jaxb.json.schema.model
 
Property() - Constructor for class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
Property - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model.v2
Entity resource property.
Property() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Property
 
Property(String) - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Property
 
Property - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
Property() - Constructor for class org.eclipse.persistence.jaxb.compiler.Property
 
Property(Helper) - Constructor for class org.eclipse.persistence.jaxb.compiler.Property
 
Property - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
PROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
PROPERTY_LOG_OVERRIDES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
INTERNAL: The following properties will not be displayed through logging but instead have an alternate value shown in the log.
PROPERTY_NOT_FOUND_AT_INDEX - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
PropertyAssociation - Class in org.eclipse.persistence.mappings
Purpose: Generic association object.
PropertyAssociation() - Constructor for class org.eclipse.persistence.mappings.PropertyAssociation
 
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
PUBLIC: This method creates the object change set if necessary.
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.ObjectChangeListener
PUBLIC: This method turns marks the object as changed.
propertyChanged(IPropertyChangeEvent<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeListener
Notifies this listener that a certain property has changed.
PropertyChangeEvent<T> - Class in org.eclipse.persistence.jpa.jpql.tools.model
The default implementation of IPropertyChangeEvent where the generics is the type of the old and new values.
PropertyChangeEvent(StateObject, String, T, T) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.PropertyChangeEvent
Creates a new PropertyChangeEvent.
PropertyChangeEvent_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
PropertyConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.property
INTERNAL:
PropertyConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.property.PropertyConfig
 
PropertyImpl - Class in org.eclipse.persistence.internal.jpa.config
JPA scripting API implementation.
PropertyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.PropertyImpl
 
PropertyImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOPropertyType.PropertyImpl
 
PropertyMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.accessors
INTERNAL: PropertyMetadata.
PropertyMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
INTERNAL: Used for OX mapping.
PropertyMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
INTERNAL:
propertyNotFoundAtIndex(Exception, int) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when trying to find a property at an invalid index
propertyNotSet(String) - Static method in exception org.eclipse.persistence.eis.EISException
 
propertyOrFieldCannotBeXmlValue(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
propertyOrFieldShouldBeAnAttribute(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
propertyTypeAnnotationTargetCannotBeDataTypeTrue(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when trying to resolve an sdo xml [propertyType] annotation on a target Type of dataType==true.
See Sect 9.2 (1) of the SDO Specification.
PropertyWrapper() - Constructor for class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl.PropertyWrapper
Instantiates a new property wrapper.
PropertyWrapper(Object) - Constructor for class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl.PropertyWrapper
Instantiates a new property wrapper.
propogatePostDelete(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Propagate the postDeleteEvent to any additional objects the query is aware of This method will be overridden by subclasses that deal MapKeys
propogatePostDelete(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Propagate the postDeleteEvent to any additional objects the query is aware of
propogatePostInsert(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Propagate the postDeleteEvent to any additional objects the query is aware of This method will be overridden by subclasses that deal MapKeys
propogatePostInsert(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Propagate the postDeleteEvent to any additional objects the query is aware of
propogatePostUpdate(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Propagate the postDeleteEvent to any additional objects the query is aware of This method will be overridden by subclasses that deal MapKeys
propogatePostUpdate(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Propagate the postDeleteEvent to any additional objects the query is aware of
propogatePreDelete(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Propagate the postDeleteEvent to any additional objects the query is aware of This method will be overridden by subclasses that deal MapKeys
propogatePreDelete(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Propagate the postDeleteEvent to any additional objects the query is aware of
propogatePreInsert(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Propagate the postDeleteEvent to any additional objects the query is aware of This method will be overridden by subclasses that deal MapKeys
propogatePreInsert(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Propagate the postDeleteEvent to any additional objects the query is aware of
propogatePreUpdate(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Propagate the postDeleteEvent to any additional objects the query is aware of This method will be overridden by subclasses that deal MapKeys
propogatePreUpdate(WriteObjectQuery, Object) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Propagate the postDeleteEvent to any additional objects the query is aware of
PROPS_NOT_SET - Static variable in exception org.eclipse.persistence.eis.EISException
 
PROTECTED - Static variable in class org.eclipse.persistence.internal.codegen.AccessLevel
 
ProtectedValueHolder - Class in org.eclipse.persistence.internal.indirection
Purpose: provides a value holder type that can be used in Protected instances of Entities.
ProtectedValueHolder(ValueHolderInterface, DatabaseMapping, AbstractSession) - Constructor for class org.eclipse.persistence.internal.indirection.ProtectedValueHolder
 
PROVIDER_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
The persistence provider name: EclipseLink.
PROVIDER_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
The generic persistence provider name: JPA.
PROVIDER_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.BeanValidationException
 
ProviderHelper - Class in org.eclipse.persistence.internal.dbws
INTERNAL: ProviderHelper bridges between DBWSAdapter's and JAX-WS Provider's
ProviderHelper() - Constructor for class org.eclipse.persistence.internal.dbws.ProviderHelper
 
providerNotFound(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.BeanValidationException
 
PROXY_INDIRECTION_NOT_AVAILABLE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ProxyIndirectionHandler - Class in org.eclipse.persistence.internal.indirection
ProxyIndirectionHandler
ProxyIndirectionHandler() - Constructor for class org.eclipse.persistence.internal.indirection.ProxyIndirectionHandler
INTERNAL: Just in here to allow for Serialization.
proxyIndirectionNotAvailable(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
ProxyIndirectionPolicy - Class in org.eclipse.persistence.internal.indirection
ProxyIndirectionPolicy
ProxyIndirectionPolicy(Class[]) - Constructor for class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
 
ProxyIndirectionPolicy() - Constructor for class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
 
PSHORT - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
PSHORT - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
PSHORT - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
PU_NOT_EXIST - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
PUBLIC - Static variable in class org.eclipse.persistence.internal.codegen.AccessLevel
 
PublicInterfaceDatabaseSession_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
PublicInterfaceSession_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
puNotExist(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
push(E) - Method in class org.eclipse.persistence.internal.oxm.record.MarshalRecord.CycleDetectionStack
 
push(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.StackUnmarshalNamespaceResolver
 
push(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceContext
The underlying NamespaceContext is responsible for maintaining the appropriate prefix/URI associations.
push(String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceResolver
Associate a prefix and a namespace URI.
pushAttributeGroup(CoreAttributeGroup) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
pushAttributeGroup(CoreAttributeGroup) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
put(K, V) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
put(DatabaseTable, DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.TableAliasLookup
put method comment.
put(Object, Object) - Method in class org.eclipse.persistence.internal.helper.ConcurrentFixedCache
Add the value to the cache.
put(K, V) - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Associate the given object with the given key in this IdentityWeakHashMap, replacing any existing mapping.
put(Object, Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
put(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Store the object in the cache at its primary key.
put(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
Store the object in the cache at its primary key.
put(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
Store the object in the cache at its primary key, and add to sub-cache list.
put(Object, Object, Object, long) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Store the object in the cache at its primary key.
put(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
Do Nothing.
put(K, V) - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
put(String, String) - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
Adds a namespace to the collection of namespaces on the NamespaceResolver
put(FIELD, Object) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
put(FIELD, Object) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
put(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.PrefixMapperNamespaceResolver
 
put(Object, Object) - Method in interface org.eclipse.persistence.internal.oxm.record.TransformationRecord
 
put(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Add the field-value pair to the row.
put(String, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Add the field-value pair to the row.
put(DatabaseField, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: Add the field-value pair to the row.
put(DatabaseField, Object) - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
INTERNAL: Add the field-value pair to the row.
put(String, Object) - Method in class org.eclipse.persistence.internal.sessions.EmptyRecord
 
put(DatabaseField, Object) - Method in class org.eclipse.persistence.internal.sessions.EmptyRecord
 
put(DatabaseField, Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Set the field value into the DOM.
put(List<XMLField>, List<XMLEntry>) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
put(Object, Object) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
put(CoreField, Object) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL: Add the field-value pair to the document.
put(CoreField, Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
put(String, Object) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
PUBLIC: Add the field-value pair to the row.
put(Object, Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
ADVANCED: Set the value for given item name.
put(Object, Object, Object, long) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Store the object in the cache at its primary key.
putAll(Map<? extends K, ? extends V>) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Copies all of the mappings from the given map to this IdentityWeakHashMap, replacing any existing mappings.
putAll(Map<? extends Object, ? extends Object>) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
putAll(Map<? extends K, ? extends V>) - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
putAll(Map) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Add all of the elements.
putAll(Map) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Add all of the elements.
putCachedExpressionQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Set the cached SQL call for the expression query.
putCachedUpdateCalls(Vector, Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Cache a clone of the update SQL calls based on the updated fields.
putCacheKeyByIndex(CacheIndex, CacheId, CacheKey, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Index the cache key by the index values.
putCacheKeyByIndex(CacheIndex, CacheId, CacheKey, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Index the cache key by the index values.
putCacheKeyByIndex(CacheIndex, CacheId, CacheKey, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
Index the cache key by the index values.
putClass(String, Class) - Method in class org.eclipse.persistence.internal.jaxb.JaxbClassLoader
 
putDeferredLock(Thread, DeferredLockManager) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
 
putHelperContext(ClassLoader, HelperContext) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
INTERNAL: Put a ClassLoader/HelperContext key/value pair in the Thread HelperContext map.
putHelperContext(HelperContext) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Replaces the provided helper context in the map of identifiers to helper contexts for this application.
putIfAbsent(K, V) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
putInIdentityMap(Object, Object, Object, long, ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Register the object with the identity map.
putInIdentityMap(Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Register the object with the cache.
putInIdentityMap(Object, Vector) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Deprecated.
putInIdentityMap(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Register the object with the cache.
putInIdentityMap(Object, Vector, Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Deprecated.
putInIdentityMap(Object, Object, Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Register the object with the cache.
putInIdentityMap(Object, Vector, Object, long) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Deprecated.
putInIdentityMap(Object, Object, Object, long) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Register the object with the cache.
putInIdentityMap(Object, Object, Object, long, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Register the object with the cache.
putInIdentityMap(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Registers the given Object with the identity map.
putInIdentityMap(Object, Vector) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
Deprecated.
since EclipseLink 2.1, replaced by putInIdentityMap(Object, Object)
putInIdentityMap(Object, Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Registers the Object and given key with the identity map.
putInIdentityMap(Object, Vector, Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
Deprecated.
since EclipseLink 2.1, replaced by putInIdentityMap(Object, Object, Object)
putInIdentityMap(Object, Object, Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Registers the Object and given key with the identity map.
putInIdentityMap(Object, Vector, Object, long) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
Deprecated.
since EclipseLink 2.1, replaced by putInIdentityMap(Object, Object, Object, long)
putInIdentityMap(Object, Object, Object, long) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Registers the given Object with the identity map.
putNewObjectInChangesList(ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Used to rehash the new objects back into the objectChanges list for serialization Assumes the transaction in in post commit stage.
putObject(Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
ADVANCED: Puts the given Object into the cache.
putObject(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
ADVANCED: Puts the given Object into the cache.
putObjectIntoRow(AbstractRecord, Object, AbstractSession) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
Serialize the object and put the result into the row as a value corresponding to the policy field
putObjectIntoRow(AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.SerializedObjectPolicyWrapper
 
putPrimary(String, String) - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolverWithPrefixes
 
putQueryResult(ReadQuery, List, Object) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Set the results for a query.
putQueryResult(ReadQuery, List, Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Set the results for a query.
putQueryResult(ReadQuery, List, Object) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Set the results for a query.
putQueryResult(ReadQuery, List, Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
INTERNAL: Set the results for a query.
putSecondary(String, String) - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolverWithPrefixes
 
putValue(Class, Object, Object) - Method in class org.eclipse.persistence.internal.oxm.ReferenceResolver
Store an instance by key based on a mapped class.

Q

QK_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
QNAME - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
QNAME - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
QNAME_CLASS - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
QNAME_CLASS - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
QNAME_NAMESPACE_PREFIX - Static variable in class org.eclipse.persistence.sdo.helper.metadata.QNameTransformer
 
QNAME_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
QNameInheritancePolicy - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
QNameInheritancePolicy() - Constructor for class org.eclipse.persistence.internal.oxm.QNameInheritancePolicy
 
QNameInheritancePolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.internal.oxm.QNameInheritancePolicy
 
QNameTransformer - Class in org.eclipse.persistence.internal.xr
 
QNameTransformer(String) - Constructor for class org.eclipse.persistence.internal.xr.QNameTransformer
 
QNameTransformer - Class in org.eclipse.persistence.sdo.helper.metadata
 
QNameTransformer(String) - Constructor for class org.eclipse.persistence.sdo.helper.metadata.QNameTransformer
 
QUALIFIED - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
qualifiedIdentificationVariable() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
QualifiedIdentificationVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a qualified identification variable expression.
QualifiedIdentificationVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.QualifiedIdentificationVariableBNF
Creates a new QualifiedIdentificationVariableBNF.
qualifier - Variable in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
 
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
INTERNAL If called this AttributeNode represents an unqualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.BetweenNode
INTERNAL Check the child nodes for an unqualified field access and if there are any, replace them by a qualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.CollectionMemberDeclNode
INTERNAL Check the path child node for an unqualified field access and if so, replace it by a qualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
INTERNAL Check the left child node for an unqualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.FetchJoinNode
INTERNAL Check the path child node for an unqualified field access and if so, replace it by a qualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.FromNode
INTERNAL Check the declaration nodes for a path expression starting with a unqualified field access and if so, replace it by a qualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.JoinDeclNode
INTERNAL Check the path child node for an unqualified field access and if so, replace it by a qualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LocateNode
INTERNAL Check the child nodes for an unqualified field access and if so, replace them by a qualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ModNode
INTERNAL Check the child nodes for an unqualified field access and if so, replace it by a qualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Check the child node for an unqualified field access and if so, replace it by a qualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.RangeDeclNode
INTERNAL Check for an unqualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
Check the select expression nodes for a path expression starting with a unqualified field access and if so, replace it by a qualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SetNode
INTERNAL Check the update item node for a path expression starting with a unqualified field access and if so, replace it by a qualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SubqueryNode
INTERNAL If called the subquery is part of the WHERE clause of an UPDATE or DELETE statement that does not define an identification variable.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SubstringNode
INTERNAL Check the child nodes for an unqualified field access and if so, replace them by a qualified field access.
qualifyAttributeAccess(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
INTERNAL This node represent an unqualified field access in the case the method is called and the variableName is not defined as identification variable.
Query - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
 
Query() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.Query
 
Query(String, String, LinkTemplate) - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.Query
 
QUERY - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
query - Variable in class org.eclipse.persistence.queries.Cursor
Read query that initialize the stream.
QUERY_ARGUMENT_TYPE_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
QUERY_BATCH_PARAMETER - Static variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Query parameter name used for IN batch ids.
QUERY_CACHE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
Property prefix "eclipselink.cache.query-results" used to configure the default option for query results caching.
QUERY_FETCHGROUP_NOT_DEFINED_IN_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
QUERY_HINT_CONTAINED_INVALID_INTEGER_VALUE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
QUERY_HINT_DID_NOT_CONTAIN_ENOUGH_TOKENS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
QUERY_HINT_NAVIGATED_ILLEGAL_RELATIONSHIP - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
QUERY_HINT_NAVIGATED_NON_EXISTANT_RELATIONSHIP - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
QUERY_HINT_PROPERTY - Static variable in class org.eclipse.persistence.internal.jpa.QueryHintsHandler
 
QUERY_NOT_DEFINED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
QUERY_REDIRECTOR - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.query.redirector"
QUERY_RESULTS_CACHE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.query-results-cache"
QUERY_RESULTS_CACHE_EXPIRY - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.query-results-cache.expiry"
QUERY_RESULTS_CACHE_EXPIRY_TIME_OF_DAY - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.query-results-cache.expiry-time-of-day"
QUERY_RESULTS_CACHE_IGNORE_NULL - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.query-results-cache.ignore-null"
QUERY_RESULTS_CACHE_INVALIDATE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.query-results-cache.invalidate-on-change"
QUERY_RESULTS_CACHE_RANDOMIZE_EXPIRY - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.query-results-cache.randomize-expiry"
QUERY_RESULTS_CACHE_SIZE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.query-results-cache.size"
QUERY_RESULTS_CACHE_TYPE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.query-results-cache.type"
QUERY_SENT_TO_INACTIVE_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
QUERY_SEQUENCE_DOES_NOT_HAVE_SELECT_QUERY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
QUERY_STATEMENT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Notifies the query statement has changed.
QUERY_TIMEOUT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.query.timeout" property configures the default query timeout value.
QUERY_TYPE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.query-type"
QueryArgument - Class in org.eclipse.persistence.internal.descriptors
Purpose: Used to define the query argument mapping.
QueryArgument() - Constructor for class org.eclipse.persistence.internal.descriptors.QueryArgument
Default constructor.
QueryArgument(String, Object, Class) - Constructor for class org.eclipse.persistence.internal.descriptors.QueryArgument
 
queryArgumentTypeNotFound(DatabaseQuery, String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
QueryBasedValueHolder - Class in org.eclipse.persistence.internal.indirection
QueryBasedValueHolder wraps a database-stored object and implements behavior to access it.
QueryBasedValueHolder(ReadQuery, AbstractRecord, AbstractSession) - Constructor for class org.eclipse.persistence.internal.indirection.QueryBasedValueHolder
Initialize the query-based value holder.
QueryBasedValueHolder(ReadQuery, Object, AbstractRecord, AbstractSession) - Constructor for class org.eclipse.persistence.internal.indirection.QueryBasedValueHolder
Initialize the query-based value holder.
QueryByExampleMechanism - Class in org.eclipse.persistence.internal.queries
Purpose: Mechanism used for all queries by example.
QueryByExampleMechanism(DatabaseQuery) - Constructor for class org.eclipse.persistence.internal.queries.QueryByExampleMechanism
Initialize the state of the query
QueryByExampleMechanism(DatabaseQuery, Expression) - Constructor for class org.eclipse.persistence.internal.queries.QueryByExampleMechanism
Initialize the state of the query
QueryByExamplePolicy - Class in org.eclipse.persistence.queries
Purpose: This policy defines the configuration options for a Query By Example query.
QueryByExamplePolicy() - Constructor for class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Constructs a default policy equal to that used when no policy is specified.
QueryCounter - Class in org.eclipse.persistence.internal.helper
INTERNAL: This counter is used by the sessions to assign individual id's to all queries.
QueryCounter() - Constructor for class org.eclipse.persistence.internal.helper.QueryCounter
 
QueryException - Exception in org.eclipse.persistence.exceptions
Purpose: This exception is used for any problem that is detected with a query.
QueryExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for QueryException messages.
QueryExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.QueryExceptionResource
 
queryExecuteUpdate(Map<String, String>, String, Map<?, ?>, Map<String, ?>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Query execute update.
QueryHandler - Class in org.eclipse.persistence.internal.xr
INTERNAL: QueryHandler sets out the basic rules for how Operations can use different types of queries (DataRead, ValueRead, etc.)
QueryHandler() - Constructor for class org.eclipse.persistence.internal.xr.QueryHandler
 
QueryHint - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
queryHintContainedInvalidIntegerValue(String, Object, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
queryHintDidNotContainEnoughTokens(DatabaseQuery, String, Object) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
QueryHintImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
QueryHintImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.QueryHintImpl
 
QueryHintMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto query hints metadata.
QueryHintMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.QueryHintMetadata
INTERNAL: Used for XML loading.
QueryHintMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.QueryHintMetadata
INTERNAL: Used for annotation loading.
queryHintNavigatedIllegalRelationship(DatabaseQuery, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
queryHintNavigatedNonExistantRelationship(DatabaseQuery, String, Object, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
QueryHints - Class in org.eclipse.persistence.config
The class defines EclipseLink query hints.
QueryHints() - Constructor for class org.eclipse.persistence.config.QueryHints
 
QueryHintsHandler - Class in org.eclipse.persistence.internal.jpa
The class processes query hints.
QueryHintsHandler() - Constructor for class org.eclipse.persistence.internal.jpa.QueryHintsHandler
 
QueryImpl - Class in org.eclipse.persistence.internal.jpa
Concrete JPA query class.
QueryImpl(DatabaseQuery, EntityManagerImpl) - Constructor for class org.eclipse.persistence.internal.jpa.QueryImpl
Create an EJBQueryImpl with a DatabaseQuery.
QueryKey - Class in org.eclipse.persistence.mappings.querykeys
Purpose: Define a Java appropriate alias to a database field or function.
QueryKey() - Constructor for class org.eclipse.persistence.mappings.querykeys.QueryKey
 
QueryKey_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
QueryKeyExpression - Class in org.eclipse.persistence.internal.expressions
Represents expression on query keys or mappings.
QueryKeyExpression() - Constructor for class org.eclipse.persistence.internal.expressions.QueryKeyExpression
 
QueryKeyExpression(String, Expression) - Constructor for class org.eclipse.persistence.internal.expressions.QueryKeyExpression
 
QueryKeyReference - Class in org.eclipse.persistence.internal.descriptors
Purpose: Used to define variable 1-1 mapping query key field references.
QueryKeyReference() - Constructor for class org.eclipse.persistence.internal.descriptors.QueryKeyReference
Default constructor.
QueryKeyReference(DatabaseField, String) - Constructor for class org.eclipse.persistence.internal.descriptors.QueryKeyReference
Create an association.
QueryList - Class in org.eclipse.persistence.jpa.rs.util.list
This class is used to wrap collection of Query objects
QueryList() - Constructor for class org.eclipse.persistence.jpa.rs.util.list.QueryList
 
QueryMonitor - Static variable in class org.eclipse.persistence.config.ProfilerType
 
QueryMonitor - Class in org.eclipse.persistence.tools.profiler
Purpose: Provide a very simple low overhead means for measuring query executions, and cache hits.
QueryMonitor() - Constructor for class org.eclipse.persistence.tools.profiler.QueryMonitor
 
queryMultipleResults(Map<String, String>, String, Map<?, ?>, Map<String, ?>) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Query multiple results.
QueryNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL: This node contains the information about what kind of query is represented it's tree (e.g.
QueryNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.QueryNode
 
queryNotDefined() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
queryNotDefined(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
queryNotDefined(String, Class) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
QueryOperation - Class in org.eclipse.persistence.internal.xr
INTERNAL:An XR QueryOperation is an executable representation of a SELECT operation on the database.
QueryOperation() - Constructor for class org.eclipse.persistence.internal.xr.QueryOperation
 
QueryParameters - Class in org.eclipse.persistence.jpa.rs
 
QueryParameters() - Constructor for class org.eclipse.persistence.jpa.rs.QueryParameters
 
QueryPart(String) - Constructor for class org.eclipse.persistence.sdo.helper.extension.XPathHelper.QueryPart
This constructor breaks the provided query into property name and query value parts.
QueryPart(String, String, int) - Constructor for class org.eclipse.persistence.sdo.helper.extension.XPathHelper.QueryPart
This constructor sets a logical operator and breaks the provided query into property name and query value parts.
QueryPosition - Class in org.eclipse.persistence.jpa.jpql.parser
This object contains the cursor position within the parsed tree and within each of the Expression from the root to the deepest leaf.
QueryPosition(int) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
Creates a new QueryPosition.
QueryPreparation - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
QueryRedirector - Interface in org.eclipse.persistence.queries
Purpose: Query redirection allows for a named or parameterized query (or finder) to dynamically determine how the query is to be executed based on the arguments.
QueryRedirectorHelper - Class in org.eclipse.persistence.queries
Purpose: The purpose of this class is to provide the query redirector with some helper methods for general EclipseLink operations (such as checking a query against the cache) which may not occur because the query is being redirected.
QueryRedirectorHelper() - Constructor for class org.eclipse.persistence.queries.QueryRedirectorHelper
 
QueryRedirectors - Annotation Type in org.eclipse.persistence.annotations
Redirectors allow EclipseLink queries to be intercepted and pre/post processed or redirected.
QueryRedirectors - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
QueryRedirectorsImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
QueryRedirectorsImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.QueryRedirectorsImpl
 
QueryRedirectorsMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
Object to hold onto Default Redirector metadata.
QueryRedirectorsMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for XML loading.
QueryRedirectorsMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for annotation loading.
QueryResource - Class in org.eclipse.persistence.jpa.rs.resources
Query resource.
QueryResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.QueryResource
 
QueryResource - Class in org.eclipse.persistence.jpa.rs.resources.unversioned
Deprecated.
Use QueryResource instead.
QueryResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource
Deprecated.
 
QueryResultsCachePolicy - Class in org.eclipse.persistence.queries
PUBLIC: A QueryResultsCache policy dictates how a query's results will be cached.
QueryResultsCachePolicy() - Constructor for class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Build a QueryResultsCachePolicy with the default settings By default there is no invalidation of query results and the maximum number of results sets is 100.
QueryResultsCachePolicy(CacheInvalidationPolicy, int) - Constructor for class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Build a QueryResultsCachePolicy and supply a CacheInvalidationPolicy and a maximum number of results sets.
QueryResultsCachePolicy(CacheInvalidationPolicy) - Constructor for class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Build a QueryResultsCachePolicy and supply a CacheInvalidationPolicy.
QueryResultsCachePolicy(int) - Constructor for class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Build a QueryResultsCachePolicy and supply a maximum for the number of results sets.
querySentToInactiveUnitOfWork(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
QuerySequence - Class in org.eclipse.persistence.sequencing
Purpose: An generic query sequence mechanism.
QuerySequence() - Constructor for class org.eclipse.persistence.sequencing.QuerySequence
 
QuerySequence(String) - Constructor for class org.eclipse.persistence.sequencing.QuerySequence
Create a new sequence with the name.
QuerySequence(String, int) - Constructor for class org.eclipse.persistence.sequencing.QuerySequence
Create a new sequence with the name and sequence pre-allocation size.
QuerySequence(String, int, int) - Constructor for class org.eclipse.persistence.sequencing.QuerySequence
 
QuerySequence(boolean, boolean) - Constructor for class org.eclipse.persistence.sequencing.QuerySequence
 
QuerySequence(String, boolean, boolean) - Constructor for class org.eclipse.persistence.sequencing.QuerySequence
 
QuerySequence(String, int, boolean, boolean) - Constructor for class org.eclipse.persistence.sequencing.QuerySequence
 
QuerySequence(String, int, int, boolean, boolean) - Constructor for class org.eclipse.persistence.sequencing.QuerySequence
 
querySequenceDoesNotHaveSelectQuery(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
QueryStringCall - Interface in org.eclipse.persistence.internal.databaseaccess
INTERNAL: Purpose: Used to define query string calls.
QueryStringInteraction - Class in org.eclipse.persistence.eis.interactions
Defines the specification for a call to a JCA interaction that uses a query string.
QueryStringInteraction() - Constructor for class org.eclipse.persistence.eis.interactions.QueryStringInteraction
Default constructor.
QueryStringInteraction(String) - Constructor for class org.eclipse.persistence.eis.interactions.QueryStringInteraction
Construct interaction with the query string.
QueryType - Class in org.eclipse.persistence.config
Query type hint values.
QueryType() - Constructor for class org.eclipse.persistence.config.QueryType
 
QUESTION_MARK - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
Vertical bar.
QueueableWeakCacheKey - Class in org.eclipse.persistence.internal.identitymaps
 
QueueableWeakCacheKey(Object, Object, Object, long, ReferenceQueue, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
 
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the quotient of its arguments.
quot(Expression<? extends Number>, Number) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the quotient of its arguments.
quot(Number, Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the quotient of its arguments.
QUOTATION_MARK_NAME - Static variable in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
The entity name for quotation mark: ".
quote(String) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Returns the given string literal by wrapping it with single quotes.
QUOTE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for single quote.

R

raiseInternalPropertyChangeEvent(Object, String, Object, Object) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: This may cause a property change event to be raised to a listener in the case that a listener exists.
raiseInternalPropertyChangeEvent(Object, String, Object, Object) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: This may cause a property change event to be raised to a listener in the case that a listener exists.
raiseInternalPropertyChangeEvent(Object, String, Object, Object) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
INTERNAL: This may cause a property change event to be raised to a listner in the case that a listener exists.
RangeDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This RangeDeclaration represents an identification variable declaration that was declared in the FROM clause of a SELECT top-level query or subquery.
RangeDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.RangeDeclaration
Creates a new RangeDeclaration.
RangeDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
 
RangeDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationBNF
Creates a new RangeDeclarationBNF.
RangeDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
 
RangeDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RangeDeclarationFactory
Creates a new RangeDeclarationFactory.
RangeDeclNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
RangeDeclNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.RangeDeclNode
 
RangePartition - Annotation Type in org.eclipse.persistence.annotations
Represent a specific range partition.
RangePartition - Class in org.eclipse.persistence.descriptors.partitioning
PUBLIC: Represent a specific range partition.
RangePartition() - Constructor for class org.eclipse.persistence.descriptors.partitioning.RangePartition
 
RangePartition(String, String, String, String) - Constructor for class org.eclipse.persistence.descriptors.partitioning.RangePartition
INTERNAL: COnstructor used from metadata processing to avoid classloader dependencies.
RangePartition(String, Comparable, Comparable) - Constructor for class org.eclipse.persistence.descriptors.partitioning.RangePartition
PUBLIC: Create the partition for the connectionPool and start/end values.
RangePartition - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
RangePartitionImpl - Class in org.eclipse.persistence.internal.jpa.config.partitioning
JPA scripting API implementation.
RangePartitionImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.partitioning.RangePartitionImpl
 
RangePartitioning - Annotation Type in org.eclipse.persistence.annotations
RangePartitioningPolicy partitions access to a database cluster by a field value from the object, such as the object's id, location, or tenant.
RangePartitioning - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
RangePartitioningImpl - Class in org.eclipse.persistence.internal.jpa.config.partitioning
JPA scripting API implementation.
RangePartitioningImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.partitioning.RangePartitioningImpl
 
RangePartitioningMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.partitioning
INTERNAL: Define JPA meta-data for partitioning policy.
RangePartitioningMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitioningMetadata
INTERNAL: Used for XML loading.
RangePartitioningMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitioningMetadata
INTERNAL: Used for annotation loading.
RangePartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
PUBLIC: RangePartitioningPolicy partitions access to a database cluster by a field value from the object, such as the object's id, location, or tenant.
RangePartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
 
RangePartitioningPolicy(String) - Constructor for class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
 
RangePartitioningPolicy(String, boolean) - Constructor for class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
 
RangePartitioningPolicy(String, RangePartition...) - Constructor for class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
 
RangePartitionMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.partitioning
INTERNAL: Define JPA meta-data for partitioning policy.
RangePartitionMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitionMetadata
INTERNAL: Used for XML loading.
RangePartitionMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitionMetadata
INTERNAL: Used for annotation loading.
rangeVariableDeclaration() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
RangeVariableDeclaration - Class in org.eclipse.persistence.jpa.jpql.parser
Range variable declarations allow the developer to designate a "root" for objects which may not be reachable by navigation.
RangeVariableDeclaration(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Creates a new RangeVariableDeclaration.
RangeVariableDeclaration(String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Creates a new RangeVariableDeclaration, which is used as a virtual declaration.
RangeVariableDeclaration_InvalidRootObject - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RangeVariableDeclaration_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RangeVariableDeclaration_MissingRootObject - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RangeVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a range variable declaration expression.
RangeVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationBNF
Creates a new SubselectIdentificationVariableDeclarationBNF.
RangeVariableDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
RangeVariableDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclarationFactory
Creates a new RangeVariableDeclarationFactory.
RangeVariableDeclarationStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Range variable declarations allow the developer to designate a "root" for objects which may not be reachable by navigation.
RangeVariableDeclarationStateObject(AbstractModifyClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Creates a new RangeVariableDeclarationStateObject.
RangeVariableDeclarationStateObject(IdentificationVariableDeclarationStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Creates a new RangeVariableDeclarationStateObject.
RangeVariableDeclarationStateObject(IdentificationVariableDeclarationStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Creates a new RangeVariableDeclarationStateObject.
RCM_UNINITIALIZED_OR_CLOSED - Static variable in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
RCMCommand - Class in org.eclipse.persistence.internal.sessions.coordination
Purpose: An abstract class that can be subclassed when internal commands need to be added.
RCMCommand() - Constructor for class org.eclipse.persistence.internal.sessions.coordination.RCMCommand
 
RcmReceived - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
RcmSent - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
RcmStatus - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
read(String, Reader, ClassLoader, Map) - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
INTERNAL:
read(URL, ClassLoader, Properties) - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
INTERNAL:
read(InputStream) - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHelper
 
read(InputStream) - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHelper
 
read() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: This method differs slightly from conventional read() operation on a Java stream.
read(int) - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: This method differs slightly from conventional read() operation on a Java stream.
READ - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Names of the possible lock mode types, JPA 1.0 and 2.0
read(String) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectReader
PUBLIC: Read the EclipseLink project deployment XML from the file or resource name.
read(Reader, ClassLoader) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectReader
PUBLIC: Read the EclipseLink project deployment XML from the reader on the file.
read(String, ClassLoader) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectReader
PUBLIC: Read the EclipseLink project deployment XML from the file or resource name.
read(Reader) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectReader
PUBLIC: Read the EclipseLink project deployment XML from the reader on the file.
read(InputStream) - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
 
read(InputStream) - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHelper
 
read1013Format(Document, ClassLoader) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectReader
INTERNAL: Read the TopLink 10.1.3 deployment XML format.
read1111Format(Document, ClassLoader) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectReader
INTERNAL: Read the TopLink 11.1.1 deployment XML format.
READ_BEYOND_QUERY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
READ_CONNECTION_POOL_MAX_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
READ_CONNECTION_POOL_MIN_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
READ_ONLY - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.read-only"
READ_STATEMENTS_COUNT_PROPERTY - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
 
READ_TRANSFORMER_CLASS_DOESNT_IMPLEMENT_ATTRIBUTE_TRANSFORMER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
READ_TRANSFORMER_HAS_BOTH_CLASS_AND_METHOD - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
READ_TRANSFORMER_HAS_BOTH_CLASS_AND_METHOD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
READ_TRANSFORMER_HAS_NEITHER_CLASS_NOR_METHOD - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
READ_TRANSFORMER_HAS_NEITHER_CLASS_NOR_METHOD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
read_value(InputStream) - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHelper
 
read_value(InputStream) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterDefaultFactory
 
ReadAll - Static variable in class org.eclipse.persistence.config.QueryType
 
readAllObjects(Class) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Read all of the instances of the class from the database.
readAllObjects(Class, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Read all of the instances of the class from the database return through execution the SQL string.
readAllObjects(Class, Call) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Read all the instances of the class from the database returned through execution the Call string.
readAllObjects(Class, Expression) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Read all of the instances of the class from the database matching the given expression.
readAllObjects(Class) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Read all of the instances of the class from the database.
readAllObjects(Class, Call) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Read all the instances of the class from the database returned through execution the Call string.
readAllObjects(Class, Expression) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Read all of the instances of the class from the database matching the given expression.
ReadAllQuery - Class in org.eclipse.persistence.queries
Purpose: Concrete class for all read queries involving a collection of objects.
ReadAllQuery() - Constructor for class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Return a new read all query.
ReadAllQuery(Class) - Constructor for class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Return a new read all query.
ReadAllQuery(Class, Expression) - Constructor for class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Return a new read all query for the class and the selection criteria.
ReadAllQuery(Class, ExpressionBuilder) - Constructor for class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Return a new read all query for the class.
ReadAllQuery(Class, Call) - Constructor for class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Return a new read all query.
ReadAllQuery(Object, QueryByExamplePolicy) - Constructor for class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Return a query by example query to find all objects matching the attributes of the example object.
ReadAllQuery(ExpressionBuilder) - Constructor for class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: The expression builder should be provide on creation to ensure only one is used.
ReadAllQuery(Call) - Constructor for class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Create a read all query with the database call.
ReadAllQuery.Direction - Enum in org.eclipse.persistence.queries
Specifies the direction in which the hierarchy is traversed in a hierarchical query.
ReadAllQueryResultCollection - Class in org.eclipse.persistence.jpa.rs.util.list
This class is used to wrap collection of records returned by a JPA read all query and includes paging links.
ReadAllQueryResultCollection() - Constructor for class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
 
ReadAllQueryResultCollectionMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the ReadAllQueryResultCollection class available to JPA-RS JAXB context.
ReadAllQueryResultCollectionMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.ReadAllQueryResultCollectionMetadataSource
 
readBeyondStream(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
readChangesFile(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
This readChangesFile() method reads the given properties file to be a reference for renaming TopLink package name.
readCompleteChangeSet(ObjectInputStream) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Helper method used by readObject to read a completely serialized change set from the stream.
ReadConnectionPool - Class in org.eclipse.persistence.sessions.server
Purpose: The read connection pool is used for read access through the server session.
ReadConnectionPool() - Constructor for class org.eclipse.persistence.sessions.server.ReadConnectionPool
PUBLIC: Build a new read connection pool.
ReadConnectionPool(String, Login, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ReadConnectionPool
PUBLIC: Build a new read connection pool.
ReadConnectionPool(String, Login, int, int, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ReadConnectionPool
PUBLIC: Build a new read connection pool.
ReadConnectionPool(String, Login, int, int, int, ServerSession) - Constructor for class org.eclipse.persistence.sessions.server.ReadConnectionPool
PUBLIC: Build a new read connection pool.
ReadConnectionPoolConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.pool
INTERNAL:
ReadConnectionPoolConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.pool.ReadConnectionPoolConfig
 
readExternal(ObjectInput) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Override the default serialization for a remote valueholder so as not to serialize the value Note: Changed for bug 3145211.
readExternal(ObjectInput) - Method in class org.eclipse.persistence.sdo.AbstractExternalizableDelegator
 
readExternal(ObjectInput) - Method in class org.eclipse.persistence.sdo.SDOExternalizableDelegator
 
readExternal(ObjectInput) - Method in class org.eclipse.persistence.sdo.SDOResolvable
Purpose: Deserialize from an ObjectInputStream into an SDODataObject This function is mandated by the Externalizable interface.
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
 
readFromBytes(byte[]) - Method in class org.eclipse.persistence.internal.sessions.coordination.ServiceAnnouncement
INTERNAL: Initialize the instance fields from the serialized bytes.
readFromResultSetIntoObject(ResultSet, Object, ObjectBuildingQuery, AbstractSession, DatabaseAccessor, ResultSetMetaData, int, DatabasePlatform) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Extract values directly from the result-set.
readFromReturnRowIntoObject(AbstractRecord, Object, ReadObjectQuery, Collection, ObjectChangeSet) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Build an aggregate object from the specified return row and put it in the specified target object.
readFromReturnRowIntoObject(AbstractRecord, Object, ReadObjectQuery, Collection, ObjectChangeSet) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Extracts value from return row and set the attribute to the value in the object.
readFromRowIntoObject(XML_RECORD, Object, ABSTRACT_SESSION, boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.TransformationMapping
INTERNAL: Extract value from the row and set the attribute to the value in the object.
readFromRowIntoObject(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Build an aggregate object from the specified row and put it in the specified target object.
readFromRowIntoObject(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Extract value from the row and set the attribute to this value in the object.
readFromRowIntoObject(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Extract value from the row and set the attribute to this value in the object.
readFromRowIntoObject(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Extract value from the row and set the attribute to the value in the object.
readFromRowIntoObject(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, AbstractSession, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
readFromRowIntoObject(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, AbstractSession, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
INTERNAL: Extract the primary key values from the row, then create an org.eclipse.persistence.internal.oxm.Reference instance and stored it on the session's org.eclipse.persistence.internal.oxm.ReferenceResolver.
readFromRowIntoObject(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, AbstractSession, boolean, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
INTERNAL: Extract the primary key values from the row, then create an org.eclipse.persistence.internal.oxm.Reference instance and stored it on the session's org.eclipse.persistence.internal.oxm.ReferenceResolver.
readFromRowIntoObject(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, AbstractSession, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
readFromRowIntoObject(AbstractRecord, JoinedAttributeManager, Object, CacheKey, ObjectBuildingQuery, AbstractSession, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
INTERNAL: Extract the primary key values from the row, then create an org.eclipse.persistence.internal.oxm.Reference instance and store it on the session's org.eclipse.persistence.internal.oxm.ReferenceResolver.
readFromRowIntoObject(XMLRecord, Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
INTERNAL: Extract value from the row and set the attribute to the value in the object.
readIdentityInformation(ObjectInputStream) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Helper method used by readObject to read just the information about object identity from a serialized stream.
ReadLockOnly - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
Used for read lock to determine update the version field with the same value or increment value
ReadLockUpdateVersion - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
ReadObject - Static variable in class org.eclipse.persistence.config.QueryType
 
readObject(Class) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Read the first instance of the class from the database.
readObject(Class, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Read the first instance of the class from the database return through execution the SQL string.
readObject(Class, Call) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Read the first instance of the class from the database returned through execution the Call string.
readObject(Class, Expression) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Read the first instance of the class from the database matching the given expression.
readObject(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Use the example object to consruct a read object query by the objects primary key.
readObject(Class, Session) - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: If the PKs were retrieved with the attributes then this method can be used to read the real object from the database.
readObject(Class) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Read the first instance of the class from the database.
readObject(Class, Call) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Read the first instance of the class from the database returned through execution the Call string.
readObject(Class, Expression) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Read the first instance of the class from the database matching the given expression.
readObject(Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Use the example object to construct a read object query by the objects primary key.
readObjectPersistenceRuntimeFormat(Document, ClassLoader, Project) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectReader
Read a project in the format of an ObjectPersistenceRuntimeXMLProject.
ReadObjectQuery - Class in org.eclipse.persistence.queries
Purpose: Concrete class for all read queries involving a single object.
ReadObjectQuery() - Constructor for class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return a new read object query.
ReadObjectQuery(Class) - Constructor for class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return a new read object query.
ReadObjectQuery(Class, Expression) - Constructor for class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return a new read object query for the class and the selection criteria.
ReadObjectQuery(Class, ExpressionBuilder) - Constructor for class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return a new read object query for the class.
ReadObjectQuery(Class, Call) - Constructor for class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return a new read object query.
ReadObjectQuery(Call) - Constructor for class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return a new read object query.
ReadObjectQuery(Object) - Constructor for class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return a query to read the object with the same primary key as the provided object.
ReadObjectQuery(Object, QueryByExamplePolicy) - Constructor for class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return a query by example query to find an object matching the attributes of the example object.
ReadObjectQuery(ExpressionBuilder) - Constructor for class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: The expression builder should be provide on creation to ensure only one is used.
ReadOnly - Annotation Type in org.eclipse.persistence.annotations
The ReadOnly annotation is used to specify that a class is read only.
ReadOnly - Static variable in class org.eclipse.persistence.config.ResultSetConcurrency
The concurrency mode for a ResultSet object that may NOT be updated.
readOnly() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: To make mapping read only.
ReadQuery - Class in org.eclipse.persistence.queries
Purpose: Abstract class for all read queries.
ReadQuery() - Constructor for class org.eclipse.persistence.queries.ReadQuery
PUBLIC: Initialize the state of the query
readResolve() - Method in class org.eclipse.persistence.sdo.AbstractExternalizableDelegator
 
readResolve() - Method in class org.eclipse.persistence.sdo.SDOResolvable
Purpose: This function is called after readExternal to return the recently deserialized object retrieved from the ObjectInputStream.
readStatementsCount - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Keep track of the number of the read statement that being executed.
readSubclassesOnQueries() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Set the descriptor to read instance of itself and its subclasses when queried.
ReadTransformer - Annotation Type in org.eclipse.persistence.annotations
Annotation for org.eclipse.persistence.mappings.TransformationMapping.
ReadTransformer - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
readTransformerClassDoesntImplementAttributeTransformer(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Cause: ReadTransformer for the specified attribute of the specified class doesn't implement the required interface AttributeTransforer.
readTransformerHasBothClassAndMethod(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: ReadTransformer for the specified attribute of the specified class specifies both class and method.
readTransformerHasBothClassAndMethod(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Cause: ReadTransformer for the specified attribute of the specified class specifies both class and method.
readTransformerHasNeitherClassNorMethod(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: ReadTransformer for the specified attribute of the specified class specifies neither class nor method.
readTransformerHasNeitherClassNorMethod(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Cause: ReadTransformer for the specified attribute of the specified class specifies neither class nor method.
ReadTransformerImpl - Class in org.eclipse.persistence.internal.jpa.config.transformers
JPA scripting API implementation.
ReadTransformerImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.transformers.ReadTransformerImpl
 
ReadTransformerMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.transformers
INTERNAL: Metadata for ReadTransformer.
ReadTransformerMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.transformers.ReadTransformerMetadata
INTERNAL: Used for XML loading.
ReadTransformerMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.transformers.ReadTransformerMetadata
INTERNAL: Used for annotation loading.
readTransporter(InputStream) - Static method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
Insert the method's description here.
readTransporter(InputStream) - Static method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
Insert the method's description here.
readWrite() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: The mapping can be dynamically made either readOnly or readWriteOnly.
reapplyPackageAndClassAdapters(Property, TypeInfo) - Method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
This method checks for class and package level adapters after the type of a property has been set.
rebuildAndAddExpressions(List, List, ExpressionBuilder, Map) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Rebuild the expressions with the correct expression builder if using a different one.
rebuildAndAddExpressions(Map, Vector, ExpressionBuilder, Map) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Rebuild the expressions with the correct expression builder if using a different one.
rebuildExpression(Expression, Expression, Map<Expression, Expression>) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Rebuild the expression if required.
rebuildOn(Expression) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: This expression is built on a different base than the one we want.
rebuildOn(Expression) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: This expression is built on a different base than the one we want.
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
 
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL: This expression is built on a different base than the one we want.
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
INTERNAL: This expression is built on a different base than the one we want.
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: This expression is built on a different base than the one we want.
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
INTERNAL: This expression is built on a different base than the one we want.
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: This expression is built on a different base than the one we want.
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
INTERNAL: This expression is built on a different base than the one we want.
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.ManualQueryKeyExpression
INTERNAL: This expression is built on a different base than the one we want.
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
INTERNAL: This expression is built on a different base than the one we want.
rebuildOn(Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
INTERNAL: A special version of rebuildOn where the newBase need not be a new ExpressionBuilder but any expression.
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: This expression is built on a different base than the one we want.
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: This expression is built on a different base than the one we want.
rebuildOn(Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: A special version of rebuildOn where the newBase need not be a new ExpressionBuilder but any expression.
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
Should not rebuild as has its on expression builder.
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.TableExpression
INTERNAL: This expression is built on a different base than the one we want.
rebuildOn(Expression) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
INTERNAL: This expression is built on a different base than the one we want.
receivedAnnouncement(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
INTERNAL: Process the announcement that indicates that a new service is online
RECEIVER_QNAME - Static variable in class org.eclipse.persistence.internal.dbws.SOAPResponseWriter
 
recognitionException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
recognitionException(String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
INTERNAL Create an exception to wrap the recognition exception thrown
Record - Interface in org.eclipse.persistence.sessions
This interface defines the public interface for the EclipseLink DatabaseRecord (was Record), and the other record types XMLRecord, EISRecord.
Record_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
RECORD_STACK_ON_LOCK - Static variable in class org.eclipse.persistence.config.SystemProperties
This property is used in conjunction with org.eclipse.persistence.sessions.IdentityMapAccessor.printIdentityMapLocks().
recordAddToCollectionInChangeRecord(ObjectChangeSet, CollectionChangeRecord) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
This method is used to bridge the behavior between Attribute Change Tracking and deferred change tracking with respect to adding the same instance multiple times.
recordAddToCollectionInChangeRecord(ObjectChangeSet, CollectionChangeRecord) - Method in class org.eclipse.persistence.internal.queries.ListContainerPolicy
This method is used to bridge the behavior between Attribute Change Tracking and deferred change tracking with respect to adding the same instance multiple times.
recordAddToCollectionInChangeRecord(ObjectChangeSet, CollectionChangeRecord) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
This method is used to bridge the behavior between Attribute Change Tracking and deferred change tracking with respect to adding the same instance multiple times.
recordCloneForPessimisticLocking(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Helper method that records clone with uow if query is pessimistic locking.
recordCloneForPessimisticLocking(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Helper method that records clone with uow if query is pessimistic locking.
RecordConverter - Interface in org.eclipse.persistence.eis
The RecordConverter interface allows conversion of an adapter specific record.
recordFetchedAttribute(Class, String) - Static method in class org.eclipse.persistence.tools.profiler.FetchGroupMonitor
 
recordMappingDependencies() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
Add all owned classes for each descriptor through checking the mappings.
recordMerge(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
recordPrivateOwnedRemovals(Object, UnitOfWorkImpl, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
 
recordPrivateOwnedRemovals(Object, ClassDescriptor, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Add the provided object to the deleted objects list on the commit manager.
recordPrivateOwnedRemovals(Object, ClassDescriptor, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Add the key and value from provided association to the deleted objects list on the commit manager.
recordPrivateOwnedRemovals(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Overridden by mappings that require additional processing of the change record after the record has been calculated.
recordPrivateOwnedRemovals(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Overridden by mappings that require objects to be deleted contribute to change set creation.
recordPrivateOwnedRemovals(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Overridden by mappings that require additional processing of the change record after the record has been calculated.
recordPrivateOwnedRemovals(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Overridden by mappings that require additional processing of the change record after the record has been calculated.
recordPrivateOwnedRemovals(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Overridden by mappings that require additional processing of the change record after the record has been calculated.
recordPrivateOwnedRemovals(Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL: Overridden by mappings that require additional processing of the change record after the record has been calculated.
recordRemoveFromCollectionInChangeRecord(ObjectChangeSet, CollectionChangeRecord) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
This method is used to bridge the behavior between Attribute Change Tracking and deferred change tracking with respect to adding the same instance multiple times.
recordRemoveFromCollectionInChangeRecord(ObjectChangeSet, CollectionChangeRecord) - Method in class org.eclipse.persistence.internal.queries.ListContainerPolicy
This method is used to bridge the behavior between Attribute Change Tracking and deferred change tracking with respect to adding the same instance multiple times.
recordRemoveFromCollectionInChangeRecord(ObjectChangeSet, CollectionChangeRecord) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
 
recordSpecifiedDependencies() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
Add all owned classes for each descriptor through checking the mappings.
recordUpdateToCollectionInChangeRecord(CollectionChangeEvent, ObjectChangeSet, CollectionChangeRecord) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
This method is used to bridge the behavior between Attribute Change Tracking and deferred change tracking with respect to adding the same instance multiple times.
recordUpdateToCollectionInChangeRecord(CollectionChangeEvent, ObjectChangeSet, CollectionChangeRecord) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
This method is used to bridge the behavior between Attribute Change Tracking and deferred change tracking with respect to adding the same instance multiple times.
recordUpdateToCollectionInChangeRecord(CollectionChangeEvent, ObjectChangeSet, CollectionChangeRecord) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
 
recreateOriginalCollection(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
Recreates the original state of the collection.
REDIRECTION_CLASS_OR_METHOD_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
REDIRECTION_METHOD_ERROR - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
REDIRECTION_METHOD_NOT_DEFINED_CORRECTLY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
redirectionClassOrMethodNotSet(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
redirectionMethodError(Exception, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
redirectionMethodNotDefinedCorrectly(Class, String, Exception, DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
redirectQuery(QueryRedirector, DatabaseQuery, AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Use a EclipseLink redirector to redirect this query to a method.
reestablishConnection(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Reconnect to the database.
reestablishConnection(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
PUBLIC: Reconnect to the database.
ref() - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: For Object-relational support.
Ref - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
ref() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
REF_PREFIX - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
REF_URL - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
RefactoringDelta - Interface in org.eclipse.persistence.jpa.jpql.tools
A refactoring delta contains an ordered collection of TextEdit.
RefactoringTool - Class in org.eclipse.persistence.jpa.jpql.tools
The abstract implementation providing refactoring support for JPQL queries.
Reference - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model.v2
Reference to REST resource.
Reference() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Reference
 
Reference(String) - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Reference
 
Reference(String, String) - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Reference
 
reference(Reference) - Method in class org.eclipse.persistence.internal.oxm.ChoiceUnmarshalContext
 
reference(Reference) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectUnmarshalContext
 
reference(Reference) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedUnmarshalContext
 
reference(Reference) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalContext
 
reference(Reference) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
reference(Reference) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
Reference - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
Reference(Mapping, Object, Class, HashMap, Object) - Constructor for class org.eclipse.persistence.internal.oxm.Reference
Constructor typically used in the collection case.
Reference(Mapping, Object, Class, Object) - Constructor for class org.eclipse.persistence.internal.oxm.Reference
Constructor typically used in the single case.
reference(Reference) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
REFERENCE_ADAPTER_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.RestAdapterClassWriter
 
REFERENCE_ADAPTER_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.RestReferenceAdapterV2ClassWriter
 
REFERENCE_CLASS_MISSING - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
REFERENCE_CLASS_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
REFERENCE_DESCRIPTOR_CANNOT_BE_AGGREGATE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
REFERENCE_DESCRIPTOR_IS_NOT_AGGREGATE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
REFERENCE_DESCRIPTOR_IS_NOT_AGGREGATECOLLECTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
REFERENCE_KEY_FIELD_NOT_PROPERLY_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
REFERENCE_TABLE_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ReferenceAdapter<T extends PersistenceWeavedRest> - Class in org.eclipse.persistence.jpa.rs.util.xmladapters
 
ReferenceAdapter() - Constructor for class org.eclipse.persistence.jpa.rs.util.xmladapters.ReferenceAdapter
Instantiates a new reference adapter.
ReferenceAdapter(String, PersistenceContext) - Constructor for class org.eclipse.persistence.jpa.rs.util.xmladapters.ReferenceAdapter
Instantiates a new reference adapter.
ReferenceAdapterV2<T extends PersistenceWeavedRest> - Class in org.eclipse.persistence.jpa.rs.util.xmladapters
Reference adapter used in JPARS V2.
ReferenceAdapterV2() - Constructor for class org.eclipse.persistence.jpa.rs.util.xmladapters.ReferenceAdapterV2
 
ReferenceAdapterV2(PersistenceContext) - Constructor for class org.eclipse.persistence.jpa.rs.util.xmladapters.ReferenceAdapterV2
Instantiates a new reference adapter.
ReferenceCacheKey(Object, Object, Object, long, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey
 
referenceClassMissing(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
referenceClassNotSpecified(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
REFERENCED_COLUMN_NOT_FOUND - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
REFERENCED_PROPERTY_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
referenceDescriptorCannotBeAggregate(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
referenceDescriptorIsNotAggregate(String, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
referenceDescriptorIsNotAggregateCollection(String, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
referencedPropertyNotFound(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when trying to find a referenced property during xsdhelper.define
referenceKeyFieldNotProperlySpecified(DatabaseField, ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
ReferenceMapping - Class in org.eclipse.persistence.mappings.structures
Purpose: In an object-relational data model, structures reference each other through "Refs"; not through foreign keys as in the relational data model.
ReferenceMapping() - Constructor for class org.eclipse.persistence.mappings.structures.ReferenceMapping
 
ReferenceMode - Enum in org.eclipse.persistence.config
Purpose: This class is a configuration property used to specify What type of Referenes EclipseLink will use when referencing Entities within the Persistence Context / UnitOfWork.
ReferenceResolver - Class in org.eclipse.persistence.internal.oxm
This class is leveraged by reference mappings.
ReferenceResolver() - Constructor for class org.eclipse.persistence.internal.oxm.ReferenceResolver
The default constructor initializes the list of References.
referenceTableNotSpecified(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
REFLECTIVE_CALL_ON_TOPLINK_CLASS_FAILED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
REFLECTIVE_EXCEPTION_WHILE_CREATING_CLASS_INSTANCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
ReflectiveAttributeDefinition - Class in org.eclipse.persistence.internal.codegen
INTERNAL:
ReflectiveAttributeDefinition() - Constructor for class org.eclipse.persistence.internal.codegen.ReflectiveAttributeDefinition
 
reflectiveCallOnTopLinkClassFailed(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
ReflectiveDynamicClassLoader - Class in org.eclipse.persistence.internal.jpa.config.metadata
Extended DynamicClassLoader used to create classes using reflective access to defineClass.
ReflectiveDynamicClassLoader(ClassLoader) - Constructor for class org.eclipse.persistence.internal.jpa.config.metadata.ReflectiveDynamicClassLoader
 
reflectiveExceptionWhileCreatingClassInstance(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Cause: When deploying a JPA application, an Exception was thrown while reflectively instantiating a class that was listed in the metadata.
ReflectiveMethodDefinition - Class in org.eclipse.persistence.internal.codegen
INTERNAL:
ReflectiveMethodDefinition() - Constructor for class org.eclipse.persistence.internal.codegen.ReflectiveMethodDefinition
 
REFRESH - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.refresh"
refresh(Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Refresh the state of the instance from the database.
refresh(Object, Map<String, Object>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Refresh the state of the instance from the database, using the specified properties, and overwriting changes made to the entity, if any.
refresh(Object, LockModeType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Refresh the state of the instance from the database, overwriting changes made to the entity, if any, and lock it with respect to given lock mode type.
refresh(Object, LockModeType, Map<String, Object>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Refresh the state of the instance from the database, overwriting changes made to the entity, if any, and lock it with respect to given lock mode type.
REFRESH_CASCADE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.refresh.cascade"
REFRESH_NOT_POSSIBLE_WITH_CHECK_CACHE_ONLY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
REFRESH_NOT_POSSIBLE_WITHOUT_CACHE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
refreshAndLockObject(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Refresh the attributes of the object and of all of its private parts from the database.
refreshAndLockObject(Object, short) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Refresh the attributes of the object and of all of its private parts from the database.
refreshAndLockObject(Object) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Refresh the attributes of the object and of all of its private parts from the database.
refreshAndLockObject(Object, short) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Refresh the attributes of the object and of all of its private parts from the database.
refreshAndLockObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Refresh the attributes of the object and of all of its private parts from the database.
refreshAndLockObject(Object, short) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Refresh the attributes of the object and of all of its private parts from the database.
refreshIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: Refresh the attributes of the object(s) resulting from the query.
refreshIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Refresh the attributes of the object(s) resulting from the query.
refreshMetadata(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
ADVANCED: Re-bootstrap this factory.
refreshMetadata(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
ADVANCED: Re-bootstrap this factory.
refreshMetadata(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
Create a new version of this EntityManagerSetupImpl and cache it.
refreshMetadata() - Method in class org.eclipse.persistence.jaxb.JAXBContext
ADVANCED:
refreshMetadata(Map) - Method in interface org.eclipse.persistence.jpa.JpaEntityManagerFactory
As this EntityManagerFactory to refresh itself.
refreshNotPossibleWithCheckCacheOnly(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
refreshNotPossibleWithoutCache(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
refreshObject(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Refresh the attributes of the object and of all of its private parts from the database.
refreshObject(Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Refresh the attributes of the object and of all of its private parts from the database.
refreshProject(String) - Method in class org.eclipse.persistence.services.DevelopmentServices
This method used to reset a project in a session.
refreshProject(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method used to reset a project in a session.
refreshRemoteIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: Refresh the attributes of the object(s) resulting from the query.
refreshRemoteIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Refresh the attributes of the object(s) resulting from the query.
refreshRemoteObject() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTERNAL: This is used to refresh remote session object
RefToHex - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
refToHex() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
regexp(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value matches the regular expression.
regexp(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that compares if the receivers value matches the regular expression.
Regexp - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
regexp() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the REGEXP operator.
REGEXP - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'REGEXP'.
RegexpExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The REGEXP condition is used to specify a search for a pattern.
RegexpExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RegexpExpression
Creates a new LikeExpression.
RegexpExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RegexpExpression_InvalidPatternValue - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RegexpExpression_InvalidStringExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RegexpExpression_MissingPatternValue - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RegexpExpression_MissingStringExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
RegexpExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a REGEXP expression.
RegexpExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionBNF
Creates a new RegexpExpressionBNF.
RegexpExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This RegexpExpressionFactory creates a new RegexpExpression when the portion of the query to parse starts with REGEXP.
RegexpExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.RegexpExpressionFactory
Creates a new RegexpExpressionFactory.
regexpOperator() - Static method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Create the REGEXP_LIKE operator.
regexpOperator() - Static method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Create the ~ operator.
register() - Method in interface org.eclipse.persistence.jpa.rs.eventlistener.ChangeListener
 
register(Session, String) - Method in interface org.eclipse.persistence.jpa.rs.eventlistener.DescriptorBasedDatabaseEventListener
Register for change notifications on a particular descriptor
register(Session) - Method in interface org.eclipse.persistence.platform.database.events.DatabaseEventListener
Register for database change events and invalidate the session's cache.
register(DataSource, Session) - Method in interface org.eclipse.persistence.platform.database.partitioning.DataPartitioningCallback
 
Register - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
registerAllObjects(Collection) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Register the objects with the unit of work.
registerAllObjects(Vector) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Register the objects with the unit of work.
registerAllObjects(Collection) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Register the objects with the unit of work.
registerBNF(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Registers the given JPQLQueryBNF.
registerExistingObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Register the existing object with the unit of work.
registerExistingObject(Object, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Register the existing object with the unit of work.
registerExistingObject(Object, ClassDescriptor, Object, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Register the existing object with the unit of work.
registerExistingObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Register the existing object with the unit of work.
registerExistingObjectOfReadOnlyClassInNestedTransaction(Object, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTERNAL: Used to register an existing object used in nested unit of work with read-only class in root unit of work.
registerFactory(ExpressionFactory) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Registers the given ExpressionFactory by storing it for all its identifiers.
registerFactory(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.VirtualJPQLQueryBNF
Registers a unique identifier that will be used to create the Expression representing this BNF rule.
registerFetchJoin(String, Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
Associate the given variableName with the given node representing a JOIN FETCH node.
registerFinalizer() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Register a finalizer to release this session.
registerIdentifierRole(String, IdentifierRole) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Registers the IdentifierRole for the given JPQL identifier.
registerIdentifierVersion(String, JPAVersion) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Registers the JPAVersion for which the given JPQL identifier was defined.
registerIfRequired(UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionWrapper
 
registerIfRequired(UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.jpa.transaction.JTATransactionWrapper
 
registerIfRequired(UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionWrapperImpl
 
registerIndividualResult(Object, Object, UnitOfWorkImpl, JoinedAttributeManager, ClassDescriptor) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Constructs the final (registered) object for every individual object queried via a UnitOfWork.
registerJoinVariable(String, Node, int, int) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Associate the given path with the given variable.
registerMBean() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: registerMBean(): Create and deploy the JMX MBean to provide runtime services for my databaseSession.
registerMBean() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: registerMBean(): Create and deploy the JMX MBean to provide runtime services for my databaseSession.
registerNewContainerBean(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Register the new container bean with the unit of work.
registerNewContainerBeanForCMP(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Register the new Bean with the unit of work.
registerNewObject(Object) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
ADVANCED: Register the new object with the unit of work.
registerNewObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Register the new object with the unit of work.
registerNewObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Register the new object with the unit of work.
registerNewObjectForPersist(Object, Map) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Register the new object with the unit of work.
registerObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Register the object with the unit of work.
registerObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Register the object with the unit of work.
registerObject(Class, Object, String) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Register the object given its name.
registerObject(Object, String) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Register the object given its name.
registerOperator(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Define a name for a user defined operator.
registerOriginalNewObjectFromNestedUnitOfWork(Object, Object, Object, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Register a new object from a nested unit of work into its parent.
registerOuterScopeVariable(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Adds the specified variable to the set of outer scope variables.
registerOutputParameter(CallableStatement, int, int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
This method is used to register output parameter on Callable Statements for Stored Procedures as each database seems to have a different method.
registerOutputParameter(CallableStatement, int, int) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
This method is used to register output parameter on Callable Statements for Stored Procedures as each database seems to have a different method.
registerQueryBNF(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.VirtualJPQLQueryBNF
Registers the unique identifier of the BNF rule as a child of this BNF rule.
registerRemovedNewObjectIfRequired(Object) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Determine if the object is a registered new object, and that this is a nested unit of work merge into the parent.
registerResultInUnitOfWork(Object, UnitOfWorkImpl, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: All objects queried via a UnitOfWork get registered here.
registerResultInUnitOfWork(Object, UnitOfWorkImpl, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: All objects queried via a UnitOfWork get registered here.
registerResultInUnitOfWork(Object, UnitOfWorkImpl, AbstractRecord, boolean) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: All objects queried via a UnitOfWork get registered here.
registerResultSetInUnitOfWork(ResultSet, Vector, DatabaseField[], UnitOfWorkImpl, AbstractRecord) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Version of the previous method for ResultSet optimization.
registerSchema(String, String, int, int) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Associate the given schema with the given variable.
registerSession(String, AbstractSession) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Register the session under its name.
registerSession(String, Session) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Register the session under its name.
registerStoredProcedureParameter(int, Class, ParameterMode) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Register a positional parameter.
registerStoredProcedureParameter(String, Class, ParameterMode) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Register a named parameter.
registerSynchronization(Synchronization) - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
registerSynchronizationListener(UnitOfWorkImpl, AbstractSession) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
INTERNAL: Register a listener on the unit of work.
registerSynchronizationListener(UnitOfWorkImpl, AbstractSession) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Associate the given unit of work and EclipseLink session with the current external transaction.
registerTransformer(ClassTransformer, PersistenceUnitInfo, Map) - Method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
Register a transformer.
registerTransformer(ClassTransformer, PersistenceUnitInfo, Map) - Method in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
Register a transformer.
registerWithTransactionIfRequired() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Register this UnitOfWork against an external transaction controller
REGISTRY_NAMING_SERVICE - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
rehashFieldDependancies(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Rehash any hashtables based on fields.
rehashFieldDependancies(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Rehash any maps based on fields.
rehashFieldDependancies(AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Rehash any hashtables based on fields.
rehashFieldDependancies(AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Rehash any hashtables based on fields.
rehashFieldDependancies(AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Rehash any map based on fields.
rehashFieldDependancies(AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Rehash any maps based on fields.
rehashHashtable(Hashtable) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
rehashMap(Map) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
reinitialize() - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Reset the commits.
reinitializeForSession(AbstractSession, RemoteSessionController) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
INTERNAL: Re-initialize for the server-side session.
reInitializeJoinedAttributes() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: A user should not be setting which attributes to join or not to join after descriptor initialization; provided only for backwards compatibility.
relate(Expression, Object, SpatialParameters) - Static method in class org.eclipse.persistence.expressions.spatial.SpatialExpressionFactory
PUBLIC: Return an Expression for the MDSYS.MDSYS.SDO_RELATE Spatial Operator on the Oracle Database Use of this operator requires the Java spatial classes
relate() - Static method in class org.eclipse.persistence.internal.expressions.SpatialExpressionOperators
ExpressionOperator for the MDSYS.MDSYS.SDO_RELATE Spatial Operator on the Oracle Database Use of this operator requires the Java spatial classes
RELATION_KEY_FIELD_NOT_PROPERLY_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
RelationalColumnMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
INTERNAL: Object to process JPA relational type colummns into EclipseLink database fields.
RelationalColumnMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.RelationalColumnMetadata
INTERNAL: Used for annotation loading.
RelationalDescriptor - Class in org.eclipse.persistence.descriptors
Purpose: EclipseLink has been designed to take advantage of the similarities between relational databases and objects while accommodating for their differences, providing an object oriented wrapper for relational databases.
RelationalDescriptor() - Constructor for class org.eclipse.persistence.descriptors.RelationalDescriptor
PUBLIC: Return a new descriptor.
RelationalMapping - Interface in org.eclipse.persistence.mappings
INTERNAL All mappings which can be added to org.eclipse.persistence.mappings.Descriptor must implement this interface.
RelationalTableMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.tables
INTERNAL: Object to hold onto a relational table metadata in an EclipseLink database table.
RelationalTableMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.RelationalTableMetadata
INTERNAL: Used for defaulting.
RelationalTableMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.RelationalTableMetadata
INTERNAL: Used for annotation loading.
RelationalTableMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.RelationalTableMetadata
INTERNAL: Used for XML loading.
RelationExpression - Class in org.eclipse.persistence.internal.expressions
Purpose:Used for all relation operators except for between.
RelationExpression() - Constructor for class org.eclipse.persistence.internal.expressions.RelationExpression
 
RelationExpression_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
relationKeyFieldNotProperlySpecified(DatabaseField, ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
RelationshipAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: A relational accessor.
RelationshipInfo - Class in org.eclipse.persistence.internal.weaving
Stores information about a relationships mapping that is used by JPA-RS to build links for relationships.
RelationshipInfo() - Constructor for class org.eclipse.persistence.internal.weaving.RelationshipInfo
 
RelationshipLinkAdapter - Class in org.eclipse.persistence.jpa.rs.util.xmladapters
 
RelationshipLinkAdapter() - Constructor for class org.eclipse.persistence.jpa.rs.util.xmladapters.RelationshipLinkAdapter
 
RelationshipLinkAdapter(String, PersistenceContext) - Constructor for class org.eclipse.persistence.jpa.rs.util.xmladapters.RelationshipLinkAdapter
 
RelationTableMechanism - Class in org.eclipse.persistence.mappings
Purpose: Contains relation table functionality that was originally defined in ManyToManyMapping and now is shared with OneToOneMapping.
RelationTableMechanism() - Constructor for class org.eclipse.persistence.mappings.RelationTableMechanism
 
relative(int) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
Moves the cursor a relative number of rows, either positive or negative.
relative(int) - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Moves the cursor a relative number of rows, either positive or negative.
RelativePositionOrderingPolicy - Class in org.eclipse.persistence.oxm.documentpreservation
INTERNAL:
RelativePositionOrderingPolicy() - Constructor for class org.eclipse.persistence.oxm.documentpreservation.RelativePositionOrderingPolicy
 
RelativePositionOrderingPolicyConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
 
RelativePositionOrderingPolicyConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.RelativePositionOrderingPolicyConfig
 
release() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Decrement the depth for the active thread.
release() - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
This method may be called during initialize all identity maps.
release() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Release the lock on the cache key object.
release() - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
This method may be called during initialize all identity maps.
release() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
Avoid acquiring locks for unit of work.
release() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Release the session.
release() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
PUBLIC: Release the connection resource.
release() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Release the unit of work.
release() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Release the session.
release() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Release the lock on the cache key object.
release() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Was PUBLIC: customer will be redirected to Session.
release() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Release the session.
release() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Release the unit of work.
releaseActiveLocksOnThread() - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
Release the active lock on the DLM
releaseAllAcquiredLocks(MergeManager) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
INTERNAL: This method will release all acquired locks
releaseCalendar(Calendar) - Static method in class org.eclipse.persistence.internal.helper.Helper
PERF: This is used to optimize Calendar conversion/printing.
releaseClientSession(ClientSession) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Release the clients connection resource.
releaseConnection(Accessor) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: Add the connection as single that a new connection is available.
releaseConnection(Accessor) - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
INTERNAL: When you release an external connection, you simply let it go.
releaseConnection(Accessor) - Method in class org.eclipse.persistence.sessions.server.ReadConnectionPool
INTERNAL: Because connections are not exclusive nothing is required.
releaseConnectionAfterCall(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Release (if required) connection after call.
releaseConnectionAfterCall(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Release (if required) connection after call.
releaseConnectionAfterCall(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Release (if required) connection after call.
releaseCustomizer() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Clear customizer if it's active and set it to null.
releaseCustomizer(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Clear and remove customizer if its session is the same as the passed one; in case prevCustomizer exists set it as a new customizer.
releaseCustomizer() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Clear customizer if it's active and set it to null.
releaseCustomizer(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Clear and remove customizer if its session is the same as the passed one; in case prevCustomizer exists set it as a new customizer.
releaseDeferredLock() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Release the deferred lock.
releaseDeferredLock() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Release the deferred lock
releaseDeferredLock() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
Avoid acquiring locks for unit of work.
releaseDeferredLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Release the deferred lock
releaseInvalidClientSession(ClientSession) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Release any invalid connection in the client session.
releaseJTSConnection() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Called in the end of beforeCompletion of external transaction synchronization listener.
releaseJTSConnection() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Called in the end of beforeCompletion of external transaction synchronization listener.
releaseJTSConnection() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Called in the end of beforeCompletion of external transaction synchronization listener.
releaseJTSConnection() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Called in the end of beforeCompletion of external transaction sychronization listener.
releaseJTSConnection() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Called in the end of beforeCompletion of external transaction synchronization listener.
releasePrevious() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Release all objects read in so far.
releaseReadConnection(Accessor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL:
releaseReadConnection(Accessor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Release the read connection to the read connection pool.
releaseReadConnection(Accessor) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Release the cursor query's connection.
releaseReadConnection(Accessor) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Release the read connection back into the read pool.
releaseReadLock() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Decrement the number of readers.
releaseReadLock() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Release the read lock on the cache key object.
releaseReadLock() - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
Avoid acquiring locks for unit of work.
releaseReadLock() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Release the read lock on the cache key object.
releaseStatement(Statement, String, DatabaseCall, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Release the statement through closing it or putting it back in the statement cache.
releaseUnitOfWork(UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Release the unit of work, if lazy release the connection.
releaseWrappedValueHolder(AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Releases a wrapped valueholder privately owned by a particular unit of work.
releaseWrappedValueHolder(AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.QueryBasedValueHolder
Releases a wrapped valueholder privately owned by a particular unit of work.
releaseWrappedValueHolder(AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
Releases a wrapped valueholder privately owned by a particular unit of work.
releaseWriteLock() - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Lock the entire cache if the cache isolation requires.
releaseWriteLock() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Lock the entire cache if the cache isolation requires.
releaseWriteLock() - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Lock the entire cache if the cache isolation requires.
releaseWriteLocks() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Release the unit of work cache write locks, if acquired.
reloadEntity(EntityAccessor, MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: We clone/reload an entity class by writing it out to XML and reload it through OX.
reloadMappedSuperclass(MappedSuperclassAccessor, MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: We clone/reload a mapped-superclass by writing it out to XML and reload it through OX.
Remote - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
REMOTE_PROTOCOL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.remote.protocol" property configures remote JPA for a client or server.
REMOTE_SERVER_NAME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.remote.server.name" property configures remote JPA for a server.
REMOTE_URL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.remote.client.url" property configures remote JPA for a client.
RemoteChangeSet - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
RemoteCommand - Interface in org.eclipse.persistence.internal.sessions.remote
Purpose: This Interfaces provides the reference part of an remote command framework Whereby, TopLink can issue commands to distributed servers.
RemoteCommandManager - Class in org.eclipse.persistence.sessions.coordination
Purpose: Provide a CommandManager implementation for cache coordination.
RemoteCommandManager(CommandProcessor) - Constructor for class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
RemoteCommandManager(CommandProcessor, TransportManager) - Constructor for class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
RemoteCommandManagerConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.rcm
INTERNAL:
RemoteCommandManagerConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.rcm.RemoteCommandManagerConfig
 
RemoteCommandManagerException - Exception in org.eclipse.persistence.exceptions
Instances of this exception are raised if a problem is detected in the RemoteCommandManager (RCM) feature.
RemoteCommandManagerException() - Constructor for exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
RemoteCommandManagerException(String) - Constructor for exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
RemoteCommandManagerExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for RemoteCommandManagerExceptionResource messages.
RemoteCommandManagerExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.RemoteCommandManagerExceptionResource
 
remoteCommandManagerIsClosed() - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
RemoteConnection - Class in org.eclipse.persistence.internal.sessions.coordination
Purpose: Define an abstract class for the remote object that can execute a remote command using different transport protocols.
RemoteConnection() - Constructor for class org.eclipse.persistence.internal.sessions.coordination.RemoteConnection
 
RemoteConnection - Class in org.eclipse.persistence.internal.sessions.remote
Defines set of abstract methods which one must overwrite for any kind to implement a communication mechanism.
RemoteConnection() - Constructor for class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
 
RemoteCursoredStream - Class in org.eclipse.persistence.internal.sessions.remote
Purpose: The object is used as a wrapper to the CursoredStream object in the remote transaction (via RMI, CORBA, etc.)
RemoteCursoredStream(CursoredStream) - Constructor for class org.eclipse.persistence.internal.sessions.remote.RemoteCursoredStream
 
remoteExecute() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
This can be used by collection such as cursored stream to gain control over execution.
remoteExecute(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Execute query remotely.
remoteExecute() - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
INTERNAL: Execute the cursored select and build the stream.
remoteExecute() - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: Execute the cursored select and build the stream.
remoteExecute(AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL:
remoteExecute() - Method in class org.eclipse.persistence.queries.DataReadQuery
INTERNAL: Used by RemoteSession.
remoteExecute() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Execute the query through remote session.
remoteExecute(AbstractSession) - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL: Return if this is a read query.
remoteExecute() - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
INTERNAL: Execute the cursored select and build the stream.
remoteExecute(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Execute the query on the server.
remoteExecute(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Execute the query on the server.
remoteExecute(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Execute the query on the server.
remoteExecuteNamedQuery(String, Class, Vector) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Execute query remotely.
remoteExecuteNamedQuery(String, Class, Vector) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Execute query remotely.
remoteExecuteNamedQuery(String, Class, Vector) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Execute query remotely.
remoteExecuteNamedQuery(String, Class, Vector) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Execute query remotely.
RemoteFunctionCall - Interface in org.eclipse.persistence.internal.sessions.remote
Purpose: This Interface provides the reference part of an remote command framework Whereby, TopLink can issue function calls to distributed servers.
remoteInitialization(DistributedSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Used to initialize a remote descriptor.
remoteInitialization(AbstractSession) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: Used to initialize a remote DescriptorEventManager.
remoteInitialization(DistributedSession) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Used to initialize a remote descriptor.
remoteInitialization(DistributedSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Once a descriptor is serialized to the remote session, all its mappings and reference descriptors are traversed.
remoteInitialization(DistributedSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Once a descriptor is serialized to the remote session, all its mappings and reference descriptors are traversed.
remoteInitialization(DistributedSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Once descriptors are serialized to the remote session.
remoteInitialization(DistributedSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Once descriptors are serialized to the remote session.
remoteInitialization(DistributedSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Once descriptors are serialized to the remote session.
remoteInitialization(DistributedSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Once descriptors are serialized to the remote session.
remoteInitialization(DistributedSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Once descriptors are serialized to the remote session.
remoteInitialize(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL: Initialize the CMPPolicy settings for remote sessions.
remoteInitialize(ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
INTERNAL: Initialize the CMPPolicy settings for remote sessions.
RemoteLazy - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
RemoteMetadata - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
RemoteProtocol - Class in org.eclipse.persistence.config
Remote JPA protocol persistence property values.
RemoteProtocol() - Constructor for class org.eclipse.persistence.config.RemoteProtocol
 
RemoteScrollableCursor - Class in org.eclipse.persistence.internal.sessions.remote
Purpose: The object is used as a wrapper to the ScrollableCursor object in the remote transaction (via RMI, CORBA, etc.)
RemoteScrollableCursor(ScrollableCursor) - Constructor for class org.eclipse.persistence.internal.sessions.remote.RemoteScrollableCursor
 
RemoteSession - Class in org.eclipse.persistence.sessions.remote
Purpose: Provide transparent remote three-tiered replacation support.
RemoteSession() - Constructor for class org.eclipse.persistence.sessions.remote.RemoteSession
 
RemoteSession(RemoteConnection) - Constructor for class org.eclipse.persistence.sessions.remote.RemoteSession
PUBLIC: Creates a RemoteSession.
RemoteSessionController - Class in org.eclipse.persistence.internal.sessions.remote
RemoteSessionController sits between the remote session (on the client) and whatever session is running on the server.
RemoteSessionController(AbstractSession) - Constructor for class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
 
RemoteUnitOfWork - Class in org.eclipse.persistence.internal.sessions.remote
Counter part of the unit of work which exists on the client side.
RemoteUnitOfWork() - Constructor for class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
 
RemoteUnitOfWork(RemoteUnitOfWork) - Constructor for class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
 
RemoteUnitOfWork(DistributedSession) - Constructor for class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
 
RemoteUnitOfWork(RemoteUnitOfWork, ReferenceMode) - Constructor for class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
 
RemoteUnitOfWork(DistributedSession, ReferenceMode) - Constructor for class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
 
RemoteValueHolder - Class in org.eclipse.persistence.internal.sessions.remote
Remote value holders can be invoked locally and remotely.
RemoteValueHolder() - Constructor for class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
 
RemoteValueHolder(ObjID) - Constructor for class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
 
removAllValue() - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
 
REMOVE - Static variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
 
remove(int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
remove(Object) - Method in class org.eclipse.persistence.indirection.IndirectList
 
remove(Object) - Method in class org.eclipse.persistence.indirection.IndirectMap
 
remove(Object) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
remove(Object) - Method in class org.eclipse.persistence.internal.helper.ConcurrentFixedCache
Remove from cache.
remove(Object) - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
Removes the given object from this IdentityHashSet, if present.
remove(Object) - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Removes the mapping (key and its corresponding value) from this IdentityWeakHashMap, if present.
remove(Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
remove(int) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
remove(LinkedNode) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
Allows a node to be efficiently removed.
remove(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
remove(int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
remove(int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
remove(int) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
If index is missing wait until is there.
remove(Object) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
If object is missing wait until complete.
remove(Object, Object) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Remove the CacheKey with the primaryKey from the map.
remove(CacheKey) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Remove the CacheKey from the map.
remove(CacheKey) - Method in class org.eclipse.persistence.internal.identitymaps.CacheIdentityMap
Remove the LinkedCacheKey from the cache as well as from the linked list.
remove(CacheKey) - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
Removes the CacheKey from the map.
remove(CacheKey) - Method in class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
Remove the cache key from the map and the sub-cache list.
remove(Object, Object) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Remove the CacheKey with the primaryKey from the map.
remove(CacheKey) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Remove the CacheKey from the map.
remove(Object, Object) - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
Do Nothing.
remove(CacheKey) - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
Do Nothing.
remove(CacheKey) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
Avoid acquiring any lock as uow is single threaded.
remove(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
remove(Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Remove the instance.
remove(Object) - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
remove() - Method in class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer.TokensIterator
INTERNAL: Removal of attribute name tokens makes no sense.
remove(Field, Node) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
Remove a node.
remove(Field, Node, boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
Remove a node.
remove() - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy.MapContainerPolicyIterator
 
remove(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: Remove the field key from the row.
remove(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: Remove the field key from the row.
remove(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: Remove the field key from the row.
remove(DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
INTERNAL: Remove the field key from the row.
remove(Object) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
remove() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator
 
remove(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator.Remover.ReadOnly
 
remove(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.utility.iterator.CloneIterator.Remover
Remove the specified object from the original collection.
remove() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.EmptyIterator
remove() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
remove() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
remove(int) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
 
remove(int) - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
Remove the specified object from the original list.
remove() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
remove(DatabaseField) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Remove the field key from the row.
remove(Session) - Method in interface org.eclipse.persistence.platform.database.events.DatabaseEventListener
Remove registration from database change events.
remove() - Method in class org.eclipse.persistence.queries.Cursor
PUBLIC: Remove is not support with cursors.
remove(Object) - Method in class org.eclipse.persistence.queries.ReportQueryResult
INTERNAL: Remove the name key and value from the result.
remove(int) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
remove(Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
remove(Object, boolean, boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
INTERNAL: Remove the item or first occurrence of the item.
remove(Object) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
 
remove(int, boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
INTERNAL: Removes the element at the specified position in this list.
Position index starts at 0.
remove(int) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
Removes the element at the specified position in this list.
Position index starts at 0.
remove(int) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
remove(Object, Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Remove the CacheKey with the primaryKey from the map.
remove(CacheKey) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Remove the CacheKey from the map.
REMOVE_CONNECTION_ON_ERROR_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
removeAll(Collection<?>) - Method in class org.eclipse.persistence.indirection.IndirectList
 
removeAll(Collection<?>) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
removeAll(Collection) - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
This implementation throws an UnsupportedOperationException because removeAll does not work correctly with reference equality testing.
removeAll(Collection) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
removeAll(Collection) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
removeAll(Collection) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
removeAll(Collection<?>) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
removeAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
removeAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
Removes from this collection all of its currentElements that are contained in the specified collection.
removeAll(Collection, boolean) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
INTERNAL: Removes from this collection all of its currentElements that are contained in the specified collection.
removeAllButAlphaNumericToFit(String, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
Returns a String which has had enough non-alphanumeric characters removed to be equal to the maximumStringLength.
removeAllConnectionsToExternalServices() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Remove all remote connections from the list.
removeAllElements() - Method in class org.eclipse.persistence.indirection.IndirectList
 
removeAllElements() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
removeAllElements() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
removeAllReadOnlyClasses() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Empties the set of read-only classes.
removeAllReadOnlyClasses() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Empties the set of read-only classes.
removeAllSequences() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Remove all sequences, but the default one.
removeAllSequences() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Remove all sequences that were added through addSequence method.
removeAllSequences() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
Remove all sequences but the default one.
removeAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Makes sure the AS identifier is not specified.
removeAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Makes sure the AS identifier is not used.
removeAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Makes sure the AS identifier is not specified.
removeAttribute(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
Remove an attribute from the group.
removeAttribute(String) - Method in class org.eclipse.persistence.internal.queries.EntityFetchGroup
 
removeAttribute(Map<String, String>, String, Object, String, String, Object, String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Removes the attribute.
removeAttribute(String, String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
removeAttribute(String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
Deprecated.
 
removeCachedExpressionQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Remove the cached expression query.
removeCaseOperand() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Removes the case operand.
removeChange(String) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Remove the change.
removeChangeListener(ChangeListener) - Method in interface org.eclipse.persistence.jpa.rs.eventlistener.DescriptorBasedDatabaseEventListener
 
removeCharacterToFit(String, char, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
Returns a String which has had enough of the specified character removed to be equal to the maximumStringLength.
removeConnectionToExternalService(RemoteConnection) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Remove a remote connection from the list of connections to receive remote commands.
removeConversion(QName, Class) - Method in class org.eclipse.persistence.oxm.XMLField
Remove both a Java to XML Conversion and the corresponding XML to Java Conversion entry
removeDeclaredProperties(Property) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
removeDeferredLockManager(Thread) - Static method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Remove the deferred lock manager for the thread
removeElement(Object) - Method in class org.eclipse.persistence.indirection.IndirectList
 
removeElement(Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
removeElement(Object) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
If missing wait until complete.
removeElementAt(int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
removeElementAt(int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
removeElementAt(int) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
If index is missing wait until reasched or complete.
removeEmbeddableAccessor(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Used from the canonical model generator.
removeEntityAccessor(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Used from the canonical model generator.
removeExtendedPersistenceContext() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Internal method called by EntityTransactionImpl class in case of transaction rollback.
removeExtraNamespacesFromNamespaceResolver(List<Namespace>, CoreAbstractSession) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
removeExtraNamespacesFromNamespaceResolver(List<Namespace>, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
removeExtraNamespacesFromNamespaceResolver(List<Namespace>, CoreAbstractSession) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
removeExtraNamespacesFromNamespaceResolver(List<Namespace>, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
removeExtraNamespacesFromNamespaceResolver(List<Namespace>, CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL
removeField(DatabaseField) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL:
removeFirst() - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
Removes and returns the first contents from this list.
removeForceUpdateToVersionField(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Remove optimistic read lock from the object See forceUpdateToVersionField(Object)
removeForceUpdateToVersionField(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Remove optimistic read lock from the object See forceUpdateToVersionField(Object)
removeFrom(Object, Object, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Remove the object from the collection.
removeFrom(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Remove the object from the collection.
removeFrom(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Remove the object from the collection.
removeFrom(Object, Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Remove element from container which implements the Map interface.
removeFromIdentityMap(Object, Class, ClassDescriptor, Object) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Remove the object from the object cache.
removeFromIdentityMap(Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Remove the object from the object cache.
removeFromIdentityMap(Vector, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Deprecated.
removeFromIdentityMap(Object, Class) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Remove the object from the object cache.
removeFromIdentityMap(Object, Class, ClassDescriptor, Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Remove the object from the object cache.
removeFromIdentityMap(Object, Class, ClassDescriptor, Object) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
ADVANCED: Remove the object from the object cache.
removeFromIdentityMap(Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Removes the Object from the Object cache.
removeFromIdentityMap(Vector, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
Deprecated.
since EclipseLink 2.1, replaced by removeFromIdentityMap(Object, Class)
removeFromIdentityMap(Object, Class) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Removes the Object with given primary key and Class from the Object cache.
removeFromOwningMap() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Removes this cacheKey from the owning map
removeFromOwningMap() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
Removes this cacheKey from the owning map
removeFromValuesToExclude(Object) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Considers all attributes set to a previously excluded value on the example object.
removeGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Removes the GROUP BY clause.
removeGroupingElement(XPathNode) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
removeGroupingElement(XPathNode) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL:
removeGroupingElement(XPathNode) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
removeHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Removes the HAVING clause.
removeHelerContextResolver() - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Removes HelperContextResolver for the current application.
removeHelperContext(ClassLoader) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
INTERNAL: Remove a ClassLoader/HelperContext key/value pair from the Thread HelperContext map.
removeHelperContext(String, ClassLoader) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
INTERNAL
removeIf(Predicate<? super E>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectList
 
removeIf(Predicate<? super E>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectSet
 
removeItem(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Removes the given StateObject from the list of children.
removeItem(int) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Removes the single path at the given index.
removeItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Removes the given StateObject from the list of children.
removeItem(ListHolderStateObject<T>, List<T>, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Removes the given item from the list of children.
removeItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Removes the given StateObject from the list of children.
removeItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Removes the given StateObject from the list of children.
removeItem(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Removes the given StateObject from the list of children.
removeItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Removes the given StateObject from the list of children.
removeItem(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Removes the given StateObject from the list of children.
removeItems(Collection<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Removes the given StateObject from the list of children.
removeItems(Collection<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Removes the given StateObject from the list of children.
removeItems(ListHolderStateObject<T>, List<? extends T>, String, Collection<? extends T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Removes the given items from the list of children.
removeItems(Collection<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Removes the given StateObject from the list of children.
removeItems(Collection<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Removes the given StateObject from the list of children.
removeItems(Collection<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Removes the given StateObject from the list of children.
removeItems(Collection<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Removes the given StateObject from the list of children.
removeItems(Collection<UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Removes the given StateObject from the list of children.
removeJavaConversion(Class) - Method in class org.eclipse.persistence.oxm.XMLField
Remove a Java to XML Conversion entry
removeLast() - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
Removes and returns the last contents from this list.
removeListChangeListener(String, IListChangeListener<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractListHolderStateObject
Unregisters the given IListChangeListener that was registered for the specified list.
removeListChangeListener(String, IListChangeListener<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Unregisters the given IListChangeListener that was registered for the specified list.
removeListChangeListener(String, IListChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Unregisters the given IListChangeListener that was registered for the specified list.
removeListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Unregisters the given IListChangeListener that was registered for the specified list.
removeListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Unregisters the given IListChangeListener that was registered for the specified list.
removeListChangeListener(String, IListChangeListener<T>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.ListHolderStateObject
Unregisters the given IListChangeListener that was registered for the specified list.
removeListChangeListener(String, IListChangeListener<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Unregisters the given IListChangeListener that was registered for the specified list.
removeListChangeListener(String, IListChangeListener<UpdateItemStateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Unregisters the given IListChangeListener that was registered for the specified list.
removeListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: Remove a event listener.
removeListener(SessionEventListener) - Method in class org.eclipse.persistence.sessions.SessionEventManager
PUBLIC: Remove the event listener from the session.
removeLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
ADVANCED: Remove the local connection from remote accesses.
removeLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
INTERNAL: No-op, as the local connection does not need to be removed as JGroups manages registration.
removeLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
INTERNAL: No-op, as the local connection does not need to be removed from JMSPublishingTransportManager.
removeLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSTopicTransportManager
INTERNAL: caches local connection, set localConnection to null, closes the cached connection in a new thread.
removeLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
ADVANCED: Remove the local connection from remote accesses.
removeLocalConnection() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
ADVANCED: Remove the local connection from remote accesses.
removeMappedSuperclassAccessor(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Used from the canonical model generator.
removeMappingForAttributeName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Removes the locally defined mapping associated with a given attribute name.
removeNamespace(String) - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
 
removeNonIndirectionValues() - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
Remove values corresponding to all fields not related to indirection.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Makes sure the NOT identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Makes sure the NOT identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Makes sure the NOT identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Makes sure the NOT identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Makes sure the NOT identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Makes sure the AS identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Makes sure the NOT identifier is not specified.
removeNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Makes sure the NOT identifier is not specified.
removeNullCapableValue(NullCapableValue) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
removeNullCapableValue(NullCapableValue) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
removeNullCapableValue(NullCapableValue) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
removeObject(Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
ADVANCED: Removes the Object from the cache.
removeObject(Class, Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
ADVANCED: Removes the Object with the id and Class type from the cache.
removeObject(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
ADVANCED: Removes the Object from the cache.
removeObject(Class, Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
ADVANCED: Removes the Object with the id and Class type from the cache.
removeObject(Class, String) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Remove the object given its class and name.
removeObject(Object, String) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Remove the object given its name.
removeObjectChangeSet(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Add the changed Object's records to the ChangeSet.
removeObjectChangeSetFromNewList(ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Used to remove a new object from the new objects list once it has been inserted and added to the objectChangesList
removeOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Makes sure the OF identifier is not specified.
removeOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Remove the open content property (property) from all 3 data structures.
removeOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Removes the ORDER BY clause.
removeOrdering() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Removes the ordering if it's specified, otherwise do nothing.
removePrimaryKeyField(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Remove the following field from the primary key field lists.
removePrivateOwnedObject(DatabaseMapping, Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Remove a privately owned object from the privateOwnedObjects Map.
removeProperty(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Remove the user defined property.
removeProperty(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Remove the user defined property.
removeProperty(Object) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Property support used by mappings.
removeProperty(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Some drivers don't like the "user" and "password" properties.
removeProperty(Object) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: This method is used to remove a custom property from the Connection Policy.
removeProperty(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Remove the user defined property.
removePropertyChangeListener(String, IPropertyChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Unregisters the given IPropertyChangeListener that was registered for the specified property.
removePropertyChangeListener(String, IPropertyChangeListener<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Unregisters the given IPropertyChangeListener that was registered for the specified property.
removePropertyChangeListener(String, IPropertyChangeListener<?>) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Unregisters the given IPropertyChangeListener that was registered for the specified property.
removeQuery(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Remove all queries with the given query name from the set of pre-defined queries
removeQuery(String, Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Remove the specific query with the given queryName and argumentTypes.
removeQuery(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Remove all queries with the given queryName regardless of the argument types.
removeQuery(String, Vector) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Remove the specific query with the given queryName and argumentTypes.
removeQuery(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Remove the query name from the set of pre-defined queries
removeReadOnlyClass(Class) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Removes a Class from the receiver's set of read-only classes.
removeReadOnlyClass(Class) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Removes a Class from the receiver's set of read-only classes.
removeResultSet() - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
 
removeSequence(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Remove sequence corresponding to name.
removeSequence(String) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Remove sequence corresponding to the name (the sequence was added through addSequence method) Don't use if the session is connected.
removeSequence(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
Remove sequence corresponding to name.
removeSequencingListener(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Clears sequencingCallbacks.
RemoveServerSideRemoteValueHolderCommand - Class in org.eclipse.persistence.internal.sessions.remote
Purpose: This class provides an implementation of a RemoteSessionCommand
RemoveServerSideRemoteValueHolderCommand(ObjID) - Constructor for class org.eclipse.persistence.internal.sessions.remote.RemoveServerSideRemoteValueHolderCommand
 
removeSettingWithoutModifyingDataObject(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL:
removeSettingWithoutModifyingDataObject(Property) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL:
removeSpecification() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Removes the trim specification.
removeSpecifiedProperties(Map, Collection) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
Copies source into target, removes from target all keysToBeRemoved.
removeTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Remove a table from the statement.
removeTrimCharacter() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Removes the trim character if it is defined.
removeType(String) - Method in class org.eclipse.persistence.dynamic.DynamicHelper
Remove a dynamic type from the system.
removeUnitOfWork(Object) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Remove the unit of work associated with the transaction passed in.
removeUnsetOCProperty(DataObject, Property) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Delete an open content property from the list of unset oc properties keyed on dataObject
removeValueToSettings(Setting) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL:
removeVowels(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Returns a String which has had enough of the specified character removed to be equal to the maximumStringLength.
removeWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Removes the WHERE clause.
removeWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Removes the WHERE clause.
removeXMLConversion(QName) - Method in class org.eclipse.persistence.oxm.XMLField
Remove an XML to Java Conversion entry
renameAttribute(Class<?>, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames the attribute (persistent field or persistent property) from the given type.
renameAttribute(IType, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames the attribute (persistent field or persistent property) from the given type.
renameAttribute(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames the attribute (persistent field or persistent property) from the given type.
renameClassName(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames a fully qualified class name.
renameClassName(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a fully qualified class name.
renameEntityName(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames a given entity name.
renameEntityName(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a given entity name.
renameEnumConstant(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames an enum constant, which has to be fully qualified.
renameEnumConstant(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames an enum constant, which has to be fully qualified.
renameField(Class<?>, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a field from the given type.
renameField(IType, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a field from the given type.
renameField(String, String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a field from the given type.
renameResultVariable(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames a result variable name.
renameResultVariable(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a result variable name.
renameVariable(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Renames a variable name.
renameVariable(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Renames a variable name.
RepeatableWriteUnitOfWork - Class in org.eclipse.persistence.internal.sessions
 
RepeatableWriteUnitOfWork() - Constructor for class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
 
RepeatableWriteUnitOfWork(AbstractSession, ReferenceMode) - Constructor for class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
 
replace(Object, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the string with occurances of the first substring replaced with the second substring.
Replace - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
replace() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
replace(K, V) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
replace(K, V, V) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
replace(String, String, String) - Static method in class org.eclipse.persistence.tools.PackageRenamer
Do a search and replace in a string.
replaceAll(UnaryOperator<E>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectList
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
replaceAt(Object, int) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: replaces the value at index with value
replaceAt(Object, DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: replaces the value at field with value
replaceAt(Object, int) - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
INTERNAL: replaces the value at index with value
replaceAt(Object, DatabaseField) - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
INTERNAL: replaces the value at field with value
replaceAt(Object, int) - Method in class org.eclipse.persistence.internal.sessions.EmptyRecord
 
replaceAt(Object, int) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: replaces the value at index with value
replaceCollection(List<Field>, List<XMLEntry>, Node, DocumentPreservationPolicy, Field, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
 
replaceCollection(Field, Node, Collection, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
 
replaceDefaultTables() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Drop and recreate the default table schema for the project this session associated with.
replaceDefaultTables(boolean, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Drop and recreate the default table schema for the project this session associated with.
replaceDefaultTables(boolean, boolean, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Drop and recreate the default table schema for the project this session associated with.
replaceFirstSubString(String, String, String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Replaces the first subString of the source with the replacement.
replaceItem(ListHolderStateObject<T>, List<T>, String, int, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Replaces the item at the given position by a new one.
replaceItems(ListHolderStateObject<T>, List<T>, String, List<T>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ChangeSupport
Replaces the given list by removing any existing items and adding the items contained in the second list.
replaceLocalHostIPAddress(String) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
ADVANCED: Allow user to replace the $HOST subString of the local host URL with the user user input at runtime.
replaceObject(DatabaseObjectDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Use the definition object to drop and recreate the schema entity on the database.
replaceSequences() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
Drop and recreate all the receiver's sequences on the database for all of the loaded descriptors.
replaceTables(DatabaseSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Recreate the tables on the database.
replaceTables(DatabaseSession, SchemaManager) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Recreate the tables on the database.
replaceTables(DatabaseSession, SchemaManager, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Recreate the tables on the database.
replaceTables(DatabaseSession, SchemaManager, boolean, boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Recreate the tables on the database.
replaceTransportPortNumber(String) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
ADVANCED: Allow user to replace the $PORT subString of the local host URL with the user user input at runtime.
replaceValue(Field, Node, Object, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XPathEngine
Replace the value of the nodes matching xpathString with value.
replaceValueHoldersIn(Object) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Traverse the specified object, replacing the standard value holders with remote value holders.
replaceValueHoldersIn(Object, Map) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Traverse the specified object, replacing the standard value holders with remote value holders.
replaceValueHoldersIn(Object, RemoteSessionController) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: replace the value holders in the specified reference object(s)
replaceValueHoldersIn(Object, RemoteSessionController) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: replace the value holders in the specified reference object(s)
replaceValueHoldersIn(Object, RemoteSessionController) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: replace the value holders in the specified reference object(s)
replaceValueHoldersIn(Object, RemoteSessionController) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: replace the value holders in the specified reference object(s)
replaceValueHoldersIn(Object, RemoteSessionController) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: replace the value holders in the specified result object(s)
replaceValueHoldersIn(Object, RemoteSessionController) - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: replace the value holders in the specified result object(s)
replaceValueHoldersIn(Object, RemoteSessionController) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
INTERNAL: replace the value holders in the specified result object(s)
replaceValueHoldersIn(Object, RemoteSessionController) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: replace the value holders in the specified result object(s)
replaceValueHoldersInAll(Object, ContainerPolicy) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Traverse the specified objects, replacing the standard value holders with remote value holders.
ReplaceValueHoldersIterator - Class in org.eclipse.persistence.internal.sessions.remote
Helper class for RemoteSessionController.
ReplaceValueHoldersIterator(RemoteSessionController) - Constructor for class org.eclipse.persistence.internal.sessions.remote.ReplaceValueHoldersIterator
public constructor
replicate(int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: return the result of this query repeated a given number of times.
replicate(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: return the result of this query repeated a given number of times.
Replicate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
replicate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
ReplicationPartitioning - Annotation Type in org.eclipse.persistence.annotations
ReplicationPartitioning sends requests to a set of connection pools.
ReplicationPartitioning - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ReplicationPartitioningImpl - Class in org.eclipse.persistence.internal.jpa.config.partitioning
JPA scripting API implementation.
ReplicationPartitioningImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.partitioning.ReplicationPartitioningImpl
 
ReplicationPartitioningMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.partitioning
INTERNAL: Define JPA meta-data for partitioning policy.
ReplicationPartitioningMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.ReplicationPartitioningMetadata
INTERNAL: Used for XML loading.
ReplicationPartitioningMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.ReplicationPartitioningMetadata
INTERNAL: Used for annotation loading.
ReplicationPartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
PUBLIC: ReplicationPartitioningPolicy sends requests to a set of connection pools.
ReplicationPartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
 
ReplicationPartitioningPolicy(String...) - Constructor for class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
 
ReplicationPartitioningPolicy(List<String>) - Constructor for class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
 
Report - Static variable in class org.eclipse.persistence.config.QueryType
 
REPORT_IGNORED_ELEMENT_CONTENT_WHITESPACE_FEATURE - Static variable in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
REPORT_QUERY_RESULT_SIZE_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
REPORT_RESULT_WITHOUT_PKS - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
reportError(RecognitionException) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
Method called by the ANTLR generated code in case of an error.
ReportItem - Class in org.eclipse.persistence.internal.queries
Purpose: represents an item requested (i.e.
ReportItem() - Constructor for class org.eclipse.persistence.internal.queries.ReportItem
 
ReportItem(String, Expression) - Constructor for class org.eclipse.persistence.internal.queries.ReportItem
 
ReportQuery - Class in org.eclipse.persistence.queries
Purpose: Query for information about a set of objects instead of the objects themselves.
ReportQuery() - Constructor for class org.eclipse.persistence.queries.ReportQuery
INTERNAL: The builder should be provided.
ReportQuery(Class, Expression) - Constructor for class org.eclipse.persistence.queries.ReportQuery
 
ReportQuery(Class, ExpressionBuilder) - Constructor for class org.eclipse.persistence.queries.ReportQuery
PUBLIC: The report query is require to be constructor with an expression builder.
ReportQuery(ExpressionBuilder) - Constructor for class org.eclipse.persistence.queries.ReportQuery
PUBLIC: The report query is require to be constructor with an expression builder.
ReportQueryResult - Class in org.eclipse.persistence.queries
Purpose: A single row (type) result for a ReportQuery
ReportQueryResult(List<Object>, Object) - Constructor for class org.eclipse.persistence.queries.ReportQueryResult
INTERNAL: Used to create test results
ReportQueryResult(ReportQuery, AbstractRecord, Vector) - Constructor for class org.eclipse.persistence.queries.ReportQueryResult
 
ReportQueryResultCollection - Class in org.eclipse.persistence.jpa.rs.util.list
This class is used to wrap collection of records returned by a JPA report query and includes paging links.
ReportQueryResultCollection() - Constructor for class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
Instantiates a new report query result collection.
ReportQueryResultCollectionMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the ReportQueryResultCollection class available to JPA-RS JAXB context.
ReportQueryResultCollectionMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.ReportQueryResultCollectionMetadataSource
 
ReportQueryResultList - Class in org.eclipse.persistence.jpa.rs.util.list
This class is used to wrap collection of records returned by a JPA report query.
ReportQueryResultList() - Constructor for class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultList
Instantiates a new query result list.
ReportQueryResultListItem - Class in org.eclipse.persistence.jpa.rs.util.list
This class is used to wrap collection of attributes of a record returned by a JPA report query.
ReportQueryResultListItem() - Constructor for class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultListItem
Instantiates a new query result list item.
ReportQueryResultListItemMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the ReportQueryResultListItem class available to JPA-RS JAXB context.
ReportQueryResultListItemMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.ReportQueryResultListItemMetadataSource
 
ReportQueryResultListMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the ReportQueryResultList class available to JPA-RS JAXB context.
ReportQueryResultListMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.ReportQueryResultListMetadataSource
 
reportQueryResultSizeMismatch(int, int) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
reportQueryResultWithoutPKs(ReportQueryResult) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
reposition(CharSequence, int[], CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Adjusts the positions contained by the given array of either one or two elements, which is based on the given query1, by translating those positions to be at the equivalent position within query2.
reposition(CharSequence, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
Re-adjusts the given positions, which is based on the non-escaped version of the given query, by making sure it is pointing at the same position within query, which contains references (escape characters).
repositionCursor(CharSequence, int, CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Adjusts the position, which is based on the given query1, by translating it to be at the equivalent position within query2.
repositionJava(CharSequence, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Re-adjusts the given positions, which is based on the non-escaped version of the given query, by making sure it is pointing at the same position within query, which contains references (escape characters).
REQUEST_ID - Static variable in class org.eclipse.persistence.jpa.rs.DataStorage
 
REQUIRED - Static variable in class org.eclipse.persistence.internal.oxm.schema.model.Attribute
 
requiresAliases() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Returns true if aliases are required, false otherwise.
requiresAutoCommit() - Method in class org.eclipse.persistence.eis.EISPlatform
Return if this platform requires auto commit of the local transaction for interactions outside of an interaction.
requiresCollectionAttribute() - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
requiresDataModificationEvents() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Returns whether this ContainerPolicy should requires data modification events when objects are added or deleted during update
requiresDataModificationEvents() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Returns whether this ContainerPolicy requires data modification events when objects are added or deleted during update.
requiresDataModificationEvents() - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Returns whether this mapping uses data modification events to complete its writes
requiresDataModificationEvents() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
INTERNAL: UnidirectionalOneToManyMapping performs some events after INSERT/UPDATE to maintain the keys
requiresDataModificationEventsForMapKey() - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Return whether this mapping requires extra queries to update the rows if it is used as a key in a map.
requiresDataModificationEventsForMapKey() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Return whether this mapping requires extra queries to update the rows if it is used as a key in a map.
requiresDataModificationEventsForMapKey() - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Return whether this mapping requires extra queries to update the rows if it is used as a key in a map.
requiresDataModificationEventsForMapKey() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Return whether this mapping requires extra queries to update the rows if it is used as a key in a map.
requiresDeferredLocks() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: When reading across relationships, queries may be set to acquire deferred locks This is used to ensure any Eagerly fetched object that is the target of a relationship with an object the acquires deferred locks behaves the same as its owner
requiresDistinct() - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
If a distinct has been set the DISTINCT clause will be printed.
requiresInitialization(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Aggregate and Interface descriptors do not require initialization as they are cloned and initialized by each mapping.
requiresInitialization(AbstractSession) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: XML descriptors are initialized normally, since they do not need to be cloned by ESI aggregate mappings.
requiresInitialization(AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Aggregates obj-rel are initialized normally as no cloning is required.
requiresInitialization(AbstractSession) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: XML descriptors are initialized normally, since they do not need to be cloned by XML aggregate mappings.
requiresMultipleTableSubclassRead() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return if this descriptor has children that define additional tables and needs to read them.
requiresNamedPrimaryKeyConstraints() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
This is used as some databases create the primary key constraint differently, i.e.
requiresNamedPrimaryKeyConstraints() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
This is used as some databases create the primary key constraint differently, i.e.
requiresProcedureBrackets() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for stored procedure creation: Some platforms need brackets around arguments declaration even if no arguments exist.
requiresProcedureBrackets() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Used for stored procedure creation: MySQL platforms need brackets around arguments declaration even if no arguments exist.
requiresProcedureBrackets() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
In CREATE PROCEDURE, Pervasive requires brackets after the procedure name, even if there are no arguments.
requiresProcedureBrackets() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
requiresProcedureBrackets() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Used for stored procedure creation: Symfoware needs brackets around arguments declaration even if no arguments exist, and so returns true.
requiresProcedureCallBrackets() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
USed for sp calls.
requiresProcedureCallBrackets() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Used for sp calls.
requiresProcedureCallBrackets() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
requiresProcedureCallBrackets() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
USed for sp calls.
requiresProcedureCallBrackets() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
USed for sp calls.
requiresProcedureCallOuputToken() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for sp calls.
requiresProcedureCallOuputToken() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
requiresProcedureCallOuputToken() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Pervasive requires the OUTPUT keyword for output parameters
requiresProcedureCallOuputToken() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Used for sp calls.
requiresProcedureCallOuputToken() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Used for sp calls.
requiresTableInIndexDropDDL() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Return if this database requires the table name when dropping an index.
requiresTableInIndexDropDDL() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Return if this database requires the table name when dropping an index.
requiresTransientWeavedFields() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Returns true if this mappings associated weaved field requires a transient setting to avoid metadata processing.
requiresTypeNameToRegisterOutputParameter() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Indicates whether the version of CallableStatement.registerOutputParameter method that takes type name should be used.
requiresTypeNameToRegisterOutputParameter() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
INTERNAL: Indicates whether the version of CallableStatement.registerOutputParameter method that takes type name should be used.
requiresTypeNameToRegisterOutputParameter() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL: Indicates whether the version of CallableStatement.registerOutputParameter method that takes type name should be used.
requiresUniqueConstraintCreationOnTableCreate() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for table creation.
requiresUniqueConstraintCreationOnTableCreate() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
requiresUniqueConstraintCreationOnTableCreate() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Used for table creation.
RESERVED_QNAME - Static variable in class org.eclipse.persistence.jaxb.compiler.MappingsGenerator
 
ReservedWords - Class in org.eclipse.persistence.jpa.rs
This class contains constants used in JPARS.
ReservedWords() - Constructor for class org.eclipse.persistence.jpa.rs.ReservedWords
 
reset(Object) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Reset object attributes to the default values.
reset() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Reset the accessor before being released.
reset() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Reset statement count.
reset(Object) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
Reset the wrapper used to store the value.
reset(Object) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
Reset the wrapper used to store the value.
reset(Object) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
Reset the wrapper used to store the value.
reset(Object) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
Reset the wrapper used to store the value.
reset() - Method in class org.eclipse.persistence.internal.oxm.StrBuffer
 
reset() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Reset the JoinedAttributeManager.
reset() - Method in class org.eclipse.persistence.internal.sessions.SimpleResultSetRecord
 
reset() - Method in class org.eclipse.persistence.queries.CursoredStream
PUBLIC: Repositions this stream to the position at the time the mark method was last called on this stream.
reset() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
reset() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
reset() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
reset() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
reset() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
 
reset() - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
reset() - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Reset the Type,XML and XSD helper instances.
reset() - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL:
reset() - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL:
reset() - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
INTERNAL:
resetAllConnections() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to reset connections from the session to the database.
resetAllConnections() - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to reset connections from the session to the database.
resetCacheKey(CacheKey, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.FullIdentityMap
Reset the cache key with new data.
resetCacheKey(CacheKey, Object, Object, long) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
Avoid acquiring any lock as uow is single threaded.
resetChanges() - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Initialize all old settings related to ChangeSummary and recursively go down the tree to initialize all DataObjects rooted at this DataObject.
resetConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: Reset the connections on shutDown and when the pool is started.
resetDefaultManager() - Static method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Reset the default instance.
resetDistinct() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
resetDistinct() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
resetMonitorName() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return the name to use for the query in performance monitoring.
resetMonitorName() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: Return the name to use for the query in performance monitoring.
resetOperators() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Reset all the operators.
resetOuterScopeVariables() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Resets the set of outer scope variables.
resetOuterScopeVariables(Set) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Resets the set of outer scope variables.
resetPlaceHolderBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Search the tree for any expressions (like SubSelectExpressions) that have been built using a builder that is not attached to the query.
resetPlaceHolderBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Search the tree for any expressions (like SubSelectExpressions) that have been built using a builder that is not attached to the query.
resetPlaceHolderBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.internal.expressions.BaseExpression
INTERNAL: Search the tree for any expressions (like SubSelectExpressions) that have been built using a builder that is not attached to the query.
resetPlaceHolderBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL: Search the tree for any expressions (like SubSelectExpressions) that have been built using a builder that is not attached to the query.
resetPlaceHolderBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
INTERNAL: Search the tree for any expressions (like SubSelectExpressions) that have been built using a builder that is not attached to the query.
resetPlaceHolderBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Search the tree for any expressions (like SubSelectExpressions) that have been built using a builder that is not attached to the query.
resetPlaceHolderBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
INTERNAL: Search the tree for any expressions (like SubSelectExpressions) that have been built using a builder that is not attached to the query.
resetPlaceHolderBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: Search the tree for any expressions (like SubSelectExpressions) that have been built using a builder that is not attached to the query.
resetPlaceHolderBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
INTERNAL: Search the tree for any expressions (like SubSelectExpressions) that have been built using a builder that is not attached to the query.
resetQualifiedName(String) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Reset the field's name and table from the qualified name.
resetSequencing() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
ADVANCED: Immediately re-create sequencing object.
resetStringBuffer() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
resetStringBuffer() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
resetStringBuffer() - Method in class org.eclipse.persistence.internal.oxm.XMLInlineBinaryHandler
 
resetStringBuffer() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
resolutionClassNotFoundException - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
resolutionClassNotFoundException(String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
resolutionClassNotFoundException2 - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
resolutionClassNotFoundException2(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
resolve(Object, Class) - Method in class org.eclipse.persistence.internal.jaxb.IDResolverWrapper
 
resolve(Map<String, Object>, Class) - Method in class org.eclipse.persistence.internal.jaxb.IDResolverWrapper
 
resolve(Object, Class) - Method in class org.eclipse.persistence.internal.oxm.IDResolver
Resolve the object of Class type, uniquely identified by id.
resolve(Map<String, Object>, Class) - Method in class org.eclipse.persistence.internal.oxm.IDResolver
Resolve the object of Class type, uniquely identified by the composite key information specified in the id Map.
resolveAttribute() - Method in class org.eclipse.persistence.internal.jpa.parsing.AggregateNode
INTERNAL
resolveAttribute() - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
INTERNAL Answer the name of the attribute which is represented by the receiver's right node.
resolveAttribute() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
resolveAttribute(): Answer the name of the attribute which is represented by the receiver.
resolveAttribute(Object, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the type of the attribute with the specified name in the specified owner class.
resolveAttribute(Object, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
Returns the type of the attribute with the specified name in the specified owner class.
resolveClass(ObjectStreamClass) - Method in class org.eclipse.persistence.internal.helper.CustomObjectInputStream
 
resolveClass(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AggregateNode
resolveClass: Answer the class associated with my left node.
resolveClass(GenerationContext, Class) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
resolveClass: Answer the class for the mapping associated with the my variableName in the ownerClass.
resolveClass(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
resolveClass: Answer the class which results from traversing the mappings for the receiver's nodes
resolveClass(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ModifyNode
resolveClass: Answer the class which corresponds to my variableName.
resolveClass(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
resolveClass: Answer the class associated with the content of this node.
resolveClass(GenerationContext, Class) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
resolveClass: Answer the class associated with the content of this node.
resolveClass(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.QueryNode
Return the class represented in this node.
resolveClass(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
Answer the class associated with my left node.
resolveClass(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
resolveClass: Answer the class which corresponds to my variableName.
resolveEntity(String, String) - Method in class org.eclipse.persistence.internal.sessions.factories.PersistenceEntityResolver
INTERNAL:
resolveEntity() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Resolves the abstract schema name and retrieve the associated IEntity.
resolveEntity(String, String) - Method in class org.eclipse.persistence.sdo.helper.DefaultSchemaResolver
Satisfy EntityResolver interface implementation.
resolveEnumConstant(Object, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the enum constant if the specified type denotes an enum type and the specified constant denotes a constant of the enum type.
resolveEnumConstant(Object, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
Returns the enum constant if the specified type denotes an enum type and the specified constant denotes a constant of the enum type.
resolveGenericTypes(MetadataClass, List<String>, MetadataClass, MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAsmFactory
INTERNAL: This method resolves generic types based on the ASM class metadata.
resolveGenericTypes(MetadataClass, List<String>, MetadataClass, MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
INTERNAL: This method resolves generic types based on the ASM class metadata.
resolveGenericTypes(MetadataClass, List<String>, MetadataClass, MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.modelgen.MetadataMirrorFactory
INTERNAL:
resolveMapKey(Object, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the type of the map key for the mapping on ownerClass named attribute Returns null if that mapping does not exist or does not contain a map key
resolveMapKey(Object, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
Returns the type of the map key for the mapping on ownerClass named attribute Returns null if that mapping does not exist or does not contain a map key
resolveMapping(GenerationContext, Class) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
resolveMapping: Answer the mapping which corresponds to my variableName.
resolveMapping(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
INTERNAL Answer the mapping resulting from traversing the receiver's nodes
resolveMapping(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
resolveMapping: Answer the mapping associated with the contained nodes.
resolveMapping(GenerationContext, Class) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
resolveMapping: Answer the mapping associated with the contained nodes.
resolveMapping(Expression) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the mapping for the field represented by the given Expression.
resolveMapping(String, String) - Method in interface org.eclipse.persistence.jpa.jpql.SemanticValidatorHelper
Returns the mapping that should be a persistence field from the entity defined by the given identification variable.
resolveMapping(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the mapping for the field represented by the given Expression.
resolveMapping(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericSemanticValidatorHelper
Returns the mapping that should be a persistence field from the entity defined by the given identification variable.
resolveNamespacePrefix(String) - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
Returns the namespace URI associated with a specified namespace prefix
resolveNamespacePrefix(String) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
resolveNamespacePrefix(String) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
resolveNamespacePrefix(String) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractUnmarshalRecord
 
resolveNamespacePrefix(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
resolveNamespacePrefix(String) - Method in class org.eclipse.persistence.internal.oxm.record.XMLTransformationRecord
 
resolveNamespacePrefix(XPathFragment, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
 
resolveNamespacePrefix(String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
 
resolveNamespacePrefix(String) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
resolveNamespacePrefix(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
resolveNamespacePrefix(String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
resolveNamespacePrefix(String) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
resolveNamespacePrefix(Node, String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
resolveNamespacePrefix(String) - Method in interface org.eclipse.persistence.platform.xml.XMLNamespaceResolver
 
resolveNamespacePrefix(Node, String) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Return the namespace URI for the specified namespace prefix relative to the context node.
resolveNamespaceURI(String) - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
Return the namespace prefix associated with a namespace URI.
resolveNamespaceURI(String) - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.PrefixMapperNamespaceResolver
 
resolveNamespaceUri(String) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
resolveNamespaceUri(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
resolveNamespaceUri(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
resolvePrimaryNamespace() - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
resolveQueryKey(Object, String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns a query key associated with the name of the attribute
resolveQueryKey(Object, String) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
 
Resolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
A Resolver is responsible to resolve a property by retrieving either the managed type, the mapping, the type and the type declaration depending on the type of resolver.
ResolverBuilder - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This visitor creates a Resolver that gives information about the visited Expression.
ResolverBuilder(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Creates a new ResolverBuilder.
resolveReferences() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
INTERNAL: Resolve any mapping references.
resolveReferences(ABSTRACT_SESSION, ID_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
resolveReferences(CoreAbstractSession, IDResolver) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
INTERNAL: If the UnmarshalRecord has a ReferenceResolver, tell it to resolve its references.
resolveReferences(CoreAbstractSession, IDResolver, ErrorHandler) - Method in class org.eclipse.persistence.internal.oxm.ReferenceResolver
INTERNAL: Iterates through all references.
resolveReferences(CoreAbstractSession, IDResolver) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: If the UnmarshalRecord has a ReferenceResolver, tell it to resolve its references.
resolveReferences(AbstractSession, IDResolver) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
resolveSchema(String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns the type of the class corresponding to the specified abstract schema type.
resolveSchema(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
Returns the type of the class corresponding to the specified abstract schema type.
resolveSchema(Source, String, String) - Method in class org.eclipse.persistence.sdo.helper.DefaultSchemaResolver
Given the source schema and namespace and schemaLocation values from an import or include return the referenced Schema.
resolveSchema(Source, String, String) - Method in interface org.eclipse.persistence.sdo.helper.SchemaResolver
Given the source schema and namespace and schemaLocation values from an import or include return the referenced Schema
resolveSchema(Source) - Method in class org.eclipse.persistence.sdo.helper.SchemaResolverWrapper
Resolve the Source if only a system ID is specified.
resolveSchema(Source, String, String) - Method in class org.eclipse.persistence.sdo.helper.SchemaResolverWrapper
Allow the SchemaResolver implementation to attempt to return the referenced Schema based on given source schema, namespace and schemaLocation values from an import or include.
resolveSchema(String) - Method in class org.eclipse.persistence.sdo.helper.SchemaResolverWrapper
 
resolveSchema(String, String) - Method in class org.eclipse.persistence.sdo.helper.SchemaResolverWrapper
 
resolveSchemaLocation(Type, Type) - Method in class org.eclipse.persistence.sdo.helper.DefaultSchemaLocationResolver
Return the value for the schemaLocation attribute of the generated Import
resolveSchemaLocation(Type, Type) - Method in interface org.eclipse.persistence.sdo.helper.SchemaLocationResolver
Return the value for the schemaLocation attribute of the generated Import
resolveSecondaryNamespace() - Method in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
resolveTypeName(String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.TypeHelper
Returns a type representation for the specified type name or null if there is no such type.
resolveTypeName(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
Returns a type representation for the specified type name or null if there is no such type.
Resource - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model.v2
REST resource.
Resource() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Resource
 
RESOURCE_EXCEPTION - Static variable in exception org.eclipse.persistence.eis.EISException
 
resourceException(Exception, EISAccessor, AbstractSession) - Static method in exception org.eclipse.persistence.eis.EISException
 
resourceException(ResourceException, EISAccessor, AbstractSession) - Static method in exception org.eclipse.persistence.eis.EISException
 
resourceException(ResourceException, Call, EISAccessor, AbstractSession) - Static method in exception org.eclipse.persistence.eis.EISException
 
ResourceLocalTransactionWrapper - Class in org.eclipse.persistence.jpa.rs.util
 
ResourceLocalTransactionWrapper() - Constructor for class org.eclipse.persistence.jpa.rs.util.ResourceLocalTransactionWrapper
 
ResourceSchema - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model.v2
This class describes an entity schema.
ResourceSchema() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
RESPONSE_COULD_NOT_BE_BUILT_FOR_FIND_ATTRIBUTE_REQUEST - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
RESPONSE_COULD_NOT_BE_BUILT_FOR_NAMED_QUERY_REQUEST - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
responseCouldNotBeBuiltForFindAttributeRequest(String, String, String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Response could not be built for find attribute request.
responseCouldNotBeBuiltForNamedQueryRequest(String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Response could not be built for named query request.
responseWriter - Variable in class org.eclipse.persistence.internal.dbws.ProviderHelper
 
RestAdapterClassWriter - Class in org.eclipse.persistence.internal.jpa.weaving
 
RestAdapterClassWriter(String) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.RestAdapterClassWriter
 
RestCollectionAdapter<T extends PersistenceWeavedRest> - Class in org.eclipse.persistence.jpa.rs.util.xmladapters
Collections adapter used in JPARS V2.
RestCollectionAdapter() - Constructor for class org.eclipse.persistence.jpa.rs.util.xmladapters.RestCollectionAdapter
 
RestCollectionAdapter(PersistenceContext) - Constructor for class org.eclipse.persistence.jpa.rs.util.xmladapters.RestCollectionAdapter
Instantiates a new RestCollectionAdapter.
RestCollectionAdapterClassWriter - Class in org.eclipse.persistence.internal.jpa.weaving
This class is used to generate XML type adapters for collection references in JPARS 2.0.
RestCollectionAdapterClassWriter(String) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.RestCollectionAdapterClassWriter
Creates a new RestCollectionAdapterClassWriter.
RestPageable - Annotation Type in org.eclipse.persistence.jpa.rs.annotations
Collection fields annotated by this annotation support pagination in JPARS service.
RestPageableQueries - Annotation Type in org.eclipse.persistence.jpa.rs.annotations
This annotation annotation allows the definition of multiple RestPageableQuery.
RestPageableQuery - Annotation Type in org.eclipse.persistence.jpa.rs.annotations
Defines a pageable query.
RestReferenceAdapterV2ClassWriter - Class in org.eclipse.persistence.internal.jpa.weaving
This class is used to generate XML type adapters for single entity references in JPARS 2.0.
RestReferenceAdapterV2ClassWriter(String) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.RestReferenceAdapterV2ClassWriter
Creates a new RestReferenceAdapterV2ClassWriter.
Restrictable - Interface in org.eclipse.persistence.internal.oxm.schema.model
 
Restriction - Class in org.eclipse.persistence.internal.oxm.schema.model
 
Restriction() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
Restriction(String) - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
Result - Class in org.eclipse.persistence.internal.xr
INTERNAL: Sub-component of an Operation, indicates the type of return value from the database, as well as if there is more than one value and if those value(s) will be handled using binary attachements.
Result() - Constructor for class org.eclipse.persistence.internal.xr.Result
 
RESULT_COLLECTION_TYPE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.result-collection-type"
RESULT_DOES_NOT_EXIST_FOR_OPERATION - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
RESULT_HAS_NO_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.DBWSException
 
RESULT_SET_ACCESS - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.result-set-access"
RESULT_SET_ACCESS_OPTIMIZATION_IS_NOT_POSSIBLE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
RESULT_SET_CONCURRENCY - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor.scrollable.result-set-concurrency"
RESULT_SET_TYPE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor.scrollable.result-set-type"
RESULT_TYPE - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.result-type"
RESULT_VARIABLE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Notifies the result variable property has changed.
resultDoesNotExistForOperation(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
resultHasNoMapping(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
ResultQuery - Interface in org.eclipse.persistence.jpa.jpql.tools
This is used to retrieve the new JPQL query when a content assist item needs to be insert at a certain position.
resultSetAccessOptimizationIsNotPossible(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
ResultSetConcurrency - Class in org.eclipse.persistence.config
JDBC ResultSet concurrency hint values.
ResultSetConcurrency() - Constructor for class org.eclipse.persistence.config.ResultSetConcurrency
 
ResultSetMapping - Static variable in class org.eclipse.persistence.config.QueryType
 
ResultSetMappingQuery - Class in org.eclipse.persistence.queries
Purpose: Concrete class to perform read using raw SQL and the SQLResultSetMapping.
ResultSetMappingQuery() - Constructor for class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: Initialize the state of the query.
ResultSetMappingQuery(Call) - Constructor for class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: Initialize the query to use the specified call.
ResultSetMappingQuery(Call, String) - Constructor for class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: Initialize the query to use the specified call and SQLResultSetMapping
ResultSetRecord - Class in org.eclipse.persistence.internal.sessions
PERF: Record used by ObjectLevelReadQuery ResultSet optimization.
ResultSetRecord(Vector, DatabaseField[], ResultSet, ResultSetMetaData, DatabaseAccessor, AbstractSession, DatabasePlatform, boolean) - Constructor for class org.eclipse.persistence.internal.sessions.ResultSetRecord
 
ResultSetType - Class in org.eclipse.persistence.config
JDBC ResultSet type hint values.
ResultSetType() - Constructor for class org.eclipse.persistence.config.ResultSetType
 
ResultType - Class in org.eclipse.persistence.config
Result type hint values.
ResultType() - Constructor for class org.eclipse.persistence.config.ResultType
 
ResultVariable - Class in org.eclipse.persistence.jpa.jpql.parser
A result variable may be used to name a select item in the query result.
ResultVariable(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ResultVariable
Creates a new ResultVariable.
resultVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
Defines the current state object with the given result variable.
resultVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
Defines the current state object with the given result variable.
resultVariable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
Defines the current state object with the given result variable.
resultVariable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Defines the current state object with the given result variable.
ResultVariable_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ResultVariable_MissingResultVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ResultVariable_MissingSelectExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
resultVariableAs(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
Defines the current state object with the given result variable.
resultVariableAs(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
Defines the current state object with the given result variable.
resultVariableAs(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
Defines the current state object with the given result variable.
resultVariableAs(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Defines the current state object with the given result variable.
ResultVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a result variable expression.
ResultVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ResultVariableBNF
Creates a new ResultVariableBNF.
ResultVariableFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ResultVariableFactory creates a new ResultVariable when the portion of the query to parse starts with or without AS.
ResultVariableFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ResultVariableFactory
Creates a new ResultVariableFactory.
ResultVariableStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A result variable may be used to name a select item in the query result.
ResultVariableStateObject(SelectClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Creates a new ResultVariableStateObject.
ResultVariableStateObject(SelectClauseStateObject, StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Creates a new ResultVariableStateObject.
ResultVariableStateObject(SelectClauseStateObject, StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Creates a new ResultVariableStateObject.
resume(Transaction) - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
Deprecated.
 
resumeLogging() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Turn both logging flags back on.
resumeUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
INTERNAL: Resume is not required on the server.
resumeUnitOfWork() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Resume the unit of work state after a flush, or resume operation.
retainAll(Collection<?>) - Method in class org.eclipse.persistence.indirection.IndirectList
 
retainAll(Collection<?>) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
retainAll(Collection) - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
This implementation throws an UnsupportedOperationException.
retainAll(Collection) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
retainAll(Collection) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
retainAll(Collection) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
retainAll(Collection<?>) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
retainAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
retainAll(Collection) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
Retains only the currentElements in this collection that are contained in the specified collection (optional operation).
In other words, removes from this collection all of its currentElements that are not contained in the specified collection.
retrieveBypassCache() - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: JPA flag used to control the behavior of the shared cache.
retrieveCacheKey(Object, ClassDescriptor, JoinedAttributeManager, ObjectBuildingQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
 
retrieveFirstPrimaryKeyOrOne(ReportQuery) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Used by Exists queries because they just need to select a single row.
retrieveFirstPrimaryKeyOrOne(ReportQuery) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
INTERNAL: Used by Exists queries because they just need to select a single row.
retrievePrimaryKeys() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Set if the query results should contain the primary keys or each associated object.
retrieveProject(Map, ClassLoader, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.FileBasedProjectCache
 
retrieveProject(Map, ClassLoader, SessionLog) - Method in interface org.eclipse.persistence.jpa.metadata.ProjectCache
PUBLIC: This method is responsible for returning the cached metadata as represented by a Project instance.
retryQuery(DatabaseQuery, AbstractRecord, DatabaseException, int, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: A query execution failed due to an invalid query.
retryQuery(DatabaseQuery, AbstractRecord, DatabaseException, int, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: A query execution failed due to an invalid query.
retryQuery(DatabaseQuery, AbstractRecord, DatabaseException, int, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: A query execution failed due to an invalid query.
retryQuery(DatabaseQuery, AbstractRecord, DatabaseException, int, AbstractSession) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: A query execution failed due to an invalid query.
retryQuery(DatabaseQuery, AbstractRecord, DatabaseException, int, AbstractSession) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: A query execution failed due to an invalid query.
retryTransaction(Accessor, DatabaseException, int, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: A begin transaction failed.
retryTransaction(Accessor, DatabaseException, int, AbstractSession) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: A begin transaction failed.
RETURN_AND_MAPPING_WITH_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
RETURN_AND_MAPPING_WITH_TRANSPARENT_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
RETURN_AND_MAPPING_WITHOUT_INDIRECTION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
RETURN_NAME_VALUE_PAIRS - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.query-return-name-value-pairs"
RETURN_TYPE_IN_GET_ATTRIBUTE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
returnAndMappingWithIndirectionMismatch(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
returnAndMappingWithoutIndirectionMismatch(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
returnAndMappingWithTransparentIndirectionMismatch(DatabaseMapping, Class, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
returnCursor() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Cursor return is used for cursored streams.
RETURNING_POLICY_AND_DESCRIPTOR_FIELD_TYPE_CONFLICT - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
RETURNING_POLICY_FIELD_INSERT_CONFLICT - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
RETURNING_POLICY_FIELD_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
RETURNING_POLICY_FIELD_TYPE_CONFLICT - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
RETURNING_POLICY_MAPPED_FIELD_TYPE_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
RETURNING_POLICY_MAPPING_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
RETURNING_POLICY_UNMAPPED_FIELD_TYPE_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
ReturningPolicy - Class in org.eclipse.persistence.descriptors
Purpose: Allows for INSERT or UPDATE operations to return values back into the object being written.
ReturningPolicy() - Constructor for class org.eclipse.persistence.descriptors.ReturningPolicy
 
ReturningPolicy.Info - Class in org.eclipse.persistence.descriptors
INTERNAL:
returningPolicyAndDescriptorFieldTypeConflict(String, String, String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
returningPolicyFieldInsertConflict(String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
returningPolicyFieldNotSupported(String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
returningPolicyFieldTypeConflict(String, String, String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
returningPolicyMappedFieldTypeNotSet(String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
returningPolicyMappingNotSupported(String, String, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
returningPolicyUnmappedFieldTypeNotSet(String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
ReturnInsert - Annotation Type in org.eclipse.persistence.annotations
A ReturnInsert annotation allows for INSERT operations to return values back into the object being written.
ReturnInsert - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ReturnInsertImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
ReturnInsertImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.ReturnInsertImpl
 
ReturnInsertMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.mappings
Object to hold onto return insert metadata.
ReturnInsertMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.ReturnInsertMetadata
INTERNAL: Used for XML loading.
ReturnInsertMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.mappings.ReturnInsertMetadata
INTERNAL: Used for annotation loading.
returnManyRows() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Many rows are returned for read-all queries.
returnMapEntry() - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
Set this expression to represent a Map.Entry rather than the Map's key
returnMultipleResultSetCollections() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Return true if the multiple results 'lists' should be returned.
returnNewFileNameIfRequired(String) - Method in class org.eclipse.persistence.tools.PackageRenamer
Renames a file based on the properties passed.
returnNothing() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
No return is used for modify calls like insert / update / delete.
returnOneRow() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
One row is returned for read-object queries.
returnSingleAttribute() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplify the result by returning a single attribute.
returnSingleResult() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning the first result.
returnSingleValue() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning a single value.
returnsResultSet(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: If there is no user setting and there are no out parameters, assume a result set is returned.
returnTypeInGetAttributeAccessor(String, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
ReturnUpdate - Annotation Type in org.eclipse.persistence.annotations
A ReturnUpdate annotation allows for UPDATE operations to return values back into the object being written.
returnWithoutReportQueryResult() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning a single value.
Reverse - Static variable in class org.eclipse.persistence.config.ResultSetType
The rows in a result set will be processed in a reverse direction; last-to-first.
reverse() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function return the reverse of the query result.
Reverse - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
reverse() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
reverse() - Method in class org.eclipse.persistence.internal.jpa.querydef.OrderImpl
 
reverseVector(Vector) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
revertAndResume() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Revert all changes made to any registered object.
revertAndResume() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Revert all changes made to any registered object.
revertChanges(Object, ClassDescriptor, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
INTERNAL: Clear the change set in the change event listener.
revertChanges(Object, ClassDescriptor, UnitOfWorkImpl, Map, boolean) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: This method is used to revert an object within the unit of work
revertChanges(Object, ClassDescriptor, UnitOfWorkImpl, Map, boolean) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: This method is used to revert an object within the unit of work
revertObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Revert the object's attributes from the parent.
revertObject(Object, int) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Revert the object's attributes from the parent.
revertObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Revert the object's attributes from the parent.
right(int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function return a given number of characters starting at the right of a string.
right(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function return a given number of characters starting at the right of a string.
Right - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
right() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
RIGHT_BRACE - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
Right brace.
RIGHT_BRACKET - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
Right bracket.
RIGHT_CURLY_BRACKET - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
RIGHT_CURLY_BRACKET - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
RIGHT_CURLY_BRACKET - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '}'.
RIGHT_PARENTHESIS - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for ')'.
RIGHT_ROUND_BRACKET - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
RIGHT_ROUND_BRACKET - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
RIGHT_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Notifies the right state object property has changed.
rightPad(int, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the string padded with the substring to the size.
rightPad(Object, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the string padded with the substring to the size.
RightPad - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
rightPad() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
rightTrim() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the string right trimmed for white space.
rightTrim(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the string with the substring trimed from the right.
RightTrim - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
rightTrim() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
RightTrim2 - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
rightTrim2() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build rightTrim operator that takes one parameter.
rightTrimString(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Returns a new string with all space characters removed from the right
RMI - Static variable in class org.eclipse.persistence.config.CacheCoordinationProtocol
 
RMI - Static variable in class org.eclipse.persistence.config.RemoteProtocol
 
RMIConnection - Class in org.eclipse.persistence.sessions.remote.rmi.iiop
This class exists on on the client side which talks to remote session controller through RMI connection.
RMIConnection(RMIRemoteSessionController) - Constructor for class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
PUBLIC: The connection must be create from the server-side session controllers stub.
RMIConnection - Class in org.eclipse.persistence.sessions.remote.rmi
This class exists on on the client side which talks to remote session controller through RMI connection.
RMIConnection(RMIRemoteSessionController) - Constructor for class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
PUBLIC: The connection must be create from the server-side session controllers stub.
RMIIIOP - Static variable in class org.eclipse.persistence.config.CacheCoordinationProtocol
 
RMIIIOPTransportManagerConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.transport
INTERNAL:
RMIIIOPTransportManagerConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.transport.RMIIIOPTransportManagerConfig
 
RMIRegistryNamingServiceConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.transport.naming
INTERNAL:
RMIRegistryNamingServiceConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.RMIRegistryNamingServiceConfig
 
RMIRemoteCommandConnection - Interface in org.eclipse.persistence.internal.sessions.coordination.rmi
Purpose: The interface for the remote RMI object used for transporting the remote command.
RMIRemoteCommandConnectionImpl - Class in org.eclipse.persistence.internal.sessions.coordination.rmi.iiop
Purpose: The implementation for the remote RMI-IIOP object used for transporting the remote command.
RMIRemoteCommandConnectionImpl(RemoteCommandManager) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.rmi.iiop.RMIRemoteCommandConnectionImpl
 
RMIRemoteCommandConnectionImpl - Class in org.eclipse.persistence.internal.sessions.coordination.rmi
Purpose: The implementation for the remote RMI object used for transporting the remote command.
RMIRemoteCommandConnectionImpl(RemoteCommandManager) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.rmi.RMIRemoteCommandConnectionImpl
 
RMIRemoteConnection - Class in org.eclipse.persistence.internal.sessions.coordination.rmi
Purpose: Define an RMI implementation class for the remote object that can execute a remote command.
RMIRemoteConnection(RMIRemoteCommandConnection) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.rmi.RMIRemoteConnection
 
RMIRemoteSessionController - Interface in org.eclipse.persistence.sessions.remote.rmi.iiop
Defines the public methods remote connection can invoke on the remote session controller.
RMIRemoteSessionController - Interface in org.eclipse.persistence.sessions.remote.rmi
Defines the public methods remote connection can invoke on the remote session controller.
RMIRemoteSessionControllerDispatcher - Class in org.eclipse.persistence.sessions.remote.rmi.iiop
RemoteSessionController sits between the remote session and the session.
RMIRemoteSessionControllerDispatcher(AbstractSession) - Constructor for class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
 
RMIRemoteSessionControllerDispatcher(Session) - Constructor for class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
 
RMIRemoteSessionControllerDispatcher - Class in org.eclipse.persistence.sessions.remote.rmi
RemoteSessionController sits between the remote session and the session.
RMIRemoteSessionControllerDispatcher(AbstractSession) - Constructor for class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
 
RMIRemoteSessionControllerDispatcher(Session) - Constructor for class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
 
RMIServerSessionManager - Interface in org.eclipse.persistence.sessions.remote.rmi
 
RMIServerSessionManagerDispatcher - Class in org.eclipse.persistence.sessions.remote.rmi
 
RMIServerSessionManagerDispatcher(Session) - Constructor for class org.eclipse.persistence.sessions.remote.rmi.RMIServerSessionManagerDispatcher
 
RMITransportManager - Class in org.eclipse.persistence.sessions.coordination.rmi
Purpose: Provide an RMI transport implementation for RCM.
RMITransportManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
 
RMITransportManagerConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.transport
INTERNAL:
RMITransportManagerConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.transport.RMITransportManagerConfig
 
rollback() - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
Roll back the current transaction, discarding any changes that have happened in this transaction.
rollback() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
rollback() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
Deprecated.
 
rollbackConnection() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
rollbackException(SQLException) - Method in class org.eclipse.persistence.internal.jpa.ExceptionFactory
 
rollbackTransaction(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Roll back a transaction on the data store.
rollbackTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Rollback a transaction on the database.
rollbackTransaction(DatabaseAccessor) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for jdbc drivers which do not support autocommit to explicitly rollback a transaction This method is a no-op for databases which implement autocommit as expected.
rollbackTransaction(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Rollback the transaction on the datasource.
rollbackTransaction() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
INTERNAL: No transactions should be used inside a HistoricalSession.
rollbackTransaction() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Rollback the active database transaction.
rollbackTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Rollback a transaction on the database.
rollbackTransaction() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Rollback a transaction on the database.
rollbackTransaction() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: This is internal to the uow, transactions should not be used explicitly in a uow.
rollbackTransaction() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This is internal to the uow, transactions should not be used explicitly in a uow.
rollbackTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.JTATransactionWrapper
 
rollbackTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.ResourceLocalTransactionWrapper
 
rollbackTransaction(EntityManager) - Method in class org.eclipse.persistence.jpa.rs.util.TransactionWrapper
 
rollbackTransaction() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Rollback the active database transaction.
rollbackTransaction(AbstractSession) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
INTERNAL: Rollback a transaction externally.
rollbackTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
rollbackTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Rollback a transaction on the database.
rollbackTransaction() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Rollback a transaction on the database.
rollbackTransaction() - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
rollbackTransaction() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Rollback a transaction on the server.
rollbackTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
rollbackTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Rollback a transaction on the database.
rollbackTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Rollback a transaction on the database.
rollbackTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Rollback a transaction on the database.
rollbackTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Rollback a transaction on the database.
rollbackTransaction() - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Rollback a transaction on the database.
rollbackTransaction() - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Rollback a transaction on the database.
rollbackTransaction(AbstractSession) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Roll back the external transaction.
Root - Class in org.eclipse.persistence.internal.oxm
Root is used to hold an Object along with the corresponding QName and some other related information.
Root() - Constructor for class org.eclipse.persistence.internal.oxm.Root
 
RootImpl<X> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the Root interface of the JPA criteria API.
RootImpl(ManagedType, Metamodel, Class<X>, Expression, Bindable) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.RootImpl
 
RootImpl(ManagedType, Metamodel, Class<X>, Expression, Bindable, FromImpl) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.RootImpl
 
round(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
round(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Round - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
round() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
roundDate(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the date rounded to the year, month or day.
RoundDate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
roundDate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
RoundRobinPartitioning - Annotation Type in org.eclipse.persistence.annotations
RoundRobinPartitioning sends requests in a round robin fashion to the set of connection pools.
RoundRobinPartitioning - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
RoundRobinPartitioningImpl - Class in org.eclipse.persistence.internal.jpa.config.partitioning
JPA scripting API implementation.
RoundRobinPartitioningImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.partitioning.RoundRobinPartitioningImpl
 
RoundRobinPartitioningMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.partitioning
INTERNAL: Define JPA meta-data for partitioning policy.
RoundRobinPartitioningMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.RoundRobinPartitioningMetadata
INTERNAL: Used for XML loading.
RoundRobinPartitioningMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.RoundRobinPartitioningMetadata
INTERNAL: Used for annotation loading.
RoundRobinPartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
PUBLIC: RoundRobinPartitioningPolicy sends requests in a round robin fashion to the set of connection pools.
RoundRobinPartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
 
RoundRobinPartitioningPolicy(boolean) - Constructor for class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
 
RoundRobinPartitioningPolicy(String...) - Constructor for class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
 
RoundRobinPartitioningPolicy(List<String>) - Constructor for class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
 
RowFetch - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
rowFromArguments(List, AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Translate argumentValues into a database row.
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedClassForName
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetClassLoaderForClass
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetClassLoaderFromCurrentThread
INTERNAL: Performs current Thread context ClassLoader retrieval.
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetConstructorFor
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetContextClassLoader
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetDeclaredConstructorFor
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetDeclaredField
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetDeclaredFields
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetDeclaredMethod
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetDeclaredMethods
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetField
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetFields
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetFieldType
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetMethod
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetMethodParameterTypes
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetMethodReturnType
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetMethods
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetSystemProperty
INTERNAL: Performs System property retrieval.
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedGetValueFromField
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedInvokeConstructor
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
 
run() - Method in class org.eclipse.persistence.internal.security.PrivilegedSetValueInField
 
run() - Method in class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
INTERNAL: This is the execution method of the async propagation thread.
run() - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
INTERNAL: This method is used by local (listening) connection only.
run(Outline, Options, ErrorHandler) - Method in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
 
run() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
INTERNAL: This is the main execution method of discovery.
run() - Method in class org.eclipse.persistence.tools.PackageRenamer
This run() method performs, reading the properties file into properties variable to be a reference for changing package name.
runSearchAndReplacePackageName(File) - Method in class org.eclipse.persistence.tools.PackageRenamer
This runSearchAndReplacePackageName() reads a pre-rename source file all into string variable and replacing the old package names with the new ones according to the properties file.
RuntimeFactory - Class in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
RuntimeFactory() - Constructor for class org.eclipse.persistence.jpa.config.RuntimeFactory
 
RuntimeServices - Class in org.eclipse.persistence.services
Purpose: Provide a dynamic interface into the EclipseLink Session.
RuntimeServices() - Constructor for class org.eclipse.persistence.services.RuntimeServices
Default Constructor
RuntimeServices(Session) - Constructor for class org.eclipse.persistence.services.RuntimeServices
Constructor

S

Safe - Static variable in class org.eclipse.persistence.config.TunerType
 
SafeModeTuner - Class in org.eclipse.persistence.tools.tuning
Configures the persistence unit for debugging.
SafeModeTuner() - Constructor for class org.eclipse.persistence.tools.tuning.SafeModeTuner
 
SAME_PROPERTY_IN_MULTIPLE_BINDINGS_FILES - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
samePropertyInMultipleFiles(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
SAPNetWeaver_7_1 - Static variable in class org.eclipse.persistence.config.TargetServer
 
SAPNetWeaver_7_1_Platform - Class in org.eclipse.persistence.platform.server.sap
Server platform for SAP NetWeaver AS Java 7.1 (including EhP 1), 7.2 and follow-up releases.
SAPNetWeaver_7_1_Platform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.sap.SAPNetWeaver_7_1_Platform
 
SAPNetWeaverTransactionController - Class in org.eclipse.persistence.transaction.sap
TransactionController implementation for SAP NetWeaver AS Java 7.1 (including EhP 1), 7.2 and follow-up releases.
SAPNetWeaverTransactionController() - Constructor for class org.eclipse.persistence.transaction.sap.SAPNetWeaverTransactionController
 
save(DataObject, String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
Returns the DataObject saved as an XML document with the specified root element.
save(DataObject, String, String, OutputStream) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
Saves the DataObject as an XML document with the specified root element.
save(XMLDocument, OutputStream, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
Serializes an XMLDocument as an XML document into the outputStream.
save(XMLDocument, Writer, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
Serializes an XMLDocument as an XML document into the outputWriter.
save(XMLDocument, Result, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
save(DataObject, String, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
save(DataObject, String, String, OutputStream) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
save(XMLDocument, OutputStream, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
save(XMLDocument, Writer, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
save(XMLDocument, Result, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
saveRemoteValueHolder(RemoteValueHolder) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Save the pre-serialized version of the remote value holder so that it can be used when the serialized version (on the client) is instantiated and needs to come back to the server to get its "value".
SAXDocumentBuilder - Class in org.eclipse.persistence.platform.xml
Purpose: Build a DOM from SAX events.
SAXDocumentBuilder() - Constructor for class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
SAXEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Abstract class to represent an event from a ContentHandler or LexicalHandler
SAXEvent() - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.SAXEvent
 
SAXFragmentBuilder - Class in org.eclipse.persistence.internal.oxm
 
SAXFragmentBuilder(UnmarshalRecord) - Constructor for class org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
 
SAXPlatform - Class in org.eclipse.persistence.oxm.platform
 
SAXPlatform() - Constructor for class org.eclipse.persistence.oxm.platform.SAXPlatform
 
SAXUnmarshaller - Class in org.eclipse.persistence.internal.oxm.record
INTERNAL:
SAXUnmarshaller(Unmarshaller, Map<String, Boolean>) - Constructor for class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
SAXUnmarshallerHandler - Class in org.eclipse.persistence.internal.oxm.record
INTERNAL:
SAXUnmarshallerHandler(Context) - Constructor for class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
scalarExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
ScalarExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a scalar expression.
ScalarExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ScalarExpressionBNF
Creates a new SelectExpressionBNF.
scalarOrSubSelectExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
scale - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
scanForConformingInstances(Expression, Class, AbstractRecord, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Scans the UnitOfWork identity map for conforming instances.
Schema - Class in org.eclipse.persistence.internal.oxm.schema.model
 
Schema() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
SCHEMA_2_CLASS - Static variable in class org.eclipse.persistence.internal.xr.Util
 
SCHEMA_DATABASE_MAJOR_VERSION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
If sufficient database version information is not included from the JDBC DatabaseMetaData method getDatabaseProductName, the "javax.persistence.database-major-version" property should be specified as needed.
SCHEMA_DATABASE_MINOR_VERSION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
If sufficient database version information is not included from the JDBC DatabaseMetaData method getDatabaseProductName, the "javax.persistence.database-minor-version" property should be specified as needed.
SCHEMA_DATABASE_PRODUCT_NAME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
If scripts are to be generated by the persistence provider and a connection to the target database is not supplied, the "javax.persistence.database-product-name" property must be specified.
SCHEMA_DIR - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
 
SCHEMA_GENERATION_CONNECTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.schema-generation.connection" property specifies the JDBC connection to be used for schema generation.
SCHEMA_GENERATION_CREATE_ACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "create"
SCHEMA_GENERATION_CREATE_DATABASE_SCHEMAS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
In Java EE environments, it is anticipated that the Java EE platform provider may wish to control the creation of database schemas rather than delegate this task to the persistence provider.
SCHEMA_GENERATION_CREATE_SCRIPT_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.schema-generation.create-script-source" is used for script execution.
SCHEMA_GENERATION_CREATE_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.schema-generation.create-source" property specifies whether the creation of database artifacts is to occur on the basis of the object/relational mapping metadata, DDL script, or a combination of the two.
SCHEMA_GENERATION_DATABASE_ACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.schema-generation.database.action" property specifies the action to be taken by the persistence provider with regard to the database artifacts.
SCHEMA_GENERATION_DROP_ACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "drop"
SCHEMA_GENERATION_DROP_AND_CREATE_ACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "drop-and-create"
SCHEMA_GENERATION_DROP_SCRIPT_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.schema-generation.drop-script-source" is used for script execution.
SCHEMA_GENERATION_DROP_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.schema-generation.drop-source" property specifies whether the dropping of database artifacts is to occur on the basis of the object/relational mapping metadata, DDL script, or a combination of the two.
SCHEMA_GENERATION_METADATA_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "metadata"
SCHEMA_GENERATION_METADATA_THEN_SCRIPT_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "metadata-then-script"
SCHEMA_GENERATION_NONE_ACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "none"
SCHEMA_GENERATION_SCRIPT_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "script"
SCHEMA_GENERATION_SCRIPT_TERMINATE_STATEMENTS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
When the "eclipselink.ddlgen-terminate-statements" property is set to true and a DDL script is being generated, the value of DatabasePlatform.getStoredProcedureTerminationToken() is appended to the end of each statement.
SCHEMA_GENERATION_SCRIPT_THEN_METADATA_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The parameter value "script-then-metadata"
SCHEMA_GENERATION_SCRIPTS_ACTION - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.schema-generation.scripts.action" property specifies which scripts are to be generated by the persistence provider.
SCHEMA_GENERATION_SCRIPTS_CREATE_TARGET - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
If scripts are to be generated, the target locations for the writing of these scripts must be specified.
SCHEMA_GENERATION_SCRIPTS_DROP_TARGET - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
If scripts are to be generated, the target locations for the writing of these scripts must be specified.
SCHEMA_GENERATION_SQL_LOAD_SCRIPT_SOURCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
In Java EE container environments, it is generally expected that the container will be responsible for executing data load scripts, although the container is permitted to delegate this task to the persistence provider.
SCHEMA_INSTANCE_PREFIX - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
SCHEMA_INSTANCE_URL - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
SCHEMA_LOCATION - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
SCHEMA_NIL_ATTRIBUTE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
SCHEMA_PREFIX - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
SCHEMA_QNAMES - Static variable in class org.eclipse.persistence.internal.xr.QNameTransformer
 
SCHEMA_REFERENCE_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
SCHEMA_TYPE_ATTRIBUTE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
SCHEMA_TYPE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SCHEMA_URL - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
SCHEMA_VALIDATION - Static variable in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
SCHEMA_VALIDATION - Static variable in class org.eclipse.persistence.oxm.XMLUnmarshaller
 
SCHEMA_VALIDATION - Static variable in class org.eclipse.persistence.oxm.XMLValidator
 
SCHEMA_VALIDATION - Static variable in interface org.eclipse.persistence.platform.xml.XMLParser
 
schemaForVariable(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Returns the abstract schema name if the specified string denotes a range variable.
SchemaGenerator - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
SchemaGenerator(Helper) - Constructor for class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
 
SchemaLocationResolver - Interface in org.eclipse.persistence.sdo.helper
Purpose: Interface that can be optionally implemented to resolve the value for the schemaLocation attribute of generated imports and includes when generating schemas.
SchemaManager - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Define all user level protocol for development time database manipulation.
SchemaManager(DatabaseSessionImpl) - Constructor for class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
SchemaManager(DatabaseSession) - Constructor for class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
schemaManager - Variable in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
 
SchemaMetadata - Class in org.eclipse.persistence.jaxb.dynamic.metadata
 
SchemaMetadata(DynamicClassLoader, Map<String, Object>) - Constructor for class org.eclipse.persistence.jaxb.dynamic.metadata.SchemaMetadata
 
SchemaMetadata(DynamicClassLoader, Map<String, Object>, Source, EntityResolver) - Constructor for class org.eclipse.persistence.jaxb.dynamic.metadata.SchemaMetadata
 
SchemaMetadata(DynamicClassLoader, Map<String, Object>, Node, EntityResolver) - Constructor for class org.eclipse.persistence.jaxb.dynamic.metadata.SchemaMetadata
 
SCHEMAMETADATA_CLASS_NAME - Static variable in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
 
SchemaModelGenerator - Class in org.eclipse.persistence.internal.oxm.schema
INTERNAL:
SchemaModelGenerator(ConversionManager) - Constructor for class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
The default constructor.
SchemaModelGenerator(ConversionManager, boolean) - Constructor for class org.eclipse.persistence.internal.oxm.schema.SchemaModelGenerator
This constructor should be used with a value of 'true' when the schemaLocation attribute of the import for swaRef should be swaref.xsd.
SchemaModelGeneratorProperties - Class in org.eclipse.persistence.internal.oxm.schema
INTERNAL:
SchemaModelGeneratorProperties() - Constructor for class org.eclipse.persistence.internal.oxm.schema.SchemaModelGeneratorProperties
 
SchemaModelOutputResolver - Interface in org.eclipse.persistence.internal.oxm.schema
Interface for controlling where schema files are generated.
SchemaModelProject - Class in org.eclipse.persistence.internal.oxm.schema
Purpose: TopLink OX project to map org.eclipse.persistence.internal.schema.model.* Used by TopLink SDO and JAXB implementations
SchemaModelProject() - Constructor for class org.eclipse.persistence.internal.oxm.schema.SchemaModelProject
 
SchemaPerMultitenantPolicy - Class in org.eclipse.persistence.descriptors
A schema per tenant multitenant policy.
SchemaPerMultitenantPolicy() - Constructor for class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
 
SchemaPerMultitenantPolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
 
schemaReferenceNotSet(XMLDescriptor) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
SchemaResolver - Interface in org.eclipse.persistence.sdo.helper
Purpose: Interface that can be optionally implemented to resolve imported and included schemas.
SchemaResolverWrapper - Class in org.eclipse.persistence.sdo.helper
Purpose: Allow the contained schema resolver to resolve a schema based on a given namespace and schema location, and return either the resolved schema source or null, depending on whether the schema had been processed previously.
SchemaResolverWrapper(SchemaResolver) - Constructor for class org.eclipse.persistence.sdo.helper.SchemaResolverWrapper
This constructor sets schemaResolver to the given value.
schemaType(Class<?>) - Method in interface org.eclipse.persistence.internal.oxm.ConversionManager
 
schemaType(Class<?>) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
SchemaTypeInfo - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
SchemaTypeInfo() - Constructor for class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
 
SCN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SCN'.
SCROLLABLE_CURSOR - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.cursor.scrollable"
ScrollableCursor - Class in org.eclipse.persistence.queries
 
ScrollableCursor() - Constructor for class org.eclipse.persistence.queries.ScrollableCursor
INTERNAL: Default constructor.
ScrollableCursor(DatabaseCall, ScrollableCursorPolicy) - Constructor for class org.eclipse.persistence.queries.ScrollableCursor
INTERNAL: constructor.
ScrollableCursor_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
scrollableCursorAbsolute(ObjID, int) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorAbsolute(ObjID, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorAbsolute(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorAbsolute(ObjID, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(ObjID, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Moves the cursor to the given row number in the result set
scrollableCursorAbsolute(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Moves the cursor to the given row number in the result set
scrollableCursorAfterLast(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorAfterLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorAfterLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Moves the cursor to the end of the result set, just after the last row.
scrollableCursorBeforeFirst(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorBeforeFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorBeforeFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Moves the cursor to the front of the result set, just before the first row
scrollableCursorBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Moves the cursor to the front of the result set, just before the first row
scrollableCursorClose(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Used for closing scrolable cursor across RMI.
scrollableCursorClose(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Used for closing cursored streams across RMI.
scrollableCursorClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Used for closing scrollable cursor across RMI.
scrollableCursorClose(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Used for closing scrollable cursor across RMI.
scrollableCursorClose(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Used for closing scrollable cursor across RMI.
scrollableCursorCurrentIndex(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorCurrentIndex(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorCurrentIndex(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorCurrentIndex(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Retrieves the current row index number
scrollableCursorCurrentIndex(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Retrieves the current row index number
scrollableCursorCurrentIndex(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Retrieves the current row index number
scrollableCursorFirst(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Moves the cursor to the first row in the result set
scrollableCursorFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Moves the cursor to the first row in the result set
scrollableCursorFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Moves the cursor to the first row in the result set
scrollableCursorIsAfterLast(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorIsAfterLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorIsAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorIsAfterLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsAfterLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is after the last row in the result set.
scrollableCursorIsBeforeFirst(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorIsBeforeFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorIsBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorIsBeforeFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsBeforeFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is before the first row in the result set.
scrollableCursorIsFirst(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorIsFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorIsFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorIsFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsFirst(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is on the first row of the result set.
scrollableCursorIsLast(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorIsLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorIsLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorIsLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Indicates whether the cursor is on the last row of the result set.
scrollableCursorIsLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Indicates whether the cursor is on the last row of the result set.
scrollableCursorLast(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Moves the cursor to the last row in the result set
scrollableCursorLast(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Moves the cursor to the last row in the result set
scrollableCursorLast(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Moves the cursor to the last row in the result set
scrollableCursorNextObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Retrieve next object from the remote scrollable cursor
scrollableCursorNextObject(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Retrieve next object from the scrollable cursor
scrollableCursorNextObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorNextObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Retrieve next object from the remote scrollable cursor
scrollableCursorNextObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Retrieve next object from the scrollable cursor
scrollableCursorNextObject(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorNextObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorNextObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Retrieve next object from the remote scrollable cursor
scrollableCursorNextObject(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
INTERNAL: Retrieve next object from the scrollable cursor
scrollableCursorNextObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Retrieve next object from the scrollable cursor
scrollableCursorNextObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Retrieve next object from the remote scrollable cursor
scrollableCursorNextObject(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
INTERNAL: Retrieve next object from the scrollable cursor
scrollableCursorNextObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Retrieve next object from the scrollable cursor
ScrollableCursorPolicy - Class in org.eclipse.persistence.queries
PUBLIC: ScrollableCursorPolicy allows for additional options to be specified for ReadAllQuery or DataReadQuery.
ScrollableCursorPolicy() - Constructor for class org.eclipse.persistence.queries.ScrollableCursorPolicy
PUBLIC: Create a new scrollable cursor policy.
ScrollableCursorPolicy(ReadQuery, int) - Constructor for class org.eclipse.persistence.queries.ScrollableCursorPolicy
INTERNAL: Create a cursor policy with the pagesize.
scrollableCursorPreviousObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Retrieve previous object from the remote scrollable cursor
scrollableCursorPreviousObject(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Retrieve previous object from the scrollable cursor
scrollableCursorPreviousObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorPreviousObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Retrieve previous object from the remote scrollable cursor
scrollableCursorPreviousObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Retrieve previous object from the scrollable cursor
scrollableCursorPreviousObject(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorPreviousObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorPreviousObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Retrieve previous object from the remote scrollable cursor
scrollableCursorPreviousObject(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
INTERNAL: Retrieve previous object from the scrollable cursor
scrollableCursorPreviousObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Retrieve previous object from the scrollable cursor
scrollableCursorPreviousObject(ObjID, ReadQuery, DistributedSession) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Retrieve previous object from the remote scrollable cursor
scrollableCursorPreviousObject(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
INTERNAL: Retrieve previous object from the scrollable cursor
scrollableCursorPreviousObject(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Retrieve previous object from the scrollable cursor
scrollableCursorRelative(ObjID, int) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Moves the cursor a relative number of rows, either positive or negative.
scrollableCursorRelative(Transporter, int) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorRelative(ObjID, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorRelative(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorRelative(ObjID, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Moves the cursor to the given row number in the result set
scrollableCursorRelative(ObjID, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Moves the cursor to the given row number in the result set
scrollableCursorRelative(Transporter, int) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Moves the cursor to the given row number in the result set
scrollableCursorSize(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
Return the scrollable cursor size
scrollableCursorSize(Transporter) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteSessionController
Return the scrollable cursor size from the server
scrollableCursorSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
scrollableCursorSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
Return the scrollable cursor size
scrollableCursorSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
Return the cursor size
scrollableCursorSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
 
scrollableCursorSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
scrollableCursorSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
Return the scrollable cursor size
scrollableCursorSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
INTERNAL: Return the cursor size
scrollableCursorSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
Return the cursor size
scrollableCursorSize(ObjID) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
Return the scrollable cursor size
scrollableCursorSize(Transporter) - Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
INTERNAL: Return the cursor size
scrollableCursorSize(Transporter) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
Return the cursor size
ScrollInsensitive - Static variable in class org.eclipse.persistence.config.ResultSetType
The type for a ResultSet object that is scrollable but generally not sensitive to changes made by others.
ScrollSensitive - Static variable in class org.eclipse.persistence.config.ResultSetType
The type for a ResultSet object that is scrollable and generally sensitive to changes made by others.
SDO_BOOLEAN - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_BOOLEANOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
Type objects for types in the commonj.sdo/java namespace
SDO_BYTE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_BYTEOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_BYTES - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_CHANGESUMMARY_REF_PATH_PREFIX - Static variable in class org.eclipse.persistence.sdo.SDOConstants
SDO changeSummary reference path prefix string = #
SDO_CHANGESUMMARY_REF_PATH_PREFIX_LENGTH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_CHARACTER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_CHARACTEROBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_DATA_OBJECT_IMPL_CLASS_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
default implementation class java.util.HashMap
SDO_DATE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_DATETIME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_DAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_DECIMAL - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_DOUBLE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_DOUBLEOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_DURATION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_FILTER - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
SDO_FLOAT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_FLOATOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_HELPER_CONTEXT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_HELPER_CONTEXT_ID_IDENTIFIER - Static variable in class org.eclipse.persistence.sdo.SDOResolvable
root object with helper context id identifier
SDO_IMPL_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_INT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_INTEGER - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_INTERNAL_OBJECT_IDENTIFIER - Static variable in class org.eclipse.persistence.sdo.SDOResolvable
internal object serialization type identifier = 0
SDO_INTOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_ISSET_METHOD_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
reflective isSet method name
SDO_JAXB_ERROR_CREATING_JAXB_UNMARSHALLER - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
SDO_JAXB_NO_DESCRIPTOR_FOR_TYPE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
SDO_JAXB_NO_MAPPING_FOR_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
SDO_JAXB_NO_SCHEMA_CONTEXT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
SDO_JAXB_NO_SCHEMA_REFERENCE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
SDO_JAXB_NO_TYPE_FOR_CLASS - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
SDO_JAXB_NO_TYPE_FOR_CLASS_BY_SCHEMA_CONTEXT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
SDO_LONG - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_LONGOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_MONTH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_MONTHDAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_NN - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
SDO_OBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_PREFIX - Static variable in class org.eclipse.persistence.sdo.SDOConstants
Strings for known uris and default prefix values
SDO_RELATE - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
SDO_ROOT_OBJECT_IDENTIFIER - Static variable in class org.eclipse.persistence.sdo.SDOResolvable
root object serialization type identifier = 1
SDO_SHORT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_SHORTOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_STRING - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_STRINGS - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_TIME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_URI - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_URL - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_WITHIN_DISTANCE - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
SDO_XPATH_INVALID_PATH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
XPath to sibling or an invalid non-existent node currently = null
SDO_XPATH_LIST_INDEX_CLOSE_BRACKET - Static variable in class org.eclipse.persistence.sdo.SDOConstants
XPath List index close bracket "]"
SDO_XPATH_LIST_INDEX_OPEN_BRACKET - Static variable in class org.eclipse.persistence.sdo.SDOConstants
XPath List index open bracket "["
SDO_XPATH_NS_SEPARATOR_FRAGMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
XPath ns separator ":"
SDO_XPATH_SEPARATOR_FRAGMENT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
XPath separator "/"
SDO_XPATH_TO_ROOT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
XPath to a data object from itself "/"
SDO_YEAR - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_YEARMONTH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDO_YEARMONTHDAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOChangeSummary - Class in org.eclipse.persistence.sdo
Purpose:A change summary is used to record changes to DataObjects.
SDOChangeSummary() - Constructor for class org.eclipse.persistence.sdo.SDOChangeSummary
 
SDOChangeSummary(SDODataObject, HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOChangeSummary
 
SDOChangeSummary(SDODataGraph, HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOChangeSummary
 
SDOChangeSummaryType - Class in org.eclipse.persistence.sdo.types
 
SDOChangeSummaryType(SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDOChangeSummaryType
 
SDOClassGenerator - Class in org.eclipse.persistence.sdo.helper
Purpose: Generate Java interfaces and implementation classes from a list of SDO Type objects.
SDOClassGenerator() - Constructor for class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
SDOClassGenerator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
SDOClassGeneratorListener - Interface in org.eclipse.persistence.sdo.helper
Purpose: Optionally user can implement this interface to provide their own extra content to the generated source files.
SDOClassLoader - Class in org.eclipse.persistence.sdo.helper
Purpose: A custom classloader used to dynamically create classes as needed.
SDOClassLoader(ClassLoader, HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOClassLoader
 
SDOConstants - Class in org.eclipse.persistence.sdo
Purpose: Maintain constants in one class
SDOConstants() - Constructor for class org.eclipse.persistence.sdo.SDOConstants
 
SDOCopyHelper - Class in org.eclipse.persistence.sdo.helper
Purpose: A helper class for making deep or shallow copies of DataObjects.
SDOCopyHelper() - Constructor for class org.eclipse.persistence.sdo.helper.SDOCopyHelper
INTERNAL: This default constructor must be used in conjunction with the setHelperContext() function.
SDOCopyHelper(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOCopyHelper
Constructor that takes in a HelperContext instance that contains this copyHelper.
This is the recommended constructor.
SDOCSUnmarshalListener - Class in org.eclipse.persistence.sdo.helper
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
SDOCSUnmarshalListener(HelperContext, boolean) - Constructor for class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
 
SDOCSUnmarshalListener(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOCSUnmarshalListener
 
SDODataFactory - Interface in org.eclipse.persistence.sdo.helper
Purpose: The implementation of commonj.sdo.helper.DataFactory
SDODataFactoryDelegate - Class in org.eclipse.persistence.sdo.helper.delegates
Purpose: Helper to provide access to SDO Data Factory.
SDODataFactoryDelegate(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
 
SDODataFactoryDelegator - Class in org.eclipse.persistence.sdo.helper.delegates
Purpose: Helper to provide access to SDO Data Factory.
SDODataFactoryDelegator() - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
 
SDODataFactoryDelegator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
 
SDODataGraph - Class in org.eclipse.persistence.sdo
Purpose:A data graph is used to package a graph of data objects along with their metadata, that is, data describing the data.
SDODataGraph(HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDODataGraph
 
SDODataHelper - Class in org.eclipse.persistence.sdo.helper
Purpose: A helper class for performing data conversions.
SDODataHelper() - Constructor for class org.eclipse.persistence.sdo.helper.SDODataHelper
 
SDODataHelper(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDODataHelper
 
SDODataObject - Class in org.eclipse.persistence.sdo
 
SDODataObject() - Constructor for class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Private constructor.
SDODataObjectType - Class in org.eclipse.persistence.sdo.types
 
SDODataObjectType(SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDODataObjectType
 
SDODataType - Class in org.eclipse.persistence.sdo.types
 
SDODataType(String, String, SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDODataType
 
SDODataType(String, String, Class, SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDODataType
 
SDODataType(String, String, Class, SDOTypeHelper, Object) - Constructor for class org.eclipse.persistence.sdo.types.SDODataType
 
SDOEqualityHelper - Class in org.eclipse.persistence.sdo.helper
Purpose: A helper class for checking deep or shallow equality of DataObjects.
SDOEqualityHelper() - Constructor for class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
INTERNAL: This default constructor must be used in conjunction with the setHelperContext() function.
SDOEqualityHelper(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
Constructor that takes in a HelperContext instance that contains this equalityHelper.
This is the recommended constructor.
SDOException - Exception in org.eclipse.persistence.exceptions
Purpose: This class provides an implementation of EclipseLinkException specific to the EclipseLink SDO (Service Data Objects) API.
SDOExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: Purpose:
SDOExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.SDOExceptionResource
 
SDOExternalizableDelegator - Class in org.eclipse.persistence.sdo
 
SDOExternalizableDelegator() - Constructor for class org.eclipse.persistence.sdo.SDOExternalizableDelegator
 
SDOExternalizableDelegator(Object) - Constructor for class org.eclipse.persistence.sdo.SDOExternalizableDelegator
 
SDOExternalizableDelegator(Object, HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOExternalizableDelegator
 
SDOFragmentMappingAttributeAccessor - Class in org.eclipse.persistence.sdo.helper
Purpose: A wrapper class for handling cases when the domain object attributes are to be accessed thru the accessor methods that are called "get" and "set".
SDOFragmentMappingAttributeAccessor(SDOProperty, HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
 
SDOHelper - Class in org.eclipse.persistence.sdo
This class provides a mechanism to obtain the EclipseLink implementation of various SDO runtime classes based on a given SDO class/interface.
SDOHelper() - Constructor for class org.eclipse.persistence.sdo.SDOHelper
 
SDOHelperContext - Class in org.eclipse.persistence.sdo.helper
Purpose: This class represents a local HelperContext.
SDOHelperContext() - Constructor for class org.eclipse.persistence.sdo.helper.SDOHelperContext
Create a local HelperContext.
SDOHelperContext(String) - Constructor for class org.eclipse.persistence.sdo.helper.SDOHelperContext
Create a local HelperContext with the given identifier.
SDOHelperContext(ClassLoader) - Constructor for class org.eclipse.persistence.sdo.helper.SDOHelperContext
Create a local HelperContext.
SDOHelperContext(String, ClassLoader) - Constructor for class org.eclipse.persistence.sdo.helper.SDOHelperContext
Create a local HelperContext with the given identifier.
SDOHelperContext.HelperContextResolver - Interface in org.eclipse.persistence.sdo.helper
Strategy for HelperContext creation.
SDOHelperContext.MyNotificationFilter - Class in org.eclipse.persistence.sdo.helper
INTERNAL: This class will be handed in as a parameter when adding a JBoss notification listener.
sdoInterfaceReservedWordsList - Static variable in class org.eclipse.persistence.sdo.SDOConstants
All no-arg get/ single-arg set public SDO interface functions on SDODataObject must appear in this list.
SDOJAVA_EXTENDEDINSTANCECLASS - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOJAVA_EXTENDEDINSTANCECLASS_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOJAVA_INSTANCECLASS - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOJAVA_INSTANCECLASS_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOJAVA_NESTEDINTERFACES - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOJAVA_NESTEDINTERFACES_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOJAVA_PACKAGE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOJAVA_PREFIX - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOJAVA_URL - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
sdoJaxbErrorCreatingJAXBUnmarshaller(Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
 
sdoJaxbNoDescriptorForType(QName, QName) - Static method in exception org.eclipse.persistence.exceptions.SDOException
 
sdoJaxbNoMappingForProperty(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
 
sdoJaxbNoSchemaContext(Class) - Static method in exception org.eclipse.persistence.exceptions.SDOException
 
sdoJaxbNoSchemaReference(Class) - Static method in exception org.eclipse.persistence.exceptions.SDOException
 
sdoJaxbNoTypeForClass(Class) - Static method in exception org.eclipse.persistence.exceptions.SDOException
 
sdoJaxbNoTypeForClassBySchemaContext(Class, QName) - Static method in exception org.eclipse.persistence.exceptions.SDOException
 
SDOMarshalListener - Class in org.eclipse.persistence.sdo.helper
Purpose: Implementation of XMLMarshalListener used when marshalling DataObjects to XML
SDOMarshalListener(XMLMarshaller, SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
SDOMethodAttributeAccessor - Class in org.eclipse.persistence.sdo.helper
Purpose: A wrapper class for handling cases when the domain object attributes are to be accessed thru the accessor methods that are called "get" and "set".
SDOMethodAttributeAccessor(Property) - Constructor for class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
 
SDOMethodAttributeAccessor(Property, Class) - Constructor for class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
 
SDOObjectType - Class in org.eclipse.persistence.sdo.types
 
SDOObjectType(String, String, SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDOObjectType
 
SDOOpenSequencedType - Class in org.eclipse.persistence.sdo.types
 
SDOOpenSequencedType(SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDOOpenSequencedType
 
SDOProperty - Class in org.eclipse.persistence.sdo
Purpose:A representation of a Property in the type of a data object.
SDOProperty(HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOProperty
 
SDOProperty(HelperContext, String) - Constructor for class org.eclipse.persistence.sdo.SDOProperty
 
SDOProperty(HelperContext, String, SDOType) - Constructor for class org.eclipse.persistence.sdo.SDOProperty
 
SDOProperty(HelperContext, String, SDOType, boolean) - Constructor for class org.eclipse.persistence.sdo.SDOProperty
 
SDOProperty(HelperContext, String, String, SDOType) - Constructor for class org.eclipse.persistence.sdo.SDOProperty
 
SDOPropertyType - Class in org.eclipse.persistence.sdo.types
 
SDOPropertyType(SDOTypeHelper, SDOType) - Constructor for class org.eclipse.persistence.sdo.types.SDOPropertyType
 
SDOPropertyType.PropertyImpl - Class in org.eclipse.persistence.sdo.types
 
SDOResolvable - Class in org.eclipse.persistence.sdo
INTERNAL:
SDOResolvable() - Constructor for class org.eclipse.persistence.sdo.SDOResolvable
 
SDOResolvable(HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOResolvable
Default constructor for deserialization
SDOResolvable(Object, HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOResolvable
Constructor for serialization
SDOSchemaGenerator - Class in org.eclipse.persistence.sdo.helper
Purpose SDOSchemaGenerator generates an XSD (returned as a String) from a list of SDO Type objects.
SDOSchemaGenerator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOSchemaGenerator
 
SDOSequence - Class in org.eclipse.persistence.sdo
 
SDOSequence(SDODataObject) - Constructor for class org.eclipse.persistence.sdo.SDOSequence
 
SDOSetting - Class in org.eclipse.persistence.sdo
Purpose: A setting encapsulates a Property and a corresponding single value of the property's type.
SDOSetting() - Constructor for class org.eclipse.persistence.sdo.SDOSetting
 
SDOSetting(Property, Object) - Constructor for class org.eclipse.persistence.sdo.SDOSetting
 
SDOType - Class in org.eclipse.persistence.sdo
 
SDOType(HelperContext) - Constructor for class org.eclipse.persistence.sdo.SDOType
 
SDOType(SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.SDOType
 
SDOType(String, String) - Constructor for class org.eclipse.persistence.sdo.SDOType
INTERNAL: Build up a Type with given name and uri and a default static HelperContext.
SDOType(String, String, SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.SDOType
Build up a Type with given name and uri
SDOType.TypeInstantiationPolicy - Class in org.eclipse.persistence.sdo
 
SDOTypeHelper - Interface in org.eclipse.persistence.sdo.helper
Purpose: Helper to provide access to declared SDO Types.
SDOTypeHelperDelegate - Class in org.eclipse.persistence.sdo.helper.delegates
Purpose: Helper to provide access to declared SDO Types.
SDOTypeHelperDelegate(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
SDOTypeHelperDelegator - Class in org.eclipse.persistence.sdo.helper.delegates
Purpose: Helper to provide access to declared SDO Types.
SDOTypeHelperDelegator() - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
SDOTypeHelperDelegator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
SDOTypesGenerator - Class in org.eclipse.persistence.sdo.helper
Purpose: Called from XSDHelper define methods to generate SDO Types from a Schema
SDOTypesGenerator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
SDOTypesGenerator.GlobalRef - Class in org.eclipse.persistence.sdo.helper
 
SDOTypesGenerator.NonContainmentReference - Class in org.eclipse.persistence.sdo.helper
 
SDOTypeType - Class in org.eclipse.persistence.sdo.types
 
SDOTypeType(SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDOTypeType
 
SDOTypeType.TypeImpl - Class in org.eclipse.persistence.sdo.types
 
SDOUnmappedContentHandler - Class in org.eclipse.persistence.sdo.helper
Purpose: Called during XMLHelper load methods when there is unknown content in an XML document.
SDOUnmappedContentHandler() - Constructor for class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
SDOUnmarshalListener - Class in org.eclipse.persistence.sdo.helper
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
SDOUnmarshalListener(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.SDOUnmarshalListener
 
SDOUtil - Class in org.eclipse.persistence.sdo.helper.extension
Purpose: Common functions in support of SDO.
SDOUtil() - Constructor for class org.eclipse.persistence.sdo.helper.extension.SDOUtil
 
SDOWrapperType - Class in org.eclipse.persistence.sdo.types
Wrapper for XML datatypes.
SDOWrapperType(Type, String, SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType
 
SDOWrapperType(Type, String, SDOTypeHelper, QName) - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType
 
SDOWrapperType(Type, String, SDOTypeHelper, QName, Class<? extends SDODataObject>) - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType
 
SDOWrapperType(Type, String, SDOTypeHelper, QName[]) - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType
 
SDOWrapperType(Type, String, SDOTypeHelper, QName[], Class<? extends SDODataObject>[]) - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType
 
SDOWrapperType.BooleanObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.BooleanWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.ByteObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.Bytes_hexBunaryWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.BytesWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.ByteWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.CharacterObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.CharacterWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.DateTimeWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.DateWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.DayWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.DecimalWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.DoubleObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.DoubleWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.DurationWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.FloatObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.FloatWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.IntegerWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.IntObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.IntWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.LongObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.LongWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.MonthDayWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.MonthWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.ObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.ShortObjectWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.ShortWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.StringsWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.StringWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.TimeWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.URI_QNameWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.URIWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.YearMonthDayWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.YearMonthWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOWrapperType.YearWrapperImpl - Class in org.eclipse.persistence.sdo.types
 
SDOXML_ALIASNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
Strings and QNames for annotations defined in the commonj.sdo/XML namespace
SDOXML_ALIASNAME_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_DATATYPE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_DATATYPE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_MANY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_MANY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_NAME_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_OPPOSITEPROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_OPPOSITEPROPERTY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_PREFIX - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_PROPERTYTYPE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_PROPERTYTYPE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_READONLY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_READONLY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_SEQUENCE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_SEQUENCE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_STRING_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_STRING_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXML_URL - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SDOXMLDocument - Class in org.eclipse.persistence.sdo
Purpose: Represents an XML Document containing a tree of DataObjects.
SDOXMLDocument() - Constructor for class org.eclipse.persistence.sdo.SDOXMLDocument
 
SDOXMLHelper - Interface in org.eclipse.persistence.sdo.helper
Purpose: Helper to transform XML documents into DataObects and DataObjects into XML documents.
SDOXMLHelperDelegate - Class in org.eclipse.persistence.sdo.helper.delegates
Purpose: Helper to XML documents into DataObects and DataObjects into XML documents.
SDOXMLHelperDelegate(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
SDOXMLHelperDelegate(HelperContext, ClassLoader) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
SDOXMLHelperDelegator - Class in org.eclipse.persistence.sdo.helper.delegates
Purpose: Helper to XML documents into DataObects and DataObjects into XML documents.
SDOXMLHelperDelegator() - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
SDOXMLHelperDelegator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
SDOXMLHelperLoadOptionsType - Class in org.eclipse.persistence.sdo.types
 
SDOXMLHelperLoadOptionsType(SDOTypeHelper, SDOType) - Constructor for class org.eclipse.persistence.sdo.types.SDOXMLHelperLoadOptionsType
 
SDOXSDHelper - Interface in org.eclipse.persistence.sdo.helper
Purpose: Provides access to additional information when the Type or Property is defined by an XML Schema (XSD).
SDOXSDHelperDelegate - Class in org.eclipse.persistence.sdo.helper.delegates
Purpose: Provides access to additional information when the Type or Property is defined by an XML Schema (XSD)..
SDOXSDHelperDelegate(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
 
SDOXSDHelperDelegator - Class in org.eclipse.persistence.sdo.helper.delegates
Purpose: Provides access to additional information when the Type or Property is defined by an XML Schema (XSD)..
SDOXSDHelperDelegator() - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
SDOXSDHelperDelegator(HelperContext) - Constructor for class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
SECOND_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Notifies the second StateObject property has changed.
SECOND_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Notifies the second StateObject property has changed.
SECONDARY_TABLE_CATALOG - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
SECONDARY_TABLE_FK_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
SECONDARY_TABLE_NAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
SECONDARY_TABLE_PK_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
SECONDARY_TABLE_SCHEMA - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
SecondaryTable - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
SecondaryTableImpl - Class in org.eclipse.persistence.internal.jpa.config.tables
JPA scripting API implementation.
SecondaryTableImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.tables.SecondaryTableImpl
 
SecondaryTableMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.tables
INTERNAL: Object to hold onto a secondary table metadata in a TopLink database table.
SecondaryTableMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.SecondaryTableMetadata
INTERNAL: Used for XML loading.
SecondaryTableMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.SecondaryTableMetadata
INTERNAL: Used for annotation loading.
Securable - Interface in org.eclipse.persistence.internal.security
TopLink encryption interface
SecurableObjectHolder - Class in org.eclipse.persistence.internal.security
Holder of a SecurableObject.
SecurableObjectHolder() - Constructor for class org.eclipse.persistence.internal.security.SecurableObjectHolder
 
SecurableObjectHolder(String) - Constructor for class org.eclipse.persistence.internal.security.SecurableObjectHolder
 
SECURITY_ON_FIND_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
SECURITY_ON_FIND_OBSOLETE_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
SECURITY_ON_INITIALIZING_ATTRIBUTE_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
SECURITY_WHILE_CONVERTING_TO_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
SECURITY_WHILE_INITIALIZING_ATTRIBUTES_IN_INSTANCE_VARIABLE_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
SECURITY_WHILE_INITIALIZING_ATTRIBUTES_IN_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
SECURITY_WHILE_INITIALIZING_CLASS_EXTRACTION_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
SECURITY_WHILE_INITIALIZING_COPY_POLICY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
SECURITY_WHILE_INITIALIZING_INSTANTIATION_POLICY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
securityOnFindMethod(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
securityOnFindObsoleteMethod(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
securityOnInitializingAttributeMethod(String, DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
securityWhileConvertingToMethod(String, DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
securityWhileInitializingAttributesInInstanceVariableAccessor(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
securityWhileInitializingAttributesInMethodAccessor(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
securityWhileInitializingClassExtractionMethod(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
securityWhileInitializingCopyPolicy(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
securityWhileInitializingInstantiationPolicy(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
SELECT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
SELECT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
select(Selection<? extends T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Specify the item that is to be returned in the query result.
select(Expression<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Specify the item that is to be returned in the query result.
SELECT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SELECT'.
SELECT_ITEM_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Notifies the select expression property has changed.
SELECT_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
A constant used to notify the list of select expressions has changed.
selectAllObjectsUsingMultipleTableSubclassRead(ReadAllQuery) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Select all objects for an interface descriptor.
selectAllReportQueryRows() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
INTERNAL: Read all rows from the database.
selectAllReportQueryRows() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Read all rows from the database.
selectAllReportQueryRows() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
INTERNAL Read all rows from the database.
selectAllRows() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Read and return rows from the database.
selectAllRows() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Read all rows from the database.
selectAllRows() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Read all rows from the database.
selectAllRowsFromConcreteTable() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Read all rows from the database.
selectAllRowsFromTable() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Read all rows from the database.
selectAllRowUsingMultipleTableSubclassRead(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Select all rows from a abstract table descriptor.
selectCase(Expression<? extends C>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create simple case expression.
selectCase() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a general case expression.
selectClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
selectClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
SelectClause - Class in org.eclipse.persistence.jpa.jpql.parser
The SELECT clause queries data from entities.
SelectClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectClause
Creates a new SelectClause.
SelectClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the select clause.
SelectClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectClauseBNF
Creates a new SelectClauseBNF.
SelectClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This SelectClauseFactory creates a new SelectClause when the portion of the query to parse starts with SELECT.
SelectClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectClauseFactory
Creates a new SelectClauseFactory.
SelectClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The SELECT statement queries data from entities, which determines the type of the objects or values to be selected.
SelectClauseStateObject(SelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Creates a new SelectClauseStateObject.
SelectedFieldsLockingPolicy - Class in org.eclipse.persistence.descriptors
Purpose: An implementation of the OptimisticLockingPolicy interface.
SelectedFieldsLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
PUBLIC: Create a new selected fields locking policy.
selectElementNodes(Node, XPathFragment, XMLNamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.UnmarshalXPathEngine
 
selectExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
SelectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a select expression.
SelectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectExpressionBNF
Creates a new SelectExpressionBNF.
SelectGenerationContext - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL: An extension of GenerationContext the provides SELECT specific behavior.
SelectGenerationContext() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
 
SelectGenerationContext(GenerationContext, ParseTree) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
Constructor used to create the context for a subquery.
SelectGenerationContext(ParseTreeContext, AbstractSession, ParseTree) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
 
selectIfOrderedBy() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return whether this expression should be included in the SELECT clause if it is used in an ORDER BY clause
selectIfOrderedBy() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
SELECTION_OBJECT_CANNOT_BE_NULL - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
SELECTION_QUERY_FOR_ATTRIBUTE_COULD_NOT_BE_FOUND_FOR_ENTITY - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
SelectionImpl<X> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the Selection interface of the JPA criteria API.
SelectionImpl(Class<X>, Expression) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.SelectionImpl
 
selectionObjectCannotBeNull(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
selectionQueryForAttributeCouldNotBeFoundForEntity(String, String, String, String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Selection query for attribute could not be found for entity.
selectItem() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
selectItem_return() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser.selectItem_return
 
SelectNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL:
SelectNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.SelectNode
 
selectNodes(Node, String[]) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XPathEngine
Execute the XPath statement relative to the context node.
selectNodes(Node, XML_FIELD, XMLNamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.UnmarshalXPathEngine
Execute the XPath statement relative to the context node.
selectNodes(Node, XML_FIELD, XMLNamespaceResolver, AbstractNullPolicy) - Method in class org.eclipse.persistence.internal.oxm.UnmarshalXPathEngine
 
selectNodes(Node, XML_FIELD, XMLNamespaceResolver, AbstractNullPolicy, boolean) - Method in class org.eclipse.persistence.internal.oxm.UnmarshalXPathEngine
 
selectNodes(Node, XML_FIELD, XMLNamespaceResolver, AbstractNullPolicy, boolean, boolean) - Method in class org.eclipse.persistence.internal.oxm.UnmarshalXPathEngine
 
selectNodes(Node, List<XML_FIELD>, XMLNamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.UnmarshalXPathEngine
 
selectNodesAdvanced(Node, String, XMLNamespaceResolver) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
Execute advanced XPath statements that are required for TopLink EIS.
selectNodesAdvanced(Node, String, XMLNamespaceResolver) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Execute advanced XPath statements that are required for TopLink EIS.
selectOneObjectUsingMultipleTableSubclassRead(ReadObjectQuery) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Select one object of any concrete subclass.
selectOneRow() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Read and return a row from the database.
selectOneRow() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Read a single row from the database.
selectOneRow() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Read a single row from the database.
selectOneRowFromConcreteTable() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Read a single row from the database.
selectOneRowFromTable() - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Read a single row from the database.
selectOneRowUsingMultipleTableSubclassRead(ReadObjectQuery) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Select one row of any concrete subclass, This must use two selects, the first retrieves the type field only.
selectResultSet() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Read all rows from the database, return ResultSet
selectRowForDoesExist(DatabaseField) - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Read and return a row from the database for an existence check.
selectRowForDoesExist(DatabaseField) - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Perform a does exist check
selectSingleNode(Node, String[]) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XPathEngine
Execute the XPath statement relative to the context node.
selectSingleNode(Node, XML_FIELD, XMLNamespaceResolver, boolean) - Method in class org.eclipse.persistence.internal.oxm.UnmarshalXPathEngine
Execute the XPath statement relative to the context node.
selectSingleNode(Node, XML_FIELD, XMLNamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.UnmarshalXPathEngine
 
selectSingleNodeAdvanced(Node, String, XMLNamespaceResolver) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
Execute advanced XPath statements that are required for TopLink EIS.
selectSingleNodeAdvanced(Node, String, XMLNamespaceResolver) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Execute advanced XPath statements that are required for TopLink EIS.
selectStatement() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
SelectStatement - Class in org.eclipse.persistence.jpa.jpql.parser
A SELECT query is an operation that retrieves data from one or more tables or views.
SelectStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectStatement
Creates a new SelectStatement.
SelectStatementBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the select statement.
SelectStatementBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectStatementBNF
Creates a new SelectStatementBNF.
SelectStatementFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This SelectStatementFactory creates a new SelectStatement when the portion of the query to parse starts with SELECT.
SelectStatementFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SelectStatementFactory
Creates a new SelectStatementFactory.
SelectStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object represents a select statement, which has at least a SELECT clause and a FROM clause.
SelectStatementStateObject(JPQLQueryStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Creates a new SelectStatementStateObject.
selectValue1() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning a single value.
SELF_FRAGMENT - Static variable in class org.eclipse.persistence.internal.oxm.XPathFragment
 
SELF_XPATH - Static variable in class org.eclipse.persistence.internal.oxm.XPathFragment
 
SelfLinksResponseBuilder - Class in org.eclipse.persistence.jpa.rs.features.core.selflinks
FeatureResponseBuilder implementation generating 'self' and 'canonical' links.
SelfLinksResponseBuilder() - Constructor for class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder
 
SemanticValidatorHelper - Interface in org.eclipse.persistence.jpa.jpql
This helper is used by AbstractSemanticValidator in order to retrieve JPA information.
SEND_MODE_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
SEND_NEW_OBJECTS_WITH_CHANGES - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
 
SEND_NEW_OBJECTS_WITH_CHANGES - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
SEND_OBJECT_CHANGES - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
 
SEND_OBJECT_CHANGES - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
SENDER_QNAME - Static variable in class org.eclipse.persistence.internal.dbws.ProviderHelper
 
SEPARATOR - Static variable in class org.eclipse.persistence.internal.helper.JavaVersion
JavaEE platform version elements separator character.
SEPARATOR - Static variable in class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer
INTERNAL: Attribute name dot notation separator.
SEPersistenceUnitInfo - Class in org.eclipse.persistence.internal.jpa.deployment
Internal implementation of the PersistenceUnitInfo detailed in the EJB 3.0 specification Used by our Java SE implementation so common method calls can be used in setting of Container and non-Container EntityManagerFactories.
SEPersistenceUnitInfo() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
SEPersistenceUnitProperty - Class in org.eclipse.persistence.internal.jpa.deployment
INTERNAL: Object to hold onto persistence unit properties as specified in the persistence.xml property.
SEPersistenceUnitProperty() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitProperty
 
Sequence - Class in org.eclipse.persistence.internal.oxm.schema.model
Purpose: Class to represent a Sequence in a Schema
Sequence() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
Sequence - Class in org.eclipse.persistence.sequencing
Purpose: Abstract class to define sequencing.
Sequence() - Constructor for class org.eclipse.persistence.sequencing.Sequence
 
Sequence(String) - Constructor for class org.eclipse.persistence.sequencing.Sequence
Create a new sequence with the name.
Sequence(String, int) - Constructor for class org.eclipse.persistence.sequencing.Sequence
Create a new sequence with the name and sequence pre-allocation size.
Sequence(String, int, int) - Constructor for class org.eclipse.persistence.sequencing.Sequence
 
SEQUENCE_CANNOT_BE_CONNECTED_TO_TWO_PLATFORMS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
SEQUENCE_COUNTER_FIELD_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
SEQUENCE_DUPLICATE_ADD_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
SEQUENCE_ERROR_DATAOBJECT_IS_NULL - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
SEQUENCE_ERROR_NO_PATH_FOUND - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
SEQUENCE_ERROR_PROPERTY_IS_ATTRIBUTE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
SEQUENCE_GENERATOR_CATALOG - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
SEQUENCE_GENERATOR_RESERVED_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
SEQUENCE_GENERATOR_SCHEMA - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
SEQUENCE_GENERATOR_SEQUENCE_NAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
SEQUENCE_NAME_ALREADY_USED_BY_DEFAULT_SEQUENCE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
SEQUENCE_NAME_FIELD_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
SEQUENCE_NOT_SUPPORTED_FOR_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
SEQUENCE_NULL_ON_SEQUENCED_DATAOBJECT - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
SEQUENCE_NUMBER_PROPERTY_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
SEQUENCE_PREALLOCATION_SIZE_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
SEQUENCE_SETUP_INCORRECTLY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
SEQUENCE_TABLE_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
SEQUENCE_TABLE_INFORMATION_NOT_COMPLETE - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
sequenceAttributePropertyNotSupported(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Error when we attempt to add an attribute property to a sequence
sequenceCannotBeConnectedToTwoPlatforms(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
SequenceConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.sequencing
INTERNAL:
SequenceConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequenceConfig
 
sequenceDataObjectInstanceFieldIsNull() - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Error passing in a null dataObject into the sequence constructor
SequenceDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Allow a generic way of creating sequences on the different platforms, and allow optional parameters to be specified.
SequenceDefinition(String) - Constructor for class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
 
SequenceDefinition(Sequence) - Constructor for class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
 
SequencedMarshalContext - Class in org.eclipse.persistence.internal.oxm.record
An implementation of MarshalContext for handling sequenced objects that are mapped to XML.
SequencedMarshalContext(List<Setting>) - Constructor for class org.eclipse.persistence.internal.oxm.record.SequencedMarshalContext
 
SequencedMarshalContext(Object) - Constructor for class org.eclipse.persistence.internal.oxm.record.SequencedMarshalContext
 
SequencedObject - Interface in org.eclipse.persistence.oxm.sequenced
In order to mark a domain object as being a Sequenced Object it must implement this interface.
SequencedUnmarshalContext - Class in org.eclipse.persistence.internal.oxm.record
 
SequencedUnmarshalContext() - Constructor for class org.eclipse.persistence.internal.oxm.record.SequencedUnmarshalContext
 
sequenceDuplicateSettingNotSupportedForComplexSingleObject(int, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Return an exception when attempting to add a setting to a sequene that already has an existing entry.
SequenceGenerator - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
SequenceGeneratorImpl - Class in org.eclipse.persistence.internal.jpa.config.sequencing
JPA scripting API implementation.
SequenceGeneratorImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.sequencing.SequenceGeneratorImpl
 
SequenceGeneratorMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.sequencing
A wrapper class to the MetadataSequenceGenerator that holds onto a
SequenceGeneratorMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for XML loading.
SequenceGeneratorMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for annotation loading.
SequenceGeneratorMetadata(String, Integer, String, String, boolean) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL This constructor is used to create a default sequence generator.
SequenceGeneratorMetadata(String, String, String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL This constructor is used to create a default sequence generator.
sequenceGeneratorUsingAReservedName(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
sequenceNameAlreadyUsedByDefaultSequence(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
sequenceNotFoundForPath(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Error when we attempt find a sequence by path
sequenceNotSupportedForProperty(String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Error passing in a null dataObject into the sequence constructor
sequenceNullOnSequencedDataObject() - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when sequence is null on a dataObject with sequenced set to true
sequenceNumberPropertyNotSpecified(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
SequenceObjectDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Sequence definition Native Sequence object.
SequenceObjectDefinition(Sequence) - Constructor for class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
INTERNAL: Should be a sequence defining sequence object in the db: either NativeSequence with shouldAcquireValueAfterInsert() returning false; or DefaultSequence (only if case platform.getDefaultSequence() is a NativeSequence with shouldAcquireValueAfterInsert() returning false).
sequenceSetupIncorrectly(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
sequenceTableInformationNotComplete() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
Sequencing - Interface in org.eclipse.persistence.internal.sequencing
Purpose: Define interface to use sequencing.
SEQUENCING - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
SEQUENCING_MULTITHREAD_THRU_CONNECTION - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
SEQUENCING_SEQUENCE_DEFAULT - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.sequencing.default-sequence-to-table" property determines the default behavior when a GeneratedValue of type SEQUENCE is used on a database platform that does not support SEQUENCE generation.
SequencingCallback - Interface in org.eclipse.persistence.internal.sequencing
Purpose: Define interface for sequencing callback.
SequencingCallbackFactory - Interface in org.eclipse.persistence.internal.sequencing
Purpose: Define interface for sequencing callback factory.
SequencingConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.sequencing
INTERNAL:
SequencingConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
SequencingControl - Interface in org.eclipse.persistence.sequencing
Purpose: Define an interface to control sequencing functionality.
SequencingFactory - Class in org.eclipse.persistence.internal.sequencing
SequencingFactory is private to EclipseLink.
SequencingFactory() - Constructor for class org.eclipse.persistence.internal.sequencing.SequencingFactory
 
SequencingFunctionCall - Class in org.eclipse.persistence.internal.sessions.remote
Purpose: This class declares sequencing remote function calls classes
SequencingFunctionCall() - Constructor for class org.eclipse.persistence.internal.sessions.remote.SequencingFunctionCall
 
SequencingFunctionCall.DoesExist - Class in org.eclipse.persistence.internal.sessions.remote
 
SequencingFunctionCall.GetNextValue - Class in org.eclipse.persistence.internal.sessions.remote
 
SequencingFunctionCall.WhenShouldAcquireValueForAll - Class in org.eclipse.persistence.internal.sessions.remote
 
SequencingHome - Interface in org.eclipse.persistence.internal.sequencing
Purpose: Define interface for getting all sequencing interfaces.
sequencingMultithreadThruConnection(String) - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
SequencingServer - Interface in org.eclipse.persistence.internal.sequencing
Purpose: Define interface for sequencing server.
SerializableDescriptorEventHolder - Interface in org.eclipse.persistence.descriptors
INTERNAL: Interface to hold onto a DescriptorEvents within a project so they can be rebuilt after serialization.
serializableMethods - Variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
 
SerializationHelper - Class in org.eclipse.persistence.internal.helper
Provide common functionalities for serialization of object.
SerializationHelper() - Constructor for class org.eclipse.persistence.internal.helper.SerializationHelper
 
serialize(Serializable, OutputStream) - Static method in class org.eclipse.persistence.internal.helper.SerializationHelper
Serialize the object to an OutputStream
serialize(Serializable) - Static method in class org.eclipse.persistence.internal.helper.SerializationHelper
Serialize the object to a byte array
serialize(XMLDocument, OutputStream, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
serialize(XMLDocument, OutputStream, Object) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
serialize(XMLDocument, OutputStream, Object) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
 
serialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.JavaSerializer
 
serialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.JSONSerializer
 
serialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.kryo.KryoSerializer
 
serialize(Object, Session) - Method in interface org.eclipse.persistence.sessions.serializers.Serializer
 
serialize(Object, Session) - Method in class org.eclipse.persistence.sessions.serializers.XMLSerializer
 
SERIALIZED - Static variable in annotation type org.eclipse.persistence.annotations.Convert
Constant name for the reserved Java serialization converter.
SERIALIZED_OBJECT - Static variable in class org.eclipse.persistence.config.QueryHints
"eclipselink.serialized-object"
SERIALIZED_OBJECT_POLICY_FIELD_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
SerializedConverter - Annotation Type in org.eclipse.persistence.annotations
A SerializedConverter is used to serialize an object's value into a database binary, character, or XML field.
SerializedConverterMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: Abstract metadata serializer.
SerializedConverterMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedConverterMetadata
INTERNAL: Used for XML loading.
SerializedConverterMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedConverterMetadata
INTERNAL: Used for annotation loading.
SerializedConverters - Annotation Type in org.eclipse.persistence.annotations
A TypeConverters annotation allows the definition of multiple SerializedConverter.
SerializedMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: This class processes the reserve "serialized" converter specified through @Convert.
SerializedMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedMetadata
INTERNAL: Used for defaulting case.
SerializedMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedMetadata
INTERNAL: Used for defaulting.
SerializedMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedMetadata
INTERNAL: Used for annotation loading.
SerializedObject - Annotation Type in org.eclipse.persistence.annotations
SerializedObject annotation is used to set an org.eclipse.persistence.descriptors.SerializedObjectPolicy on an Entity or MappedSuperClass.
SerializedObjectConverter - Class in org.eclipse.persistence.mappings.converters
Purpose: The serialized object converter can be used to store an arbitrary object or set of objects into a database binary or character field.
SerializedObjectConverter() - Constructor for class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
PUBLIC: Default constructor.
SerializedObjectConverter(DatabaseMapping) - Constructor for class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
PUBLIC: Default constructor.
SerializedObjectConverter(DatabaseMapping, Serializer) - Constructor for class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
PUBLIC: Default constructor.
SerializedObjectConverter(DatabaseMapping, String) - Constructor for class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
PUBLIC: Default constructor.
SerializedObjectPolicy - Interface in org.eclipse.persistence.descriptors
SerializedObjectPolicy (SOP) could be set on a non-aggregate descriptor.
serializedObjectPolicyFieldNotSet(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
SerializedObjectPolicyMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.sop
Object to hold onto serialized object policy metadata.
SerializedObjectPolicyMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sop.SerializedObjectPolicyMetadata
INTERNAL: Used for XML loading.
SerializedObjectPolicyMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sop.SerializedObjectPolicyMetadata
INTERNAL: Used for annotation loading.
SerializedObjectPolicyWrapper - Class in org.eclipse.persistence.internal.descriptors
It's a transition class that holds SerializedObjectPolicy class name and field obtained from matadata before it can be instantiated.
SerializedObjectPolicyWrapper(String) - Constructor for class org.eclipse.persistence.internal.descriptors.SerializedObjectPolicyWrapper
 
SERIALIZER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.serializer" property specifies class name for session serializer (must implement Serializer)
Serializer - Interface in org.eclipse.persistence.sessions.serializers
Generic serializer interface.
SERVER - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
Server - Interface in org.eclipse.persistence.sessions.server
Purpose: A single session that supports multiple user/clients connection at the same time.
SERVER_LOG_CLASS - Static variable in class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
 
SERVER_PLATFORM_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.ServerPlatformException
 
SERVER_PLATFORM_IS_READ_ONLY_AFTER_LOGIN - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
SERVER_PLATFORM_NO_LONGER_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
SERVER_QNAME - Static variable in class org.eclipse.persistence.internal.dbws.SOAPResponseWriter
 
SERVER_TIME - Static variable in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
 
ServerLog - Class in org.eclipse.persistence.platform.server
Basic logging class that provides framework for integration with the application server log.
ServerLog() - Constructor for class org.eclipse.persistence.platform.server.ServerLog
PUBLIC:
ServerLogConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.log
INTERNAL:
ServerLogConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.log.ServerLogConfig
 
ServerLogger - Static variable in class org.eclipse.persistence.config.LoggerType
 
ServerPlatform - Interface in org.eclipse.persistence.platform.server
PUBLIC: This is the interface describing the behavior for ServerPlatformBase, and any other class that wants to provide behavior for a server.
ServerPlatformBase - Class in org.eclipse.persistence.platform.server
PUBLIC: Implementation of org.eclipse.persistence.platform.server.ServerPlatform
ServerPlatformBase(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: Default Constructor: Initialize so that runtime services and JTA are enabled.
serverPlatformClassNotFound(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.ServerPlatformException
 
ServerPlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
ServerPlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.ServerPlatformConfig
 
ServerPlatformConfig(String) - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.ServerPlatformConfig
 
ServerPlatformDetector - Interface in org.eclipse.persistence.platform.server
A generic interface that allows implementors to try to detect which platform is currently being executed on.
ServerPlatformException - Exception in org.eclipse.persistence.exceptions
 
ServerPlatformException() - Constructor for exception org.eclipse.persistence.exceptions.ServerPlatformException
 
ServerPlatformExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
 
ServerPlatformExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.ServerPlatformExceptionResource
 
serverPlatformIsReadOnlyAfterLogin(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: An attempt was made to modify the ServerPlatform after login.
serverPlatformNoLongerSupported(String) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
ServerPlatformUtils - Class in org.eclipse.persistence.platform.server
A utility class to interact with ServerPlatforms.
ServerPlatformUtils() - Constructor for class org.eclipse.persistence.platform.server.ServerPlatformUtils
 
ServerSession - Class in org.eclipse.persistence.sessions.server
Implementation of Server INTERNAL: The public interface should be used.
ServerSession() - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Create and return a new default server session.
ServerSession(Login) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Create and return a new server session.
ServerSession(Login, int, int) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Create and return a new server session.
ServerSession(Login, ConnectionPolicy) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Create and return a new default server session.
ServerSession(Project) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Create and return a new server session.
ServerSession(Project, int, int) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Create and return a new server session.
ServerSession(Project, int, int, int) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Create and return a new server session.
ServerSession(Project, int, int, Login) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Create and return a new server session.
ServerSession(Project, int, int, Login, Login) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Create and return a new server session.
ServerSession(Project, ConnectionPolicy, int, int, int, Login, Login) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Create and return a new server session.
ServerSession(Project, ConnectionPolicy) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Create and return a new server session.
ServerSession(Project, ConnectionPolicy, Login) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Create and return a new server session.
ServerSession(Project, ConnectionPolicy, Login, Login) - Constructor for class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Create and return a new server session.
ServerSession_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
ServerSessionConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.session
INTERNAL:
ServerSessionConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.session.ServerSessionConfig
 
serverSpecificRegisterMBean() - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
INTERNAL: serverSpecificRegisterMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for my databaseSession.
serverSpecificRegisterMBean() - Method in class org.eclipse.persistence.platform.server.jboss.JBossPlatform
INTERNAL: serverSpecificRegisterMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for my databaseSession.
serverSpecificRegisterMBean() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
INTERNAL: serverSpecificRegisterMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for my databaseSession.
serverSpecificRegisterMBean() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: serverSpecificRegisterMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for my databaseSession.
serverSpecificRegisterMBean() - Method in class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
INTERNAL: serverSpecificRegisterMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for my databaseSession.
serverSpecificRegisterMBean() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
INTERNAL: serverSpecificRegisterMBean(): Server specific implementation of the creation and deployment of the JMX MBean to provide runtime services for my databaseSession.
serverSpecificUnregisterMBean() - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
INTERNAL: serverSpecificUnregisterMBean(): Server specific implementation of the de-registration of the JMX MBean from its server during session logout.
serverSpecificUnregisterMBean() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: serverSpecificUnregisterMBean(): Server specific implementation of the unregistration of the JMX MBean from its server.
serverTimestampString() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Return the current SYSTIMESTAMP as TIMESTAMPTZ from the server.
serverTimestampString() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Return the current date and time from the server.
SERVICE_NAMESPACE_PREFIX - Static variable in class org.eclipse.persistence.internal.xr.Util
 
SERVICE_SUFFIX - Static variable in class org.eclipse.persistence.internal.xr.Util
 
SERVICE_VERSION_FORMAT - Static variable in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
 
ServiceAnnouncement - Class in org.eclipse.persistence.internal.sessions.coordination
Purpose: A structured message object to announce a new RCM service instance becoming available
ServiceAnnouncement(byte[]) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.ServiceAnnouncement
INTERNAL: Constructor to initialize a new instance when receiving a message
ServiceAnnouncement(ServiceId) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.ServiceAnnouncement
INTERNAL: Constructor to initialize a new instance when creating a message
ServiceId - Class in org.eclipse.persistence.sessions.coordination
Purpose: Encapsulate the information that uniquely identifies a specific remote command service instance.
ServiceId() - Constructor for class org.eclipse.persistence.sessions.coordination.ServiceId
 
ServiceId(String, String, String) - Constructor for class org.eclipse.persistence.sessions.coordination.ServiceId
 
ServiceVersion - Enum in org.eclipse.persistence.jpa.rs.features
JPARS service version.
Session - Interface in org.eclipse.persistence.sessions
Purpose: Define the EclipseLink session public interface.
SESSION_AMENDMENT_EXCEPTION_OCCURED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
SESSION_BEAN_COULD_NOT_BE_FOUND - Static variable in class org.eclipse.persistence.exceptions.JPARSErrorCodes
 
SESSION_CUSTOMIZER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.session.customizer" property configures a SessionCustomizer used to alter the runtime configuration through API.
SESSION_EVENT_LISTENER - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The name of the property used to specify a SessionEventListener that can be used to customize the metadata before or after it has been initialized.
SESSION_EVENT_LISTENER_CLASS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.session-event-listener" property configures a session event listener class.
SESSION_LOADED_FROM_SESSIONSXML_MUST_BE_SERVER_SESSION - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
SESSION_NAME - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.session-name" property configures a specific name to use when storing the singleton server session within the SessionManager.
SESSION_NAME_ALREADY_IN_USE - Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
SESSION_REMOVED_DURING_DEPLOYMENT - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
SESSION_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
SESSION_TOPLINK_NAMESPACE - Static variable in class org.eclipse.persistence.logging.JavaLog
 
SESSION_VERSION_PROPERTY - Static variable in class org.eclipse.persistence.jpa.rs.PersistenceContext
 
sessionAmendmentExceptionOccured(Exception, String, String, Class[]) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: An amendment method was called but can not be found.
SessionBeanCall - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
 
SessionBeanCall() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.SessionBeanCall
 
sessionBeanCouldNotBeFound(String) - Static method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Session bean lookup failed.
SessionBroker - Class in org.eclipse.persistence.sessions.broker
Purpose: Provide a single view to a TopLink session that transparently accesses multple databases.
SessionBroker() - Constructor for class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Create and return a session broker.
SessionBrokerConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.session
INTERNAL:
SessionBrokerConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.session.SessionBrokerConfig
 
SessionBrokerIdentityMapAccessor - Class in org.eclipse.persistence.internal.sessions
INTERNAL: Subclass of IdentityMapAccessor for Session brokers Overrides some identiy map initialization code
SessionBrokerIdentityMapAccessor(AbstractSession, IdentityMapManager) - Constructor for class org.eclipse.persistence.internal.sessions.SessionBrokerIdentityMapAccessor
 
SessionBrokerPlaceHolder - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL:
SessionBrokerPlaceHolder() - Constructor for class org.eclipse.persistence.internal.sessions.factories.SessionBrokerPlaceHolder
 
SessionConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.session
INTERNAL:
SessionConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
SessionConfigs - Class in org.eclipse.persistence.internal.sessions.factories.model
INTERNAL:
SessionConfigs() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.SessionConfigs
 
SessionCustomizer - Interface in org.eclipse.persistence.config
PUBLIC: This interface is to allow extra customization on an EclipseLink Session
SessionCustomizer() - Constructor for class org.eclipse.persistence.dynamic.DynamicHelper.SessionCustomizer
 
SessionCustomizer - Interface in org.eclipse.persistence.sessions.factories
Deprecated.
replaced by org.eclipse.persistence.config.SessionCustomizer
SessionEvent - Class in org.eclipse.persistence.sessions
Purpose: Encapsulate the information provided with session events.
SessionEvent(int, Session) - Constructor for class org.eclipse.persistence.sessions.SessionEvent
INTERNAL: Create the event.
SessionEvent - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
SessionEventAdapter - Class in org.eclipse.persistence.sessions
Purpose: To provide a trivial implemetation of SessionEventListener.
SessionEventAdapter() - Constructor for class org.eclipse.persistence.sessions.SessionEventAdapter
 
SessionEventListener - Class in org.eclipse.persistence.internal.jaxb
Allows actions to be performed upon receipt of various Session events.
SessionEventListener() - Constructor for class org.eclipse.persistence.internal.jaxb.SessionEventListener
The default constructor.
SessionEventListener - Interface in org.eclipse.persistence.sessions
Purpose: Used to support session events.
SessionEventManager - Class in org.eclipse.persistence.sessions
Purpose: Used to support session events.
SessionEventManager() - Constructor for class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Default constructor.
SessionEventManager(Session) - Constructor for class org.eclipse.persistence.sessions.SessionEventManager
PUBLIC: Create a new session event manager for a session
SessionEventManagerConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.event
INTERNAL:
SessionEventManagerConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.event.SessionEventManagerConfig
 
SessionFactory - Class in org.eclipse.persistence.sessions.factories
Helper class to simplify the development and generation of code that accesses TopLink through the SessionManager (sessions config XML).
SessionFactory(String, String) - Constructor for class org.eclipse.persistence.sessions.factories.SessionFactory
Constructor for creating a new EclipseLinkSessionHelper instance.
SessionFactory(String) - Constructor for class org.eclipse.persistence.sessions.factories.SessionFactory
 
SessionFinalizer - Class in org.eclipse.persistence.internal.sessions
This is a finalizer for a session.
SessionFinalizer(Session) - Constructor for class org.eclipse.persistence.internal.sessions.SessionFinalizer
 
sessionLoadedFromSessionsXMLMustBeServerSession(String, String, Object) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
SessionLoaderException - Exception in org.eclipse.persistence.exceptions
 
SessionLoaderException() - Constructor for exception org.eclipse.persistence.exceptions.SessionLoaderException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
SessionLoaderExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for SessionLoaderExceptionResource messages.
SessionLoaderExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.SessionLoaderExceptionResource
 
SessionLog - Interface in org.eclipse.persistence.logging
SessionLog is the ever-so-simple interface used by EclipseLink to log generated messages and SQL.
SessionLogEntry - Class in org.eclipse.persistence.logging
SessionLogEntry is a simple container object that holds all the information pertinent to an EclipseLink logging event.
SessionLogEntry(AbstractSession) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
Create a new session log entry for a session.
SessionLogEntry(AbstractSession, Throwable) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
Create a new session log entry for a session and a throwable.
SessionLogEntry(AbstractSession, String) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
Create a new session log entry for a session and a message.
SessionLogEntry(AbstractSession, String, Accessor) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
Create a new session log entry for a session, a message and an accessor.
SessionLogEntry(int, AbstractSession, String, Object[], Accessor, boolean) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
Create a new session log entry for a request level, a session, a message, parameters and an accessor.
SessionLogEntry(int, String, AbstractSession, String, Object[], Accessor, boolean) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
Create a new session log entry for a request level, a category, a session, a message, parameters and an accessor.
SessionLogEntry(AbstractSession, int, String, Throwable) - Constructor for class org.eclipse.persistence.logging.SessionLogEntry
Create a new session log entry for a session, a level, a category and an exception.
SessionManager - Class in org.eclipse.persistence.sessions.factories
Purpose: Global session location.
SessionManager() - Constructor for class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: The default constructor to create a new session manager.
SessionName - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
sessionNameAlreadyInUse(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
sessionNameNeedBeSpecified(String, String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
SessionProfiler - Interface in org.eclipse.persistence.sessions
Purpose: This interface defines the link between the Session and the PerformanceProfiler tool.
SessionProfilerAdapter - Class in org.eclipse.persistence.sessions
Adapter class for SessionProfiler interface.
SessionProfilerAdapter() - Constructor for class org.eclipse.persistence.sessions.SessionProfilerAdapter
 
sessionRemovedDuringDeployment(String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
SESSIONS_XML - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.sessions-xml" property configures the use of the specified native sessions.xml configuration file.
SESSIONS_XML_VALIDATION_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
SessionsFactory - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: Builds EclipseLink Sessions from the XML Session Config model.
SessionsFactory() - Constructor for class org.eclipse.persistence.internal.sessions.factories.SessionsFactory
INTERNAL:
SessionsSession_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
SessionTuner - Interface in org.eclipse.persistence.tools.tuning
Generic tuning interface.
sessionXMLValidationException(String, String, ValidationException) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
set(Object, String, String) - Static method in class org.eclipse.persistence.config.PropertiesUtils
Attempts to parse and then set the provided kvs String into the appropriate set method on the provided instance.
set(String, Object) - Method in interface org.eclipse.persistence.dynamic.DynamicEntity
Set the persistence value for the given property to the specified value
set(int, E) - Method in class org.eclipse.persistence.indirection.IndirectList
 
set(DatabasePlatform, PreparedStatement, int, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.BindCallCustomParameter
 
set(DatabasePlatform, PreparedStatement, int, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.InOutputParameterForCallableStatement
 
set(DatabasePlatform, PreparedStatement, int, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.InParameterForCallableStatement
 
set(DatabasePlatform, PreparedStatement, int, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
set(String, Object) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
set(String, Object, boolean) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
Sets the.
set(int, Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
set(int, Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
set(int, Object) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
set(int, Object) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
If index is missing wait until reached or complete.
set(int, Object) - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
Set the value in the primary key values.
SET - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
SET - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
set(SingularAttribute<? super T, Y>, X) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl
 
set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl
 
set(Path<Y>, X) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl
 
set(Path<Y>, Expression<? extends Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl
 
set(String, Object) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl
 
SET - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SET'.
set(E) - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
set(int, Object) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator.ReadOnly
 
set(int, T) - Method in interface org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator.Mutator
Set the specified object in the original list.
set(E) - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.CloneListIterator
 
set(String, Object) - Static method in class org.eclipse.persistence.jpa.rs.DataStorage
Sets the.
set(Object) - Method in class org.eclipse.persistence.queries.ScrollableCursor
PUBLIC: Set is not supported for scrollable cursors.
set(int, Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
set(int, Object) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
Replaces the element at the specified index in this list with the specified element.
set(String, Object, DataObject, boolean) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
Set a property's value through the path base access.
set(String, Object) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
set(int, Object) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
set(Property, Object) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
set(SDOProperty, Object, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Sets the value of the given property of the object to the new value.
Set_Class - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
SET_EXISTENCE_CHECKING_NOT_UNDERSTOOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
SET_IS_PROPERTY_METHOD_PREFIX - Static variable in class org.eclipse.persistence.internal.helper.Helper
 
SET_LISTENER_CLASSES_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
SET_METHOD_PARAMETER_TYPE_NOT_VALID - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
SET_PROPERTY_METHOD_PREFIX - Static variable in class org.eclipse.persistence.internal.helper.Helper
 
setAboutToDeleteSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called when an object's row it about to be inserted.
setAboutToInsertSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called when an object's row it about to be inserted.
setAboutToUpdateSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called when an object's row it about to be updated.
setAbstract(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Change this Type's abstract setting.
setAbstractSchemaIdentifier(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ModifyNode
INTERNAL
setAbstractSchemaName(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ModifyNode
INTERNAL
setAbstractSchemaName(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.RangeDeclNode
 
setAbstractSession(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
INTERNAL: Set the underlying database session
setAbstractValue(boolean) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setAbstractValue(boolean) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setAccess(String) - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setAccess(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
 
setAccess(String) - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
setAccess(String) - Method in class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitDefaultsImpl
 
setAccess(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setAccess(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setAccess(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Array
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Embedded
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Id
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Structure
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Transformation
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setAccess(String) - Method in interface org.eclipse.persistence.jpa.config.Version
 
setAccessibleObject(MetadataAccessibleObject) - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Set the accessible object for this accessor.
setAccessLevel(AccessLevel) - Method in class org.eclipse.persistence.internal.codegen.CodeDefinition
 
setAccessMethods() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setAccessMethods() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
setAccessMethods() - Method in class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitDefaultsImpl
 
setAccessMethods(AccessMethodsMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setAccessMethods(AccessMethodsMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setAccessMethods(AccessMethodsMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Array
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Embedded
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Structure
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Transformation
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setAccessMethods() - Method in interface org.eclipse.persistence.jpa.config.Version
 
setAccessor(EISAccessor) - Method in class org.eclipse.persistence.eis.EISMappedRecord
Set the accessor.
setAccessor(Accessor) - Method in exception org.eclipse.persistence.exceptions.DatabaseException
INTERNAL: Set the Accessor.
setAccessor(DatabaseAccessor, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
INTERNAL: Sets the accessor that this mechanism will use
setAccessor(Accessor) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Set the accessor.
setAccessor(Accessor) - Method in class org.eclipse.persistence.internal.sessions.ExclusiveIsolatedClientSession
INTERNAL: Provided for consistency.
setAccessor(Accessor) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set the accessor, the query must always use the same accessor for database access.
setAccessOrder(XmlAccessOrder) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
setAccessorFactory(AccessorFactoryWrapper) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
setAccessors(Collection<Accessor>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set the list of connection accessors to execute the query on.
setAccessorTree(List<AttributeAccessor>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
 
setAccessType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
setAccessTypeOnClassDescriptor(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Record whether this descriptor uses property access.
setActiveBatchWritingMechanism(BatchWritingMechanism) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
INTERNAL: This method is used to set the active Batch Mechanism on the accessor.
setActiveBatchWritingMechanismToDynamicSQL() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
INTERNAL: This method is used to set the active Batch Mechanism on the accessor.
setActiveBatchWritingMechanismToParameterizedSQL() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
INTERNAL: This method is used to set the active Batch Mechanism on the accessor.
setActiveCacheKey(CacheKey) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: PERF: Set the session cache-key, cached during the merge.
setActiveLocks(Vector) - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
set a set of the active locks to the DLM
setActiveThread(Thread) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Set the active thread.
setActualTypeArgument(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
 
setAdaptedClass(Class) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
 
setAdaptedClassName(String) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
 
setAdaptedJavaType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Set the adapted java type if there is an XmlJavaTypeAdapter associated with this element This will also set the adaptedJavaTypeName (getAdaptedJavaTypeName)
setAdaptedValue(Collection<T>) - Method in class org.eclipse.persistence.internal.jaxb.many.ManyValue
 
setAdapter(Class, XmlAdapter) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
setAdapter(XmlAdapter) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
setAdapter(Class, XmlAdapter) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
setAdapter(XmlAdapter) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
setAdapterClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set an XmlAdapter on this Property.
setAddAdditionalExpressionsWithinCurrrentExpressionContext(boolean) - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
INTERNAL: Allows keeping track when the normalizer is within a logical OR statement, where additionalExpressions might need to be added to the local expression instead of at the end of the where clause.
setAdditional(String) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Set any additional information about this field to be given when the table is created.
setAdditional(String) - Method in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
PUBLIC: The name of the type that this table is of.
setAdditionalCriteria(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the additional join criteria that will be used to form the additional join expression.
setAdditionalCriteria() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setAdditionalCriteria(AdditionalCriteriaMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setAdditionalCriteria() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setAdditionalCriteria() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setAdditionalExpression(Expression) - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
 
setAdditionalFieldExpressions_(List<Expression>) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Set the list of additional field expressions.
setAdditionalFields(List<Object>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Additional fields can be added to a query.
setAdditionalJoinExpression(Expression) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the additional join expression.
setAdditionalProjects(Vector<ProjectConfig>) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.DatabaseSessionConfig
 
setAdditionalProperties(Boolean) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
setAdditionalProperties(Boolean) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
setAdditionalTablePrimaryKeyFields(Map<DatabaseTable, Map<DatabaseField, DatabaseField>>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: This is used to map the primary key field names in a multiple table descriptor.
setAddObjectList(Map<ObjectChangeSet, ObjectChangeSet>) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
Sets the Added objects list.
setAddObjects(HashMap) - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
Sets the added items list.
setAddTargetSQLString(String) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
PUBLIC:
setAfterMarshalCallback(Method) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
Should not use this method - the init method will overwrite the set value.
setAfterUnmarshalCallback(Method) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
Should not use this method - the init method will overwrite the set value.
setAggregateChangeListener(Object, Object, UnitOfWorkImpl, ClassDescriptor, String) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
INTERNAL: Assign ChangeListener to an aggregate object
setAggregateChangeListener(Object, Object, UnitOfWorkImpl, ClassDescriptor, String) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: Assign ChangeListener to an aggregate object
setAggregateChangeListener(Object, Object, UnitOfWorkImpl, ClassDescriptor, String) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: Assign Changelistener to an aggregate object
setAggregateChangeListener(Object, Object, UnitOfWorkImpl, ClassDescriptor, String) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
INTERNAL: Assign ChangeListener to an aggregate object
setAggregateQuery(DatabaseMapping, ObjectLevelReadQuery) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Set the aggregate query clone for the mapping.
setAggregateToSourceFieldAssociations(Vector<Association>) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Set a collection of the aggregate to source field name associations.
setAggregateToSourceFields(Map<String, DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Set the hashtable that stores target field name to the source field name.
setAlias(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the alias
setAlias(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setAlias(String) - Method in interface org.eclipse.persistence.internal.jpa.parsing.AliasableNode
 
setAlias(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
 
setAliasDescriptors(Map) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Set the alias descriptors hashtable.
setAliasedFieldsForJoin(Vector) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
setAliasNames(List) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Set this Property's alias name list which are unique within the Type.
setAliasNames(List) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Assign a list of alias names to a type, which are unique in URI.
setAll(All) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setAll(All) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
setAll(All) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
setAll(All) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setAllChangeSets(Map) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Sets the collection of ObjectChanges in the change Set.
setAllEventMethods(Hashtable<String, List<Method>>) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
setAllFields(Collection) - Method in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
 
setAllocationSize(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.SequenceGeneratorImpl
 
setAllocationSize(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
 
setAllocationSize(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for OX mapping.
setAllocationSize(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for OX mapping.
setAllocationSize(Integer) - Method in interface org.eclipse.persistence.jpa.config.SequenceGenerator
 
setAllocationSize(Integer) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
setAllOf(List<Reference>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
setAllowNativeSQLQueries(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: When at least one entity is found that is multitenant, we turn off native SQL queries.
setAllowNativeSQLQueries(boolean) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Set whether native sql is allowed on this project.
setAllowNativeSQLQuery(Boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set to true if this individual query should be marked to bypass a persistence unit level disallow SQL queries flag.
setAllowTablePerMultitenantDDLGeneration(boolean) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Set whether ddl generation should allowed for table per tenant multitenant descriptors.
setAllQueries(Vector) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Set pre-defined queries for the descriptor.
setAllQueriesRedirector(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.QueryRedirectorsImpl
 
setAllQueriesRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
 
setAllSubclasses(Map<Object, CoreAttributeGroup>) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
INTERNAL:
setAlwaysRefresh(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheImpl
 
setAlwaysRefresh(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping
setAlwaysRefresh(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Cache
 
setAlwaysUseOuterJoinForClassType(boolean) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Sets the inheritance policy to always use an outer join when querying across a relationship of class.
setAmendmentClass(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the amendment class.
setAmendmentClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the amendment class name, used by the MW.
setAmendmentMethodName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the amendment method.
setAnnotation(Annotation) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setAnnotation(Annotation) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
setAnnotation(Annotation) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
setAnnotation(Annotation) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
setAnnotations(Map<String, MetadataAnnotation>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: Set the annotations of this accessible object.
setAnnotations(Annotation[]) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
 
setAnnouncementDelay(int) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.discovery.DiscoveryConfig
 
setAnnouncementDelay(int) - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
PUBLIC: Set 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.
setAnonymousTypes(List<SDOType>) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
setAnyAttribute(AnyAttribute) - Method in class org.eclipse.persistence.internal.oxm.schema.model.AttributeGroup
 
setAnyAttribute(AnyAttribute) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setAnyAttribute(AnyAttribute) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
setAnyAttribute(AnyAttribute) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setAnyAttributeNodeValue(MappingNodeValue) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
setAnyAttributePropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the name of the XmlAnyAttribute property
setAnyElementPropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the name of the XmlAnyElement property
setAnyNode(XPathNode) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
setAnyOf(Property[]) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
setAnyOf(Property[]) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
setAnys(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
setAnys(List) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
setAnys(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
setAppInfo(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Annotation
 
setAppInfoElements(List) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
setAppInfoElements(List) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
setApplicationName(String) - Method in class org.eclipse.persistence.platform.server.JMXServerPlatformBase
INTERNAL:
setApplicationResolver(ApplicationResolver) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
ADVANCED: Used to set an ApplicationResolver instance that will be used to retrieve info pertaining to a given application, such as the application name, in the case where our logic fails.
setArchiveFactory(ArchiveFactory) - Static method in class org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor
 
setArgumentIndices(int[]) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Set the array of indexes to use when building the SQL function.
setArgumentName(String) - Method in class org.eclipse.persistence.internal.descriptors.InteractionArgument
 
setArgumentNames(Vector) - Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
INTERNAL: The argument names for the input record.
setArguments(Vector) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
INTERNAL: The argument fields or values to the interaction that map into the input record.
setArguments(Vector) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
The arguments are the values in order of occurance in the record.
setArguments(List<PLSQLargument>) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
Set the PLSQL arguments.
setArguments(List<String>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set the arguments for use with the pre-defined query option.
setArguments(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The arguments are the field defs of the parameters names and types to the procedure.
setArgumentTypeNames(List<String>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set the argumentTypes for use with the pre-defined query option
setArgumentTypes(List<Class>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set the argumentTypes for use with the pre-defined query option
setArgumentValues(List<Object>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set the argumentValues for use with argumented queries.
setArithmeticSign(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Sets the arithmetic sign this expression is actually representing.
setArrays(List<ArrayAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Sets whether the AS identifier is used or not.
setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Sets whether the AS identifier is used or not.
setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Sets whether the AS identifier is used or not.
setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Sets whether the AS identifier should be used.
setAs(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Sets whether the AS identifier should be used.
setAsOfClause(AsOfClause) - Method in class org.eclipse.persistence.internal.history.DecoratedDatabaseTable
 
setAsOfClause(AsOfClause) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: Sets the query to execute as of the past time.
setAssignedFields(Collection) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForTempTable
 
setAssignmentClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
setAssignmentNodes(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.SetNode
INTERNAL
setAssignmentTarget() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
setAssociationOverrides(List<AssociationOverrideMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setAssociationOverrides(List<AssociationOverrideMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setAssociationOverrides(List<AssociationOverrideMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
INTERNAL: Used for OX mapping.
setAttachment(Attachment) - Method in class org.eclipse.persistence.internal.xr.Result
 
setAttachmentMarshaller(XMLAttachmentMarshaller) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
 
setAttachmentMarshaller(AttachmentMarshaller) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
setAttachmentUnmarshaller(XMLAttachmentUnmarshaller) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
setAttribute(Attribute<X, T>) - Method in class org.eclipse.persistence.internal.jpa.metamodel.proxy.AttributeProxyImpl
 
setAttribute(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.VariableXPathObjectMapping
 
setAttribute(boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setAttribute(String) - Method in class org.eclipse.persistence.internal.sessions.ChangeRecord
Sets the name of the attribute that this Record represents.
setAttribute(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
setAttribute(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
setAttributeAccessor(ATTRIBUTE_ACCESSOR) - Method in class org.eclipse.persistence.core.mappings.CoreMapping
ADVANCED: Set the attributeAccessor.
setAttributeAccessor(ATTRIBUTE_ACCESSOR) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
ADVANCED: Set the attributeAccessor.
setAttributeAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Set the attributeAccessor.
setAttributeBuffer(StringBuffer) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
setAttributeClassification(Class) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
Some databases do not properly support all of the base data types.
setAttributeClassification(Class) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
Some databases do not properly support all of the base data types.
setAttributeClassification(Class) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Some databases do not properly support all of the base data types.
setAttributeClassification(Class) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
PUBLIC: Some databases do not properly support all of the base data types.
setAttributeClassificationName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
INTERNAL: Set the name of the class for MW usage.
setAttributeClassificationName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
INTERNAL: Set the name of the class for MW usage.
setAttributeClassificationName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Set the name of the class for MW usage.
setAttributeClassificationName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Set the name of the class for MW usage.
setAttributeElementClass(Class) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
Set the class each element in the object's collection should be converted to, before the collection is inserted into the object.
setAttributeElementClass(Class) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
Set the class each element in the object's collection should be converted to, before the collection is inserted into the object.
setAttributeElementClass(Class) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
PUBLIC: Set the class each element in the object's collection should be converted to, before the collection is inserted into the object.
setAttributeElementClass(Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
PUBLIC: Set the class each element in the object's collection should be converted to, before the collection is inserted into the object.
setAttributeElementClassName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
PUBLIC: Set the class each element in the object's collection should be converted to, before the collection is inserted into the object.
setAttributeExpression(Expression) - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
setAttributeExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
 
setAttributeFormDefault(boolean) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setAttributeFormDefault(XmlNsForm) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
Sets the value of the attributeFormDefault property.
setAttributeFormQualified(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
setAttributeFormQualified(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
setAttributeGroups(Map) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
SetAttributeImpl<X,V> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the SetAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
setAttributeName(String) - Method in class org.eclipse.persistence.core.mappings.CoreMapping
PUBLIC: Sets the name of the attribute in the mapping.
setAttributeName(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.ConvertImpl
 
setAttributeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
setAttributeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: Used for OX mapping.
setAttributeName(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
setAttributeName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
Sets the name of the attribute in the mapping.
setAttributeName(String) - Method in class org.eclipse.persistence.internal.weaving.RelationshipInfo
 
setAttributeName(String) - Method in interface org.eclipse.persistence.jpa.config.Convert
 
setAttributeName(String) - Method in class org.eclipse.persistence.mappings.AttributeAccessor
INTERNAL: Set the attribute name.
setAttributeName(String) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: Sets the name of the attribute in the mapping.
setAttributeNames(Set) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
setAttributeOnSuperClass(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
setAttributeOverrides(List<AttributeOverrideMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setAttributeOverrides(List<AttributeOverrideMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setAttributeOverrides(List<AttributeOverrideMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
INTERNAL: Used for OX mapping.
setAttributePrefix(String) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Value that will be used to prefix attributes.
setAttributePrefix(String) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Value that will be used to prefix attributes.
setAttributePrefix(String) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
Specify a value that will be prepended to all keys that are mapped to an XML attribute.
SetAttributeProxyImpl<X,V> - Class in org.eclipse.persistence.internal.jpa.metamodel.proxy
A proxy class that allows EclipseLink to trigger the deployment of a persistence unit as an SetAttribute is accessed in the metamodel.
SetAttributeProxyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.proxy.SetAttributeProxyImpl
 
setAttributes(XMLAttributes) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setAttributes(Map<String, Object>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL:
setAttributes(List<Attribute>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
 
setAttributes(Attributes) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setAttributes(Attributes) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setAttributes(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.AttributeGroup
 
setAttributes(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setAttributes(Attributes) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setAttributes(List<String>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: PERF: Set the cached local (only) batch read attribute names.
setAttributesMap(Map<String, AttributeDetails>) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setAttributesMap(Map) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setAttributesMap(Map) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setAttributesMap(Map) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
setAttributesMap(Map) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
setAttributesToAlwaysInclude(Map) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
INTERNAL: It is possible to generate a Hashtable (keys are the Class, and values the attribute names) of the attributes to be included at all times (even if the value is null, or the value belongs to the values to be excluced automatically).
setAttributeToFieldValues(Map) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set the attribute to field mapping.
setAttributeTransformation(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.TransformationMapping
To set the attribute method name.
setAttributeTransformation(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: To set the attribute method name.
setAttributeTransformationMethod(Method) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
 
setAttributeTransformer(AttributeTransformer) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Set the AttributeTransformer, this transformer will be used to extract the value for the object's attribute from the database row.
setAttributeTransformerClass(Class) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Set the attribute transformer's class.
setAttributeTransformerClassName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.TransformationMapping
INTERNAL: Set the Attribute Transformer Class Name
setAttributeTransformerClassName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Set the Attribute Transformer Class Name
setAttributeType(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractMappingImpl
 
setAttributeType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Used for OX mapping.
setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Array
 
setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Embedded
 
setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
 
setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Id
 
setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Structure
 
setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Transformation
 
setAttributeType(String) - Method in interface org.eclipse.persistence.jpa.config.Version
 
setAttributeValue(UnmarshalRecord, Object, Mapping) - Method in class org.eclipse.persistence.internal.oxm.ChoiceUnmarshalContext
 
setAttributeValue(UnmarshalRecord, Object, Mapping) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectUnmarshalContext
 
setAttributeValue(UnmarshalRecord, Object, Mapping) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedUnmarshalContext
 
setAttributeValue(UnmarshalRecord, Object, Mapping) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalContext
The UnmarshalContext is responsible for assigning values to the object being built.
setAttributeValue(Object, Mapping) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setAttributeValue(Object, Mapping) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
INTERNAL
setAttributeValue(Object, Mapping) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setAttributeValueInObject(Object, Object) - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
Set the attribute value into the object.
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Set the value of the attribute mapped by this mapping.
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.descriptors.InstanceVariableAttributeAccessor
Sets the value of the instance variable in the object to the value.
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor
Sets the value of the instance variable in the object to the value.
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.descriptors.MultitenantPrimaryKeyAccessor
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.descriptors.PersistenceObjectAttributeAccessor
Sets the value of the instance variable in the object to the value.
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.descriptors.VirtualAttributeAccessor
Sets the value of the instance variable in the object to the value.
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.dynamic.ValuesAccessor
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.jaxb.CustomAccessorAttributeAccessor
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.jaxb.many.MapValueAttributeAccessor
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
setAttributeValueInObject(Object, Object) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.IsSetNullPolicyIsSetParametersAttributeAccessor
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.IsSetNullPolicyIsSetParameterTypesAttributeAccessor
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.NullPolicyAttributeAccessor
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntityVHAccessor
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.AttributeAccessor
Set the attribute value into the object.
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Set the value of the attribute mapped by this mapping.
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Set the value of the attribute mapped by this mapping.
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Check for write-only, one-way transformations.
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
 
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
Sets the value of the instance variable in the object to the value.
setAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
Sets the value of the instance variable in the object to the value.
setAttributeValueNull(ContainerValue) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setAttributeValueNull(ContainerValue) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setAttributeValueNull(ContainerValue) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setAutoApply(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.classes.ConverterClassImpl
 
setAutoApply(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL: Used for OX mapping.
setAutoApply(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
INTERNAL: Used for OX mapping.
setAutoApply(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ConverterClass
 
setAutoDetectMediaType(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Set if this XMLUnmarshaller should try to automatically determine the MediaType of the document (instead of using the MediaType set by setMediaType)
setBackupClone(Object) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: Set the backup clone of the object from the unit of work.
setBackupValueHolder(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
 
setBaseExpression(Expression) - Method in class org.eclipse.persistence.internal.expressions.BaseExpression
The base expression is what the parameter was derived from.
setBaseExpression(String, Expression) - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
Caches the specified expression under the variable name for the base query class.
setBaseQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
This method is called from within this package it is used when initializing a report Item
setBaseQueryClass(Class) - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
setBaseSchemaLocation(String) - Method in class org.eclipse.persistence.sdo.helper.DefaultSchemaResolver
Optional baseSchemaLocation can be specified If set, all schemaLocations passed into the resolveSchema methods will be resolved against this base location according to the java.net.URI API
setBaseType(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
setBaseType(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setBaseTypes(List) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Set a list of Types as This Type's base Types.
setBaseURI(URI) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Sets the base uri.
setBaseVariable(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
 
setBasicCollections(List<BasicCollectionAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setBasicMaps(List<BasicMapAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setBasics(List<BasicAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setBatchedMappings(List<DatabaseMapping>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Set any mappings that are always batched.
setBatchExecutionSupported(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Set if this query is compatible with batch writing.
setBatchFetch() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
setBatchFetch() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setBatchFetch(BatchFetchMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: Used for OX mapping.
setBatchFetch(BatchFetchMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
setBatchFetch() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setBatchFetch() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setBatchFetch() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setBatchFetch() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setBatchFetch() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setBatchFetchPolicy(BatchFetchPolicy) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Set the batch fetch policy for configuring batch fetching.
setBatchFetchSize(int) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the batch fetch size for the query.
setBatchFetchType(BatchFetchType) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Set the type of batch fetching to use for all queries for this class.
setBatchFetchType(BatchFetchType) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the batch fetch type for the query.
setBatchObjects(Map<Object, Object>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Set temporary map of batched objects.
setBatchObjects(Map<Object, Object>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set temporary map of batched objects.
setBatchObjects(Map<Object, Object>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Set temporary map of batched objects.
setBatchQueries(Map<ReadQuery, ReadQuery>) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: When in transaction batch read objects must use query local to the unit of work.
setBatchReadAttributeExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Set all attributes specified for batch reading.
setBatchSql(List<String>) - Method in class org.eclipse.persistence.internal.xr.BatchQueryOperation
Set the List of SQL statements to be executed for this operation.
setBatchWriting(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setBatchWritingMechanism(BatchWritingMechanism) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Set the custom batch writing mechanism.
setBeforeMarshalCallback(Method) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
Should not use this method - the init method will overwrite the set value.
setBeforeUnmarshalCallback(Method) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
Should not use this method - the init method will overwrite the set value.
setBeginEarlyTransaction(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Set default join existing transaction property, allows reading through write connection.
setBeginEarlyTransaction(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Set default join existing transaction property, allows reading through write connection.
setBidirectionalTargetAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
Sets the AttributeAccessor that is used to get and set the value of the container on the target object.
setBidirectionalTargetAttributeName(String) - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
Sets the name of the backpointer attribute on the target object.
setBidirectionalTargetContainerClass(Class) - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
 
setBidirectionalTargetContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
 
setBidirectionalTargetGetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
Sets the method name to be used when accessing the value of the back pointer on the target object of this mapping.
setBidirectionalTargetSetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.BidirectionalPolicy
Sets the name of the method to be used when setting the value of the back pointer on the target object of this mapping.
setBigDecimal(String, BigDecimal) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setBigDecimal(int, BigDecimal) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setBigDecimal(Property, BigDecimal) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setBigInteger(String, BigInteger) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setBigInteger(int, BigInteger) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setBigInteger(Property, BigInteger) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setBindAllParameters(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setBindingsList(List<XmlBindings>) - Method in class org.eclipse.persistence.internal.xr.XmlBindingsModel
Set the list of XmlBindings.
setBoolean(String, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setBoolean(int, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setBoolean(Property, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setBoth(boolean) - Method in class org.eclipse.persistence.internal.jpa.parsing.TrimNode
 
setBroker(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Allow the session to be used from a session broker.
setBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
setBypassCompound(boolean) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Sets
setByte(String, byte) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setByte(int, byte) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setByte(Property, byte) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setByteArrayBinding(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setBytes(String, byte[]) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setBytes(int, byte[]) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setBytes(Property, byte[]) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setCache() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setCache(CacheMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setCache() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setCache() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setCacheable(Boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Set entity @Cacheable annotation value.
setCacheable(Boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set entity @Cacheable annotation value in cache configuration object.
setCacheable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setCacheable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setCacheable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Set entity @Cacheable annotation value.
setCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setCacheableInDescriptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Pass entity @Cacheable annotation value to cache configuration object in class descriptor.
setCacheAllStatements(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setCacheCoordinationType(CacheCoordinationType) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Set the type of cache coordination that will be used on objects of this type.
setCacheIndex() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
 
setCacheIndex(CacheIndexMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
setCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setCacheIndex() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setCacheIndexes(Map<List<DatabaseField>, CacheIndex>) - Method in class org.eclipse.persistence.descriptors.CachePolicy
 
setCacheIndexes(List<CacheIndexMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setCacheInterceptor() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setCacheInterceptor(CacheInterceptorMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setCacheInterceptor() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setCacheInterceptor() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setCacheInterceptorClass(Class) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: 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.
setCacheInterceptorClass(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: 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.
setCacheInterceptorClassName(String) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: 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.
setCacheInterceptorClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: 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.
setCacheInvalidationPolicy(CacheInvalidationPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the Cache Invalidation Policy for this descriptor.
setCacheInvalidationPolicy(CacheInvalidationPolicy) - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Set the query cache invalidation policy.
setCacheIsolation(CacheIsolationType) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Controls how the Entity instances and data will be cached.
setCacheIsolation(CacheIsolationType) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Controls how the Entity instances and data will be cached.
setCacheKeyType(CacheKeyType) - Method in class org.eclipse.persistence.descriptors.CachePolicy
ADVANCED: Set what cache key type to use to store the object in the cache.
setCacheKeyType(CacheKeyType) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Set what cache key type to use to store the object in the cache.
setCacheKeyType(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.PrimaryKeyImpl
 
setCacheKeyType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyMetadata
INTERNAL: Used for OX mapping.
setCacheKeyType(String) - Method in interface org.eclipse.persistence.jpa.config.PrimaryKey
 
setCachePolicy(CachePolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Set cache policy for the descriptor.
setCacheSize(int) - Method in class org.eclipse.persistence.descriptors.CacheIndex
ADVANCED: Set the cache size.
setCacheSync(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.rcm.command.CommandsConfig
 
setCacheSynchronizationType(int) - Method in class org.eclipse.persistence.descriptors.CachePolicy
OBSOLETE: Set the type of cache coordination that will be used on objects of this type.
setCacheSynchronizationType(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the type of cache synchronization that will be used on objects of this type.
setCacheSynchronizationType(int) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
setCacheTransactionIsolation(int) - 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.
setCacheType(Class) - Method in class org.eclipse.persistence.descriptors.CacheIndex
ADVANCED: Set the type of the cache used for the index.
setCacheType(Class) - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Set the type of the cache used for the query results.
setCacheType(String) - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
setCacheUsage(int) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
PUBLIC: Set the level of cache support for this query, either NONE or INVALIDATE.
setCacheUsage(int) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the cache usage.
setCall(Call) - Method in exception org.eclipse.persistence.exceptions.DatabaseException
INTERNAL: Set the call that caused the exception.
setCall(DatasourceCall) - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Set the call.
setCall(Call) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Used to define a store procedure or SQL query.
setCallbackName(String) - Method in class org.eclipse.persistence.oxm.JSONWithPadding
The callback name that should me marshalled with the object
setCallbackName(String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
setCallByIndex(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.queries.AbstractStoredQueryImpl
 
setCallByIndex(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
setCallByIndex(Boolean) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
 
setCallByIndex(Boolean) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
 
setCallHasCustomSQLArguments() - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
INTERNAL: Configure the call to be a dynamic custom SQL call, so that it ignores the # token.
setCascade(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.locking.OptimisticLockingImpl
 
setCascade() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
setCascade(CascadeMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
setCascade(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.locking.OptimisticLockingMetadata
INTERNAL: Used for OX mapping.
setCascade() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setCascade() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setCascade() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setCascade() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setCascade(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OptimisticLocking
 
setCascade() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setCascadeAll() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.CascadeImpl
 
setCascadeAll(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
setCascadeAll() - Method in interface org.eclipse.persistence.jpa.config.Cascade
 
setCascadeAll(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Sets the cascading for all JPA operations.
setCascadeCondition(DescriptorIterator.CascadeCondition) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
setCascadeDepth(int) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
setCascadeDetach() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.CascadeImpl
 
setCascadeDetach(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
setCascadeDetach() - Method in interface org.eclipse.persistence.jpa.config.Cascade
 
setCascadeDetach(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Sets the cascading for the JPA detach operation.
setCascadeMerge() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.CascadeImpl
 
setCascadeMerge(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
setCascadeMerge() - Method in interface org.eclipse.persistence.jpa.config.Cascade
 
setCascadeMerge(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Sets the cascading for the JPA MERGE operation.
setCascadeOnDelete(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
 
setCascadeOnDelete(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
setCascadeOnDelete(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setCascadeOnDelete(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
setCascadeOnDelete(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: Used for OX mapping.
setCascadeOnDelete(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
setCascadeOnDelete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setCascadeOnDelete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setCascadeOnDelete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setCascadeOnDelete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setCascadeOnDelete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setCascadePersist() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.CascadeImpl
 
setCascadePersist(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitDefaultsImpl
 
setCascadePersist(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
setCascadePersist(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
setCascadePersist() - Method in interface org.eclipse.persistence.jpa.config.Cascade
 
setCascadePersist(Boolean) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
 
setCascadePersist(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Sets the cascading for the JPA CREATE operation.
setCascadePolicy(int) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
setCascadePolicy(int) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set the cascade policy.
setCascadeRefresh() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.CascadeImpl
 
setCascadeRefresh(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
setCascadeRefresh() - Method in interface org.eclipse.persistence.jpa.config.Cascade
 
setCascadeRefresh(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Sets the cascading for the JPA REFRESH operation.
setCascadeRemove() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.CascadeImpl
 
setCascadeRemove(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.CascadeMetadata
INTERNAL: Used for OX mapping.
setCascadeRemove() - Method in interface org.eclipse.persistence.jpa.config.Cascade
 
setCascadeRemove(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Sets the cascading for the JPA REMOVE operation.
setCaseInsensitive(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Set true to make this Unmarshaller perform case insensitive unmarshalling.
setCaseOperand(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Sets the case operand to be the given StateObject.
setCastClass(Class) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
setCastClassName(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
setCastSizeForVarcharParameter(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
ADVANCED: Set the maximum length allowed by the database for a Varchar Parameter This is used by subclasses when writing SQL for parameters
setCatalog(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.SequenceGeneratorImpl
 
setCatalog(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
 
setCatalog(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl
 
setCatalog(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.IndexImpl
 
setCatalog(String) - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
setCatalog(String) - Method in class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitDefaultsImpl
 
setCatalog(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for OX mapping.
setCatalog(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
setCatalog(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for OX mapping.
setCatalog(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setCatalog(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
 
setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.Index
 
setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
 
setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
 
setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.SequenceGenerator
 
setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.Table
 
setCatalog(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
setCaughtExceptions(Vector) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
INTERNAL:
setCdata(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Flag the mapping for this Property as containing character data.
setCdata(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the cdata property.
setCdata(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Sets the value of the cdata property.
setChangedIndexes(Map) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
 
setChangedObject(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.sessions.AggregateChangeRecord
INTERNAL: This method is used to set the changed value or values.
setChangedValues(List<ObjectChangeSet>) - Method in class org.eclipse.persistence.internal.sessions.AggregateCollectionChangeRecord
INTERNAL: Set the changed values.
setChangeListener(Object, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
INTERNAL: Assign AttributeChangeListener to PropertyChangeListener
setChangeListener(Object, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: Set ChangeListener for the clone
setChangeListener(Object, UnitOfWorkImpl, ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: Assign appropriate ChangeListener to PropertyChangeListener based on the policy.
setChangeListener(Object, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
INTERNAL: Assign ObjectChangeListener to PropertyChangeListener
setChangeListener(Object, PropertyChangeListener, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Set the change listener in the aggregate.
setChangeListener(Object, PropertyChangeListener, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Set the change listener in the collection.
setChangeListener(Object, PropertyChangeListener, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Set the change listener if required.
setChanges(List) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
Set the changes.
setChangeSet(ObjectChangeSet) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
INTERNAL: Sets the Change set in the event if the change Set is available
setChangeSet(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.sessions.OrderedChangeObject
INTERNAL: Set the ObjectChangeSet representing the change made to the collection
setChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
INTERNAL: Set the changes to be applied
setChangeSetOnListener(ObjectChangeSet, Object) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
INTERNAL: Set the ObjectChangeSet on the Listener, initially used for aggregate support
setChangeSetOnListener(ObjectChangeSet, Object) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: Set the ObjectChangeSet on the Listener, initially used for aggregate support
setChangeSetOnListener(ObjectChangeSet, Object) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: Set the ObjectChangeSet on the Listener, initially used for aggregate support
setChangeTracking() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
setChangeTracking(ChangeTrackingMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setChangeTracking(boolean) - Method in class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
setChangeTracking() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setChangeTracking() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setChangeTracking() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setChangeType(int) - Method in class org.eclipse.persistence.internal.sessions.OrderedChangeObject
INTERNAL: Set the type of collection change operation this object represents (CollectionChangeEvent.REMOVE or CollectionChangeEvent.ADD)
setChannel(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.rcm.RemoteCommandManagerConfig
 
setChannel(String) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
ADVANCED: Set the service channel for this command manager.
setChannel(String) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
ADVANCED: Set the service channel for this command manager.
setChannel(String) - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
INTERNAL: Set the logical channel that this service subscribes to
setChar(String, char) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setChar(int, char) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setChar(Property, char) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setCharacterEscapeHandler(CHARACTER_ESCAPE_HANDLER) - Method in class org.eclipse.persistence.internal.oxm.Marshaller
Set this Marshaller's CharacterEscapeHandler.
setCharacterEscapeHandler(CharacterEscapeHandler) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
Set this Marshaller's CharacterEscapeHandler.
setCheckCacheFirst(boolean) - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Sets checkCacheFirst flag.
setCheckConnections() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: This method is called to indicate that all available connections should be checked.
setCheckConnections() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
INTERNAL: This method is called to indicate that all available connections should be checked.
setCheckDatabaseIfInvalid(boolean) - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Sets checkDatabaseIfInvalid flag.
setChildDescriptors(List<ClassDescriptor>) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL:
setChildRecord(UnmarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setChildRecord(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setChildRecord(UnmarshalRecord) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setChildrenLookupTableFilled(boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
setChoice(Choice) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setChoice(Choice) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
setChoice(Choice) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
setChoice(Choice) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setChoice(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set flag to indicate whether this property represents a choice property.
setChoiceElementMappingsByClass(Map<Class, XMLMapping>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
setChoiceElementMappingsByClass(Map<Class, XMLMapping>) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
setChoiceFieldToClassAssociations(ArrayList) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
setChoiceFieldToClassAssociations(ArrayList) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
setChoiceProperties(Collection<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the choice properties for this property.
setChoices(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
setChoices(List) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
setChoices(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
setClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
setClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.ConverterClassImpl
 
setClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.ConverterImpl
 
setClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.listeners.EntityListenerImpl
 
setClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.PartitioningImpl
 
setClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
setClass(String) - Method in interface org.eclipse.persistence.jpa.config.Converter
 
setClass(String) - Method in interface org.eclipse.persistence.jpa.config.ConverterClass
 
setClass(String) - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setClass(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setClass(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
 
setClass(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setClass(String) - Method in interface org.eclipse.persistence.jpa.config.Partitioning
 
setClass(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
setClassAccessor(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Sets the class accessor for this mapping accessor.
setClassAccessor(ClassAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setClassBasedMarshalEvents(Map) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
 
setClassBasedUnmarshalEvents(Map) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
 
setClassBuffer(StringBuffer) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
setClassExtractionMethodName(String) - 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.
setClassExtractionMethodName(String) - 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.
setClassExtractor(ClassExtractor) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
ADVANCED: A class extractor can be registered with the descriptor to override the default inheritance mechanism.
setClassExtractor(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
 
setClassExtractor(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setClassExtractorName(String) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
ADVANCED: Set the class extractor class name.
setClassExtractorName(String) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
ADVANCED: Set the class extractor class name.
setClassExtractorName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
setClassExtractorName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the ClassExtractor class name.
setClassIndicatorAssociations(Vector) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Set the class indicator associations from reading the deployment XML.
setClassIndicatorAssociations(Vector) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: Set the class indicator associations.
setClassIndicatorField(FIELD) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
ADVANCED: To set the class indicator field.
setClassIndicatorField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
ADVANCED: To set the class indicator field.
setClassIndicatorFieldName(String) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: To set the class indicator field name.
setClassIndicatorFieldName(String) - Method in class org.eclipse.persistence.internal.oxm.QNameInheritancePolicy
PUBLIC: To set the class indicator field name.
setClassIndicatorMapping(Map) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
PUBLIC: Set the association of indicators and classes.
setClassIndicatorMapping(Map) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Set the association of indicators and classes.
setClassLoader(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setClassLoader(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Use this method to set the correct class loader that should be used during processing.
setClassLoader(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL: Set the class loader for this parse tree
setClassLoader(ClassLoader) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
 
setClassLoader(ClassLoader) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: Set the class loader that should be used to find the resource.
setClassLoader(ClassLoader) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
Set the user classloader.
setClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ConverterAccessor
INTERNAL: Used for OX mapping.
setClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConverterMetadata
INTERNAL: Used for OX mapping.
setClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
INTERNAL: Used for OX mapping.
setClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedConverterMetadata
INTERNAL: Used for OX mapping.
setClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
setClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.PartitioningMetadata
INTERNAL: Used for OX mapping.
setClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.sop.SerializedObjectPolicyMetadata
INTERNAL Used for OX mapping.
setClassName(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setClassName(String) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceFieldToClassAssociation
 
setClassName(String) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Set the class name.
setClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
 
setClassName(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Sets the fully qualified class name that will be used to retrieve the constructor.
setClassName(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Sets the fully qualified class name that will be used to retrieve the constructor.
setClassName(String) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
setClassName(String) - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
setClassName(String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Set the name of class to be generated.
setClassName(String) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Set the name of class to be generated.
setClassNameIndicatorMapping(Map) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Set the class name indicator mapping, used by the MW.
setClassNamePrefix(String, ContentAssistProposals.ClassType) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given prefix that will be used to filter the list of possible class names.
setClassNamesForWeaving(Collection<String>) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Returns all classes in this project that are needed for weaving.
setClassNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setClassToConvertTo(Class) - Method in exception org.eclipse.persistence.exceptions.ConversionException
INTERNAL: Set the class to convert to.
setClassToGeneratedClasses(HashMap<String, Class>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
INTERNAL: Set the map containing which Class (by name) corresponds to which generated class.
setClassType(Class) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
Set the class type.
setClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
setClauses(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.CoalesceNode
 
setClazz(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
Sets the value of the clazz property.
setCloneCopyPolicy() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
setCloneCopyPolicy(CloneCopyPolicyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: set the copy policy metadata
setCloneCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setCloneCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setCloneCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setClonedExpressions(Map<Expression, Expression>) - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
 
setCloneMethod(Method) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Set the Method that will return a clone of an instance of the containerClass.
setCloneToObjectChangeSet(Map<Object, ObjectChangeSet>) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: This method is used to set the map for cloneToObject reference.
setCloseOnCommit(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Set default property to avoid resuming unit of work if going to be closed on commit anyway.
setCloseOnCommit(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Set default property to avoid resuming unit of work if going to be closed on commit anyway.
setCMPPolicy(CMPPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Set the cmp descriptor that holds cmp specific information.
setCodeWriter(CodeWriter) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
setCollapsingStringValues(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
Indicates that this mapping should collapse all string values before adding them to the collection on unmarshal.
setCollapsingStringValues(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
Indicates that this mapping should collapse all string values before setting them in the object on unmarshal.
setCollapsingStringValues(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
PUBLIC: Indicates that this mapping should collapse all string values before adding them to the collection on unmarshal.
setCollapsingStringValues(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
PUBLIC: Indicates that this mapping should collapse all string values before setting them in the object on unmarshal.
setCollectionContentType(Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
setCollectionTable() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setCollectionTable(CollectionTableMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: Used for OX mapping.
setCollectionTable() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setColumn() - Method in class org.eclipse.persistence.internal.jpa.config.columns.AttributeOverrideImpl
 
setColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
 
setColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setColumn(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.FieldResultImpl
 
setColumn() - Method in class org.eclipse.persistence.internal.jpa.config.structures.ArrayImpl
 
setColumn() - Method in class org.eclipse.persistence.internal.jpa.config.transformers.WriteTransformerImpl
 
setColumn(ColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
setColumn(ColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setColumn(ColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AttributeOverrideMetadata
INTERNAL: Used for OX mapping.
setColumn(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FieldResultMetadata
INTERNAL: Used for OX mapping.
setColumn(ColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.sop.SerializedObjectPolicyMetadata
INTERNAL Used for OX mapping.
setColumn(ColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
INTERNAL: Used for OX mapping.
setColumn(ColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructureAccessor
INTERNAL: Used for OX mapping.
setColumn(ColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.WriteTransformerMetadata
INTERNAL: Used for OX mapping.
setColumn(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
 
setColumn() - Method in interface org.eclipse.persistence.jpa.config.Array
 
setColumn() - Method in interface org.eclipse.persistence.jpa.config.AttributeOverride
 
setColumn() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setColumn() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setColumn(String) - Method in interface org.eclipse.persistence.jpa.config.FieldResult
 
setColumn() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setColumn() - Method in interface org.eclipse.persistence.jpa.config.Version
 
setColumn() - Method in interface org.eclipse.persistence.jpa.config.WriteTransformer
 
setColumnDefinition(String) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Set the SQL fragment that is used when generating the DDL for the column.
setColumnDefinition(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.AbstractColumnImpl
 
setColumnDefinition(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.MetadataColumn
INTERNAL: Used for OX mapping.
setColumnDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.Column
 
setColumnDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.DiscriminatorColumn
 
setColumnDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
 
setColumnDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.OrderColumn
 
setColumnDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.PrimaryKeyJoinColumn
 
setColumnDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
 
setColumnList(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.IndexImpl
 
setColumnList(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
setColumnList(String) - Method in interface org.eclipse.persistence.jpa.config.Index
 
setColumnNames(List<String>) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheIndexMetadata
INTERNAL: Used for OX mapping.
setColumnNames(List<String>) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
setColumnNames(List<String>) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.UniqueConstraintMetadata
INTERNAL: Used for OX mapping.
setColumnResults(List<ColumnResultMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ConstructorResultMetadata
INTERNAL: Used for OX mapping.
setColumnResults(List<ColumnResultMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL: Used for OX mapping.
setColumnResults(List<ColumnResult>) - Method in class org.eclipse.persistence.queries.ConstructorResult
Set columns result of this constructor result.
setColumns(List<ColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyMetadata
INTERNAL: Used for OX mapping.
setCommandConverter(CommandConverter) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
ADVANCED: Set the converter instance that will be invoked by this CommandProcessor to convert commands from their application command format into EclipseLink Command objects before being propagated to remote command manager services.
setCommandConverter(CommandConverter) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
ADVANCED: Set the converter instance that will be invoked by this CommandProcessor to convert commands from their application command format into EclipseLink Command objects before being propagated to remote command manager services.
setCommandManager(CommandManager) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Set the CommandManager that allows this session to act as a CommandProcessor and receive or propagate commands from/to the EclipseLink cluster.
setCommandManager(CommandManager) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
PUBLIC: Set 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.
setCommandManager(CommandManager) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
ADVANCED: Set the CommandManager that allows this session to act as a CommandProcessor and receive or propagate commands from/to the EclipseLink cluster.
setCommandProcessor(CommandProcessor) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
ADVANCED: Set the command processor that will be invoked to process commands.
setCommandProcessor(CommandProcessor) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
setCommandsConfig(CommandsConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.rcm.RemoteCommandManagerConfig
 
setComment(String) - Method in class org.eclipse.persistence.internal.codegen.CodeDefinition
 
setCommitAddition(Hashtable) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
This method takes a hashtable of primitives and adds them to the commit list.
setCommitManager(CommitManager) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: The commit manager is used to resolve referncial integrity on commits of multiple objects.
setCommitOrder(UnitOfWork.CommitOrderType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Set update ordering by primary key, to avoid potential database deadlocks.
setCommitOrder(UnitOfWork.CommitOrderType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Set updates should be ordered by primary key to avoid possible database deadlocks.
setCommitOrder(List) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Set the order in which objects should be committed to the database.
setCommitOrder(UnitOfWork.CommitOrderType) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Set the commit order.
setCommitOrder(UnitOfWork.CommitOrderType) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Set the commit order.
setCommitWithoutPersistRules(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Set default property to avoid discover new objects in unit of work if application always uses persist.
setCommitWithoutPersistRules(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Set default property to avoid discover new objects in unit of work if application always uses persist.
setCommunicationFailure(boolean) - Method in exception org.eclipse.persistence.exceptions.DatabaseException
 
setComparator(Comparator) - Method in class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
INTERNAL: Sets a comparator object for this policy to use when instantiating a new SortedSet object.
setComparatorClass(Class) - Method in class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
INTERNAL: Sets a comparator class for this policy to use when instantiating a new SortedSet object.
setComparatorClassName(String) - Method in class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
INTERNAL: Sets a comparator class name for this policy to use when instantiating a new SortedSet object.
setCompatibleType(String) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
setCompatibleType(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.AbstractPlsqlTypeImpl
 
setCompatibleType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLComplexTypeMetadata
INTERNAL: Used for OX mapping.
setCompatibleType(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlRecord
 
setCompatibleType(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlTable
 
setCompatibleType(String) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
Oracle ARRAY types don't have a compatible type like PL/SQL types do, so we will use the type name
setCompatibleType(String) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
Oracle STRUCT types don't have a compatible type like PL/SQL types do, so we will use the type name
setComplexContent(ComplexContent) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setComplexType(ComplexType) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setComplexType(ComplexType) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setComplexTypeName(String) - Method in class org.eclipse.persistence.internal.xr.ProcedureArgument
 
setComponentClass(Class) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
 
setComponentClassName(String) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
 
setCompositeEmSetupImpl(EntityManagerSetupImpl) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
setCompositeMember(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setCompositeMember(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setCompositeMember(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setCompositeProcessor(MetadataProcessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: set compositeProcessor that owns this and pear MetadataProcessors used to create composite persistence unit.
setCompositor(TypeDefParticle) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setCompound(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Determines whether this BNF has child BNFs registered only to properly parse a query or if the child BNFs are part of the BNF.
setConditional(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractConditionalClauseStateObject
Sets the given StateObject to be the conditional expression of this clause.
setConditionalStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Sets the given StateObject to be the conditional expression of the WHERE clause.
setConfig(String) - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
 
setConfig(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
Generic API to allow config to be set.
setConfigFile(String) - Method in class org.eclipse.persistence.sessions.coordination.jgroups.JGroupsTransportManager
Deprecated.
setConfiguredSize(String) - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
setConnection(Accessor) - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
setConnection(Accessor) - Method in class org.eclipse.persistence.logging.SessionLogEntry
Set the connection that generated the log entry.
setConnectionFactory(ConnectionFactory) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Set the javax.resource.cci.ConnectionFactory.
setConnectionFactoryObject(Object) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Set the javax.resource.cci.ConnectionFactory.
setConnectionFactoryURL(String) - Method in class org.eclipse.persistence.eis.EISLogin
PUBLIC: Set the JNDI URL for the managed connection factory for the JCA adapter connecting to.
setConnectionFactoryURL(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.EISLoginConfig
 
setConnectionHealthValidatedOnError(Boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setConnectionHealthValidatedOnError(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: On an SQL Exception EclipseLink will ping the database to determine if the connection used can continue to be used for queries.
setConnectionPolicy(ConnectionPolicy) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Set the connection policy.
setConnectionPolicyConfig(ConnectionPolicyConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.ServerSessionConfig
 
setConnectionPool(String) - Method in class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
PUBLIC: Set the connection pool to pin queries to.
setConnectionPool(String) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
PUBLIC: Return the connection pool to use for this partition.
setConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.PinnedPartitioningImpl
 
setConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.RangePartitionImpl
 
setConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.ValuePartitionImpl
 
setConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.PinnedPartitioningMetadata
 
setConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitionMetadata
INTERNAL: Used for OX mapping.
setConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitionMetadata
INTERNAL: Used for OX mapping.
setConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.PinnedPartitioning
 
setConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.RangePartition
 
setConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.ValuePartition
 
setConnectionPool(ConnectionPool) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
ADVANCED: Set the connection pool to use for sequencing.
setConnectionPoolConfigs(Vector) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.PoolsConfig
 
setConnectionPools(List<String>) - Method in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
PUBLIC: Set the list of connection pool names to replicate queries to.
setConnectionPools(List<String>) - Method in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
PUBLIC: Set the list of connection pool names to replicate queries to.
setConnectionPools(List<String>) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.HashPartitioningMetadata
Used for OX mapping.
setConnectionPools(List<String>) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ReplicationPartitioningMetadata
 
setConnectionPools(Map<String, ConnectionPool>) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Connection are pooled to share and restrict the number of database connections.
setConnectionSpec(ConnectionSpec) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Set the javax.resource.cci.ConnectionSpec.
setConnectionSpec(EISConnectionSpec) - Method in class org.eclipse.persistence.eis.EISLogin
PUBLIC: Set the EclipseLink connection spec.
setConnectionSpecClass(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.EISLoginConfig
 
setConnectionSpecObject(Object) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Set the javax.resource.cci.ConnectionSpec.
setConnectionString(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the JDBC connection string.
setConnectionURL(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setConnector(Connector) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Set the connector that will instantiate the connection.
setConstraint(String) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Set any constraint of this field.
setConstraintDependencies(Vector) - 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.
setConstraintMode(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.ForeignKeyImpl
 
setConstraintMode(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ForeignKeyMetadata
INTERNAL: Used for OX mapping.
setConstraintMode(String) - Method in interface org.eclipse.persistence.jpa.config.ForeignKey
 
setConstructor(Constructor) - Method in class org.eclipse.persistence.internal.jpa.querydef.ConstructorSelectionImpl
INTERNAL: Set the constructor.
setConstructor(Constructor) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
INTERNAL: Set the constructor.
setConstructorArgTypes(Class[]) - Method in class org.eclipse.persistence.internal.jpa.querydef.ConstructorSelectionImpl
INTERNAL: Set the constructorArgTypes.
setConstructorArgTypes(Class[]) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
 
setConstructorItems(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
INTERNAL Set the list of constructor items of this node.
setConstructorMappings(List) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
INTERNAL: Return the mappings for the items.
setConstructorResults(List<ConstructorResultMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL: Used for OX mapping.
setContainerAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Deprecated.
Replaced by getInverseReferenceMapping().setAttributeAccessor()
setContainerAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
Deprecated.
Replaced by getInverseReferenceMapping().setAttributeAccessor()
setContainerAttributeName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Deprecated.
Replaced by getInverseReferenceMapping().setAttributeName()
setContainerAttributeName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
Deprecated.
Replaced by getInverseReferenceMapping().setAttributeName()
setContainerClass(Class) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Set the class used for the container.
setContainerClass(Class) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
Sets the Container class which implements IndirectContainer
setContainerClass(Class) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Set the class used for the container.
setContainerClass(Class) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
INTERNAL: Set the class to use as the container.
setContainerClassName(String) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Used by the MW
setContainerClassName(String) - Method in class org.eclipse.persistence.internal.queries.InterfaceContainerPolicy
 
setContainerGetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Deprecated.
Replaced by getInverseReferenceMapping().setGetMethodName()
setContainerGetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
Deprecated.
Replaced by getInverseReferenceMapping().setGetMethodName()
setContainerInstance(Object, Object) - Method in interface org.eclipse.persistence.internal.oxm.ContainerValue
 
setContainerInstance(int, Object) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setContainerInstance(int, Object) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setContainerInstance(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
 
setContainerInstance(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
setContainerInstance(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
setContainerInstance(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
setContainerInstance(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
setContainerInstance(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
 
setContainerInstance(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
 
setContainerInstance(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
setContainerInstance(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
setContainerInstance(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
 
setContainerInstance(Object, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathCollectionMappingNodeValue
 
setContainerInstance(int, Object) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setContainerNodeValue(XMLChoiceCollectionMappingUnmarshalNodeValue) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
setContainerPolicy(CONTAINER_POLICY) - Method in interface org.eclipse.persistence.internal.oxm.mappings.InverseReferenceMapping
 
setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.CollectionMapping
ADVANCED: Configure the mapping to use a container policy.
setContainerPolicy(ContainerPolicy) - Method in interface org.eclipse.persistence.mappings.ContainerMapping
PUBLIC: Set the mapping's container policy.
setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
ADVANCED: Configure the mapping to use a container policy.
setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
ADVANCED: Configure the mapping to use a container policy.
setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
ADVANCED: Set the mapping's containerPolicy.
setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
ADVANCED: Set the mapping's containerPolicy.
setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
ADVANCED: Set the mapping's containerPolicy.
setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Set the container policy.
setContainerPolicy(ContainerPolicy) - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Set the container policy.
setContainerSetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Deprecated.
Replaced by getInverseReferenceMapping().setSetMethodName()
setContainerSetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
Deprecated.
Replaced by getInverseReferenceMapping().setSetMethodName()
setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Sets the value of the containerType property.
setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Sets the value of the containerType property.
setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the containerType property.
setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the containerType property.
setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Sets the value of the containerType property.
setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Sets the value of the containerType property.
setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
Sets the value of the containerType property.
setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
Sets the value of the containerType property.
setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Sets the value of the containerType property.
setContainerType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Sets the value of the containerType property.
setContainingType(Type) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Set the containing type of this Property.
setContainment(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Set this Property's Containment which shows parent-child relationship in a tree of DataObjects.
setContainsIndex(boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setContainterClassName(String) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
Set the container classname for the MW
setContentHandler(ContentHandler) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader
 
setContentHandler(ContentHandler) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
setContentHandler(ContentHandler) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
setContentHandler(ContentHandler) - Method in class org.eclipse.persistence.internal.oxm.record.XMLStreamReaderReader
 
setContentHandler(ContentHandler) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
Set the ContentHandler that the object will be marshalled to.
setContents(Object) - Method in class org.eclipse.persistence.internal.helper.linkedlist.LinkedNode
 
setContext(Context) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Set the JNDI Context that can supply the named ConnectionFactory.
setContext(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MajorNode
 
setContext(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Set the context for this parse tree
setContext(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.SessionBeanCall
 
setContext(Context) - Method in class org.eclipse.persistence.sessions.JNDIConnector
PUBLIC: Set the JNDI Context that can supply the named DataSource.
setContextProperty(String) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
PUBLIC: Set the context property used to define the table per tenant.
setContextProperty(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.TenantDiscriminatorColumnImpl
 
setContextProperty(String) - Method in class org.eclipse.persistence.internal.jpa.config.multitenant.TenantTableDiscriminatorImpl
 
setContextProperty(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
INTERNAL: Used for OX mapping.
setContextProperty(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.TenantTableDiscriminatorMetadata
INTERNAL: Used for OX mapping.
setContextProperty(String) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
 
setContextProperty(String) - Method in interface org.eclipse.persistence.jpa.config.TenantTableDiscriminator
 
setContextProperty(String) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL: The context property that is used to write this mapping must be set.
setContexts(AbstractRecord) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Set the contexts (for LOB)
setContextTenant(String) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL:
setConversionManager(ConversionManager) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
The platform hold its own instance of conversion manager to allow customization.
setConversionManager(ConversionManager) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
The platform hold its own instance of conversion manager to allow customization.
setConversionValues(List<ConversionValueMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ObjectTypeConverterMetadata
INTERNAL: Used for OX mapping.
setConvert(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl
This covers the EclipseLink Convert, single TEXT convert element.
setConvert(String) - Method in interface org.eclipse.persistence.jpa.config.Array
 
setConvert(String) - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setConvert(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setConvert(String) - Method in interface org.eclipse.persistence.jpa.config.Id
 
setConvert(String) - Method in interface org.eclipse.persistence.jpa.config.Version
 
setConverter() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setConverter(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.ConvertImpl
 
setConverter(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.StructConverterImpl
 
setConverter(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.StructConverterMetadata
INTERNAL: Used for OX mapping.
setConverter(CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyCollectionMapping
 
setConverter(CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyObjectMapping
 
setConverter(CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
Set the converter on the mapping.
setConverter(CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
Set the converter on the mapping.
setConverter(CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
Set the converter on the mapping.
setConverter(CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
 
setConverter(CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
Set the converter on the mapping.
setConverter(CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.VariableXPathObjectMapping
 
setConverter(CONVERTER) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceFieldToClassAssociation
 
setConverter() - Method in interface org.eclipse.persistence.jpa.config.Array
 
setConverter() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setConverter(String) - Method in interface org.eclipse.persistence.jpa.config.Convert
 
setConverter() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setConverter() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setConverter() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setConverter() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setConverter(String) - Method in interface org.eclipse.persistence.jpa.config.StructConverter
 
setConverter() - Method in interface org.eclipse.persistence.jpa.config.Version
 
setConverter(Converter) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
PUBLIC: Set the converter on the mapping.
setConverter(Converter) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
PUBLIC: Set the converter on the mapping.
setConverter(Converter) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
PUBLIC: Set the converter on the mapping.
setConverter(XMLConverter) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
setConverter(XMLConverter) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
setConverter(Converter) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
Set the converter on the mapping.
setConverter(Converter) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
Set the converter on the mapping.
setConverterAccessors(List<ConverterAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
setConverterClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: Used for OX mapping.
setConverterClassName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
PUBLIC: Set the converter class name on the mapping.
setConverterName(String) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set from JPA processing where we deal with strings only to avoid class loader conflicts.
setConverters(List<ConverterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setConverters(List<ConverterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
setConverts(List<ConvertMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
setConverts(List<ConvertMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Used for OX mapping.
setConverts(List<ConvertMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.EmbeddedAccessor
INTERNAL: Used for OX mapping.
setCoordinationType(String) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheImpl
 
setCoordinationType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
setCoordinationType(String) - Method in interface org.eclipse.persistence.jpa.config.Cache
 
setCopies(Map) - Method in class org.eclipse.persistence.sessions.CopyGroup
INTERNAL: Set the copies.
setCopyPolicy(CopyPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the copy policy.
setCopyPolicy() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
setCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setCopyPolicyClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Sets the name of a Class that implements CopyPolicy Will be instantiatied as a copy policy at initialization times using the no-args constructor
setCopyPolicyClassName(String) - Method in class org.eclipse.persistence.internal.jpa.config.copypolicy.CopyPolicyImpl
 
setCopyPolicyClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CustomCopyPolicyMetadata
INTERNAL: Used for OX mapping.
setCopyPolicyClassName(String) - Method in interface org.eclipse.persistence.jpa.config.CopyPolicy
 
setCorrectionType(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.OrderColumnImpl
 
setCorrectionType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.OrderColumnMetadata
INTERNAL: Used for OX mapping.
setCorrectionType(String) - Method in interface org.eclipse.persistence.jpa.config.OrderColumn
 
setCount(Integer) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
Sets the count.
setCount(Integer) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Sets the count.
setCount(Integer) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
 
setCounterField(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.TableSequenceConfig
 
setCounterField(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.UnaryTableSequenceConfig
 
setCounterFieldName(String) - Method in class org.eclipse.persistence.sequencing.TableSequence
 
setCounterFieldName(String) - Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
 
setCreatable(boolean) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
setCreated(DataObject, boolean) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Set flag created value.
setCreateDatabaseSchemas(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
INTERNAL: Set to true if database schemas should be built during the DDL generation.
setCreatedXPaths(List) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
setCreateSQLFiles(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
setCreateSQLFiles(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC:
setCreateVPDCalls(boolean, String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC:
setCreationPrefix(String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Set the beginning of the sql create statement - the part before the name.
setCreationSuffix(String) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
setCreationSuffix(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
 
setCreationSuffix(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl
 
setCreationSuffix(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for OX mapping.
setCreationSuffix(String) - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
 
setCreationSuffix(String) - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
setCreationSuffix(String) - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
 
setCreationSuffix(String) - Method in interface org.eclipse.persistence.jpa.config.Table
 
setCreationSuffix(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
setCreationSuffix(String) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Set the end of the sql create statement - the part after the field list.
setCriteria(String) - Method in class org.eclipse.persistence.internal.jpa.config.additionalcriteria.AdditionalCriteriaImpl
 
setCriteria(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.additionalcriteria.AdditionalCriteriaMetadata
INTERNAL: Used for OX mapping.
setCriteria(String) - Method in interface org.eclipse.persistence.jpa.config.AdditionalCriteria
 
setCumulativeUOWChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Set the final UnitOfWorkChangeSet for merge into the shared cache.
setCurrentAliasNumber(int) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Sets a unique id that will be used to alias the next table.
setCurrentAttachmentUnmarshaller(XMLAttachmentUnmarshaller) - Method in class org.eclipse.persistence.internal.dbws.DBWSAdapter
 
setCurrentClass(ClassDefinition) - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
 
setCurrentDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
setCurrentEclipseLinkLogLevel(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Set the EclipseLink log level to be used at runtime.
setCurrentEclipseLinkLogLevel(String) - Method in class org.eclipse.persistence.services.RuntimeServices
PUBLIC: Set the EclipseLink log level to be used at runtime.
setCurrentElements(List) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
INTERNAL: bypass containment and changesummary copy of element list on modifications
setCurrentGroup(AttributeGroup) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
setCurrentItem(AttributeItem) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
setCurrentMapping(DatabaseMapping) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
setCurrentObject(Object) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setCurrentObject(Object) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setCurrentObject(Object) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setCurrentObject(Object) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL:
setCurrentSize(String) - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
setCursorCode(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
ADVANCED: Set the code for preparing cursored output parameters in a stored procedure
setCursorCode(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
ADVANCED: Set the code for preparing cursored output parameters in a stored procedure
setCursorOrdinalPosition(String, int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
INTERNAL: Used by JPA named stored procedure queries to associate parameter name with position.
setCustomAddTargetQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
PUBLIC: The default add target query for mapping can be overridden by specifying the new query.
setCustomClass(Class) - Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
 
setCustomCopyPolicy(CustomCopyPolicyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: set the copy policy metadata
setCustomDeleteAllQuery(ModifyQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: The default delete all query for mapping can be overridden by specifying the new query.
setCustomDeleteAtIndexQuery(ModifyQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: The default delete by index query for this mapping can be overridden by specifying the new query.
setCustomDeleteQuery(ModifyQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: The default delete query for this mapping can be overridden by specifying the new query.
setCustomDeleteQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: The default delete query for mapping can be overridden by specifying the new query.
setCustomDeleteQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: The default delete query for mapping can be overridden by specifying the new query.
setCustomInsertQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: The default insert query for mapping can be overridden by specifying the new query.
setCustomInsertQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: The default insert query for mapping can be overridden by specifying the new query.
setCustomInsertQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: The default insert query for mapping can be overridden by specifying the new query.
setCustomizer(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
setCustomizer(String) - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setCustomizer(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setCustomizer(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setCustomizerClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setCustomNamespaceMapper(boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
setCustomNamespaceMapper(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
setCustomNamespaceMapper(boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
setCustomRemoveAllTargetsQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
PUBLIC: The default remove all targets query for mapping can be overridden by specifying the new query.
setCustomRemoveTargetQuery(DataModifyQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
PUBLIC: The default remove target query for mapping can be overridden by specifying the new query.
setCustomSelectionQuery(ReadQuery) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Relationship mappings creates a read query to read reference objects.
setCustomSQLArgumentType(String, Class) - Method in class org.eclipse.persistence.queries.SQLCall
PUBLIC: This method should only be used with custom SQL: it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
setCustomSQLArgumentType(String, int) - Method in class org.eclipse.persistence.queries.SQLCall
PUBLIC: This method should only be used with custom SQL: it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
setCustomSQLArgumentType(String, int, String) - Method in class org.eclipse.persistence.queries.SQLCall
PUBLIC: This method should only be used with custom SQL: it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
setCustomSQLArgumentType(String, int, String, Class) - Method in class org.eclipse.persistence.queries.SQLCall
PUBLIC: This method should only be used with custom SQL: it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
setCustomSQLArgumentType(String, int, String, DatabaseField) - Method in class org.eclipse.persistence.queries.SQLCall
PUBLIC: This method should only be used with custom SQL: it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
setCustomSQLArgumentType(String, int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.SQLCall
PUBLIC: This method should only be used with custom SQL: it sets a type to IN, OUT or INOUT parameter (prefixed with #, ### or #### in custom SQL string).
setCustomUpdateAtIndexQuery(ModifyQuery) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: The default delete by index query for this mapping can be overridden by specifying the new query.
setData(byte[]) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper.EncodedData
 
setData(Object) - Method in class org.eclipse.persistence.queries.ComplexQueryResult
INTERNAL: Set the database rows for the query result.
setDatabaseChangeNotificationType(DatabaseChangeNotificationType) - Method in class org.eclipse.persistence.descriptors.CachePolicy
Configures what type of database change notification an entity/descriptor should use.
setDatabaseChangeNotificationType(String) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheImpl
 
setDatabaseChangeNotificationType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
setDatabaseChangeNotificationType(String) - Method in interface org.eclipse.persistence.jpa.config.Cache
 
setDatabaseEventListener(DatabaseEventListener) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Set the database event listener, this allows database events to invalidate the cache.
setDatabaseEventListener(DatabaseEventListener) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Set the database event listener, this allows database events to invalidate the cache.
setDatabaseField(DatabaseField) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
INTERNAL: Set the DatabaseField that is associated to this FieldDefinition object.
setDatabaseFieldsToTableAliases(HashMap) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
setDatabaseName(String) - 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.
setDatabaseQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
 
setDatabaseQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Replace the cached query with the given query.
setDatabaseQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.xr.QueryHandler
 
setDatabaseQuery(DatabaseQuery) - Method in interface org.eclipse.persistence.jpa.JpaQuery
PUBLIC: Replace the cached query with the given query.
setDatabaseTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL:
setDatabaseType(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.PlsqlParameterImpl
 
setDatabaseType(String) - Method in class org.eclipse.persistence.internal.jpa.config.structures.ArrayImpl
 
setDatabaseType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
setDatabaseType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
INTERNAL: Used for OX mapping.
setDatabaseType(String) - Method in interface org.eclipse.persistence.jpa.config.Array
 
setDatabaseType(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
 
setDatabaseURL(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: The database URL is the JDBC URL for the database server.
setDatabaseURL(String) - Method in class org.eclipse.persistence.sessions.DefaultConnector
PUBLIC: The database URL is the JDBC URL for the database server.
setDataClass(Class) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
PUBLIC: Set the class type of the data value.
setDataClassName(String) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
INTERNAL: Set the name of the data type for the MW usage.
setDataFormat(String) - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Configure the data format that the descriptor maps to.
setDataFormat(String) - Method in class org.eclipse.persistence.internal.jpa.config.nosql.NoSqlImpl
 
setDataFormat(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.nosql.NoSqlMetadata
INTERNAL: Used for OX mapping.
setDataFormat(String) - Method in interface org.eclipse.persistence.jpa.config.NoSql
 
setDataGraph(DataGraph) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setDataObject(String, DataObject) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setDataObject(int, DataObject) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setDataObject(Property, DataObject) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setDataResults(List, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Set all of the rows fetched by the query, used for 1-m joining.
setDataResults(DatabaseMapping, List<AbstractRecord>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Set the remaining data results for the mapping.
setDataResults(List<AbstractRecord>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Set the rows to the set of data results for each mapping.
setDataResults(Map<Object, List<AbstractRecord>>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: Set temporary list of rows from parent batch query per batched mapping.
setDatasource(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setDataSource(DataSource) - Method in class org.eclipse.persistence.sessions.JNDIConnector
PUBLIC: Set the javax.sql.DataSource.
setDatasourceAndInitialize() - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
INTERNAL: Issue any pre connect and post connect without an actual connection to the database.
setDatasourceCall(Call) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Used to define a store procedure or SQL query.
setDatasourceLogin(Login) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Set the login.
setDatasourceLogin(Login) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Set the login.
setDatasourceLogin(Login) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set the login to be used to connect to the database for this project.
setDatasourceLogin(Login) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Set the login.
setDatasourcePlatform(DatasourcePlatform) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Set the platform.
setDatasourcePlatform(DatasourcePlatform) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Set the platform.
setDatasourcePlatform(Platform) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Set the database platform specific information.
setDatasourcePlatform(Platform) - Method in interface org.eclipse.persistence.sessions.Login
PUBLIC: Set the database platform specific information.
setDataType(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.ObjectTypeConverterImpl
 
setDataType(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.TypeConverterImpl
 
setDataType(String) - Method in class org.eclipse.persistence.internal.jpa.config.nosql.NoSqlImpl
 
setDataType(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL:
setDataType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.nosql.NoSqlMetadata
INTERNAL: Used for OX mapping.
setDataType(String) - Method in interface org.eclipse.persistence.jpa.config.NoSql
 
setDataType(String) - Method in interface org.eclipse.persistence.jpa.config.ObjectTypeConverter
 
setDataType(String) - Method in interface org.eclipse.persistence.jpa.config.TypeConverter
 
setDataType(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Set this Type to a simple Type by passing in boolean value true.
setDataTypeName(String) - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Specify the data type name for the class of objects the descriptor maps.
setDataTypeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL: Used for OX mapping.
setDataTypeName(String) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set from JPA processing where we deal with strings only to avoid class loader conflicts.
setDataValue(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.ConversionValueImpl
 
setDataValue(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConversionValueMetadata
INTERNAL: Used for OX mapping.
setDataValue(String) - Method in interface org.eclipse.persistence.jpa.config.ConversionValue
 
setDate(Date) - Method in class org.eclipse.persistence.logging.SessionLogEntry
Set the date of the log entry.
setDate(String, Date) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setDate(int, Date) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setDate(Property, Date) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setDateFormat(DateFormat) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: Set the date format to be used when printing a log entry date.
setDead() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: set UoW lifecycle state variable to DEATH
setDeclaration(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Sets the abstract schema name to the given value.
setDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Sets the abstract schema name to the given value and the identification variable that will range over it.
setDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Sets the abstract schema name to the given value and removes the identification variable.
setDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Sets the abstract schema name to the given value and the identification variable that will range over it.
setDeclaration(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Sets the abstract schema name to the given value.
setDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Sets the abstract schema name to the given value and the identification variable that will range over it.
setDeclaration(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Sets the abstract schema name to the given value and removes the identification variable.
setDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Sets the abstract schema name to the given value and the identification variable that will range over it.
setDeclaration(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Sets the abstract schema name to the given value.
setDeclaration(IEntity, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Sets the abstract schema name to the given value and the identification variable that will range over it.
setDeclaration(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Sets the abstract schema name to the given value and the identification variable that will range over it.
setDeclarations(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.FromNode
 
setDeclaredProperty(int, Object) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
 
setDeclaredProperty(int, Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
Set the value on the underlying POJO, unwrapping values as necessary.
setDeclaredProperty(int, Object) - Method in interface org.eclipse.persistence.sdo.ValueStore
 
setDeclaredType(Class) - Method in class org.eclipse.persistence.internal.oxm.Root
Sets the declared type.
setDeclaringClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataField
INTERNAL:
setDeclaringType(Type) - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
setDefault(Object) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Set the default value of this Property.
setDefaultAccess(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setDefaultAccessMethods(AccessMethodsMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Default access methods can come from the following locations (in XML only) : - persistence-unit-defaults - entity-mappings - entity - embeddable Be default, the default access methods are set to use "get" and "set" unless they are overridden by discovering access methods specified at one of the locations above.
setDefaultAttributeValue(Object) - 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.
setDefaultAttributeValueString(String) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set from JPA processing where we deal with strings only to avoid class loader conflicts.
setDefaultCacheIsolation(CacheIsolationType) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set project level default value for class cache isolation.
setDefaultCatalog(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setDefaultConnectionPolicy(ConnectionPolicy) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: The default connection policy is used by default by the acquireClientConnection() protocol.
setDefaultConnectionPolicy(ConnectionPolicy) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: The default connection policy is used by default by the acquireClientConnection() protocol.
setDefaultConnectionPool(String) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
PUBLIC: Set the default connection pool used for any unmapped values.
setDefaultConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.ValuePartitioningImpl
 
setDefaultConnectionPool(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitioningMetadata
INTERNAL: Used for OX mapping.
setDefaultConnectionPool(String) - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
 
setDefaultConnectionPool() - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Creates and adds "default" connection pool using default parameter values
setDefaultContainerClass(Class) - Static method in class org.eclipse.persistence.internal.queries.ContainerPolicy
ADVANCED: Allow the default collection class to be set.
setDefaultContainerSize(int) - Static method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
ADVANCED: Set the size to of container to create.
setDefaultDeleteObjectQueryRedirector(QueryRedirector) - 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.
setDefaultDeleteObjectQueryRedirectorClassName(String) - 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.
setDefaultDeleteObjectQueryRedirectorName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
setDefaultEmptyContainer(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.XMLContainerMapping
Indicate whether by default an empty container should be set on the field/property if the collection is not present in the XML document.
setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL Indicate whether by default an empty container should be set on the field/property if the collection is not present in the XML document.
setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
INTERNAL Indicate whether by default an empty container should be set on the field/property if the collection is not present in the XML document.
setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
INTERNAL Indicate whether by default an empty container should be set on the field/property if the collection is not present in the XML document.
setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
INTERNAL Indicate whether by default an empty container should be set on the field/property if the collection is not present in the XML document.
setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
INTERNAL Indicate whether by default an empty container should be set on the field/property if the collection is not present in the XML document.
setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
INTERNAL Indicate whether by default an empty container should be set on the field/property if the collection is not present in the XML document.
setDefaultEmptyContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
INTERNAL Indicate whether by default an empty container should be set on the field/property if the collection is not present in the XML document.
setDefaultEndDatabaseDelimiter(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
setDefaultFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
Set the descriptor-level default fetch group.
setDefaultIdentityMapClass(Class) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set default value for descriptor cache type.
setDefaultIdentityMapSize(int) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set default value descriptor cache size.
setDefaultIdValidation(IdValidation) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set default value for descriptor primary key validation.
setDefaultInsertObjectQueryRedirector(QueryRedirector) - 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.
setDefaultInsertObjectQueryRedirectorClassName(String) - 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.
setDefaultInsertObjectQueryRedirectorName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
setDefaultIsIsolated(boolean) - Method in class org.eclipse.persistence.sessions.Project
Deprecated.
see setDefaultCacheIsolation(CacheIsolationType)
setDefaultLoader(ClassLoader) - Static method in class org.eclipse.persistence.internal.helper.ConversionManager
INTERNAL: Set the default class loader to use if no instance-level loader is set
setDefaultManager(ConversionManager) - Static method in class org.eclipse.persistence.internal.helper.ConversionManager
A singleton conversion manager is used to handle generic conversions.
setDefaultManager(PopulationManager) - Static method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Set the default instance.
setDefaultNamespace(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setDefaultNamespaceAllowed(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
setDefaultNamespaceURI(String) - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
 
setDefaultNativeSequenceToTable(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Set if the native sequence type is not supported, if table sequencing should be used.
setDefaultNullValue(Class, Object) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
INTERNAL: Allow for the null values for classes to be defaulted in one place.
setDefaultNullValue(Class, Object) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: The default value to substitute for database NULLs can be configured on a per-class basis.
setDefaultNullValue(Class, Object) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: The default value to substitute for database NULLs can be configured on a per-class basis.
setDefaultNullValues(Map) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
INTERNAL: Allow for the null values for classes to be defaulted in one place.
setDefaultObjectValue(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.ObjectTypeConverterImpl
 
setDefaultObjectValue(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ObjectTypeConverterMetadata
INTERNAL: Used for OX mapping.
setDefaultObjectValue(String) - Method in interface org.eclipse.persistence.jpa.config.ObjectTypeConverter
 
setDefaultQueryRedirector(QueryRedirector) - 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.
setDefaultQueryRedirectorClassName(String) - 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.
setDefaultQueryRedirectorName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
setDefaultQueryResultsCachePolicy(QueryResultsCachePolicy) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set the default values for query caching options for all named queries.
setDefaultReadAllQueryRedirector(QueryRedirector) - 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.
setDefaultReadAllQueryRedirectorClassName(String) - 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.
setDefaultReadAllQueryRedirectorName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
setDefaultReadObjectQueryRedirector(QueryRedirector) - 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.
setDefaultReadObjectQueryRedirectorClassName(String) - 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.
setDefaultReadObjectQueryRedirectorName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
setDefaultReadOnlyClasses(Collection) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set the read-only classes which apply to each UnitOfWork create by default.
setDefaultReferenceMode(ReferenceMode) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
Stores the default Session wide reference mode that a UnitOfWork will use when referencing managed objects.
setDefaultReferenceMode(ReferenceMode) - Method in interface org.eclipse.persistence.sessions.Session
Stores the default Session wide reference mode that a UnitOfWork will use when referencing managed objects.
setDefaultReportQueryRedirector(QueryRedirector) - 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.
setDefaultReportQueryRedirectorClassName(String) - 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.
setDefaultReportQueryRedirectorName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
setDefaultRootElement(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
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
setDefaultRootElement(String) - 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
setDefaultRootElementField(XMLField) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
setDefaultRootElementType(QName) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
The default root element type string will be stored until initialization - a QName will be created and stored on the default root element field during initialize.
setDefaultSchema(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setDefaultSequence(Sequence) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Set default sequence.
setDefaultSequence(Sequence) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Set default sequence.
setDefaultSequence(Sequence) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
Set default sequence
setDefaultSequenceConfig(SequenceConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
setDefaultSession(Session) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Set the default session.
setDefaultSize(int) - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Set the default size for this type.
setDefaultSourceTable(DatabaseTable) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Set a default source table to use with the source fields of this mapping.
setDefaultStartDatabaseDelimiter(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
 
setDefaultSubSize(int) - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Set the default sub-size for this type.
setDefaultTable(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: The descriptors default table can be configured if the first table is not desired.
setDefaultTableName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: The descriptors default table can be configured if the first table is not desired.
setDefaultTableName(String) - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
PUBLIC: The descriptors default table can be configured if the first table is not desired.
setDefaultTemporalMutable(boolean) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set the default setting for configuring if dates and calendars are mutable.
setDefaultTenantDiscriminatorColumns(List<TenantDiscriminatorColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setDefaultTransactionManager(TransactionManager) - Static method in class org.eclipse.persistence.transaction.JTATransactionController
PUBLIC: Set the JTA transaction manager to be used.
setDefaultUpdateObjectQueryRedirector(QueryRedirector) - 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.
setDefaultUpdateObjectQueryRedirectorClassName(String) - 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.
setDefaultUpdateObjectQueryRedirectorName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
INTERNAL: Used for OX mapping.
setDefaultUseDoPrivilegedValue(boolean) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
INTERNAL It will be used to set default value of property "eclipselink.security.usedoprivileged" if not passed as system property.
setDefaultValue(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
setDefaultValue(String) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Set the default value associated with this element.
setDefaultValue(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setDefaultValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the defaultValue property.
setDefaultValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Sets the value of the defaultValue property.
setDefaultValues(Object[]) - Method in class org.eclipse.persistence.internal.jaxb.MultiArgInstantiationPolicy
 
setDeferModificationsUntilCommit(int) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
ADVANCED: This can be set 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.
setDeferModificationsUntilCommit(int) - Method in class org.eclipse.persistence.sessions.Project
ADVANCED: This method is a 'helper' method for updating all of the descriptors within this project to have a particular deferral level.
setDeferredLocks(Vector) - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
set a set of the deferred locks to the DLM
setDefinedAsOneToManyMapping(boolean) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Set whether this mapping was originally defined as a OneToMany
setDefinitions(List<JAXBElement>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
setDelayBetweenConnectionAttempts(Integer) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setDelayBetweenConnectionAttempts(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: 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.
setDelegateSequence(QuerySequence) - Method in class org.eclipse.persistence.sequencing.NativeSequence
Set the sequence delegate.
setDeleteAll(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
 
setDeleteAll(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setDeleteAll(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
setDeleteAll(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setDeleteAll(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setDeleteAll(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setDeleteAllCall(Call) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
PUBLIC: The default delete all call for this mapping can be overridden by specifying the new call.
setDeleteAllCall(Call) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Set the receiver's delete all call.
setDeleteAllSQLString(String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: This method is not supported in an EIS environment.
setDeleteAllSQLString(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Set the receiver's delete all SQL string.
setDeleteAllSQLString(String) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
PUBLIC: Set the SQL string used by the mapping to delete the target objects.
setDeleteCall(Call) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's delete call.
setDeleteCall(Call) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Set the receiver's delete Call.
setDeleteCall(Call) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Set the receiver's delete Call.
setDeleted(DataObject, boolean) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Set flag modified value.
setDeletedObjects(Map) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Sets the collection of deleted objects.
setDeletedXPaths(List) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: The deletedXPaths field is picked up reflectively during marshal/unmarshal operations.
setDeleteQuery(DeleteObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's delete query.
setDeleteRedirector(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.QueryRedirectorsImpl
 
setDeleteRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
 
setDeleteSQLString(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's delete SQL string.
setDeleteSQLString(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Set the receiver's delete SQL string.
setDeleteSQLString(String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Set the receiver's delete SQL string.
setDeleteSQLString(String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Set the receiver's delete SQL string.
setDelimitedIdentifiers(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitDefaultsImpl
 
setDelimitedIdentifiers(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
setDelimitedIdentifiers(Boolean) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
 
setDenominator(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.ModNode
 
setDepth(int) - Method in class org.eclipse.persistence.sessions.CopyGroup
INTERNAL: Set the cascade depth.
setDerived(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Sets whether this collection member declaration is used as a derived collection-valued path expression.
setDerivedIdMapping(DatabaseMapping) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Used to indicate the mapping references a JPA ID or MapsId attribute for the CMP3Policy and JPA Id classes (as well as Embeddable Id classes).
setDerivesId(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Used to indicate the mapping references a JPA ID or MapsId attribute for the CMP3Policy and JPA Id classes (as well as Embeddable Id classes).
setDescribedClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setDescribesNonPersistentSubclasses(boolean) - 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.
setDescription(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setDescription(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setDescriptor(DESCRIPTOR) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: Set the descriptor.
setDescriptor(DESCRIPTOR) - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: Set the descriptor to which this mapping belongs
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
INTERNAL:
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
Set the descriptor.
setDescriptor(ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
Set the descriptor.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
INTERNAL: The source descriptor of the event.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: Set the descriptor.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Set the descriptor.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
Set the referenced descriptor.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Set method for the descriptor
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Set the descriptor.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Set the descriptor.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
setDescriptor(ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
set owning descriptor
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL:
setDescriptor(ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.WrapperPolicy
PUBLIC: Required: Set the descriptor.
setDescriptor(ClassDescriptor) - Method in exception org.eclipse.persistence.exceptions.DescriptorException
INTERNAL: Set the mapping.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.history.HistoryPolicy
PUBLIC:
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.descriptors.AbstractSerializedObjectPolicy
 
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
INTERNAL: Set the descriptor associated with this listener
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Set the descriptor.
setDescriptor(ClassDescriptor) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: provide a way to set the descriptor for this policy
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Set the descriptor that this is the map for.
setDescriptor(ClassDescriptor) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Set the descriptor that this is the map for.
setDescriptor(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Set the metadata descriptor for this accessor.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Set the RelationalDescriptor instance associated with this MetadataDescriptor
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
Set the descriptor.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Called to set the descriptor on a Join Managerwith in a ReportItem, durring initialization, and durring DatabaseQuery.checkDescriptor.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
setDescriptor(String) - Method in class org.eclipse.persistence.internal.xr.NamedQueryHandler
 
setDescriptor(Descriptor) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the XmlDescriptor on this TypeInfo.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Set the descriptor to which this mapping belongs
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
INTERNAL: Set the descriptor.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set the descriptor for the query.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Set the descriptor for the query.
setDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Set the descriptor that this is the map for.
setDescriptorCustomizerClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Sets the JPA DescriptorCustomizer class name.
setDescriptorEventHolders(List<SerializableDescriptorEventHolder>) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: used by JPA project caching to store DescriptorEventListener representations that can build the underlying DescriptorEventListener and add it to the EventManager.
setDescriptorForKeyMapping(ClassDescriptor) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Used during initialization of DirectMapMapping.
setDescriptorLocation(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
 
setDescriptorName(String) - Method in class org.eclipse.persistence.internal.xr.DeleteOperation
 
setDescriptors(List<ClassDescriptor>) - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
INTERNAL: For table per tenant queries the descriptor list will extracted from parsing the jpql query and cached here.
setDescriptors(Map) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Set the descriptors registered with this session.
setDescriptorsByQName(Map<QName, XMLDescriptor>) - Method in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
setDescriptorType(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: set the descriptor type (NORMAL by default, others include INTERFACE, AGGREGATE, AGGREGATE COLLECTION)
setDescriptorTypeValue(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: This method is explicitly used by the XML reader.
setDetail(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Sets the detail.
setDirectField(DatabaseField) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Set the direct field in the reference table.
setDirectFieldClassification(Class) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
ADVANCED: Set the class type of the field value.
setDirectFieldClassificationName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
ADVANCED: Set the class type of the field value.
setDirectFieldName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Set the direct field name in the reference table.
setDirection(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.PlsqlParameterImpl
 
setDirection(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
setDirection(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
setDirection(SortDirectionNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.OrderByItemNode
 
setDirection(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
 
setDirectKeyField(DatabaseField) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL:
setDirectKeyFieldClassification(Class) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
ADVANCED: Set the class type of the field value.
setDirectKeyFieldClassificationName(String) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
ADVANCED: Set the class type name of the field value.
setDirectKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
PUBLIC: Set the direct key field name in the reference table.
setDisableConversion(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.converters.ConvertImpl
 
setDisableConversion(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: Used for OX mapping.
setDisableConversion(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Convert
 
setDisableForeignKey(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
setDisableHits(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheImpl
 
setDisableHits(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
setDisableHits(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Cache
 
setDisableSecureProcessing(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
setDisableSecureProcessing(boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
setDisableSecureProcessing(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
setDisableSecureProcessing(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
setDisableSecureProcessing(boolean) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
setDisableSecureProcessing(boolean) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
 
setDiscoverUnregisteredNewObjectsWithoutPersist(boolean) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
 
setDiscoveryConfig(DiscoveryConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.RMITransportManagerConfig
 
setDiscoveryTime(int) - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
setDiscriminator(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.DiscriminatorClassImpl
 
setDiscriminator(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorClassMetadata
INTERNAL: Used for OX mapping.
setDiscriminator(String) - Method in interface org.eclipse.persistence.jpa.config.DiscriminatorClass
 
setDiscriminatorClasses(List<DiscriminatorClassMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
INTERNAL: Used for OX mapping.
setDiscriminatorColumn() - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
 
setDiscriminatorColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.VariableOneToOneImpl
 
setDiscriminatorColumn(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.EntityResultImpl
 
setDiscriminatorColumn(DiscriminatorColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
setDiscriminatorColumn(DiscriminatorColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
INTERNAL: Used for OX mapping.
setDiscriminatorColumn(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL: Used for OX mapping.
setDiscriminatorColumn() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setDiscriminatorColumn(String) - Method in interface org.eclipse.persistence.jpa.config.EntityResult
 
setDiscriminatorColumn() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setDiscriminatorColumn(String) - Method in class org.eclipse.persistence.queries.EntityResult
Sets the column name for the column that will store the value used to determine the subclass type if applicable.
setDiscriminatorColumn(DatabaseField) - Method in class org.eclipse.persistence.queries.EntityResult
 
setDiscriminatorType(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.AbstractDiscriminatorColumnImpl
 
setDiscriminatorType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorColumnMetadata
INTERNAL: Used for OX mapping.
setDiscriminatorType(String) - Method in interface org.eclipse.persistence.jpa.config.DiscriminatorColumn
 
setDiscriminatorType(String) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
 
setDiscriminatorValue(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
 
setDiscriminatorValue(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
setDiscriminatorValue(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setDistance(Number) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
PUBLIC: Set the DISTANCE parameter
setDistinct(boolean) - Method in class org.eclipse.persistence.internal.jpa.parsing.AggregateNode
 
setDistinct(boolean) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
 
setDistinct(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Sets whether the DISTINCT keyword should be part of the query, which is used to return only distinct (different) values
setDistinct(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Sets whether the DISTINCT keyword should be part of the query, which is used to return only distinct (different) values
setDistinctState(short) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
setDistinctState(short) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Set the DISTINCT state for the tree
setDistinctState(short) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
setDocPresPolicy(DocumentPreservationPolicy) - Method in class org.eclipse.persistence.internal.oxm.record.DOMReader
 
setDocPresPolicy(DocumentPreservationPolicy) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
setDocumentation(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Annotation
 
setDocumentLocator(Locator) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
 
setDocumentLocator(Locator) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
setDocumentLocator(Locator) - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
setDocumentLocator(Locator) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
setDocumentLocator(Locator) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
setDocumentLocator(Locator) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
setDocumentLocator(Locator) - Method in class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
 
setDocumentLocator(Locator) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setDocumentLocator(Locator) - Method in class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
setDocumentLocator(Locator) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setDocumentLocator(Locator) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
setDocumentLocator(Locator) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
setDocumentPreservationPolicy(DocumentPreservationPolicy) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Login
 
setDocumentPreservationPolicy(DocumentPreservationPolicyConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.XMLLoginConfig
 
setDocumentPreservationPolicy(DocumentPreservationPolicy) - Method in class org.eclipse.persistence.oxm.XMLLogin
 
setDoesExistCall(Call) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's does exist call.
setDoesExistQuery(DoesExistQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's does exist query.
setDoesExistSQLString(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's does exist SQL string.
setDOM(Element) - Method in interface org.eclipse.persistence.eis.DOMRecord
 
setDOM(Node) - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
 
setDOM(Node) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Sets the dom and updated document to be the owner document of the given element
setDOM(Element) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
setDOM(Node) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
Set the Node that the object will be marshalled to.
setDomainClass(Class) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
Should use setDomainClassName - the init method will overwrite the set value with Class.forName(domainClassName).
setDomainClass(Class) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
Should use setDomainClassName - the init method will overwrite the set value with Class.forName(domainClassName)
setDomainClass(Class) - Method in class org.eclipse.persistence.tools.profiler.Profile
 
setDomainClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
setDomainClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
setDomainObject(Object) - Method in class org.eclipse.persistence.internal.oxm.WeakObjectWrapper
 
setDomHandler(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Sets the value of the domHandler property.
setDomHandlerClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the DomHandler class name.
setDOMInRecord(Element, Record, EISInteraction, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
Stores the XML DOM value into the record.
setDoNotRedirect(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
This method is used in combination with redirected queries.
setDouble(String, double) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setDouble(int, double) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setDouble(Property, double) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setDriverClass(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setDriverClass(Class) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: The driver class is the Java class for the JDBC driver to be used (e.g.
setDriverClassName(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: The name of the JDBC driver class to be used (e.g.
setDriverClassName(String) - 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.
setDriverName(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
During auto-detect, the driver name is set on the platform.
setDriverSupportsNVarChar(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
setDriverURLHeader(String) - 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.
setDriverURLHeader(String) - 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.
setDTDHandler(DTDHandler) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
setDTDHandler(DTDHandler) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
setDumpTime(long) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
Set the number of milliseconds after which the monitor results should be logged.
setDynamicPropertiesManager(DynamicPropertiesManager) - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
setEJBQLString(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Set the EJBQL string of the query.
setEjbqlString(String) - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Set the EJBQL string for this call
setEJBQLString(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
setElement(JavaHasAnnotations) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setElementAt(E, int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
setElementAt(Object, int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
setElementAt(Object, int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
setElementAt(Object, int) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
If index is missing wait until reached or complete.
setElementClass(Class) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Sets the element class which defines the method.
setElementCollections(List<ElementCollectionAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setElementDataTypeName(String) - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
PUBLIC: Set the "data type" associated with each element in the nested collection.
setElementDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Used for wrapping and unwrapping with the wrapper policy.
setElementFormDefault(boolean) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setElementFormDefault(XmlNsForm) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
Sets the value of the elementFormDefault property.
setElementFormQualified(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
setElementFormQualified(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
setElementRefsPropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the XmlElementRefs property name.
setElements(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
setElements(List) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
setElements(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
setElements(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
 
setElementScope(TypeMappingInfo.ElementScope) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
 
setElse(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Sets the ELSE scalar expression to be the given StateObject.
setEmbeddables(List<EmbeddableAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setEmbeddedId() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
setEmbeddedId(EmbeddedIdAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setEmbeddedId() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setEmbeddedId() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setEmbeddedId() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setEmbeddedIdAccessor(EmbeddedIdAccessor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setEmbeddeds(List<EmbeddedAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setEmptyNodeRepresentsNull(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
Sets the value of the emptyNodeRepresentsNull property.
setEnableJTA(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.platform.ServerPlatformConfig
 
setEnableRuntimeServices(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.platform.ServerPlatformConfig
 
setEncoding(String) - Method in class org.eclipse.persistence.internal.oxm.Marshaller
Set the encoding on this Marshaller.
setEncoding(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
INTERNAL:
setEncoding(String) - Method in class org.eclipse.persistence.internal.oxm.Root
Sets the encoding.
setEncoding(String) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Set the encoding on this XMLMarshaller If the encoding is not set the default UTF-8 will be used
setEncoding(String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
setEncoding(String) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
setEncoding(String) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
Set the XML encoding of the document, or null if not specified.
setEncryptedPassword(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
This method should never be called from the Mapping Workbench.
setEncryptedPassword(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
This method should never be called from the Mapping Workbench.
setEncryptedPassword(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
ADVANCED: Set the encrypted password used as the value to the SECURITY_CREDENTIALS key in the cached context properties.
setEncryptedPassword(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
Set the encrypted password.
setEncryptionClass(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
setEncryptionClass(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
 
setEncryptionClassName(String) - Method in class org.eclipse.persistence.internal.security.SecurableObjectHolder
 
setEncryptionClassName(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL SECURITY: Set encryption class that will be loaded by the SecurableObjectHolder
setEncryptionClassName(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
Sets the encryption class name
setEndDelimiter(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Delimiter to use for fields and tables using spaces or other special values.
setEndFieldType(String, Class) - Method in class org.eclipse.persistence.history.HistoryPolicy
ADVANCED:
setEndValue(Comparable) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
PUBLIC: Set the range end value.
setEndValue(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.RangePartitionImpl
 
setEndValue(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitionMetadata
INTERNAL: Used for OX mapping.
setEndValue(String) - Method in interface org.eclipse.persistence.jpa.config.RangePartition
 
setEntities(List<EntityAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Sets the actual IEntity and updates the abstract schema name.
setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Sets the actual IEntity and updates the abstract schema name.
setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Sets the actual IEntity and updates the abstract schema name.
setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Sets the IEntity as the "root".
setEntity(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Sets the actual IEntity and updates the abstract schema name.
setEntityClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.EntityResultImpl
 
setEntityClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL:
setEntityClass(String) - Method in interface org.eclipse.persistence.jpa.config.EntityResult
 
setEntityClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL: Used for OX mapping.
setEntityEventListener(DescriptorEventListener) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: EJB 3.0 support for lifecycle callback events defined on an entity class.
setEntityEventListener(EntityListener) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setEntityListenerInjectionManager(EntityListenerInjectionManager) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
 
setEntityListeners(List<EntityListenerMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setEntityListeners(List<EntityListenerMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
setEntityMappings(XMLEntityMappings) - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Set the entity mappings (mapping file) for this OR object.
setEntityName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
setEntityName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Sets the name of the abstract schema, which is the name of the entity.
setEntityName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Sets the name of the abstract schema, which is the name of the entity.
setEntityName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableDeclarationStateObject
Sets the name of the abstract schema, which is the name of the entity.
setEntityName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Sets the name of the abstract schema, which is the name of the entity.
setEntityResolver(EntityResolver) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
setEntityResolver(EntityResolver) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
setEntityResolver(EntityResolver) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
setEntityResolver(EntityResolver) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
setEntityResolver(EntityResolver) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
setEntityResolver(EntityResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Set the EntityResolver on this XMLUnmarshaller
setEntityResolver(EntityResolver) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Sets entity resolver for the parser.
setEntityResolver(EntityResolver) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
setEntityResults(List<EntityResultMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL: Used for OX mapping.
setEntityStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Sets
setEntityTypeName(Class<?>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Sets the name of the entity that is used to downcast the join association path.
setEntityTypeName(IEntity) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Sets the name of the entity that is used to downcast the join association path.
setEntityTypeName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Sets the name of the entity that is used to downcast the join association path.
setEnumClass(Class) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
PUBLIC: Set the enum class to know which class to invoke the fromValue method on.
setEnumClassName(String) - Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
PUBLIC: Set the name of the enum class to know which class to invoke the fromValue method on.
setEnumerated() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl
 
setEnumerated(EnumeratedMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Used for OX mapping.
setEnumerated() - Method in interface org.eclipse.persistence.jpa.config.Array
 
setEnumerated() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setEnumerated() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setEnumerated() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setEnumeratedType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.EnumeratedMetadata
INTERNAL: Used for OX mapping.
setEnumeration(List<String>) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
setEnumeration(List<String>) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
setEnumerationFacets(ArrayList) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setEnvironments(ProcessingEnvironment, RoundEnvironment) - Method in class org.eclipse.persistence.internal.jpa.modelgen.MetadataMirrorFactory
INTERNAL: Our processor will not visit generated elements, there is no need for us to do this.
setEqualNamespaceResolvers(boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
setEqualNamespaceResolvers(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
setEqualNamespaceResolvers(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.XMLLoginConfig
 
setEqualNamespaceResolvers(boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
setEqualNamespaceResolvers(boolean) - Method in class org.eclipse.persistence.oxm.XMLLogin
 
setEqualUsingIdenity(boolean) - Method in class org.eclipse.persistence.internal.oxm.Marshaller
INTERNAL
setErrorCode(int) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL:
setErrorCode(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Sets the error code.
setErrorDetails(ErrorResponse) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Sets the error details.
setErrorHandler(ErrorHandler) - Method in class org.eclipse.persistence.internal.oxm.Marshaller
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
setErrorHandler(ErrorHandler) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Set the ErrorHandler on this XMLUnmarshaller
setErrorHandler(ErrorHandler) - Method in class org.eclipse.persistence.oxm.XMLBinder
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.persistence.oxm.XMLValidator
Set the error handler to be used during validation
setErrorHandler(ErrorHandler) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Sets error handler for the parser.
setErrorHandler(ErrorHandler) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
setErrorPath(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Sets the error path.
setEscapeCharacter(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
setEscapeNode(EscapeNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.LikeNode
 
setEventCode(int) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
INTERNAL: The code of the descriptor event being raised.
setEventCode(int) - Method in class org.eclipse.persistence.sessions.SessionEvent
INTERNAL: The code of the session event being raised.
setEventHandler(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
setEventHandler(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
setEventHandler(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
setEventHandler(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.JAXBValidator
 
setEventManager(DESCRIPTOR_EVENT_MANAGER) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
INTERNAL: Set the event manager for the descriptor.
setEventManager(DescriptorEventManager) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the event manager for the descriptor.
setEventManager(SessionEventManager) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Set the event manager.
setExampleObject(Object) - Method in class org.eclipse.persistence.internal.queries.QueryByExampleMechanism
PUBLIC: Set the example object of the query to be the newExampleObject.
setExampleObject(Object) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the example object of the query to be the newExampleObject.
setException(RuntimeException) - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
Set the exception associated with this Transporter
setException(Throwable) - Method in class org.eclipse.persistence.logging.SessionLogEntry
Set the exception that caused the log entry.
setExceptionHandler(ExceptionHandler) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Set the exceptionHandler.
setExceptionHandler(ExceptionHandler) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
Set an exception handler to handle or wrap exceptions thrown in before/after completion.
setExceptionHandler(ExceptionHandler) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Set the exceptionHandler.
setExceptionHandler(ExceptionHandler) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
Set an exception handler to handle or wrap exceptions thrown in before/after completion.
setExceptionHandlerClass(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
setExceptionList(Vector<Throwable>) - Method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
setExcludeDefaultListeners(boolean) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
setExcludeDefaultListeners(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setExcludeDefaultListeners(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setExcludeDefaultListeners(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setExcludeDefaultListeners(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setExcludeDefaultListeners(Boolean) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setExcludeDefaultMappings(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
setExcludeDefaultMappings(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitMetadataImpl
 
setExcludeDefaultMappings(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setExcludeDefaultMappings(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL: Used for OX mapping.
setExcludeDefaultMappings(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setExcludeDefaultMappings(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setExcludeDefaultMappings(Boolean) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setExcludeDefaultMappings(Boolean) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitMetadata
 
setExcludeSuperclassListeners(boolean) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
INTERNAL: EJB 3.0 support.
setExcludeSuperclassListeners(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setExcludeSuperclassListeners(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping
setExcludeSuperclassListeners(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setExcludeSuperclassListeners(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setExcludeSuperclassListeners(Boolean) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setExcludeUnlistedClasses(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
setExcludeUnlistedClasses(boolean) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setExcludeUnlistedClasses(Boolean) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
setExclusive(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ReadConnectionPoolConfig
 
setExclusiveMode(ConnectionPolicy.ExclusiveMode) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Sets exclusive mode, if null is passed sets the default value.
setExecuteReturnValue(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
An execute return value will be set here after the call.
setExecuteUpdate() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Indicates that this call will return a boolean value from an execute() call.
setExecutionTime(long) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Set the the time this query went to the database.
setExistenceCheck(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: This method is explicitly used by the Builder only.
setExistenceChecking(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: OBSOLETE - old reader.
setExistenceChecking(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setExistenceChecking(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setExistenceChecking(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setExistenceChecking(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setExistenceChecking(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setExistenceCheckingNotUnderstood(String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
setExistencePolicy(int) - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Set if the existence policy, this must be set to one of the constants.
setExpiry(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheImpl
 
setExpiry(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
setExpiry(Integer) - Method in interface org.eclipse.persistence.jpa.config.Cache
 
setExpiryTime(int, int, int, int) - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
PUBLIC: Set a new expiry time for this object Provide the hour, minute, second and millisecond.
setExpiryTime(Calendar) - Method in class org.eclipse.persistence.descriptors.invalidation.DailyCacheInvalidationPolicy
INTERNAL: Set the expiry time based on a Calendar.
setExpiryTimeOfDay() - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheImpl
 
setExpiryTimeOfDay(TimeOfDayMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
setExpiryTimeOfDay() - Method in interface org.eclipse.persistence.jpa.config.Cache
 
setExpression(Expression) - Method in class org.eclipse.persistence.internal.helper.FunctionField
 
setExpression(AbstractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSingleEncapsulatedExpression
Manually sets the encapsulated Expression to become the given one.
setExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
Sets the deepest leaf where the cursor is located.
setExpression(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Keeps a reference of the parsed object object, which should only be* done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(Expression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Sets the actual parsed object if this StateObject representation of the JPQL query is created by converting the parsed representation of the JPQL query.
setExpression(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AdditionExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AndExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AvgFunctionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BadExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionValuedPathExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CountFunctionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DateTimeStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteClauseStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DeleteStatementStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntityTypeLiteralStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EntryExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(AbstractPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EnumTypeStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.GroupByClauseStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.HavingClauseStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IndexExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InputParameterStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeyExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LocateExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MaxFunctionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MinFunctionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ModExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.MultiplicationExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullIfExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NumericLiteralStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ObjectExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByClauseStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpression(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
Keeps a reference of the parsed object object, which should only be done when this object is instantiated during the conversion of a parsed JPQL query into StateObjects.
setExpressionBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
INTERNAL Sets the default expression builder for this query.
setExpressionBuilder(ExpressionBuilder) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL Sets the default expression builder for this query.
setExpressionQueryCacheMaxSize(int) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the max size of the expression query cache for avoiding regenerated dynamic query SQL.
setExtendedSchema(Schema) - Method in class org.eclipse.persistence.internal.dbws.DBWSAdapter
 
setExtension(Extension) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Content
 
setExtension(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setExternalConnectionPooling(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
setExternalTransactionController(ExternalTransactionController) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
Used for JTS integration internally by ServerPlatform.
setExternalTransactionController(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
setExternalTransactionController(ExternalTransactionController) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Used for JTS integration internally by ServerPlatform.
setExternalTransactionController(ExternalTransactionController) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Used for JTS integration.
setExternalTransactionController(ExternalTransactionController) - Method in interface org.eclipse.persistence.sessions.Session
OBSOLETE: Previously used for JTS integration.
setExternalTransactionControllerClass(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.platform.CustomServerPlatformConfig
 
setExternalTransactionControllerClass(Class) - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: setExternalTransactionControllerClass(Class newClass): Set the class of external transaction controller to use in the DatabaseSession.
setExternalTransactionControllerClass(Class) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: setExternalTransactionControllerClass(Class newClass): Set the class of external transaction controller to use in the DatabaseSession.
setFacets(boolean) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
 
setFacets(boolean) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelInputImpl
 
setFactoryClass(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
Sets the value of the factoryClass property.
setFactoryMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
Sets the value of the factoryMethod property.
setFactoryMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setFactoryMethodParamTypes(String[]) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setFailoverConnectionPools(List<String>) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Set the list of connection pools to used if this pool database goes down.
setFallbackBNFId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on the given one.
setFallbackBNFId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on the given one.
setFallbackBNFId(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
When parsing the query and no JPQLQueryBNFs can help to parse the query, then it will fall back on the given one.
setFallbackExpressionFactoryId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Sets the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
setFallbackExpressionFactoryId(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Sets the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
setFallbackExpressionFactoryId(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Sets the unique identifier of the ExpressionFactory to use when the fall back BNF ID is not null.
setFeature(String, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
setFeature(String, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
setFetch(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl
 
setFetch(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
setFetch(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Used for OX mapping.
setFetch(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.Id
 
setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.Transformation
 
setFetch(String) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setFetchAttributes(List<FetchAttributeMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FetchGroupMetadata
INTERNAL: Used for OX mapping.
setFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Set a dynamic (use case) fetch group to the query.
setFetchGroupManager(FetchGroupManager) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the fetch group manager for the descriptor.
setFetchGroupName(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Set a descriptor-level pre-defined named fetch group to the query.
setFetchGroups(List<FetchGroupMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setFetchSize(int) - Method in class org.eclipse.persistence.queries.ReadQuery
PUBLIC: Set 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.
setField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
setField(DatabaseField) - Method in interface org.eclipse.persistence.descriptors.SerializedObjectPolicy
set the field that stores sopObject in the database (sopField)
setField(DatabaseField) - Method in class org.eclipse.persistence.internal.descriptors.AbstractSerializedObjectPolicy
 
setField(DatabaseField) - Method in class org.eclipse.persistence.internal.descriptors.FieldTransformation
 
setField(DatabaseField) - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: Set the field in the mapping.
setField(DatabaseField) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: Used to set the internal field value.
setField() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
 
setField() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setField() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.EmbeddedImpl
 
setField(ColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Used for OX mapping.
setField(FIELD) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyAttributeMapping
 
setField(FIELD) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyCollectionMapping
 
setField(FIELD) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyObjectMapping
 
setField(FIELD) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
ADVANCED: Set the field in the mapping.
setField(FIELD) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
ADVANCED: Set the field in the mapping.
setField(FIELD) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
ADVANCED: Set the field in the mapping.
setField(FIELD) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
Set the field that holds the nested collection.
setField(FIELD) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
ADVANCED: Set the field in the mapping.
setField() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setField() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setField() - Method in interface org.eclipse.persistence.jpa.config.Embedded
 
setField() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setField(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
ADVANCED: Set the field in the mapping.
setField(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
Set the field in the mapping.
setField(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
Set the field that holds the nested collection.
setField(DatabaseField) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
The aggregate object is held in a single field.
setField(DatabaseField) - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
INTERNAL: Set the field for the query key.
setField(DatabaseField) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
setField(DatabaseField) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
setField(DatabaseField) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
setField(DatabaseField) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
 
setField(DatabaseField) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
 
setFieldClassification(Class) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set the type of the field value to allow conversion from the database.
setFieldClassification(Class) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
ADVANCED: Set the class type of the field value.
setFieldClassificationClassName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Set the name of the class that will be used for setFieldClassification and deploy time Used internally by JPA deployment.
setFieldClassificationName(String) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
setFieldElementClass(Class) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
PUBLIC: Set the class each element in the database row's collection should be converted to, before the collection is inserted into the database.
setFieldElementClass(Class) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
PUBLIC: Set the class each element in the database row's collection should be converted to, before the collection is inserted into the database.
setFieldInfos(List<ReturningPolicy.Info>) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
setFieldName(String) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
PUBLIC: Set the name of the field mapped by the mapping.
setFieldName(String) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
PUBLIC: Set the name of the field that holds the nested collection.
setFieldName(String) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
PUBLIC: Set the name of the field mapped by the mapping.
setFieldName(String) - Method in class org.eclipse.persistence.eis.mappings.EISDirectMapping
PUBLIC: Set the field name in the mapping.
setFieldName(String) - Method in class org.eclipse.persistence.internal.descriptors.FieldTransformation
 
setFieldName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.WriteTransformerMetadata
INTERNAL: The name may be set by TransformationAccessor in case there's none specified.
setFieldName(String) - Method in class org.eclipse.persistence.mappings.DirectToFieldMapping
PUBLIC: Set the field name in the mapping.
setFieldName(String) - Method in class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
PUBLIC: Set the field name for the query key.
setFieldName(String) - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
PUBLIC: Set the name of the field that holds the nested collection.
setFieldName(String) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
PUBLIC: Set the field name in the mapping.
setFieldName(String) - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
 
setFieldName(String) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
PUBLIC: Set the field name in the mapping.
setFieldName(String) - Method in class org.eclipse.persistence.mappings.structures.StructureMapping
 
setFieldNameToMethodNameAssociations(Vector) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: needed for backwards compatibility
setFieldResults(List<FieldResultMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.EntityResultMetadata
INTERNAL: Used for OX mapping.
setFields(List<DatabaseField>) - Method in class org.eclipse.persistence.descriptors.CacheIndex
 
setFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the fields used by this descriptor.
setFields(Vector) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
The fields expected by the calls result set.
setFields(Vector) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: Set the fields, if any are aggregate selects then record this so that the distinct is not printed through anyOfs.
setFields(List<PLSQLParameterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleObjectTypeMetadata
INTERNAL: Used for OX mapping.
setFields(List<PLSQLParameterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLRecordMetadata
INTERNAL: Used for OX mapping.
setFields(List<String>) - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructMetadata
INTERNAL: Used for OX mapping.
setFields(List<JAXBElement>) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultListItem
Sets the fields.
setFields(List<JAXBElement>) - Method in interface org.eclipse.persistence.jpa.rs.util.list.SingleResultQuery
Sets a list of fields.
setFields(List<JAXBElement>) - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryList
Sets the fields.
setFields(List<JAXBElement>) - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
 
setFields(Map<String, DatabaseType>) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
setFields(List<String>) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
 
setFields(List<FieldDefinition>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC:
setFields(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.TypeDefinition
 
setFieldToAttributeValueAssociations(Vector) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set a collection of the field to attribute value associations.
setFieldToAttributeValues(Map) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set the field to attribute mapping.
setFieldToNodeValues(Map<Field, NodeValue>) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
setFieldToNodeValues(Map<Field, NodeValue>) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
setFieldTransformations(List<FieldTransformation>) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Set the field to method name associations.
setFieldTransformer(CoreFieldTransformer) - Method in class org.eclipse.persistence.internal.oxm.FieldTransformerNodeValue
 
setFieldType(int) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
ADVANCED: Set the JDBC type of the field value.
setFile(File) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
 
setFilename(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.DefaultSessionLogConfig
 
setFileName(String) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
 
setFinalized(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
setFinalized(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
setFind(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.LocateNode
 
setFindByPKQuery(String) - Method in class org.eclipse.persistence.internal.xr.DeleteOperation
Set the findByPrimaryKey query that this DeleteOperation will use to acquire the object to delete.
setFindIn(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.LocateNode
 
setFinishingTime(int) - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
setFirst(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Sets the given StateObject to represent the first encapsulated expression.
setFirst(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Sets the given StateObject to represent the first encapsulated expression.
setFirstResult(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
The firstResult set on the result set
setFirstResult(int) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Set the position of the first result to retrieve.
setFirstResult(int) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Set the position of the first result to retrieve.
setFirstResult(int) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Set the position of the first result to retrieve.
setFirstResult(int) - Method in class org.eclipse.persistence.queries.ReadQuery
PUBLIC: Used to set the first result in any result set that is returned for this query.
setFirstToAddAlreadyInCollection(boolean) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
 
setFirstToRemoveAlreadyOutCollection(boolean) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
 
setFixed(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
setFixedValue(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setFloat(String, float) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setFloat(int, float) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setFloat(Property, float) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setFlushClearCache(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Set the default FlashClearCache mode to be used.
setFlushClearCache(String) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Set the default FlashClearCache mode to be used.
setFlushClearCache(String) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
Set the FlashClearCache mode to be used.
setFlushMode(FlushModeType) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Set the flush mode type to be used for the query execution.
setFlushMode(FlushModeType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Set default property, allows flush before query to be avoided.
setFlushMode(FlushModeType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Set default property, allows flush before query to be avoided.
setFlushMode(FlushModeType) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Set the flush mode that applies to all objects contained in the persistence context.
setFlushMode(FlushModeType) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Set the flush mode type to be used for the query execution.
setFlushMode(FlushModeType) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Set the flush mode type to be used for the query execution.
setFlushOnExecute(Boolean) - 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.
setForceBatchStatementExecution(boolean) - Method in class org.eclipse.persistence.queries.ModifyQuery
PUBLIC: Allow setting this query to be the last statement added to a batch statement and ensure it is flushed on execution.
setForceCascade(boolean) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
setForceFieldNamesToUppercase(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setForceInitializationOfSelectionCriteria(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: A way of forcing the selection criteria to be rebuilt.
setForceUpdate(boolean) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
ADVANCED: Configure whether TopLink should always update all registered objects of this type.
setForeignKey() - Method in class org.eclipse.persistence.internal.jpa.config.columns.AssociationOverrideImpl
 
setForeignKey() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractObjectMappingImpl
 
setForeignKey() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.OneToManyImpl
 
setForeignKey() - Method in class org.eclipse.persistence.internal.jpa.config.tables.CollectionTableImpl
 
setForeignKey() - Method in class org.eclipse.persistence.internal.jpa.config.tables.JoinTableImpl
 
setForeignKey(ForeignKeyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
setForeignKey(ForeignKeyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AssociationOverrideMetadata
INTERNAL: Used for OX mapping.
setForeignKey(ForeignKeyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.RelationalColumnMetadata
INTERNAL: Used for OX mapping.
setForeignKey(ForeignKeyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.RelationalTableMetadata
INTERNAL: Used for OX mapping.
setForeignKey() - Method in interface org.eclipse.persistence.jpa.config.AssociationOverride
 
setForeignKey() - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
 
setForeignKey() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
setForeignKey() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setForeignKey() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setForeignKey() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setForeignKeyDefinition(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.ForeignKeyImpl
 
setForeignKeyDefinition(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ForeignKeyMetadata
INTERNAL: Used for OX mapping.
setForeignKeyDefinition(String) - Method in interface org.eclipse.persistence.jpa.config.ForeignKey
 
setForeignKeyDefinition(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
setForeignKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the foreign key relationship in the 1-1 mapping.
setForeignKeyFieldName(String) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
setForeignKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Return the foreign key field names associated with the mapping.
setForeignKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: Return the foreign key field names associated with the mapping.
setForeignKeyFieldNamesForMultipleTable(Vector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: This method is used by the XML Deployment ClassDescriptor to read and write these mappings
setForeignKeyGroupingElement(String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Set the grouping element field on the mapping.
setForeignKeyGroupingElement(DatabaseField) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Set if the grouping element field on the mapping.
setForeignKeyMap(Map<String, ForeignKeyConstraint>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL:
setForeignKeys(List<ForeignKeyConstraint>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Set the ForeignKeyConstraint list.
setForeignQueryKeyName(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.
setForm(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
setFormattedOutput(boolean) - Method in class org.eclipse.persistence.internal.oxm.Marshaller
Set if this XMLMarshaller should format the XML By default this is set to true and the XML marshalled will be formatted.
setFormattedOutput(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Set if this XMLMarshaller should format the XML By default this is set to true and the XML marshalled will be formatted.
setFormattedOutput(boolean) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
Specify if the JSON output should be formatted (default is false).
setFormattedOutput(boolean) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
setFormattedOutput(boolean) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
setFormatter(IJPQLQueryFormatter) - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Sets the IJPQLQueryFormatter that creates an accurate representation of the StateObject, i.e.
setForRefresh(boolean) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
setFractionDigits(int) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setFractionDigits(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setFractionDigits(int) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setFragment(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
PUBLIC: Set if this should marshal to a fragment.
setFragment(boolean) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
setFragment(boolean) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
setFragmentBuilder(SAXFragmentBuilder) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setFragmentBuilder(SAXFragmentBuilder) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setFragmentBuilder(SAXFragmentBuilder) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setFromNode(FromNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Set the FROM node for the query
setFullyMergeEntity(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
 
setFullyMergeEntity(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
 
setFullyQualifiedTableName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL:
setFunctionName(String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Set the function name of the interaction.
setFunctionName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedPlsqlStoredFunctionQueryImpl
 
setFunctionName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedStoredFunctionQueryImpl
 
setFunctionName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
 
setFunctionName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
 
setFunctionName(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FunctionExpressionStateObject
Sets the unquoted name of the native database function.
setGeneratedBuffers(Map) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
setGeneratedGlobalAttributes(Map<QName, Property>) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
setGeneratedGlobalElements(Map<QName, Property>) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
setGeneratedPrefix(boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setGeneratedTypes(Map<QName, Type>) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
setGeneratedTypesByXsdQName(Map<QName, SDOType>) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
setGeneratedValue() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
 
setGeneratedValue(GeneratedValueMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
setGeneratedValue() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setGeneratedValue() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setGenerateInterface(boolean) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
setGenerator(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.GeneratedValueImpl
 
setGenerator(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.GeneratedValueMetadata
INTERNAL: Used for OX mapping.
setGenerator(String) - Method in interface org.eclipse.persistence.jpa.config.GeneratedValue
 
setGeneratorName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for OX mapping.
setGenericType(List<String>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
setGenericType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setGetMethod(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AccessMethodsImpl
 
setGetMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
Sets the value of the getMethod property.
setGetMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
Sets the value of the getMethod property.
setGetMethod(String) - Method in interface org.eclipse.persistence.jpa.config.AccessMethods
 
setGetMethodName(String) - Method in class org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor
Set the name of the accessor method for the attribute accessor.
setGetMethodName(String) - Method in class org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo
 
setGetMethodName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.AccessMethodsMetadata
INTERNAL: Used for OX mapping.
setGetMethodName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
This method is invoked reflectively on the reference object to return the value of the attribute in the object.
setGetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setGetMethodName(String) - 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.
setGetSettingsMethodName(String) - Method in class org.eclipse.persistence.internal.oxm.XMLSequencedDescriptor
INTERNAL: Set the name of the method to be invoked to obtain an ordered list of TopLinkSetting objects at runtime.
setGetterMethodName(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
setGetterMethodToAttributeDetails(Map<String, AttributeDetails>) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setGlobal(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
setGlobalAttributes(Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Assign a map of properties representing global attributes keyed on QName
setGlobalElementDeclarations(ArrayList<QName>) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
 
setGlobalElements(Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Assign a map of properties representing global elements keyed on QName
setGroup(AttributeGroup) - Method in class org.eclipse.persistence.internal.queries.AttributeItem
 
setGroupByExpressions(List<Expression>) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
setGroupByExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Set the group bys.
setGroupByItems(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.GroupByNode
INTERNAL Set the GROUP BY statements
setGroupByNode(GroupByNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Set the Group by node
setGroupingElement(ArrayList<XPathNode>) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
setGroupingElement(ArrayList<XPathNode>) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL: Sets the list of grouping elements to be marshalled on this record.
setGroups(Map) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setHandleAggregate(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Sets whether the Expression handles a collection of sub-expressions that are aggregated by logical or arithmetic operators.
setHandleCollection(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Determines whether the Expression handles a collection of sub-expressions that are separated by commas.
setHandleCollection(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Determines whether the Expression handles a collection of sub-expressions that are separated by commas.
setHandleCollection(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Sets whether the Expression handles a collection of sub-expressions that are separated by commas.
setHandleNestedArray(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Sets whether the BNF with the given ID supports nested array or not.
setHandleNestedArray(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Sets whether the BNF with the given ID supports nested array or not.
setHandleNestedArray(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Sets whether this BNF supports nested array or not.
setHandleSubExpression(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractJPQLGrammar
Sets whether the query BNF with the given ID handles parsing a sub-expression, i.e.
setHandleSubExpression(String, boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Sets whether the query BNF with the given ID handles parsing a sub-expression, i.e.
setHandleSubExpression(boolean) - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
Sets whether this BNF handles parsing a sub-expression, i.e.
setHasAfterMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
setHasAfterUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
setHasAllocatedConnection(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL:
setHasBeenLogged(boolean) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: Set this flag to avoid logging an exception more than once.
setHasBeenNormalized(boolean) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
setHasBeforeMarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.MarshalCallback
 
setHasBeforeUnmarshalCallback() - Method in class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
setHasCache() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that we have processed a cache annotation or cache xml element.
setHasCacheInterceptor() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that we have processed a cache annotation or cache xml element.
setHasChanges(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Set whether the Unit Of Work change Set has changes
setHasChangeTracking() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that we have processed a change tracking annotation or change tracking xml element.
setHasCmpPolicyForcedUpdate(boolean) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL:
setHasCopyPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that we have processed a copy policy annotation or copy policy xml element.
setHasCustomizer() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that we have processed a customizer annotation or customizer xml element.
setHasCustomSQLArguments(boolean) - Method in class org.eclipse.persistence.queries.SQLCall
INTERNAL: Used to avoid misinterpreting the # in custom SQL.
setHasDefaultRedirectors() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that we have processed a cache annotation or cache xml element.
setHasField(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
Set if the attribute has a real field.
setHasForcedChangesFromCascadeLocking(boolean) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Used by calculateChanges to mark this ObjectChangeSet as having to be flushed to the db stemming from a cascade optimistic locking policy.
setHasGenericHistorySupport(boolean) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Set to true during descriptor initialize if any descriptor has history.
setHashPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setHashPartitioning(HashPartitioningMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setHashPartitioning(List<HashPartitioningMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setHashPartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setHasInBatchFetchedAttribute(boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Set if any mappings are always batch fetched using IN.
setHasIsolatedClasses(boolean) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Set to true during descriptor initialize if any descriptor is isolated.
setHasMappingsPostCalculateChangesOnDeleted(boolean) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Indicates whether there is at least one descriptor that has at least on mapping that require a call on deleted objects to update change sets.
setHasModifyRow(boolean) - Method in class org.eclipse.persistence.queries.DataModifyQuery
Set if a modify row has been set.
setHasMore(Boolean) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
Sets hasMore
setHasMore(Boolean) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Sets hasMore
setHasMore(Boolean) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
 
setHasMultipleResultSets(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Set if the call returns multiple result sets.
setHasMultipleResultSets(boolean) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Set if the call returns multiple result sets.
setHasMultipleTableConstraintDependecy(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Set if any mapping reference a field in a secondary table.
setHasNonIsolatedUOWClasses(boolean) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Set if any descriptors are not isolated to the unit of work.
setHasOptimisticLock(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
This check is needed only when doing batch writing and we hit on optimistic locking.
setHasPrimaryKey() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that we have processed a PrimaryKey annotation or primary-key xml element.
setHasProxyIndirection(boolean) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Set to true during descriptor initialize if any descriptor uses ProxyIndirection Determines if ProxyIndirectionPolicy.getValueFromProxy should be called.
setHasRelationships(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: set whether this descriptor has any relationships through its mappings, through inheritance, or through aggregates
setHasSerializedObjectPolicy() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that we have processed a serialized object annotation or serialized object xml element.
setHasSimplePrimaryKey(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: PERF: Set if the primary key is simple (direct-mapped) to allow fast extraction.
setHasSwaRef(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
setHasText(boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setHasVersionChange(boolean) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
setHasWrapperPolicy(boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Set if the descriptor has a wrapper policy.
setHasXmlBindings(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
setHasXmlBindings(boolean) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
 
setHasXmlElementType(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setHaveBeenAddedToStatement(boolean) - Method in class org.eclipse.persistence.internal.expressions.TableAliasLookup
INTERNAL: Called when aliases are added to a statement.
setHaving(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.HavingNode
INTERNAL Set the HAVING expression
setHavingExpression(Expression) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
setHavingExpression(Expression) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Add the expression to the query to be used in the HAVING clause.
setHavingNode(HavingNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Set the Having node
setHelper(Helper) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.DataObjectInputStream
 
setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.AbstractHelperDelegator
INTERNAL: Set the helperContext that this instance is associated with.
setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
INTERNAL: Set the current helperContext to be associated with this delegate
setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
INTERNAL: Set the current helperContext to be associated with this delegate
setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
 
setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
INTERNAL: Set the helperContext if this copyHelper was created using the default constructor.
setHelperContext(HelperContext) - Method in interface org.eclipse.persistence.sdo.helper.SDODataFactory
INTERNAL: Set the helperContext that this instance is associated with.
setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
INTERNAL:
setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.helper.SDOEqualityHelper
INTERNAL: Set the helperContext if this equalityHelper was created using the default constructor.
setHelperContext(HelperContext) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL: Set the helperContext that this instance is associated with.
setHelperContext(HelperContext) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL: Set the helperContext that this instance is associated with.
setHelperContext(HelperContext) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
INTERNAL: Set the helperContext that this instance is associated with.
setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Set the helperContext if the default SDOChangeSummary constructor was used
setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.SDOResolvable
 
setHelperContextResolver(Object) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Method allows dynamically change HelperContext creation strategy.
setHelperContextResolver(SDOHelperContext.HelperContextResolver) - Static method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Method allows dynamically change HelperContext creation strategy.
setHierarchicalQueryClause(Expression, Expression, List<Expression>) - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Set the Hierarchical Query Clause for the query
setHierarchicalQueryClause(Expression, Expression, List<Expression>, ReadAllQuery.Direction) - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Set the Hierarchical Query Clause for the query, specifying the hierarchy traversal direction
setHierarchicalQueryExpressions(Expression, Expression, List<Expression>) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: takes the hierarchical query expression which have been set on the query and sets them here used to generate the Hierarchical Query Clause in the SQL
setHierarchicalQueryExpressions(Expression, Expression, List<Expression>, ReadAllQuery.Direction) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: takes the hierarchical query expression which have been set on the query and sets them here used to generate the Hierarchical Query Clause in the SQL
setHint(String, Object) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Set an implementation-specific hint.
setHint(String, Object) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Set a query property or hint.
setHints(Map<String, Object>) - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
 
setHints(List<QueryHintMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
INTERNAL: Used for OX mapping.
setHintString(String) - Method in class org.eclipse.persistence.internal.expressions.SQLStatement
INTERNAL: Set the Hint String for the statement
setHintString(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
Used to set a database hint string on the query.
setHistoricalName(String) - Method in class org.eclipse.persistence.internal.history.HistoricalDatabaseTable
 
setHistoricalTables(List<DatabaseTable>) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL:
setHistoryPolicy(HistoryPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the HistoryPolicy for this descriptor.
setHistoryPolicy(HistoryPolicy) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Support history on the reference table.
setHistoryPolicy(HistoryPolicy) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Enable history tracking on the m-m join table.
setHour(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.cache.TimeOfDayImpl
 
setHour(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL: Used for OX mapping.
setHour(Integer) - Method in interface org.eclipse.persistence.jpa.config.TimeOfDay
 
setHref(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Link
 
setHref(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkTemplate
 
setHref(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2
 
setHttpStatus(int) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Sets the http status.
setHttpStatusCode(Response.Status) - Method in exception org.eclipse.persistence.jpa.rs.exceptions.JPARSException
Sets the http status code.
setId(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractObjectMappingImpl
 
setId(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: Used for OX mapping.
setId(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Include
 
setId(Object) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
Set the id of the object for this change set.
setId(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setId(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setId(String) - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
INTERNAL: Set the unique identifier for the service
setIdClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setIdClass(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setIdClass(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setIdClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Sets the new identification variable that will range over the "root".
setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
Sets the new identification variable that will range over the abstract schema name.
setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Sets the new identification variable that will range over the abstract schema name.
setIdentificationVariable(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Sets the StateObject representing the identification variable that starts the path expression, which can be a sample identification variable, a map value, map key or map entry expression.
setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Sets the new identification variable that will range over the "root" object.
setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Sets the new identification variable that will range over the collection-valued path.
setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EncapsulatedIdentificationVariableExpressionStateObject
Sets the identification variable of this encapsulated expression.
setIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Sets the name of the identification variable that defines the join association path.
setIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Sets the JPQL identifier to the given one.
setIdentifier(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ComparisonExpressionStateObject
Sets the comparison identifier to one of the following: <, <=, =, >=, <>.
setIdentifiers(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
 
setIdentityMapClass(Class) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Set the class of identity map to be used by this descriptor.
setIdentityMapClass(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be used by this descriptor.
setIdentityMapForClass(String, String, int) - Method in class org.eclipse.persistence.services.DevelopmentServices
This method will be used to set a new type of identity map for a particular class type.
setIdentityMapForClass(String, String, int) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method will be used to set a new type of identity map for a particular class type.
setIdentityMapManager(IdentityMapManager) - Method in class org.eclipse.persistence.internal.sessions.ClientSessionIdentityMapAccessor
INTERNAL: The identity map manager cannot be set on a client session since it looks at it's parent session's identity map manager.
setIdentityMapManager(IdentityMapManager) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Set the IdentityMapManager for this IdentityMapAccessor
setIdentityMapManager(IdentityMapManager) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Set the IdentityMapManager for this IdentityMapAccessor
setIdentityMaps(ConcurrentMap) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
 
setIdentityMapSize(int) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Set the size of the identity map to be used by this descriptor.
setIdentityMapSize(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the size of the identity map to be used by this descriptor.
setIDProperty(Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Sets the TypeProperty 'idProperty'.
setIDResolver(ID_RESOLVER) - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
 
setIDResolver(ID_RESOLVER) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Set this Unmarshaller's custom IDResolver.
setIDResolver(IDResolver) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
Set this Unmarshaller's custom IDResolver.
setIDResolver(IDResolver) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
Set this Unmarshaller's custom IDResolver.
setIds(List<IdAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setIdValidation(IdValidation) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Set what types are allowed as a primary key (id).
setIgnoreAttributesForNil(boolean) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
 
setIgnoreDatabaseException(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Set flag whether DatabaseException should be ignored.
setIgnoreFirstRowSetting(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Sets the ignoreFirstRowSetting flag.
setIgnoreMaxResultsSetting(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Sets the ignoreMaxResultsSetting flag.
setIgnoreOrder(boolean) - Method in class org.eclipse.persistence.platform.xml.XMLComparer
 
setImplClassName(String) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
setImplementorDescriptor(Class) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Sets the implementor descriptor class.
setImplementorDescriptorClassName(String) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Sets the implementor descriptor class name.
setImplementsCloneMethod(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setImplGenerator(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
setImports(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setIncludeAllAttributes(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Used for OX mapping.
setIncludeCriteria(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.multitenant.MultitenantImpl
 
setIncludeCriteria(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL: Used for OX mapping.
setIncludeCriteria(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Multitenant
 
setIncludeRoot(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Determine if the @XMLRootElement should be marshalled when present.
setIncludeRoot(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Determine if the @XMLRootElement should be marshalled when present.
setIncludeRoot(boolean) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
Specify if the root node should be included in the JSON message (default is false).
setIncludes(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setIncludeTenantCriteria(boolean) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
ADVANCED: Boolean used to indicate if the database requires the tenant criteria to be added to the SELECT, UPDATE, and DELETE queries.
setIndentationString(String) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: Used to print things nicely in the testing tool.
setIndentString(String) - Method in class org.eclipse.persistence.internal.oxm.Marshaller
Set the String that will be used to perform indenting in marshalled documents.
setIndex(Integer) - Method in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
INTERNAL: Set the index of the change in the collection
setIndex(int) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Set the expected index that this field will occur in the result set row.
setIndex(Integer) - Method in class org.eclipse.persistence.internal.helper.IndexedObject
 
setIndex() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
 
setIndex(IndexMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
setIndex(int) - Method in interface org.eclipse.persistence.internal.oxm.ContainerValue
INTERNAL: Set to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord Set during TreeObjectBuilder initialization
setIndex(int) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
INTERNAL: Used to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord
setIndex(int) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
INTERNAL: Used to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord
setIndex(int) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
INTERNAL: Used to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord
setIndex(int) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
INTERNAL: Used to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord
setIndex(int) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
INTERNAL: Used to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord
setIndex(int) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
INTERNAL: Used to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord
setIndex(int) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
INTERNAL: Used to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord
setIndex(int) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
INTERNAL: Used to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord
setIndex(int) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
INTERNAL: Used to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord
setIndex(int) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
INTERNAL: Used to track the index of the corresponding containerInstance in the containerInstances Object[] on UnmarshalRecord
setIndex(int) - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathCollectionMappingNodeValue
 
setIndex(Integer) - Method in class org.eclipse.persistence.internal.sessions.OrderedChangeObject
INTERNAL: Set the index the change was made to the collection.
setIndex() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setIndex() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setIndex() - Method in interface org.eclipse.persistence.jpa.config.Version
 
setIndexes(List<IndexMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
setIndexes(List<IndexMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for OX mapping.
setIndexes(List<IndexDefinition>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC:
setIndexInDeclaredProperties(int) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
setIndexInType(int) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
setIndexValue(int) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setIndirectionPolicy(IndirectionPolicy) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
ADVANCED: Set the indirection policy.
setIndirectionPolicy(IndirectionPolicy) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
ADVANCED: Set the indirection policy.
setInheritance() - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
 
setInheritance(InheritanceMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
setInheritance() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setInheritanceExpression(Expression) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
setInheritanceParentDescriptor(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Set the immediate parent's descriptor of the inheritance hierarchy.
setInheritancePolicy(INHERITANCE_POLICY) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
INTERNAL: Sets the inheritance policy.
setInheritancePolicy(InheritancePolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Sets the inheritance policy.
setInheritanceRootDescriptor(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Set the root descriptor of the inheritance hierarchy, that is, the one that defines the inheritance strategy.
setInitialContextFactoryName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
 
setInitialContextFactoryName(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
ADVANCED: Set the context factory name used as the value to the INITIAL_CONTEXT_FACTORY key in the cached context properties.
setInitializatonPolicy(DynamicPropertiesInitializatonPolicy) - Method in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
 
setInitiallyConformingIndex(Map<Object, Object>) - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Conforming instances found in memory when building the result.
setInitialNumberOfConnections(int) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Set the initial number of connections allowed.
setInitialPoolSize(int) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
PUBLIC: Sets a initial number of connections in sequencing connection pool The set value is ignored if shouldUseSeparateConnection() returns false.
setInitialReadSize(int) - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
Specifies the number of elements to be read initially into a cursored stream
setInitialValue(String) - Method in class org.eclipse.persistence.internal.codegen.AttributeDefinition
 
setInitialValue(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.SequenceGeneratorImpl
 
setInitialValue(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
 
setInitialValue(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for OX mapping.
setInitialValue(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for OX mapping.
setInitialValue(Integer) - Method in interface org.eclipse.persistence.jpa.config.SequenceGenerator
 
setInitialValue(Integer) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
setInitialValue(int) - Method in class org.eclipse.persistence.sequencing.Sequence
 
setInitialValue(int) - Method in class org.eclipse.persistence.sequencing.StandardSequence
 
setInitialWriteLockValue(Object) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
ADVANCED: This method is used to set the initial writeLock value for an ObjectChangeSet.
setInlineBinaryData(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Sets the flag that indicates if all binary data types are to be inlined for this class.
setInlineMapping(MAPPING) - Method in interface org.eclipse.persistence.internal.oxm.mappings.InverseReferenceMapping
 
setInlineMapping(DatabaseMapping) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
setInMemoryQueryIndirectionPolicy(InMemoryQueryIndirectionPolicy) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the InMemoryQueryIndirectionPolicy for this query.
setInMemoryQueryIndirectionPolicyState(int) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the InMemoryQueryIndirectionPolicy for this query.
setInputRecordName(String) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Set the input record name.
setInputResultPath(String) - 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.
setInputRootElementName(String) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
PUBLIC: Set the root element name to use for the input DOM.
setInputRow(AbstractRecord) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Set the input database row.
setInsertable(boolean) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Used to specify whether the column should be included in SQL UPDATE statements.
setInsertable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.columns.AbstractDirectColumnImpl
 
setInsertable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.columns.JoinColumnImpl
 
setInsertable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DirectColumnMetadata
INTERNAL: Used for OX mapping.
setInsertable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.JoinColumnMetadata
INTERNAL: Used for OX mapping.
setInsertable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Column
 
setInsertable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
 
setInsertable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OrderColumn
 
setInsertCall(Call) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's insert call.
setInsertCall(Call) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Set the receiver's insert Call.
setInsertCall(Call) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Set the receiver's insert Call.
setInsertQuery(InsertObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's insert query.
setInsertRedirector(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.QueryRedirectorsImpl
 
setInsertRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
 
setInsertSQLString(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's insert SQL string.
setInsertSQLString(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Set the receiver's insert SQL string.
setInsertSQLString(String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Set the receiver's insert SQL string.
setInsertSQLString(String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Set the receiver's insert SQL string.
setInstanceClass(Class) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Sets the Java class that this type represents.
setInstanceClassName(String) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Sets the name of the Java class that this type represents.
setInstanceProperty(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
setInstanceProperty(Property, Object) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
setInstantiated() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Set the instantiated flag to true.
setInstantiationCopyPolicy() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
setInstantiationCopyPolicy(InstantiationCopyPolicyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: set the copy policy metadata
setInstantiationCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setInstantiationCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setInstantiationCopyPolicy() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setInstantiationPolicy(INSTANTIATION_POLICY) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
INTERNAL: Sets the instantiation policy.
setInstantiationPolicy(InstantiationPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Sets the instantiation policy.
setInstantiationPolicy(INSTANTIATION_POLICY) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL: Sets the instantiation policy.
setInt(String, int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setInt(int, int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setInt(Property, int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setIntegrityChecker(IntegrityChecker) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: set the integrityChecker.
setIntegrityChecker(IntegrityChecker) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: set the integrityChecker.
setIntegrityChecker(IntegrityChecker) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Set the integrityChecker, the integrityChecker holds all the ClassDescriptor Exceptions.
setInteractionSpec(InteractionSpec) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Set the JCA InteractionSpec that defines this EIS interaction.
setInterceptorClassName(String) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheInterceptorImpl
 
setInterceptorClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheInterceptorMetadata
INTERNAL Used for OX mapping.
setInterceptorClassName(String) - Method in interface org.eclipse.persistence.jpa.config.CacheInterceptor
 
setInterfaceBuffer(StringBuffer) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
setInterfaceGenerator(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
setInterfaceName(String) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
setInterfacePolicy(InterfacePolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Sets the interface policy.
setInternal(SDOProperty, Object, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setInternalDefaultTable() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the default table if one if not already set.
setInternalDefaultTable(DatabaseTable) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the default table if one if not already set.
setInternalException(Throwable) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL: Used to specify the internal exception.
setInternalExceptions(Collection) - Method in exception org.eclipse.persistence.exceptions.JPQLException
INTERNAL Store the exceptions related to this exception
setInternalMax(int) - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL: sets the JPA max results that may have been set on a NamedQuery
setInternalMultipleTableJoinExpression(Expression) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Used to set the multiple table join expression that was generated by EclipseLink as opposed to a custom one supplied by the user.
setInvalidateOnChange(boolean) - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Configure if any change to any object of the query class should cause the query results to be invalidated.
setInvalidationClasses(Set<Class>) - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
ADVANCED: Set the set of classes that should trigger the query cached results to be invalidated.
setInvalidationState(int) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
INTERNAL: Set the value of the invalidationState Variable The possible values are from an enumeration of constants CHECK_INVALIDATION_POLICY - The invalidation policy is must be checked for this cache key's sate CACHE_KEY_INVALID - This cache key has been labelled invalid.
setInvalidationState(int) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
setInverseForeignKey() - Method in class org.eclipse.persistence.internal.jpa.config.tables.JoinTableImpl
 
setInverseForeignKey(ForeignKeyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.JoinTableMetadata
INTERNAL: Used for OX mapping.
setInverseForeignKey() - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
setInverseJoinColumns(List<JoinColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.JoinTableMetadata
INTERNAL: Used for OX mapping.
setInverseReference(boolean, boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setInverseReferencePropertyContainerClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setInverseReferencePropertyGetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setInverseReferencePropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setInverseReferencePropertySetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setIsAbstract(boolean) - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
setIsAbstract(boolean) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
setIsAccessible(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
setIsActive(boolean) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Set if the commit manager is active.
setIsAggregate(boolean) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Set if this object change Set represents an aggregate
setIsAggregateSelect(boolean) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
setIsAny(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set indicator for XmlAnyElement.
setIsAny(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
setIsAnyAttribute(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setIsAttribute(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setIsAttribute(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Sets the value of the isAttribute property.
setIsBatchExecutionSupported(boolean) - Method in class org.eclipse.persistence.queries.ModifyQuery
PUBLIC: Set if this query is compatible with batch writing.
setIsBindingSupported(boolean) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
PUBLIC: Set if binding is compatible with this operator.
setIsCacheable(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
Used to signal that this mapping references a protected/isolated entity and requires special merge/object building behaviour.
setIsCacheable(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Used to signal that this mapping references a protected/isolated entity and requires special merge/object building behaviour.
setIsCascaded(boolean) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
PUBLIC: Set whether to use cascade locking on the policy.
setIsCascadeOnDeleteSetOnDatabase(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
ADVANCED: Set if delete cascading has been set on the database for the mapping's foreign key constraint.
setIsCascadeOnDeleteSetOnDatabaseOnSecondaryTables(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Set if delete cascading has been set on the database for the descriptor's multiple tables.
setIsCascadePersist(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates that cascade-persist should be added to the set of cascade values for all relationship mappings.
setIsCastRequired(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Set if casting is enabled for platforms that support it.
setIsCDATA(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
 
setIsCDATA(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
 
setIsCDATA(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
INTERNAL:
setIsCDATA(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
 
setIsCDATA(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
 
setIsCDATA(boolean) - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL:
setIsChangeSetFromOutsideUOW(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Set the internal flag that tells that this change set was built outside this UOW and the changes it contains cannot be calculated from the contents of this UOW
setIsCMP(boolean) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: setIsCMP(boolean): Define whether or not we're in the context of CMP (i.e.
setIsComplete(boolean) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
setIsComplete(boolean) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Set the list complete and notify any waiters.
setIsConcurrent(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Set if the session enables concurrent processing.
setIsConcurrent(Boolean) - Method in class org.eclipse.persistence.queries.LoadGroup
ADVANCED: Set if the load group should load its relationships concurrently.
setIsConnected(boolean) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: Set if this pool has been connected to the database.
setIsConstructor(boolean) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
setIsCoordinatedWithProperty(boolean) - Method in class org.eclipse.persistence.indirection.ValueHolder
Used as part of the implementation of WeavedAttributeValueHolderInterface Used to track whether a valueholder that has been weaved into a class is coordinated with the underlying property This method will be called internall when the state of Coordination between the weaved valueholder and the underlying value is known
setIsCoordinatedWithProperty(boolean) - Method in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
TopLink will call this method when the triggering of a weaved valueholder causes it's value to be coordinated with the underlying property
setIsCoordinatedWithProperty(boolean) - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
This method is used as part of the implementation of WeavedAttributeValueHolderInterface It is used internally by EclipseLink to set whether a valueholder that has been weaved into a class is coordinated with the underlying property
setIsCursor(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
setIsCursorOutputProcedure(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Used for Oracle result sets through procedures.
setIsDead(boolean) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
ADVANCED: Set if the connection pool's database is down, and failover should be used.
setIsDefaultListener(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.JPAEntityListenerHolder
 
setIsDeferred(boolean) - Method in class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
Sets if this change should be calculated at commit time using the two collections.
setIsDOMRecordSupported(boolean) - Method in class org.eclipse.persistence.eis.EISPlatform
Set if this platform supports XML/DOM Records.
setIsDynamicStatementInUse(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
Set if the cached statement for dynamic SQL execution is in use.
setIsEclipseLinkORMFile(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
setIsElement(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
 
setIsEmbedable(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setIsEmbeddable() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setIsExecuteCall(boolean) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: Set to true if you the actual jdbc result set returned from query execution.
setIsExecutionClone(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: PERF: Set if the query is an execution clone.
setIsFieldMatchingRequired(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Field matching is required for custom SQL statements where the result set field order is not known.
setIsFinal(boolean) - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
setIsFinalizersEnabled(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Set if this session's decendants should use finalizers.
setIsFinalizersEnabled(boolean) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Set if this session's descendants should use finalizers.
setIsFirstElementPrinted(boolean) - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
INTERNAL: Used in figuring out when to print a comma in the select clause
setIsFlush(boolean) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
 
setIsForeignKeyRelationship(boolean) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Set if the 1-M mapping has a foreign key dependency to its target.
setIsForeignKeyRelationship(boolean) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Set if the 1-1 mapping has a foreign key dependency to its target.
setIsFullRowRequired(boolean) - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
ADVANCED: Set if the full row is required by the delete query.
setIsIdentity(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Set whether the receiver is an identity field.
setIsImportProcessor(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
setIsInAndOutSopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Set the mapping is both in and out of SerializedObjectPolicy's sopObject
setIsInBroker(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Set if this session is contained in a SessionBroker.
setIsInContainer(boolean) - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
 
setIsInContainerMode(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
This sets the isInContainerMode flag.
setIsIndexedRecordSupported(boolean) - Method in class org.eclipse.persistence.eis.EISPlatform
Set if this platform supports JCA IndexedRecord.
setisInlineBinaryData(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Sets the flag that indicates if XOP encoding should be disabled for datatypes that are bound to base64-encoded binary data in XML.
setIsInMemoryOnly(boolean) - Method in class org.eclipse.persistence.queries.DeleteAllQuery
INTERNAL: Set if objects should be remove from the persistence context only (no database).
setIsInProfile(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Allow for user deactive a profiler
setIsInsert(boolean) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
setIsInsertable(boolean) - Method in class org.eclipse.persistence.descriptors.CacheIndex
Set if the index field can be inserted.
setIsInsertModeReturnOnly(boolean) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
setIsInSopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Set the mapping is in SerializedObjectPolicy's sopObject.
setIsInvalid(boolean) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
setIsInvalidationRandomized(boolean) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
PUBLIC: Allows the timeToLive to be randomized to avoid bottlenecks.
setIsIsolated(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Deprecated.
as of EclipseLink 2.2
setIsJDK(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
setIsJPAId() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Flags that this mapping is part of a JPA id mapping.
setIsLazy(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
setIsLazy(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
Set if this mapping is lazy.
setIsLazy(boolean) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Set if a lazy connection should be used, a lazy connection only acquire a physical connection when a transaction is started and releases the connection when the transaction completes.
setIsListOrderBrokenInDb(boolean) - Method in class org.eclipse.persistence.indirection.IndirectList
 
setIsListOrderFieldUpdatable(boolean) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: indicates whether listOrderField value could be updated in the db.
setIsListParameterOrSubquery(boolean) - Method in class org.eclipse.persistence.internal.jpa.parsing.InNode
INTERNAL: This method is called to indicate that the inNode has a single argument.
setIsLockedByMergeManager(boolean) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
INTERNAL: Used by the mergemanager to let the read know not to refresh this object as it is being loaded by the merge process.
setIsMapKeyMapping(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
 
setIsMappedRecordSupported(boolean) - Method in class org.eclipse.persistence.eis.EISPlatform
Set if this platform supports JCA MappedRecord.
setIsMappedSuperClass(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setIsMetadataExpired(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
Used to indicate that an EntityManagerFactoryImpl based on this EntityManagerSetupImpl has been refreshed.
setIsMetadataRemote(boolean) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
ADVANCED: Set if the descriptors and meta-data should be serialized from the server, or if they will be provided locally.
setIsMixedNodeValue(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
INTERNAL: Indicates that this is the choice mapping node value that represents the mixed content.
setIsMixedNodeValue(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
INTERNAL: Indicates that this is the choice mapping node value that represents the mixed content.
setIsMtomAttachment(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setIsMultipleCursorOutputProcedure(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Used for Oracle result sets through procedures.
setIsMutable(boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
PUBLIC: Return true if the attribute for this mapping is a simple atomic value that cannot be modified, only replaced.
setIsMutable(boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Set if the value of the attribute is atomic or a complex mutable object and can be modified without replacing the entire object.
setIsNative(boolean) - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
setIsNativeConnectionRequired(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Set if the descriptor requires usage of a native (unwrapped) JDBC connection.
setIsNativeConnectionRequired(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Set if the call requires usage of a native (unwrapped) JDBC connection.
setIsNativeConnectionRequired(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: Set if the descriptor requires usage of a native (unwrapped) JDBC connection.
setIsNestedTable(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
Set boolean that indicates if the instance represents a Nested Table (as opposed to Varray)
setIsNew(boolean) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Set whether this ObjectChanges represents a new Object
setIsNewlyWeavedValueHolder(boolean) - Method in class org.eclipse.persistence.indirection.ValueHolder
Used as part of the implementation of WeavedAttributeValueHolderInterface Used to determine if this ValueHolder was added instantiated as part of the constructor of a weaved class This method will be called when a ValueHolder is instantiated in a weaved class
setIsNewlyWeavedValueHolder(boolean) - Method in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
TopLink weaving calls this method on any valueholder it weaves into a class to indicate that it is new and it's value should not be considered.
setIsNewlyWeavedValueHolder(boolean) - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
This method is used as part of the implementation of WeavedAttributeValueHolderInterface A DatabaseValueHolder is set up by EclipseLink and will never be a newly weaved valueholder As a result, this method is stubbed out.
setIsNonAssociativeCollection(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
Sets flag on this argument's database type indicating that it represents a non-associative collection, i.e.
setIsNullAllowed(boolean) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
PUBLIC: Configure 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).
setIsNullAllowed(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.ObjectVarrayDefinition
PUBLIC: Set if the varray collection is allowed NULL or not
setIsNullIgnored(boolean) - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Set if null results should be cached or ignored.
setIsolated(boolean) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
setIsolation(String) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheImpl
 
setIsolation(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
 
setIsolation(String) - Method in interface org.eclipse.persistence.jpa.config.Cache
 
setIsOneToOnePrimaryKeyRelationship(boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
Set if this mapping is defined using primary key join columns.
setIsOneToOneRelationship(boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
Define if this mapping is really for a OneToOne relationship.
setIsOptional(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.TransformationMapping
Used to specify whether the value of this mapping may be null.
setIsOptional(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
Used to specify whether the value of this mapping may be null.
setIsOutSopObject() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Set the mapping is out of SerializedObjectPolicy's sopObject.
setIsParsed(boolean) - Method in class org.eclipse.persistence.internal.queries.QueryByExampleMechanism
INTERNAL: Set the isParsed state
setIsParsed(boolean) - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL Set the isParsed state
setIsPrepared(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Bound calls can have the SQL pre generated.
setIsPrepared(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: If changes are made to the query that affect the derived SQL or Call parameters the query needs to be prepared again.
setIsPrepared(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Clear cached flags when un-preparing.
setIsPreparedUsingTempStorage(boolean) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
INTERNAL:
setIsPrePrepared(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: If changes are made to the query that affect the derived SQL or Call parameters the query needs to be prepared again.
setIsPrimaryKey(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Set whether the receiver is a primary key.
setIsPrimaryKeyMapping(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Set by the Object builder during initialization returns true if this mapping is used as a primary key mapping.
setIsPrivateOwned(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Set if the relationship is privately owned.
setIsProperty(boolean) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: Set to true if this parameter expression maps to a property value.
setIsReadOnly(boolean) - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
INTERNAL
setIsReadOnly(boolean) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
 
setIsReadOnly(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
Set this mapping to be read only.
setIsReadOnly(boolean) - Method in class org.eclipse.persistence.mappings.AttributeAccessor
INTERNAL
setIsReadOnly(boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: Set this mapping to be read only.
setIsReadOnly(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the query to be read-only.
setIsReference(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set flag to indicate whether this property represents a reference property.
setIsRequired(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setIsResultSetAccessOptimizedQuery(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: Set if the query should be optimized to build directly from the result set.
setIsResultSetOptimizedQuery(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: Set if the query should be optimized to build directly from the result set.
setIsResultSetScrollable(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
 
setIsRMIOverIIOP(boolean) - Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
INTERNAL set RMI over IIOP
setIsSet(boolean) - Method in class org.eclipse.persistence.sdo.SDOSetting
INTERNAL: Set if the value of this setting is set.
setIsSetMethodName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
Sets the value of the isSetMethodName property.
setIsSetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
setIsSetParameters(Object[]) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
setIsSetParameterTypes(Class[]) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
setIsSetPerformedForAbsentNode(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy
Sets the value of the isSetPerformedForAbsentNode property.
setIsSizeAllowed(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Set if this type can support a size specification.
setIsSizeRequired(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Set if this type must have a size specification.
setIsStatic(boolean) - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
setIsStoredInCache(boolean) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
PUBLIC: Set whether to store the lock in the cache or in the object.
setIsSuperClassProperty(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setIsSwaAttachmentRef(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setIsSynchronized(boolean) - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
setIsThreadComplete(boolean) - Method in class org.eclipse.persistence.internal.helper.DeferredLockManager
set if the thread is complete in the given DLM
setIsToManyJoinQuery(boolean) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Set if the query uses any -m joins, and thus return duplicate/multiple rows.
setIsTransient(boolean) - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
setIsTranslated(boolean) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Set the isTranslated flag.
setIsTypedTextField(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Set if the field is a typed text field True when we should base conversions on the "type" attribute on elements
setIsTypedTextField(boolean) - Method in class org.eclipse.persistence.oxm.XMLField
Set if the field is a typed text field True when we should base conversions on the "type" attribute on elements
setIsUnique(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
 
setIsUpdate(boolean) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
setIsUpdateable(boolean) - Method in class org.eclipse.persistence.descriptors.CacheIndex
Set if the index field can be updated.
setIsUserDefined(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set if the query is a custom user defined query.
setIsUserDefinedSQLCall(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set if the query is a custom user defined sql call query.
setIsValid(boolean) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
This should be set to false if a communication failure occurred durring a call execution.
setIsValid(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
This should be set to false if a communication failure occurred during a call execution.
setIsVolatile(boolean) - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
setIsWrapper(boolean) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
setIsWrapper(boolean) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.core.mappings.CoreAttributeAccessor
 
setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyAttributeMapping
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyCollectionMapping
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyObjectMapping
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.VariableXPathObjectMapping
 
setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.mappings.AttributeAccessor
INTERNAL:
setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
 
setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
 
setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
 
setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
 
setIsWriteOnly(boolean) - Method in interface org.eclipse.persistence.oxm.mappings.XMLMapping
 
setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
 
setIsWriteOnly(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
 
setIsXmlId(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Sets the indicator that identifies this property as an ID field.
setIsXmlIdExtension(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Sets the indicator that identifies this property as an ID extension field.
setIsXmlIdRef(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Sets the indicator that identifies this property as a reference to an ID field.
setIsXmlList(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the isXmlList property.
setIsXmlRootElement(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Mark if this element had an @XmlRootElement annotation
setIsXmlTransformation(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set flag that indicates if this property represents an XmlTransformation.
setIsXmlValue(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the isXmlValue property.
setIsXmlValueExtension(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the isXmlValueExtension property.
setItem(Property) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
setItem(Object) - Method in class org.eclipse.persistence.internal.jaxb.many.ArrayValue
 
setItem(Object) - Method in class org.eclipse.persistence.internal.jaxb.many.CollectionValue
 
setItem(ITEM) - Method in class org.eclipse.persistence.internal.jaxb.many.ManyValue
 
setItem(Object) - Method in class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalArrayValue
 
setItem(Object) - Method in class org.eclipse.persistence.internal.jaxb.many.MultiDimensionalCollectionValue
 
setItems(Property) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
setItems(Collection<T>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.CollectionWrapper
 
setItems(List<Resource>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ContextsCatalog
 
setItems(List<Resource>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.MetadataCatalog
 
setItems(Property) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Property
 
setItems(List<StateObject>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectClauseStateObject
Sets the select expression to be those contained on the given collection.
setItems(List<T>) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
 
setItems(List<Object>) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
setItems(List<ReportQueryResultListItem>) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
 
setItems(List<ReportQueryResultListItem>) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultList
Sets the items.
setItems(List<JAXBElement>) - Method in class org.eclipse.persistence.jpa.rs.util.list.SimpleHomogeneousList
Sets the items.
setItems(List<ReportItem>) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Set the ReportQueryItems defining the attributes to be read.
setItemType(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.List
 
setJarFile(String) - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
setJarFile(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
setJarFileUrls(List<URL>) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setJavaAttribute(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
Sets the value of the javaAttribute property.
setJavaAttributes(JavaType.JavaAttributes) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the javaAttributes property.
setJavaClass(Class) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
PUBLIC: Set the Java class that this descriptor maps.
setJavaClass(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the Java class that this descriptor maps.
setJavaClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Set the java class for this accessor.
setJavaClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Used to set this descriptors java class.
setJavaClass(Class) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Set the Java class that this descriptor maps.
setJavaClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setJavaClassName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the java class name, used by the MW.
setJavaClassName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL: Return the java class name, used by the MW.
setJavaClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the JavaClass name for this typeinfo.
setJavaEnum(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
Sets the value of the javaEnum property.
setJavaEnumValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
Sets the value of the javaEnumValue property.
setJavaInterface(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Sets the descriptor to be for an interface.
setJavaInterfaceName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return the java interface name, used by the MW.
setJavaMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Sets the value of the javaMethod property.
setJavaModel(JavaModel) - Method in class org.eclipse.persistence.jaxb.javamodel.Helper
 
setJavaModel(JavaModel) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaClassImpl
Set this JavaClass' JavaModel.
setJavaModel(JavaModel) - Method in class org.eclipse.persistence.jaxb.javamodel.oxm.OXMObjectFactoryImpl
 
setJavaModel(JavaModel) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Set this JavaClass' JavaModel.
setJavaModelClasses(Map<String, JavaClass>) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
Sets the Map of JavaClasses for this JavaModel's, keyed on class name.
setJavaModelImpl(JavaModelImpl) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
setJavaType(Class) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
Set the Java class that the complex type maps to.
setJavaType(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.AbstractPlsqlTypeImpl
 
setJavaType(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.OracleArrayImpl
 
setJavaType(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.OracleObjectImpl
 
setJavaType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleComplexTypeMetadata
INTERNAL: Used for OX mapping.
setJavaType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLComplexTypeMetadata
INTERNAL: Used for OX mapping.
setJavaType(String) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionPair
 
setJavaType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Set the javaType associated with this element.
setJavaType(String) - Method in interface org.eclipse.persistence.jpa.config.OracleArray
 
setJavaType(String) - Method in interface org.eclipse.persistence.jpa.config.OracleObject
 
setJavaType(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlRecord
 
setJavaType(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlTable
 
setJavaTypeAdapterClass(Class) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Set the java type adapter class associated with this element if applicable.
setJavaTypeName(String) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
setJavaTypes(XmlBindings.JavaTypes) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the javaTypes property.
setJavaVariableAttribute(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Sets the value of the javaVariableAttribute property.
setJdbcBatchWriting(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setJdbcType(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.queries.StoredProcedureParameterImpl
 
setJdbcType(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
setJdbcType(int) - Method in class org.eclipse.persistence.internal.xr.ProcedureArgument
Set the JDBC type code to be set on the call.
setJdbcType(int) - Method in class org.eclipse.persistence.internal.xr.Result
Set the JDBC type code to be set on the call.
setJdbcType(Integer) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
 
setJdbcTypeName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.StoredProcedureParameterImpl
 
setJdbcTypeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
setJdbcTypeName(String) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
 
setJndiName(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.SessionBeanCall
 
setJNDINamingServiceConfig(JNDINamingServiceConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.JMSPublishingTransportManagerConfig
 
setJNDINamingServiceConfig(JNDINamingServiceConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.RMITransportManagerConfig
 
setJoinAssociationIdentificationVariable(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Sets the StateObject representing the identification variable that starts the path expression, which can be a sample identification variable, a map value, map key or map entry expression.
setJoinAssociationPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setJoinAssociationPaths(ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setJoinAssociationPaths(String[]) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setJoinColumns(List<JoinColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
setJoinColumns(List<JoinColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AssociationOverrideMetadata
INTERNAL: Used for OX mapping.
setJoinColumns(List<JoinColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.RelationalTableMetadata
INTERNAL: Used for OX mapping.
setJoinCriteria(Expression) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
PUBLIC: Set the join expression for the relationship defined by the query key.
setJoinedAttributeExpressions(List) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Convenience method for project mapping.
setJoinedAttributeExpressions_(List) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Set the list of expressions that represent elements that are joined because of their mapping for this query.
setJoinedAttributeManager(JoinedAttributeManager) - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
setJoinedAttributeManager(JoinedAttributeManager) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Set join manager responsible for managing all aspects of joining for the query.
setJoinedMappingExpressions_(List) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Set the list of expressions that represent elements that are joined because of their mapping for this query.
setJoinedMappingIndexes_(Map) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Set the joined mapping indexes, used to compute mapping row partitions.
setJoinedMappingQueries_(Map) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Set the joined mapping queries, used optimize joining, only compute the nested queries once.
setJoinedMappingQueryClones(Map) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
 
setJoinedStrategy() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Used to indicate a JOINED inheritance strategy.
setJoinFetch(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
setJoinFetch(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setJoinFetch(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: Used for OX mapping.
setJoinFetch(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
setJoinFetch(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setJoinFetch(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setJoinFetch(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setJoinFetch(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setJoinFetch(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setJoinFetch(int) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Indicates whether the referenced object(s) should always be joined on read queries.
setJoinFields(List<JoinFieldMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
SetJoinImpl<Z,X> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the Join interface of the JPA criteria API.
SetJoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl
 
SetJoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>, JoinType) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl
 
SetJoinImpl(Path<Z>, ManagedType, Metamodel, Class<X>, Expression, Bindable<T>, JoinType, FromImpl) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.SetJoinImpl
 
setJoinSource(Expression) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
setJoinTable() - Method in class org.eclipse.persistence.internal.jpa.config.columns.AssociationOverrideImpl
 
setJoinTable() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
setJoinTable(JoinTableMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
setJoinTable(JoinTableMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.AssociationOverrideMetadata
INTERNAL: Used for OX mapping.
setJoinTable() - Method in interface org.eclipse.persistence.jpa.config.AssociationOverride
 
setJoinTable() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setJoinTable() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setJoinTable() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setJoinTable() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setJoinType(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Sets the joining type.
setJPAQueriesProcessed(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: used to set if JPA Queries have been processed during initialization
setJpql(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Query
 
setJPQLCall(JPQLCall) - Method in class org.eclipse.persistence.internal.queries.JPQLCallQueryMechanism
 
setJPQLExpression(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Sets the parsed tree representation of the JPQL query.
setJPQLExpression(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Sets the parsed tree representation of the JPQL query.
setJPQLParseCacheMaxSize(int) - Method in class org.eclipse.persistence.sessions.Project
ADVANCED: Set the JPQL parse cache max size.
setJPQLString(String) - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
 
setJpqlString(String) - Method in class org.eclipse.persistence.internal.xr.JPQLQueryHandler
 
setJPQLString(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Set the JPQL string of the query.
setJPQLString(String) - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Set the JPQL string for this call
setJsonStructure(JsonStructure) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonStructureReader
 
setJsonTypeCompatibility(boolean) - Method in class org.eclipse.persistence.internal.oxm.JsonTypeConfiguration
If we should treat unqualified type property in JSON as MOXy type discriminator.
setJtaDataSource(String) - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
setJtaDataSource(DataSource) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setJtaDataSource(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
setKeepAsElementPolicy(UNMARSHAL_KEEP_AS_ELEMENT_POLICY) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyCollectionMapping
 
setKeepAsElementPolicy(UNMARSHAL_KEEP_AS_ELEMENT_POLICY) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyObjectMapping
 
setKeepAsElementPolicy(UNMARSHAL_KEEP_AS_ELEMENT_POLICY) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
 
setKeepAsElementPolicy(UnmarshalKeepAsElementPolicy) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
setKeepAsElementPolicy(UnmarshalKeepAsElementPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
 
setKeepAsElementPolicy(UnmarshalKeepAsElementPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
setKeepAsElementPolicy(UnmarshalKeepAsElementPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
setKeepInRow(boolean) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
setKey(Object) - Method in class org.eclipse.persistence.descriptors.changetracking.MapChangeEvent
INTERNAL: Set the change type
setKey(Object) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
setKey(K) - Method in interface org.eclipse.persistence.internal.jaxb.many.MapEntry
 
setKey(Object) - Method in class org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor
Set primary key values of an associated object
setKey(XmlMap.Key) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
Sets the value of the key property.
setKey(Object) - Method in class org.eclipse.persistence.mappings.Association
PUBLIC: Set the key.
setKey(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
setKeyClass(Class) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
PUBLIC: This is a helper method to set the key converter to a TypeConversionConverter.
setKeyColumn(ColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL: Used for OX mapping.
setKeyConverter(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL: Used for OX mapping.
setKeyConverter(Converter, DirectMapMapping) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Set a converter on the KeyField of a DirectCollectionMapping.
setKeyConverter(Converter) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
PUBLIC: Set the converter on the mapping.
setKeyConverterClassName(String, DirectMapMapping) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Set the name of the class to be used as a converter for the key of a DirectMapMaping.
setKeyConverterClassName(String) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Set the converter class name on the mapping.
setKeyField(DatabaseField, ClassDescriptor) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Set the DatabaseField that will represent the key in a DirectMapMapping.
setKeyMapping(MapKeyMapping) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
 
setKeyMethod(String, Class) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Sets the Method to be used to generate the key in a Map type container class.
setKeyMethod(String, String) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Sets the Method to be used to generate the key in a Map type container class.
setKeyMethodName(String) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Sets the Method to be used to generate the key in a Map type container class.
setKeyName(String, String) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: It is illegal to send this message to this receiver.
setKeyName(String, Class) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Sets the key name to be used to generate the key in a Map type container class.
setKeyName(String, String) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Sets the key name to be used to generate the key in a Map type container class.
setKeyName(String, Class) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Sets the key name to be used to generate the key in a Map type container class.
setKeyName(String) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Sets the key name to be used to generate the key in a Map type container class.
setKeyQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Some map keys must be obtained from the database.
setKeySubgraph(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedAttributeNodeMetadata
INTERNAL: Used for OX mapping.
setKeyType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setKeyType(Class) - Method in class org.eclipse.persistence.mappings.TypedAssociation
PUBLIC: Set the class of the key.
setLastCallAppended(DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism
 
setLastFieldIndex(int) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleObjectType
 
setLastUpdatedQueryId(long) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
INTERNAL: This method sets the system time in millis seconds at which this object was last refreshed CR #4365 CR #2698903 ...
setLastUpdatedQueryId(long) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
setLastXPathFragment(XPathFragment) - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL: Maintain a direct pointer to the last XPathFragment.
setLatestCollection(Object) - Method in class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
Used for change tracking when user sets entire collection.
setLax(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Used with XmlAnyElement.
setLax(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Sets the value of the lax property.
setLazilyInitialized(boolean) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
Specify in the descriptor may be lazily initialized.
setLazy(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPolicyConfig
 
setLeading(boolean) - Method in class org.eclipse.persistence.internal.jpa.parsing.TrimNode
 
setLeafElementType(QName) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
setLeafElementType(XPathQName) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
setLeafElementType(QName) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
setLeafElementType(XPathQName) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
setLeafElementType(QName) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
setLeafElementType(QName) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setLeafElementType(QName) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setLeafElementType(XPathQName) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setLeafElementType(QName) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setLeafElementType(QName) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
setLeafElementType(XPathQName) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL:
setLeafElementType(QName) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL:
setLeafElementType(QName) - Method in class org.eclipse.persistence.oxm.XMLField
Assumes type is in the format prefix:localPart, or localPart.
setLeft(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Set the left node to the passed value
setLeft(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Sets the left StateObject to become the given object.
setLeftExpression(Expression) - Method in class org.eclipse.persistence.internal.jpa.parsing.MemberOfNode
 
setLength(int) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Used to specify the column length when generating DDL.
setLength(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.columns.AbstractDiscriminatorColumnImpl
 
setLength(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.columns.ColumnImpl
 
setLength(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.queries.PlsqlParameterImpl
 
setLength(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL: Used for OX mapping.
setLength(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorColumnMetadata
INTERNAL: Used for OX mapping.
setLength(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
setLength(int) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setLength(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setLength(int) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setLength(Integer) - Method in interface org.eclipse.persistence.jpa.config.Column
 
setLength(Integer) - Method in interface org.eclipse.persistence.jpa.config.DiscriminatorColumn
 
setLength(Integer) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
 
setLength(Integer) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
 
setLevel(int) - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
setLevel(int) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
setLevel(int, String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
setLevel(int, String) - Method in class org.eclipse.persistence.logging.DefaultSessionLog
 
setLevel(int, String) - Method in class org.eclipse.persistence.logging.JavaLog
PUBLIC:
setLevel(int) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Set the log level.
setLevel(int, String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Set the log level.
setLevel(int) - Method in class org.eclipse.persistence.logging.SessionLogEntry
Set the request level of the log entry.
setLexicalHandler(LexicalHandler) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
setLexicalHandler(LexicalHandler) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
setLexicalHandler(LexicalHandler) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
Set the LexicalHandler to receive CDATA related events
setLimit(Integer) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
Sets the limit.
setLimit(Integer) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Sets the limit.
setLimit(Integer) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
 
setLimits(int, int, int) - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Set the maximum precision and the minimum and maximum scale.
setLine(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
 
setLinks(List<LinkV2>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.CollectionWrapper
 
setLinks(List<LinkV2>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.ItemLinks
Sets links.
setLinks(List<LinkV2>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.MetadataCatalog
 
setLinks(List<LinkV2>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Resource
 
setLinks(List<LinkV2>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
setLinks(List<LinkV2>) - Method in interface org.eclipse.persistence.jpa.rs.util.CollectionProxy
 
setLinks(List<LinkV2>) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
Sets the links.
setLinks(List<LinkV2>) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Sets the links.
setLinks(List<LinkV2>) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
 
setLinks(List<LinkV2>) - Method in class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
 
setLinkTemplate(LinkTemplate) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Query
 
setLinkTemplates(List<LinkTemplate>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
 
setList(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
setList(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Mark if this element is a list
setList(List<Link>) - Method in class org.eclipse.persistence.jpa.rs.util.list.LinkList
 
setList(List<Query>) - Method in class org.eclipse.persistence.jpa.rs.util.list.QueryList
 
setList(String, List) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setList(int, List) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setList(Property, List) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setListener(Marshaller.Listener) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
setListener(Marshaller.Listener) - Method in class org.eclipse.persistence.jaxb.JAXBMarshalListener
 
setListener(Unmarshaller.Listener) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
setListener(Unmarshaller.Listener) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshalListener
 
setListenerFactory(SynchronizationListenerFactory) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Set the factory used to generate synchronization listeners.
setListOrderField(DatabaseField) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
 
setListOrderField(DatabaseField) - 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.
setListOrderFieldName(String) - 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.
setLiteral(Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.LiteralNode
Insert the method's description here.
setLoad(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.queries.FetchGroupImpl
 
setLoad(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FetchGroupMetadata
INTERNAL: Used for OX mapping.
setLoad(Boolean) - Method in interface org.eclipse.persistence.jpa.config.FetchGroup
 
setLoadedForCanonicalModel(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
setLoader(ClassLoader) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
INTERNAL:
setLoader(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
INTERNAL:
setLoader(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
setLoader(SDOClassLoader) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
setLoader(SDOClassLoader) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
setLoader(SDOClassLoader) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL:
setLoadGroup(LoadGroup) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Set a load group to the query.
setLob() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl
 
setLob(LobMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Used for OX mapping.
setLob() - Method in interface org.eclipse.persistence.jpa.config.Array
 
setLob() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setLob() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setLob() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setLobValueLimits(int) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
PUBLIC: Set the BLOB/CLOB value limits on thin driver.
setLobValueLimits(int) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
PUBLIC: Set the BLOB/CLOB value limits on thin driver.
setLocalBase(Expression) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Set the local base expression, ie the one on the other side of the operator Most types will ignore this, since they don't need it.
setLocalBase(Expression) - Method in class org.eclipse.persistence.internal.expressions.CollectionExpression
 
setLocalBase(Expression) - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
 
setLocalBase(Expression) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
 
setLocalBase(Expression) - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
 
setLocalBase(Expression) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
The opposite side of the relation, this is used for conversion of the parameter using the others mapping.
setLocalContextProperties(Hashtable) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
ADVANCED: Set the properties that will be used to create the initial context for local JNDI access.
setLocalName(String) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setLocalName(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setLocalName(String) - Method in class org.eclipse.persistence.internal.oxm.Root
Set the element name.
setLocalName(String) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setLocalName(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setLocalName(String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
 
setLocalResources(Hashtable) - Method in class org.eclipse.persistence.internal.sessions.factories.PersistenceEntityResolver
INTERNAL:
setLocalTime(long) - Method in class org.eclipse.persistence.tools.profiler.Profile
 
setLocalUnitOfWork(RepeatableWriteUnitOfWork) - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionWrapperImpl
 
setLocation(String) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
setLocation(String) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
setLocation(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
Sets the value of the location property.
setLocationAccessor(ATTRIBUTE_ACCESSOR) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL: Set this Descriptor's location accessor.
setLocationAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Set this Descriptor's location accessor.
setLocationAware(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setLocator(Locator) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
INTERNAL: set the Locator object to associate with this reader
setLockableMappings(List<DatabaseMapping>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the list of lockable mappings for this project This method is provided for CMP use.
setLockedExpressions(List<Expression>) - Method in class org.eclipse.persistence.internal.expressions.ForUpdateOfClause
 
setLockFieldNames(List<String>) - Method in class org.eclipse.persistence.descriptors.SelectedFieldsLockingPolicy
PUBLIC: Set the field names to lock on.
setLockingClause(ForUpdateClause) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
setLockingClause(ForUpdateClause) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: The locking clause contains a list of expressions representing which objects are to be locked by the query.
setLockingMode(short) - Method in class org.eclipse.persistence.descriptors.PessimisticLockingPolicy
PUBLIC: Set locking mode.
setLockMode(short) - Method in class org.eclipse.persistence.internal.expressions.ForUpdateOfClause
 
setLockMode(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedQueryImpl
 
setLockMode(LockModeType) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Set the lock mode type to be used for the query execution.
setLockMode(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
INTERNAL: Used for OX mapping.
setLockMode(LockModeType) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Set the lock mode type to be used for the query execution.
setLockMode(LockModeType) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Set the lock mode type to be used for the query execution.
setLockMode(String) - Method in interface org.eclipse.persistence.jpa.config.NamedQuery
 
setLockMode(short) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: Sets whether this is a pessimistically locking query.
setLockMode(short) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Sets whether this is a pessimistically locking query.
setLockModeType(String, AbstractSession) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Sets a javax.persistence.LockModeType to used with this queries execution.
setLockModeType(String, AbstractSession) - Method in class org.eclipse.persistence.queries.ReportQuery
INTERNAL: Sets a javax.persistence.LockModeType to used with this queries execution.
setLockOnChangeMode(OptimisticLockingPolicy.LockOnChange) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
ADVANCED: Sets the LockOnChange mode for this policy.
setLockOnChangeMode(OptimisticLockingPolicy.LockOnChange) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
ADVANCED: Sets the LockOnChange mode for this policy.
setLockOnChangeMode(OptimisticLockingPolicy.LockOnChange) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
ADVANCED: Sets the LockOnChange mode for this policy.
setLockThread(Thread) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTERNAL: Save the currentThread for later comparison to the activeThread in case they don't match
setLog(Writer) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Sets the attunity adapter message log.
setLog(Writer) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Set the writer to which an accessor writes logged messages and SQL.
setLog(SessionLog) - Static method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
setLog(Writer) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Set the message log.
setLog(Writer) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Set the writer to which an accessor writes logged messages and SQL.
setLog(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
Set the log file.
setLog(Writer) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
The method allows user to specify the output for the log message.
setLogConfig(LogConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
setLogger(MetadataLogger) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataFactory
INTERNAL:
setLogging(boolean) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Used by CopyHelper to set logging when creating a copy of a changesummary
setLoggingOff(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: PERF: Used for quick turning logging ON/OFF entirely.
setLoggingOptions(LoggingOptionsConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.LogConfig
 
setLogin(LOGIN) - Method in class org.eclipse.persistence.core.sessions.CoreProject
PUBLIC: Set the login to be used to connect to the database for this project.
setLogin(DatabaseLogin) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Set the login.
setLogin(Login) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Set the login.
setLogin(Login) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
ADVANCED: Returns a DatabaseLogin to be used by separate sequencing connection(s) The set value is ignored if shouldUseSeparateConnection() returns false.
setLogin(Login) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Set the login.
setLogin(DatabaseLogin) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set the login to be used to connect to the database for this project.
setLogin(Login) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set the login to be used to connect to the database for this project.
setLogin(Login) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Set the login to use for this connection.
setLogin(Login) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Set the login used to create connections.
setLoginConfig(LoginConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPoolConfig
 
setLoginConfig(LoginConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.DatabaseSessionConfig
 
setLoginTimeout(int) - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
setLogLevel(int) - Method in interface org.eclipse.persistence.core.sessions.CoreSession
PUBLIC: Set the log level.
setLogLevel(int) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
setLogLevel(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.DefaultSessionLogConfig
 
setLogLevel(Level) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Sets the log level
setLogLevel(SessionLog, int) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Sets the log level
setLogLevel(int) - Method in class org.eclipse.persistence.services.RuntimeServices
Set the log level
setLogLevel(int) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Set the log level.
setLogLevel(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
 
setLogLevel(int) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
The method allows user to define nine levels EclipseLink logging.
setLogWriter(PrintWriter) - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
setLong(String, long) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setLong(int, long) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setLong(Property, long) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setLongestTime(long) - Method in class org.eclipse.persistence.tools.profiler.Profile
 
setLookupType(Integer) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setLookupType(int) - Method in class org.eclipse.persistence.sessions.JNDIConnector
Deprecated.
As of 2.6.0, replaced by configuration provided by ServerPlatform.getJNDIConnectorLookupType()
setLowerBound(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Sets the StateObject representing the lower bound of the range.
setManagedClassNames(List<String>) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setManager(SessionManager) - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL: Set the singleton session manager.
setMany(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Set this property as single-valued(false) or many-valued(true).
setManyProperty(Property, Object) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
 
setManyProperty(Property, Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
 
setManyProperty(Property, Object) - Method in interface org.eclipse.persistence.sdo.ValueStore
 
setManyToManys(List<ManyToManyAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setManyToOnes(List<ManyToOneAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setMap(Map) - Method in class org.eclipse.persistence.sdo.helper.DefaultSchemaLocationResolver
Set the map of schemaLocations keyed on QName of the target SDO Type
setMapKey() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
 
setMapKey() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setMapKey(MapKeyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
setMapKey(MapKeyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setMapKey() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setMapKey() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setMapKey() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setMapKeyAssociationOverrides(List<AssociationOverrideMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyAssociationOverrides(List<AssociationOverrideMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyAttributeOverrides(List<AttributeOverrideMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyAttributeOverrides(List<AttributeOverrideMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
 
setMapKeyClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setMapKeyClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL:
setMapKeyClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL:
setMapKeyClass(MetadataClass) - Method in interface org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappedKeyMapAccessor
INTERNAL:
setMapKeyClass(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setMapKeyClass(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setMapKeyClass(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setMapKeyClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
 
setMapKeyColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setMapKeyColumn(ColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyColumn(ColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyColumn() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setMapKeyColumn() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setMapKeyColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setMapKeyConvert(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
This covers the EclipseLink Convert, single TEXT convert element.
setMapKeyConvert(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
This covers the EclipseLink Convert, single TEXT convert element.
setMapKeyConvert(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setMapKeyConvert(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setMapKeyConvert(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setMapKeyConverts(List<ConvertMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyConverts(List<ConvertMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyEnumerated() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
 
setMapKeyEnumerated() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setMapKeyEnumerated(EnumeratedMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyEnumerated(EnumeratedMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyEnumerated() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setMapKeyEnumerated() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setMapKeyEnumerated() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setMapKeyForeignKey() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
 
setMapKeyForeignKey() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setMapKeyForeignKey(ForeignKeyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyForeignKey(ForeignKeyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyForeignKey() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setMapKeyForeignKey() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setMapKeyForeignKey() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setMapKeyJoinColumns(List<JoinColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyJoinColumns(List<JoinColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyTemporal() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
 
setMapKeyTemporal() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setMapKeyTemporal(TemporalMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyTemporal(TemporalMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setMapKeyTemporal() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setMapKeyTemporal() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setMapKeyTemporal() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setMappedBy(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
setMappedBy(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
setMappedBy(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.InverseReferenceMapping
 
setMappedBy(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement.XmlInverseReference
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
Sets the value of the mappedBy property.
setMappedBy(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setMappedBy(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setMappedBy(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setMappedBy(String) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Called by JPA metadata processing to store the owning mapping for this mapping
setMappedBy(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
setMappedClass(Class) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
PUBLIC: Define the mapped class.
setMappedSuperclasses(List<MappedSuperclassAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setMapping(DatabaseMapping) - Method in exception org.eclipse.persistence.exceptions.DescriptorException
INTERNAL: Set the mapping.
setMapping(DatabaseMapping) - Method in class org.eclipse.persistence.history.HistoryPolicy
INTERNAL:
setMapping(DatabaseMapping) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: set the database mapping that uses the indirection policy.
setMapping(DatabaseMapping) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
setMapping(DatabaseMapping) - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
setMapping(DatabaseMapping) - Method in class org.eclipse.persistence.internal.sessions.ChangeRecord
Sets the mapping for the attribute that this Record represents
setMapping(DatabaseMapping) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Set mapping
setMapping(CoreMapping) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
setMappingFile(String) - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
setMappingFile(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
setMappingFile(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
setMappingFileNames(List<String>) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setMappingQueries(Map<DatabaseMapping, ReadQuery>) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
INTERNAL: PERF: Set the internally stored prepared mapping queries.
setMappings(Vector<DatabaseMapping>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the mappings.
setMappingsByField(Map<DatabaseField, DatabaseMapping>) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: All the mappings and their respective field associations are cached for performance improvement.
setMapsId(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractObjectMappingImpl
 
setMapsId(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: Used for OX mapping.
setMapsId(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setMapsId(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setMapsIdValue(String) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Set the maps id value
setMarshalAttributeGroup(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
 
setMarshalCallbacks(Map) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
setMarshalEmptyCollections(Boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Name of the property to determine if empty collections should be marshalled as [] Ignored marshalling XML.
setMarshalEmptyCollections(boolean) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
If true empty collections will be marshalled as empty arrays, else the collection will not be marshalled to JSON (default is true).
setMarshalledObject(Object) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
setMarshalledObjectRootQName(QName) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
setMarshaller(MARSHALLER) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
setMarshaller(MARSHALLER) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
setMarshaller(MARSHALLER) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
setMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
INTERNAL:
setMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
setMarshaller(Marshaller) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
setMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
 
setMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL:
setMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.oxm.XMLBinder
 
setMarshalListener(MARSHALLER_LISTENER) - Method in class org.eclipse.persistence.internal.oxm.Marshaller
 
setMarshalListener(XMLMarshalListener) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
setMarshalNodeValue(NodeValue) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
setMarshalNullRepresentation(XMLNullRepresentationType) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
Set the enum that determines what XML to write when a null value is encountered.
setMarshalRecord(MarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
setMask(SpatialParameters.Mask) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
PUBLIC: Set the MASK parameter
setMasks(SpatialParameters.Mask[]) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
PUBLIC: Set the MASK parameter
setMaxBatchSize(int) - Method in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
 
setMaxBatchWritingSize(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
PUBLIC: Allow for the max batch writing size to be set.
setMaxBatchWritingSize(Integer) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setMaxBatchWritingSize(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Allow for the max batch writing size to be set.
setMaxConnections(Integer) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPoolConfig
 
setMaxExclusive(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setMaxExclusive(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setMaximumCachedResults(int) - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Set the maximum cached results.
setMaxInclusive(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setMaxInclusive(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setMaxLength(int) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setMaxLength(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setMaxLength(int) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setMaxNumberOfConnections(int) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Set the maximum number of connections allowed.
setMaxNumberOfNonPooledConnections(int) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Set the number of non-pooled database connections allowed.
setMaxNumberOfNonPooledConnections(int) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Set the number of non-pooled database connections allowed.
setMaxOccurs(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Any
 
setMaxOccurs(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setMaxOccurs(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
setMaxOccurs(String) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
setMaxOccurs(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
 
setMaxOccurs(int) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setMaxPoolSize(int) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
PUBLIC: Sets a maximum number of connections in sequencing connection pool The set value is ignored if shouldUseSeparateConnection() returns false.
setMaxPrecision(int) - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
 
setMaxResolution(Number) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
PUBLIC: Set the MAX_RESOLUTION parameter
setMaxResults(int) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Set the maximum number of results to retrieve.
setMaxResults(int) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Set the maximum number of results to retrieve.
setMaxResults(int) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Set the maximum number of results to retrieve.
setMaxResultsInternal(int) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Set the maximum number of results to retrieve.
setMaxRows(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
set query max returned row size to the JDBC Statement
setMaxRows(int) - Method in class org.eclipse.persistence.queries.ReadQuery
PUBLIC: Used to set the limit for the maximum number of rows that any ResultSet can contain to the given number.
setMaxScale(int) - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
 
setMaxSize(int) - Method in class org.eclipse.persistence.internal.helper.ConcurrentFixedCache
Set the fixed size of the parse cache.
setMediaType(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2
 
setMediaType(MEDIA_TYPE) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Set the MediaType for this xmlMarshaller.
setMediaType(MEDIA_TYPE) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Set the MediaType for this xmlUnmarshaller.
setMediaType(MediaType) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
Set the MediaType for this xmlMarshaller.
setMediaType(MediaType) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
Set the MediaType for this xmlUnmarshaller.
setMemberOfNode(MemberOfNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
setMemberOfNode(MemberOfNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
 
setMemberTypes(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Union
 
setMergeManager(MergeManager) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: A reference to the last used merge manager.
setMessage(String) - Method in class org.eclipse.persistence.logging.SessionLogEntry
Set the entry's message.
setMetadataClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
setMetadataComplete(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
setMetadataComplete(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setMetadataComplete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setMetadataComplete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setMetadataComplete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setMetadataCompletePackageMap(Map<String, Boolean>) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaModelImpl
Set the Map of package names to metadata complete indicators for this JavaModelInput.
setMetadataFactory(MetadataFactory) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAccessibleObject
INTERNAL:
setMetadataFactory(MetadataFactory) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
setMetadataSource(MetadataSource) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
INTERNAL: Use this method to set the MetadataSource class to use for loading extensible mappings
setMetamodel(Metamodel) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
INTERNAL: Convenience function to allow us to reset the Metamodel in the possible case that we want to regenerate it.
setMetamodel(Metamodel) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
INTERNAL: Convenience function to allow us to reset the Metamodel in the possible case that we want to regenerate it.
setMetamodel(Metamodel) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
INTERNAL: Convenience function to allow us to reset the Metamodel in the possible case that we want to regenerate it.
setMetamodelMappedSuperclassChildDescriptor(MetadataDescriptor) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setMethod(String) - Method in class org.eclipse.persistence.internal.jpa.config.transformers.ReadTransformerImpl
 
setMethod(String) - Method in class org.eclipse.persistence.internal.jpa.config.transformers.WriteTransformerImpl
 
setMethod(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.ReadTransformerMetadata
INTERNAL: Used for OX mapping.
setMethod(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Link
 
setMethod(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkTemplate
 
setMethod(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2
 
setMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
Sets the value of the method property.
setMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
Sets the value of the method property.
setMethod(String) - Method in interface org.eclipse.persistence.jpa.config.ReadTransformer
 
setMethod(String) - Method in interface org.eclipse.persistence.jpa.config.WriteTransformer
 
setMethodBuffer(StringBuffer) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
setMethodClass(Class) - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
PUBLIC: Sets the class to execute the static method on.
setMethodClassName(String) - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
INTERNAL: Sets the class to execute the static method on.
setMethodName(String) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
Set the clone method name.
setMethodName(String) - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
setMethodName(String) - Method in class org.eclipse.persistence.internal.descriptors.MethodBasedFieldTransformation
 
setMethodName(String) - Method in class org.eclipse.persistence.internal.jpa.config.copypolicy.CloneCopyPolicyImpl
 
setMethodName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CloneCopyPolicyMetadata
INTERNAL: Used for OX mapping.
setMethodName(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.SessionBeanCall
 
setMethodName(String) - Method in interface org.eclipse.persistence.jpa.config.CloneCopyPolicy
 
setMethodName(String) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedAttributeTransformer
 
setMethodName(String) - Method in class org.eclipse.persistence.mappings.transformers.MethodBasedFieldTransformer
 
setMethodName(String) - Method in class org.eclipse.persistence.queries.MethodBaseQueryRedirector
PUBLIC: Sets the name of the static method.
setMethodName(String) - Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
INTERNAL: Return a valid Java set method name for a given string
setMethodParameterTypeNotValid(CollectionMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
setMethodProperty(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setMillisecond(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.cache.TimeOfDayImpl
 
setMillisecond(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL: Used for OX mapping.
setMillisecond(Integer) - Method in interface org.eclipse.persistence.jpa.config.TimeOfDay
 
setMimeType(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
Force mapping to set default FixedMimeTypePolicy using the MimeType string as argument
setMimeType(String) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper.EncodedData
 
setMimeType(String) - Method in class org.eclipse.persistence.internal.xr.Attachment
INTERNAL: set the mime-type setting for the binary attachement
setMimeType(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setMimeType(String) - Method in class org.eclipse.persistence.oxm.mappings.FixedMimeTypePolicy
Set the default mime type for this policy.
setMimeType(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
Force mapping to set default FixedMimeTypePolicy using the MimeType string as argument
setMimeType(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
Force mapping to set default FixedMimeTypePolicy using the MimeType string as argument
setMimeTypePolicy(MIME_TYPE_POLICY) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
Allow implementer to set the MimeTypePolicy class FixedMimeTypePolicy or AttributeMimeTypePolicy (dynamic)
setMimeTypePolicy(MIME_TYPE_POLICY) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
Allow implementer to set the MimeTypePolicy class FixedMimeTypePolicy or AttributeMimeTypePolicy (dynamic)
setMimeTypePolicy(MimeTypePolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
Allow implementer to set the MimeTypePolicy class FixedMimeTypePolicy or AttributeMimeTypePolicy (dynamic)
setMimeTypePolicy(MimeTypePolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
Allow implementer to set the MimeTypePolicy class FixedMimeTypePolicy or AttributeMimeTypePolicy (dynamic)
setMinConnections(Integer) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPoolConfig
 
setMinExclusive(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setMinExclusive(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setMinInclusive(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setMinInclusive(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setMinLength(int) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setMinLength(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setMinLength(int) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setMinNumberOfConnections(int) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Set the minimum number of connections.
setMinOccurs(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Any
 
setMinOccurs(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setMinOccurs(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
setMinOccurs(String) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
setMinOccurs(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
 
setMinOccurs(int) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setMinPoolSize(int) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
PUBLIC: Sets a minimum number of connections in sequencing connection pool The set value is ignored if shouldUseSeparateConnection() returns false.
setMinResolution(Number) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
PUBLIC: Set the MIN_RESOLUTION parameter
setMinScale(int) - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
 
setMinute(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.cache.TimeOfDayImpl
 
setMinute(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL: Used for OX mapping.
setMinute(Integer) - Method in interface org.eclipse.persistence.jpa.config.TimeOfDay
 
setMixed(boolean) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexContent
 
setMixed(boolean) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setMixed(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set mixed content indicator
setMixed(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
 
setMixedContent(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyCollectionMapping
 
setMixedContent(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyObjectMapping
 
setMixedContent(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
Allows the user to indicate that this mapping should also allow for mixed content in addition to any of the elements in the choice.
setMixedContent(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
Allows the user to indicate that this mapping should also allow for mixed content in addition to any of the elements in the choice.
setMixedContent(boolean) - Method in class org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
 
setMixedContent(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setMixedContent(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
setMixedContent(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
setMixedContent(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
PUBLIC: Allows the user to indicate that this mapping should also allow for mixed content in addition to any of the elements in the choice.
setMixedContent(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
PUBLIC: Allows the user to indicate that this mapping should also allow for mixed content in addition to any of the elements in the choice.
setMixedConverters(List<MixedConverterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setMode(int) - Method in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
 
setMode(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.StoredProcedureParameterImpl
 
setMode(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
setMode(String) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
 
setModifiedDoms(List) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
setModifiers(int) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
setModifiers(int) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
setModifyRow(AbstractRecord) - Method in class org.eclipse.persistence.internal.expressions.SQLModifyStatement
 
setModifyRow(AbstractRecord) - Method in class org.eclipse.persistence.queries.ModifyQuery
INTERNAL: Set the modify row
setMulticastGroupAddress(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.discovery.DiscoveryConfig
 
setMulticastGroupAddress(String) - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
PUBLIC: Set the host address of the multicast group.
setMulticastPort(int) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.discovery.DiscoveryConfig
 
setMulticastPort(int) - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
PUBLIC: Set the multicast port used for discovery.
setMultipleResultSets(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedStoredProcedureQueryImpl
 
setMultipleResultSets(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping
setMultipleResultSets(Boolean) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
 
setMultipleTableInsertOrder(List<DatabaseTable>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Sets the List of DatabaseTables in the order which INSERTS should take place.
setMultipleTableJoinExpression(Expression) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: This is normally generated for descriptors that have multiple tables.
setMultitenant() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setMultitenant(MultitenantMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setMultitenant() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setMultitenant() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setMultitenantPolicy(MultitenantPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set a multitenant policy on the descriptor.
setMultitenantPolicy(MultitenantPolicy) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Set the multitenant policy.
setMustDeleteReferenceObjectsOneByOne(Boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
ADVANCED:: Return whether the reference objects must be deleted one by one, as opposed to with a single DELETE statement.
setMutable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
 
setMutable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.TransformationImpl
 
setMutable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
setMutable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setMutable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Id
 
setMutable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Transformation
 
setMutable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Version
 
setName(String) - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
setName(String) - Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
PUBLIC: Set the name of the policy.
setName(String) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Set the name of the ConnectionFactory within the JNDI Context.
setName(Name) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Set the name of the ConnectionFactory within the JNDI Context.
setName(String) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Set the name.
setName(String) - Method in class org.eclipse.persistence.internal.codegen.CodeDefinition
 
setName(String) - Method in interface org.eclipse.persistence.internal.core.helper.CoreField
Set the unqualified name of the field.
setName(String) - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Set the name.
setName(String) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Set the unqualified name of the field.
setName(String, DatasourcePlatform) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Set the unqualified name of the field.
setName(String, String, String) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Set the unqualified name of the field.
setName(String) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Set the table name.
setName(String, String, String) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Set the table name.
setName(String) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.AbstractColumnImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.AbstractOverrideImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.FieldImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.ForeignKeyImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.JoinFieldImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.ConverterImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.ObjectTypeConverterImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.StructConverterImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.TypeConverterImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.BasicImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.MapKeyImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.TransientImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.HashPartitioningImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.PartitioningImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.PinnedPartitioningImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.RangePartitioningImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.ReplicationPartitioningImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.RoundRobinPartitioningImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.UnionPartitioningImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.ValuePartitioningImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.PropertyImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.AbstractNamedQueryImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.AbstractPlsqlTypeImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.ColumnResultImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.FetchAttributeImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.FetchGroupImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.FieldResultImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.OracleArrayImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.OracleObjectImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.PlsqlParameterImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.QueryHintImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.SqlResultSetMappingImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.StoredProcedureParameterImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.SequenceGeneratorImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.UuidGeneratorImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.structures.StructImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.IndexImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.UniqueConstraintImpl
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitProperty
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL:
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ForeignKeyMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.MetadataColumn
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.OverrideMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.AbstractConverterMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.MixedConverterMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedAttributeNodeMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.MapKeyMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.AbstractPartitioningMetadata
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ColumnResultMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ComplexTypeMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FetchAttributeMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FetchGroupMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.FieldResultMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryHintMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.UuidGeneratorMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.UniqueConstraintMetadata
INTERNAL: Used for OX mapping.
setName(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.FuncNode
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Attribute
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
 
setName(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Resource
 
setName(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.AttributeGroup
 
setName(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setName(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
setName(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setName(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
setName(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
setName(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Set the name of the session.
setName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPoolConfig
 
setName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.WriteConnectionPoolConfig
 
setName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.property.PropertyConfig
 
setName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequenceConfig
 
setName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
setName(String) - Method in class org.eclipse.persistence.internal.xr.Invocation
INTERNAL: Set the name of this Invocation
setName(String) - Method in class org.eclipse.persistence.internal.xr.NamedQueryHandler
 
setName(String) - Method in class org.eclipse.persistence.internal.xr.Operation
INTERNAL: Set this Operation's name
setName(String) - Method in class org.eclipse.persistence.internal.xr.Parameter
Set name of bound argument
setName(String) - Method in class org.eclipse.persistence.internal.xr.ProcedureArgument
 
setName(String) - Method in class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler
 
setName(String) - Method in class org.eclipse.persistence.internal.xr.XRServiceModel
 
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the name property.
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the name property.
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the name property.
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Sets the value of the name property.
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
Sets the value of the name property.
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
Sets the value of the name property.
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
Sets the value of the name property.
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
Sets the value of the name property.
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
Sets the value of the name property.
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry
Sets the value of the name property.
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Sets the value of the name property.
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
Sets the value of the name property.
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
Sets the value of the name property.
setName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
Sets the value of the name property.
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Array
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.AssociationOverride
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.AttributeOverride
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Column
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.ColumnResult
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Converter
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.DiscriminatorColumn
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Embedded
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.EmbeddedId
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.FetchAttribute
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.FetchGroup
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Field
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.FieldResult
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.ForeignKey
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.HashPartitioning
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Id
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Index
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.JoinField
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.MapKey
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedNativeQuery
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedQuery
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.ObjectTypeConverter
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.OracleArray
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.OracleObject
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.OrderColumn
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Partitioning
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.PinnedPartitioning
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlRecord
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlTable
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.PrimaryKeyJoinColumn
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Property
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.QueryHint
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.RangePartitioning
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.ReplicationPartitioning
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.RoundRobinPartitioning
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.SequenceGenerator
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.SqlResultSetMapping
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Struct
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.StructConverter
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Structure
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Table
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Transformation
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Transient
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.TypeConverter
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.UnionPartitioning
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.UniqueConstraint
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.UuidGenerator
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setName(String) - Method in interface org.eclipse.persistence.jpa.config.Version
 
setName(String) - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
PUBLIC: Set the name for the query key.
setName(String) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
Specify the name of the setting.
setName(String, String, String) - Method in class org.eclipse.persistence.oxm.XMLField
Override setName in superclass
setName(String) - Method in class org.eclipse.persistence.oxm.XMLField
This has the same effect as calling the setXPath method
setName(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Set the query's name.
setName(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Assign a string as a unique name of this Property among Properties that belongs to a DataObject.
setName(String) - Method in class org.eclipse.persistence.sequencing.Sequence
 
setName(String) - Method in class org.eclipse.persistence.sessions.JNDIConnector
PUBLIC: Set the name of the DataSource within the JNDI Context.
setName(String) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set the name of the project.
setName(String) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Set the name of this pool.
setName(String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Set the name of the session.
setName(String) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
PUBLIC: Set the name of the object.
setName(String) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Set the name of the field.
setName(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
setName(String) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Set the name.
setName(String) - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
PUBLIC:
setNameCollision(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
setNamedAttributeNodes(List<NamedAttributeNodeMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Used for OX mapping.
setNamedAttributeNodes(List<NamedAttributeNodeMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL: Used for OX mapping.
setNamedEntityGraphs(List<NamedEntityGraphMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
setNamedNativeQueries(List<NamedNativeQueryMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setNamedNativeQueries(List<NamedNativeQueryMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setNamedPLSQLStoredFunctionQueries(List<NamedPLSQLStoredFunctionQueryMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setNamedPLSQLStoredFunctionQueries(List<NamedPLSQLStoredFunctionQueryMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setNamedPLSQLStoredProcedureQueries(List<NamedPLSQLStoredProcedureQueryMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setNamedPLSQLStoredProcedureQueries(List<NamedPLSQLStoredProcedureQueryMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setNamedQueries(List<NamedQueryMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setNamedQueries(List<NamedQueryMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setNamedStoredFunctionQueries(List<NamedStoredFunctionQueryMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setNamedStoredFunctionQueries(List<NamedStoredFunctionQueryMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setNamedStoredProcedureQueries(List<NamedStoredProcedureQueryMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setNamedStoredProcedureQueries(List<NamedStoredProcedureQueryMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setNameField(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.TableSequenceConfig
 
setNameFieldName(String) - Method in class org.eclipse.persistence.sequencing.TableSequence
 
setNameForComparisons(String) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
INTERNAL: sets the string to be used for equality checking and determining the hashcode of this field.
setNamespace(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.AnyAttribute
 
setNamespace(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Import
 
setNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
setNamespace(String) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the namespace property.
setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the namespace property.
setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Sets the value of the namespace property.
setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
Sets the value of the namespace property.
setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Sets the value of the namespace property.
setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
Sets the value of the namespace property.
setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
Sets the value of the namespace property.
setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
Sets the value of the namespace property.
setNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlType
Sets the value of the namespace property.
setNameSpace(String) - Method in class org.eclipse.persistence.logging.SessionLogEntry
Set the name space of the log entry.
setNamespaceAware(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
If set to true, the reader will be aware of namespaces during marshal/unmarsal operations.
setNamespaceAware(boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setNamespaceAware(boolean) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Changes namespaceAware behavior of the parser.
setNamespaceAware(boolean) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
setNamespaceDeclarationIncluded(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyAttributeMapping
 
setNamespaceDeclarationIncluded(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
setNamespaceInfo(NamespaceInfo) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
setNamespacePrefixMapper(NAMESPACE_PREFIX_MAPPER) - Method in class org.eclipse.persistence.internal.oxm.Marshaller
NamespacePrefixMapper that can be used during marshal (instead of those set in the project meta data)
setNamespacePrefixMapper(Map<String, String>) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
By default the JSON-binding will ignore namespace qualification.
setNamespacePrefixMapper(NamespacePrefixMapper) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
NamespacePrefixMapper that can be used during marshal (instead of those set in the project meta data)
setNamespaceQualified(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Set if the element or attribute corresponding to this Property is namespace qualified in the XSD.
setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Set the XML namespace resolver.
setNamespaceResolver(NAMESPACE_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Set the NamespaceResolver to associate with this descriptor
setNamespaceResolver(NAMESPACE_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Set the NamespaceResolver associated with this XMLField
setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.QNameInheritancePolicy
 
setNamespaceResolver(NAMESPACE_RESOLVER) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
setNamespaceResolver(NAMESPACE_RESOLVER) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Get the NamespaceResolver to be used during unmarshal Ignored unmarshalling XML.
setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.NamespaceInfo
 
setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Set the NamespaceResolver to associate with this descriptor
setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.XMLField
Set the NamespaceResolver associated with this XMLField
setNamespaceResolver(NamespaceResolver) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
INTERNAL: Set the namespaceresolver of the document
setNamespaces(Vector) - Method in class org.eclipse.persistence.internal.oxm.NamespaceResolver
INTERNAL: Set the namespaces on the namespace resolver based on the specified Vector of Namespace objects Used for deployment XML
setNamespaceSeparator(char) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
Sets namespace separator.
setNamespaceSeparator(char) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Set the namespace separator used during marshal operations.
setNamespaceSeparator(char) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Set the namespace separator used during unmarshal operations.
setNamespaceSeparator(char) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setNamespaceSeparator(char) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
This character (default is '.') separates the prefix from the key name.
setNamespaceURI(String) - Method in class org.eclipse.persistence.internal.oxm.Namespace
 
setNamespaceURI(String) - Method in class org.eclipse.persistence.internal.oxm.Root
Sets the namespace uri associated with the QName of this XMLRoot.
setNamespaceURI(String) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setNamespaceUri(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
Sets the value of the namespaceUri property.
setNamespaceURI(String) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
setNamingServiceType(int) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
ADVANCED: This function is not supported for naming service other than JNDI or TransportManager.JNDI_NAMING_SERVICE.
setNamingServiceType(int) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
ADVANCED: Set the type of naming service used to look up remote connections to other service instances.
setNativeSequencing(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setNativeSequencing(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
setNativeSQL(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setNestedAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.internal.jaxb.many.JAXBArrayAttributeAccessor
 
setNestedConverter(CoreConverter) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementConverter
 
setNestedConverter(XMLConverter) - Method in class org.eclipse.persistence.internal.jaxb.JAXBElementRootConverter
 
setNestedConverter(CoreConverter) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
Set a nested converter to be used in conjunction with the adapter.
setNestedParticles(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
setNestedParticles(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
setNestedTable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLTableMetadata
Set boolean that indicates if the instance represents a Nested Table (as opposed to Varray)
setNestedType(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.OracleArrayImpl
 
setNestedType(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.PlsqlTableImpl
 
setNestedType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.OracleArrayTypeMetadata
INTERNAL: Used for OX mapping.
setNestedType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLTableMetadata
INTERNAL: Used for OX mapping.
setNestedType(String) - Method in interface org.eclipse.persistence.jpa.config.OracleArray
 
setNestedType(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlTable
 
setNestedType(DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.jdbc.OracleArrayType
Set the database type of the value contained in the collection type.
setNestedType(DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
Set the database type of the value contained in the collection type.
setNestedTypeField(DatabaseField) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
ADVANCED: For ARRAY fields, this field's type represents the type contained in the ARRAY.
setNewKey(Object) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
This method is used to set the value that this object will be stored under in its respected map collection
setNewSize(int) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
 
setNewTempClassLoader(ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setNewValue(Object) - Method in class org.eclipse.persistence.internal.sessions.DirectToFieldChangeRecord
ADVANCED: Sets the new value assigned during the change.
setNewValue(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.sessions.ObjectReferenceChangeRecord
This method sets the value of the change to be made.
setNewValue(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.sessions.ObjectReferenceChangeRecord
This method sets the value of the change to be made.
setNewValue(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Sets the new value to be the given StateObject.
setNewValueInChangeRecord(Object, ObjectReferenceChangeRecord, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Set the newValue in the change record
setNext(LinkedCacheKey) - Method in class org.eclipse.persistence.internal.identitymaps.LinkedCacheKey
 
setNext(MetadataMethod) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
setNextFragment(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setNil(boolean) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
setNil(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
setNil(boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.ExtendedContentHandler
This method can be used to track that the current element is nil
setNil(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
setNil(boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setNil(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setNil(boolean) - Method in class org.eclipse.persistence.internal.oxm.Root
Sets that this XMLRoot object is nil.
setNil(boolean) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setNil(boolean) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
setNillable(boolean) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setNillable(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Set if the global element should be marked as nillable
setNillable(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setNillable(boolean) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
Set if the global element should be marked as nillable
setNillable(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the nillable property.
setNillable(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementNillable
Sets the value of the nillable property.
setNillable(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
Sets the value of the nillable property.
setNillable(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Sets the value of the nillable property.
SetNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL: This node holds a list of all the updates that will occur in an Update Query.
SetNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.SetNode
 
setNode(Node) - Method in class org.eclipse.persistence.internal.oxm.record.DOMInputSource
 
setNodeClass(Class) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Set the node class for this operator.
setNodeFactory(NodeFactory) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Set the factory used by the parser to create a parse tree and parse tree nodes.
setNodeOrderingPolicy(NodeOrderingPolicyConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DocumentPreservationPolicyConfig
 
setNodeOrderingPolicy(NodeOrderingPolicy) - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
PUBLIC: Sets the NodeOrderingPolicy to be used by this DocumentPreservationPolicy when adding new elements into a cached XML Document.
setNodeValue(NodeValue) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
setNoNamespaceSchemaLocation(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setNoNamespaceSchemaLocation(String) - Method in class org.eclipse.persistence.internal.oxm.Root
Sets the no namespace schema location.
setNoNamespaceSchemaLocation(String) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Set the no namespace schema location on this XMLMarshaller
setNoNamespaceSchemaLocation(String) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
Sets the value of the noNamespaceSchemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if it should not be present.
setNonCacheable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
setNonCacheable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setNonCacheable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL: Used for OX mapping.
setNonCacheable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
setNonCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setNonCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setNonCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setNonCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setNonCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setNonCacheable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setNonDeferredCreateTime(int) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
ADVANCED: This setting is only available for CMP beans that are not being deferred.
setNonFetchJoinAttributeExpressions(List<Expression>) - 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.
setNonFinalizedMappingURIs(List) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
setNonFinalizedReferencingProps(List) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
setNonJtaDataSource(String) - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
setNonJtaDataSource(DataSource) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setNonJtaDataSource(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
setNonSelectFields(List) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Set the non select fields.
setNormalizedWhereClause(Expression) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Set the where clause expression.
setNormalizingStringValues(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
Indicates that this mapping should normalize all string values before adding them to the collection on unmarshal.
setNormalizingStringValues(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
Indicates that this mapping should normalize all string values before setting them in the object on unmarshal.
setNormalizingStringValues(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
PUBLIC: Indicates that this mapping should normalize all string values before adding them to the collection on unmarshal.
setNormalizingStringValues(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
PUBLIC: Indicates that this mapping should normalize all string values before setting them in the object on unmarshal.
setNoSql() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
setNoSql(NoSqlMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setNoSql() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setNoSql() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Sets whether the NOT identifier should be part of the expression or not.
setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Sets whether the NOT identifier should be part of the expression or not.
setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Sets whether the NOT identifier should be part of the expression or not.
setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Sets whether the NOT identifier should be part of the expression or not.
setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Sets whether the NOT identifier should be part of the expression or not.
setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Sets whether the NOT identifier should be part of the expression or not.
setNot(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Sets whether the NOT identifier should be part of the expression or not.
setNotNullAnnotated(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setNullable(boolean) - Method in class org.eclipse.persistence.internal.descriptors.QueryArgument
 
setNullable(boolean) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Used for generating DDL.
setNullable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.columns.AbstractDirectColumnImpl
 
setNullable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.columns.JoinColumnImpl
 
setNullable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DirectColumnMetadata
INTERNAL: Used for OX mapping.
setNullable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.JoinColumnMetadata
INTERNAL: Used for OX mapping.
setNullable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Column
 
setNullable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
 
setNullable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OrderColumn
 
setNullable(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
setNullableArguments(List<DatabaseField>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set the list of arguments to check for null.
setNullAllowed(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Resolver
Sets whether the Expression to be created, which wraps the attribute or query key name allows the target of the 1:1 relationship to be null if there is no corresponding relationship in the database.
setNullAllowed(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
Sets whether the Expression to be created, which wraps the attribute or query key name allows the target of the 1:1 relationship to be null if there is no corresponding relationship in the database.
setNullCapableNodeValue(XMLChoiceObjectMappingNodeValue) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
 
setNullCapableValue(NullCapableValue) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
setNullPolicy(AbstractNullPolicy) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
setNullPolicy(AbstractNullPolicy) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
setNullPolicy(AbstractNullPolicy) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
setNullPolicy(AbstractNullPolicy) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
 
setNullPolicy(AbstractNullPolicy) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
setNullPolicy(XmlAbstractNullPolicy) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the null policy for this property.
setNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
setNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
 
setNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
setNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
setNullPolicy(AbstractNullPolicy) - Method in interface org.eclipse.persistence.oxm.mappings.XMLNillableMapping
Set the AbstractNullPolicy on the mapping
The default policy is NullPolicy.
setNullRepresentationForXml(XmlMarshalNullRepresentation) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
Sets the value of the nullRepresentationForXml property.
setNullRepresentedByEmptyNode(boolean) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
 
setNullRepresentedByXsiNil(boolean) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
 
setNullValue(Object) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
 
setNullValue(Object) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
Allow for the value used for null to be specified.
setNullValue(Object, CoreSession) - Method in interface org.eclipse.persistence.internal.oxm.NullCapableValue
INTERNAL: Set the null representation of the (object).
setNullValue(Object, CoreSession) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
setNullValue(Object, CoreSession) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
setNullValue(Object, CoreSession) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
 
setNullValue(Object, CoreSession) - Method in class org.eclipse.persistence.internal.oxm.XMLDirectMappingNodeValue
 
setNullValue(Object, CoreSession) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
 
setNullValue(Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
PUBLIC: Allow for the value used for null to be specified.
setNullValue(Object) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
PUBLIC: Allow for the value used for null to be specified.
setNullValueInFields(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL: Set the validForUpdateCallCacheCheck attribute to true if the row does not contain nulls, false otherwise
setNullValueMarshalled(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
Set whether this mapping's value should be marshalled, in the case that it is equal to the default null value.
setNullValueMarshalled(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
PUBLIC: Set whether this mapping's value should be marshalled, in the case that it is equal to the default null value.
setNumberOfInstancesEffected(long) - Method in class org.eclipse.persistence.tools.profiler.Profile
 
setNumberOfItems(int) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
setNumberOfNonPooledConnectionsUsed(int) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Set the current number of connections being used that are not from a connection pool.
setObject(Object) - Method in class org.eclipse.persistence.internal.helper.IndexedObject
 
setObject(Object) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
setObject(Object) - Method in class org.eclipse.persistence.internal.identitymaps.QueueableWeakCacheKey
 
setObject(Object) - Method in class org.eclipse.persistence.internal.identitymaps.SoftCacheKey
 
setObject(Object) - Method in class org.eclipse.persistence.internal.identitymaps.WeakCacheKey
 
setObject(Object) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
setObject(Object) - Method in class org.eclipse.persistence.internal.oxm.Root
Sets the object associated with this XMLRoot.
setObject(Object) - Method in class org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor
Set an object
setObject(Object) - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
Set the read object(s) from the server side.
setObject(T) - Method in class org.eclipse.persistence.oxm.JSONWithPadding
The Object to be marshalled
setObject(Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
setObject(Object) - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
PUBLIC: (REQUIRED) Set the object required for modification.
setObject(Object) - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Set the object.
setObject(Object) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
PUBLIC: (REQUIRED) Set the object required for modification.
setObject(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
setObjectChangePolicy(ObjectChangePolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the ObjectChangePolicy for this descriptor.
setObjectChangeSet(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
INTERNAL: Return the object change set associated with this listener
setObjectChangeSet(ObjectChangeSet) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: Set the ObjectChangeSet representing the object to be written
setObjectChangeSetToUOWClone(Map<ObjectChangeSet, Object>) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: This method is used to insert a new collection into the UOWChangeSet.
setObjectClass(Class) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
PUBLIC: Set the class type of the object value.
setObjectClass(Class) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
Set the Class of the elements of this collection's "sub-collection".
setObjectClassName(String) - Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
INTERNAL: Set the name of the object type for the MW usage.
setObjectClassName(String) - Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
Set the Class name of the elements of this collection's "sub-collection".
setObjectCollection(List<Object>) - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Set the internal object collection
setObjectDescriptors(Map) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
 
setObjectDescriptors(Map) - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
Get object to object descriptor
setObjectFactoryClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setObjectFetchGroup(Object, FetchGroup, AbstractSession) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Set fetch group into the object.
setObjects(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.ConcatNode
 
setObjects(List<Object>) - Method in class org.eclipse.persistence.queries.DeleteAllQuery
PUBLIC (REQUIRED): Set the objects to be deleted.
setObjectsDeletedDuringCommit(Map) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Set the objects that have been deleted.
setObjectType(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.ObjectTypeConverterImpl
 
setObjectType(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.TypeConverterImpl
 
setObjectType(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL:
setObjectType(String) - Method in interface org.eclipse.persistence.jpa.config.ObjectTypeConverter
 
setObjectType(String) - Method in interface org.eclipse.persistence.jpa.config.TypeConverter
 
setObjectTypeConverter() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Array
 
setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setObjectTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Version
 
setObjectTypeConverters(List<ObjectTypeConverterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setObjectTypeConverters(List<ObjectTypeConverterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setObjectTypeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL: Used for OX mapping.
setObjectTypeName(String) - Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
INTERNAL: Set from JPA processing where we deal with strings only to avoid class loader conflicts.
setObjectValue(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.ConversionValueImpl
 
setObjectValue(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConversionValueMetadata
INTERNAL: Used for OX mapping.
setObjectValue(String) - Method in interface org.eclipse.persistence.jpa.config.ConversionValue
 
setObjID(ObjID) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoveServerSideRemoteValueHolderCommand
INTERNAL: Use this method to set the remote ValueHolder ID
setODBCDataSourceName(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: The data source name is required if connecting through ODBC (JDBC-ODBC, etc.).
setOf(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
 
setOffset(Integer) - Method in interface org.eclipse.persistence.jpa.rs.util.list.PageableCollection
Sets the offset.
setOffset(Integer) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReadAllQueryResultCollection
Sets the offset.
setOffset(Integer) - Method in class org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultCollection
 
setOldContainer(SDODataObject, DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
setOldContainmentProperty(SDODataObject, Property) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
setOldKey(Object) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
This method is used to set the value that this object was stored under in its respected map collection
setOldSequence(SDODataObject, Sequence) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
setOldSize(int) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
 
setOldValue(Object) - Method in class org.eclipse.persistence.internal.sessions.AggregateChangeRecord
INTERNAL: Set the old value of the attribute represented by this ChangeRecord.
setOldValue(Object) - Method in class org.eclipse.persistence.internal.sessions.DirectToFieldChangeRecord
INTERNAL: Set the old value of the attribute represented by this ChangeRecord.
setOldValue(Object) - Method in class org.eclipse.persistence.internal.sessions.ObjectReferenceChangeRecord
Set the old value of the object reference.
setOldValue(Object) - Method in class org.eclipse.persistence.internal.sessions.TransformationMappingChangeRecord
INTERNAL: Set the old value of the attribute represented by this ChangeRecord.
setOnClause(Expression) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
setOnConnectionError(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.TransportManagerConfig
 
setOnEntity(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.EntityFetchGroup
Set this EntityFetchGroup on an entity implementing FetchGroupTracker.
setOneToManys(List<OneToManyAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setOneToOnes(List<OneToOneAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setOnlyInstancesExpression(Expression) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
ADVANCED: Sets the expression used to select instance of the class only.
setOpen(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Make this Type an opened Type to allow open content by assigning true value or a Type not to accept any additional properties by assigning false value, SDOType.isOpen().
setOpen(boolean) - Method in class org.eclipse.persistence.sdo.types.SDODataType
 
setOpenContentProperty(Property, Object) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
 
setOpenContentProperty(Property, Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
 
setOpenContentProperty(Property, Object) - Method in interface org.eclipse.persistence.sdo.ValueStore
 
setOpenContentValues(Map) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
INTERNAL:
setOperations(Map<String, Operation>) - Method in class org.eclipse.persistence.internal.xr.XRServiceModel
 
setOperationTimings(Hashtable) - Method in class org.eclipse.persistence.tools.profiler.Profile
 
setOperator(ExpressionOperator) - Method in class org.eclipse.persistence.internal.expressions.ArgumentListFunctionExpression
INTERNAL: Set the operator for this expression.
setOperator(ExpressionOperator) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
 
setOperator(ExpressionOperator) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
 
setOperator(Predicate.BooleanOperator) - Method in class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl
 
setOperator(Predicate.BooleanOperator) - Method in class org.eclipse.persistence.internal.jpa.querydef.PredicateImpl
 
setOpposite(Property) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Set the opposite Property.
setOppositePropName(String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
 
setOptimisticLocking() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setOptimisticLocking(OptimisticLockingMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setOptimisticLocking() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setOptimisticLocking() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setOptimisticLockingPolicy(OptimisticLockingPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the OptimisticLockingPolicy.
setOptimisticLockingPolicy(OptimisticLockingPolicy) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setOptimisticLockingPolicyAndInitialWriteLockValue(OptimisticLockingPolicy, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: This method should ONLY be used to set the initial writeLock value for an ObjectChangeSet when it is first built.
setOptimizeDataConversion(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setOptional(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl
 
setOptional(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractObjectMappingImpl
 
setOptional(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.queries.PlsqlParameterImpl
 
setOptional(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.queries.StoredProcedureParameterImpl
 
setOptional(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Used for OX mapping.
setOptional(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: Used for OX mapping.
setOptional(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
setOptional(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
setOptional(boolean) - Method in class org.eclipse.persistence.internal.xr.Parameter
Set the optional indicator
setOptional(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
Sets the value of the optional property.
setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Id
 
setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
 
setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
 
setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Transformation
 
setOptional(Boolean) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setOptionalArguments(List<DatabaseField>) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
INTERNAL: Set the list of optional arguments.
setOracleArrayTypes(List<OracleArrayTypeMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
Sets the list of OracleArrayType instances.
setOracleArrayTypes(List<OracleArrayTypeMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setOracleObjectTypes(List<OracleObjectTypeMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
Sets the list of OracleObjectType instances.
setOracleObjectTypes(List<OracleObjectTypeMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setOrAddAttribute(String, String, String, String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
setOrAddAttribute(String, String, String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
Deprecated.
 
setOrderBy(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
 
setOrderBy(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setOrderBy(OrderByMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
setOrderBy(OrderByMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setOrderBy(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setOrderBy(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setOrderBy(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setOrderByExpressions(List<Expression>) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
setOrderByExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Set the order expressions for the query.
setOrderByExpressions_(List<Expression>) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Set the list of orderBy expressions.
setOrderByItem(Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.OrderByItemNode
 
setOrderByItems(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.OrderByNode
INTERNAL Set the order by statements
setOrderByNode(OrderByNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Set the Order by node
setOrderColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractCollectionMappingImpl
 
setOrderColumn() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setOrderColumn(OrderColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
INTERNAL: Used for OX mapping.
setOrderColumn(OrderColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setOrderColumn() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setOrderColumn() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setOrderColumn() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setOrderCorrectionType(OrderCorrectionType) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
 
setOrderCorrectionType(OrderCorrectionType) - 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").
setOrderedAddObjectIndices(Map<ObjectChangeSet, Integer>) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
Sets collection of ChangeSets (and their respective index) that they were added to the collection.
setOrderedAddObjects(List<ObjectChangeSet>) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
Sets collection of ChangeSets that they were added to the collection.
setOrderedAttributes(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setOrderedAttributes(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
setOrderedChangeObjectList(List<OrderedChangeObject>) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
 
setOrderedDescriptors(List<ClassDescriptor>) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Set the descriptors order.
setOrderedElements(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
setOrderedElements(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
setOrderedFields(Vector) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
INTERNAL: Set the field order.
setOrderedPartitions(List<String>) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
 
setOrderedRemoveObjects(Map<Integer, ObjectChangeSet>) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
Sets collection of ChangeSets that they were removed from the collection.
setOrderHasBeenRepaired(boolean) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
 
setOrderHasBeenRepaired(boolean) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
 
setOrdering(OrderByItem.Ordering) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Sets the enum constant representing the ordering type.
setOriginalCollection(Object) - Method in class org.eclipse.persistence.internal.sessions.DeferrableChangeRecord
Used for change tracking when user sets entire collection.
setOriginalFieldsForJoin(Vector) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
setOriginalGetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setOriginalObject(Object) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
INTERNAL: 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.
setOriginalSetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setOriginalType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the original type of the property.
setOrmAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
setOrphanRemoval(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
setOrphanRemoval(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
setOrphanRemoval(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setOrphanRemoval(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setOrphanRemoval(Boolean) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setORSession(Session) - Method in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
setOuterJoin(boolean) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
setOuterJoin(boolean) - Method in class org.eclipse.persistence.internal.jpa.parsing.FetchJoinNode
 
setOuterJoin(boolean) - Method in class org.eclipse.persistence.internal.jpa.parsing.JoinDeclNode
 
setOuterJoinExpIndex(Integer) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
setOutput(Writer) - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
 
setOutputArgumentNames(Vector) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Set the output argument names.
setOutputArguments(Vector) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
The output arguments.
setOutputArguments(Vector) - Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
The output arguments in order of occurance in the record.
setOutputFileName(String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Set the file name that the generate .java file will be output to.
setOutputFileName(String) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Set the file name that the generate .java file will be output to.
setOutputPath(String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Set the path that the generate .java file will be output to.
setOutputPath(String) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Set the path that the generate .java file will be output to.
setOutputResultPath(String) - 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.
setOutputRootElementName(String) - Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
PUBLIC: Set the root element name to use for the output DOM.
setOutputStream(OutputStream) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
Set the OutputStream that the object will be marshalled to.
setOutputWriter(Writer) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Set the writer the output to.
setOutputWriter(Writer) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Set the writer the output to.
setOwner(TypeDefParticleOwner) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
setOwner(Element) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setOwner(ComplexType) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Content
 
setOwner(Content) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
setOwner(TypeDefParticleOwner) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
setOwner(Restrictable) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setOwner(TypeDefParticleOwner) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
setOwner(TypeDefParticleOwner) - Method in class org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
 
setOwner(ObjectChangeSet) - Method in class org.eclipse.persistence.internal.sessions.ChangeRecord
INTERNAL: This method is used to set the ObjectChangeSet that uses this Record in that Record.
setOwningClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
Set the JavaClass which contains this constructor.
setOwningClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Set the JavaClass which contains this field.
setOwningClass(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Set the JavaClass which contains this method.
setOwningEntity(Object) - Method in class org.eclipse.persistence.internal.weaving.RelationshipInfo
 
setOwningEntityAlias(String) - Method in class org.eclipse.persistence.internal.weaving.RelationshipInfo
 
setOwningMap(IdentityMap) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
setOwningMap(AbstractIdentityMap) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
setOwningObject(Object) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
setOwningObject(Object) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
setOwningObject(Object) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
setOwningObject(Object) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL:
setOwningProp(SDOProperty) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
 
setOwningRecord(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
 
setOwningSession(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
setOwningType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
 
setOwningType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
 
setOxmAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
setOXSession(Session) - Method in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
setPackage(String) - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
setPackage(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setPackage(String) - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
setPackageLevelAdaptersByClass(HashMap<String, JavaClass>) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
setPackageLevelXmlAccessorFactory(AccessorFactoryWrapper) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setPackageName(String) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
 
setPackageName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the packageName property.
setPackageName(String) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
setPackageName(String) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Set the package name of class to be generated.
setPackageName(String) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Set the package name of class to be generated.
setPackageToNamespaceMappings(HashMap<String, NamespaceInfo>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Set namespace override info from XML bindings file.
setPackageToPackageInfoMappings(HashMap<String, PackageInfo>) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
setPacketTimeToLive(int) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.discovery.DiscoveryConfig
 
setPacketTimeToLive(int) - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
PUBLIC: Set the number of hops the data packets of the session announcement will take before expiring.
setPageSize(int) - Method in class org.eclipse.persistence.queries.CursorPolicy
Set the number of elements to be read into a cursored stream when more elements are needed from the database.
setParameter(int, Calendar, TemporalType) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Bind an instance of java.util.Calendar to a positional parameter.
setParameter(int, Date, TemporalType) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Bind an instance of java.util.Date to a positional parameter.
setParameter(int, Object) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Bind an argument to a positional parameter.
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Bind an instance of java.util.Calendar to a Parameter object.
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Bind an instance of java.util.Date to a Parameter object.
setParameter(Parameter<T>, T) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Set the value of a Parameter object.
setParameter(String, Calendar, TemporalType) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Bind an instance of java.util.Calendar to a named parameter.
setParameter(String, Date, TemporalType) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Bind an instance of java.util.Date to a named parameter.
setParameter(String, Object) - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
Bind an argument to a named parameter.
setParameter(int, Calendar, TemporalType) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Bind an instance of java.util.Calendar to a positional parameter.
setParameter(int, Date, TemporalType) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Bind an instance of java.util.Date to a positional parameter.
setParameter(int, Object) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Bind an argument to a positional parameter.
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Bind an instance of java.util.Calendar to a Parameter object.
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Bind an instance of java.util.Date to a Parameter object.
setParameter(Parameter<T>, T) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Bind the value of a Parameter object.
setParameter(String, Calendar, TemporalType) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Bind an instance of java.util.Calendar to a named parameter.
setParameter(String, Date, TemporalType) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Bind an instance of java.util.Date to a named parameter.
setParameter(String, Object) - Method in class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Bind an argument to a named parameter.
setParameter(String, Object) - Method in class org.eclipse.persistence.internal.xr.Invocation
INTERNAL: Set a runtime argument value
setParameterCount(FunctionExpressionFactory.ParameterCount) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
Sets the number of parameters a FunctionExpression can have, which will be during validation.
setParameterDelimiter(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set the String char used to delimit an SQL parameter.
setParameterName(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParameterNode
 
setParameterName(String) - Method in class org.eclipse.persistence.internal.xr.ProcedureArgument
 
setParameterQueryBNFId(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory
Sets the BNF that will be used when parsing the function's arguments.
setParameters(List) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
The parameters are the values in order of occurrence in the SQL statement.
setParameters(List<List>) - Method in class org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism
 
setParameters(List<String>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
setParameters(List<PLSQLParameterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
setParameters(List<StoredProcedureParameterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
setParameters(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.FuncNode
 
setParameters(List<Parameter>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.SessionBeanCall
 
setParameters(Object[]) - Method in class org.eclipse.persistence.logging.SessionLogEntry
Set the array of parameters to the message.
setParameterTypeNames(String[]) - Method in class org.eclipse.persistence.internal.jaxb.MultiArgInstantiationPolicy
 
setParameterTypes(List<Integer>) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
The parameter types determine if the parameter is a modify, translation or literal type.
setParameterTypes(Class[]) - Method in class org.eclipse.persistence.internal.jaxb.MultiArgInstantiationPolicy
 
setParameterValueInDatabaseCall(Object, PreparedStatement, int, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL Set the parameter in the JDBC statement.
setParameterValueInDatabaseCall(Object, PreparedStatement, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.DBasePlatform
INTERNAL: DBase does not support Time/Timestamp so we must map to strings.
setParameterValueInDatabaseCall(Object, PreparedStatement, int, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: Note that index (not index+1) is used in statement.setObject(index, parameter) Binding starts with a 1 not 0, so make sure that index > 0.
setParams(String) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
PUBLIC: Set the PARAMS (String) value.
setParent(HierarchyNode) - Method in class org.eclipse.persistence.internal.codegen.HierarchyNode
 
setParent(XPathNode) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
setParent(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Set the parent.
setParent(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Sets the given StateObject to become the parent of this one.
setParent(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Sets the given StateObject to become the parent of this one.
setParent(Setting) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
setParentClass(Class) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Set the parent class.
setParentClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
setParentClass(String) - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setParentClass(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setParentClass(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setParentClassName(String) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: Set the parent class name, used by MW to avoid referencing the real class for deployment XML generation.
setParentClassName(String) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Set the parent class name, used by MW to avoid referencing the real class for deployment XML generation.
setParentClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setParentClassName(String) - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
 
setParentDescriptor(ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL:
setParentInterfaceNames(List<String>) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
 
setParentInterfaces(List<Class>) - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
Set the Vector to store parent interfaces.
setParentListener(AttributeChangeListener) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AggregateAttributeChangeListener
Used to control the parent listener;
setParentNode(Expression) - Method in class org.eclipse.persistence.internal.jpa.querydef.CompoundExpressionImpl
This method is used to store what will be the parent EclipseLink expression in the case the tree needs to be altered.
setParentNode(Expression) - Method in class org.eclipse.persistence.internal.jpa.querydef.InImpl
This method is used to store what will be the parent EclipseLink expression in the case the tree needs to be altered.
setParentRecord(UnmarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setParentRecord(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setParentRecord(UnmarshalRecord) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
INTERNAL
setParentResultIndex(int) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
 
setParentSessionController(RemoteSessionController) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
INTERNAL: Sets the parent RemoteSessionController for this Remote UnitOfWork Used to retrieve Valueholders that were used on the client
setParentStatement(SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Set the parent statement if using subselects.
setParseTree(ParseTree) - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
setParseTree(ParseTree) - Method in class org.eclipse.persistence.internal.jpa.parsing.QueryNode
Set the parseTree
setParseTree(JPQLParseTree) - Method in class org.eclipse.persistence.internal.jpa.parsing.SubqueryNode
 
setParseTreeContext(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
setPartialAttributeExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Set the partial attributes to select.
setPartitionColumn() - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.HashPartitioningImpl
 
setPartitionColumn() - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.RangePartitioningImpl
 
setPartitionColumn() - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.ValuePartitioningImpl
 
setPartitionColumn(ColumnMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
INTERNAL: Used for OX mapping.
setPartitionColumn() - Method in interface org.eclipse.persistence.jpa.config.HashPartitioning
 
setPartitionColumn() - Method in interface org.eclipse.persistence.jpa.config.RangePartitioning
 
setPartitionColumn() - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
 
setPartitioned(String) - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setPartitioned(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setPartitioned(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setPartitioned(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setPartitioned(String) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setPartitionField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
PUBLIC: Set the database column or query parameter to partition queries by.
setPartitionField(String) - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
PUBLIC: Set the database column or query parameter to partition queries by.
setPartitionId(int) - Method in interface org.eclipse.persistence.platform.database.partitioning.DataPartitioningCallback
 
setPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setPartitioning(PartitioningMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setPartitioning(List<PartitioningMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setPartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setPartitioningCallback(DataPartitioningCallback) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Set callback.
setPartitioningCallback(DataPartitioningCallback) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set callback.
setPartitioningClasName(String) - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
 
setPartitioningPolicies(Map<String, PartitioningPolicy>) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Set the map of partitioning policies, keyed by name.
setPartitioningPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the descriptor's partitioning policy.
setPartitioningPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Set the session's partitioning policy.
setPartitioningPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Set the mapping's partitioning policy.
setPartitioningPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Set the query's partitioning policy.
setPartitioningPolicy(PartitioningPolicy) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Set the session's partitioning policy.
setPartitioningPolicyName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the name of the descriptor's partitioning policy.
setPartitioningPolicyName(String) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Set the name of the mapping's partitioning policy.
setPartitions(List<RangePartition>) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartitioningPolicy
PUBLIC: Set the range partitions.
setPartitions(Map<Object, String>) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
PUBLIC: Set the value partitions.
setPartitions(List<RangePartitionMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitioningMetadata
INTERNAL: Used for OX mapping.
setPartitions(List<ValuePartitionMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitioningMetadata
INTERNAL: Used for OX mapping.
setPartitionValueType(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.RangePartitioningImpl
 
setPartitionValueType(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.ValuePartitioningImpl
 
setPartitionValueType(String) - Method in interface org.eclipse.persistence.jpa.config.RangePartitioning
 
setPartitionValueType(String) - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
 
setPartitionValueTypeName(String) - Method in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
INTERNAL:
setPartitionValueTypeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
INTERNAL: Used for OX mapping.
setPassword(String) - Method in class org.eclipse.persistence.eis.EISLogin
PUBLIC: Set the password.
setPassword(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
This method will always encrypt the password regardless.
setPassword(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
This method will always encrypt the password regardless.
setPassword(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
ADVANCED: Set the password used as the value to the SECURITY_CREDENTIALS key in the cached context properties.
setPassword(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
Set the password.
setPassword(String) - Method in interface org.eclipse.persistence.sessions.Login
PUBLIC: All logins must take a user name and password.
setPath(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.CollectionMemberDeclNode
 
setPath(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.FetchJoinNode
 
setPath(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.JoinDeclNode
 
setPath(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setPath(int, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Replaces the existing path segment to become the given one.
setPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setPaths(List<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setPaths(ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setPaths(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractPathExpressionStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setPaths(List<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setPaths(ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setPaths(String...) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setPaths(ListIterator<String>) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setPaths(String[]) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Changes the path expression with the list of segments, the identification variable will also be updated with the first segment.
setPattern(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setPatterns(List<String>) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setPatternValue(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
setPendingMerge() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: set UoW lifecycle state variable to PENDING_MERGE
setPersistenceFactory(PersistenceContextFactory) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
Sets the persistence factory.
setPersistenceinfo(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
 
setPersistenceInfo(URL) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
Set an explicitly identified URL of the location containing persistence.xml.
setPersistenceInfo(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
Set an explicitly identified the location containing persistence.xml.
setPersistenceInfo(File) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
Set an explicitly identified the location containing persistence.xml.
setPersistencePrimaryKey(Object) - Method in class org.eclipse.persistence.internal.weaving.RelationshipInfo
 
setPersistenceProviderClassName(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setPersistenceUnitDefaults(XMLPersistenceUnitDefaults) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL: Used for OX mapping.
setPersistenceUnitMetadata() - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
setPersistenceUnitMetadata(XMLPersistenceUnitMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
setPersistenceUnitMetadata(XMLPersistenceUnitMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setPersistenceUnitMetadata() - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
setPersistenceUnitName(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setPersistenceUnitName(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.PersistenceUnit
 
setPersistenceUnitProperties(List<SEPersistenceUnitProperty>) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
Used with the OX mapping file for the Canonical model processor.
setPersistenceUnitRootUrl(URL) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setpersistencexml(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
 
setPersistenceXMLLocation(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
Set a specific location to look for persistence.xml by default we will look in META-INF/persistence.xml
setPersistOnCommit(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Set default property to avoid discover new objects in unit of work if application always uses persist.
setPersistOnCommit(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Set default property to avoid discover new objects in unit of work if application always uses persist.
setPersitenceUnitDefault() - Method in class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitMetadataImpl
 
setPersitenceUnitDefault() - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitMetadata
 
setPessimisticLockingPolicy(PessimisticLockingPolicy) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
PUBLIC: Configure bean pessimistic locking
setPessimisticLockTimeoutDefault(Integer) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Set the default pessimistic lock timeout value.
setPingSQL(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for determining if an SQL exception was communication based.
setPingSQL(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setPingSQL(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink will attempt to test a connection if it encounters an exception on the connection when executing SQL.
setPinnedPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setPinnedPartitioning(PinnedPartitioningMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setPinnedPartitioning(List<PinnedPartitioningMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setPinnedPartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setPKClass(Class) - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
ADVANCED:
setPKClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setPKColumnName(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
 
setPkColumnName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for OX mapping.
setPKColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
setPKColumnValue(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
 
setPkColumnValue(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for OX mapping.
setPKColumnValue(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
setPlatform(Platform) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Set the database platform specific information.
setPlatform(Platform) - Method in interface org.eclipse.persistence.sessions.Login
INTERNAL: Set the database platform specific information.
setPlatformClass(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
setPlatformClassName(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Set the name of the Platform to be used.
setPlatformClassName(String, ClassLoader) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Set the name of the Platform to be created using the passed in class loader.
setPLSQLRecords(List<PLSQLRecordMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setPLSQLRecords(List<PLSQLRecordMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setPLSQLTables(List<PLSQLTableMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setPLSQLTables(List<PLSQLTableMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setPolicy(PartitioningPolicy) - Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
 
setPolicy(CursorPolicy) - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Set the cursor policy.
setPolicy(int) - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
 
setPool(ConnectionPool) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Set the associated connection pool this connection was obtained from.
setPool(ConnectionPool) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Set the associated connection pool this connection was obtained from.
setPoolName(String) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Set the pool name or null if not part of a pool.
setPoolsConfig(PoolsConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.ServerSessionConfig
 
setPosition(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Manually sets the position of the cursor within the string.
setPossibleFailure(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
 
setPossiblyQualifiedName(String) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
Used to map the project xml.
setPossiblyQualifiedName(String, String, String) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
setPostBuildMethod(Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
setPostBuildSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object that has just been built from the database.
setPostBuilt(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set indicator that this TypeInfo has completed the postBuildTypeInfo phase of processing.
setPostCloneMethod(Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
setPostCloneSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object that has just been cloned into a unit of work.
setPostDeleteMethod(Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
setPostDeleteSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object that has just been deleted from the database.
setPostInsertMethod(Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
setPostInsertSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object that has just been inserted into the database.
setPostLoad(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setPostLoad(String) - Method in class org.eclipse.persistence.internal.jpa.config.listeners.EntityListenerImpl
 
setPostLoad(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setPostLoad(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
setPostLoad(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setPostLoad(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
 
setPostLoad(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setPostMergeSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object that has just been merge from a unit of work.
setPostPersist(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setPostPersist(String) - Method in class org.eclipse.persistence.internal.jpa.config.listeners.EntityListenerImpl
 
setPostPersist(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL:
setPostPersist(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
setPostPersist(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setPostPersist(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
 
setPostPersist(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setPostRefreshMethod(Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
setPostRefreshSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object that has just been refreshed from the database.
setPostRemove(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setPostRemove(String) - Method in class org.eclipse.persistence.internal.jpa.config.listeners.EntityListenerImpl
 
setPostRemove(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL:
setPostRemove(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
setPostRemove(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setPostRemove(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
 
setPostRemove(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setPostUpdate(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setPostUpdate(String) - Method in class org.eclipse.persistence.internal.jpa.config.listeners.EntityListenerImpl
 
setPostUpdate(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL:
setPostUpdate(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
setPostUpdate(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setPostUpdate(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
 
setPostUpdate(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setPostUpdateMethod(Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
setPostUpdateSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object that has just been updated into the database.
setPostWriteSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object that has just been written to the database.
setPreallocationSize(Integer) - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequenceConfig
 
setPreallocationSize(int) - Method in class org.eclipse.persistence.sequencing.Sequence
 
setPreBuilt(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set indicator that this TypeInfo has completed the preBuildTypeInfo phase of processing.
setPrecision(int) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Used to specify the precision for a decimal column when generating DDL.
setPrecision(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.columns.ColumnImpl
 
setPrecision(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.queries.PlsqlParameterImpl
 
setPrecision(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL: Used for OX mapping.
setPrecision(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
setPrecision(Integer) - Method in interface org.eclipse.persistence.jpa.config.Column
 
setPrecision(Integer) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
 
setPredecessor(CommitOrderDependencyNode) - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
setPreDeleteComplete(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
setPreDeleteSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object that is going to be deleted from the database.
setPredicate(XPathPredicate) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setPrefetchCacheKeys(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
 
setPrefetchedCacheKeys(Map<Object, CacheKey>) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
 
setPrefix(String) - Method in class org.eclipse.persistence.internal.oxm.Namespace
 
setPrefix(String) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setPrefix(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
Sets the value of the prefix property.
setPrefix(String) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
 
setPreInsertSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object that is going to be inserted into the database.
setPrePersist(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setPrePersist(String) - Method in class org.eclipse.persistence.internal.jpa.config.listeners.EntityListenerImpl
 
setPrePersist(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL:
setPrePersist(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping
setPrePersist(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setPrePersist(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
 
setPrePersist(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setPrePersistMethod(Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
setPrePersistSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object when that object has the create operation applied to it.
setPreRemove(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setPreRemove(String) - Method in class org.eclipse.persistence.internal.jpa.config.listeners.EntityListenerImpl
 
setPreRemove(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL:
setPreRemove(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
setPreRemove(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setPreRemove(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
 
setPreRemove(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setPreRemoveMethod(Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
setPreRemoveSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object when that object has the remove operation applied to it.
setPreserveWhitespaceForMixedContent(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyCollectionMapping
 
setPreserveWhitespaceForMixedContent(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
setPreUpdate(String) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setPreUpdate(String) - Method in class org.eclipse.persistence.internal.jpa.config.listeners.EntityListenerImpl
 
setPreUpdate(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL:
setPreUpdate(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListenerMetadata
INTERNAL: Used for OX mapping.
setPreUpdate(String) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setPreUpdate(String) - Method in interface org.eclipse.persistence.jpa.config.EntityListener
 
setPreUpdate(String) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setPreUpdateSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object that is going to be updated into the database.
setPreUpdateWithChangesMethod(Method) - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL:
setPrevCustomizer(ConnectionCustomizer) - Method in class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer
INTERNAL:
setPrevious(LinkedCacheKey) - Method in class org.eclipse.persistence.internal.identitymaps.LinkedCacheKey
 
setPreviousCall(DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism
 
setPreWriteSelector(String) - Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
PUBLIC: A method can be registered to be called on a object that is going to be written to the database.
setPrimaryKey(boolean) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Used to specify whether the column should be included in primary key on the database table.
setPrimaryKey(Object[]) - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
 
setPrimaryKey() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setPrimaryKey(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.columns.TenantDiscriminatorColumnImpl
 
setPrimaryKey(PrimaryKeyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setPrimaryKey(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
INTERNAL: Used for OX mapping.
setPrimaryKey(Object) - Method in class org.eclipse.persistence.internal.oxm.Reference
Set the primary key value required to lookup the reference class in the cache.
setPrimaryKey() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setPrimaryKey() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setPrimaryKey(Boolean) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
 
setPrimaryKey(Object) - Method in class org.eclipse.persistence.queries.DoesExistQuery
INTERNAL: Set the primaryKey.
setPrimaryKey(Object) - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
INTERNAL: Set the primary key for the query.
setPrimaryKeyClassifications(List<Class>) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Set primary key classifications.
setPrimaryKeyClassName(String) - Method in class org.eclipse.persistence.internal.jpa.CMP3Policy
INTERNAL:
setPrimaryKeyExpression(Expression) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
The primary key expression is cached to improve performance.
setPrimaryKeyFieldName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Specify the primary key field of the descriptors table.
setPrimaryKeyFieldNames(LIST) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
PUBLIC: User can specify a vector of all the primary key field names if primary key is composite.
setPrimaryKeyFieldNames(Vector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: User can specify a vector of all the primary key field names if primary key is composite.
setPrimaryKeyFields(List<FIELD>) - Method in class org.eclipse.persistence.core.descriptors.CoreDescriptor
PUBLIC: User can specify a vector of all the primary key field names if primary key is composite.
setPrimaryKeyFields(List<DatabaseField>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the primary key fields
setPrimaryKeyFields(String...) - Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
Set the PK field names on the underlying descriptor ensuring no duplicate names are added.
setPrimaryKeyFields(List<DatabaseField>) - Method in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
 
setPrimaryKeyFields(List<DatabaseField>) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
setPrimaryKeyFieldsForAutoJoin(Collection) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
setPrimaryKeyFieldsForAutoJoin(Collection) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
setPrimaryKeyForeignKey() - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
 
setPrimaryKeyForeignKey() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.OneToOneImpl
 
setPrimaryKeyForeignKey() - Method in class org.eclipse.persistence.internal.jpa.config.tables.SecondaryTableImpl
 
setPrimaryKeyForeignKey(PrimaryKeyForeignKeyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
setPrimaryKeyForeignKey(PrimaryKeyForeignKeyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: Used for OX mapping.
setPrimaryKeyForeignKey(PrimaryKeyForeignKeyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.SecondaryTableMetadata
INTERNAL: Used for OX mapping.
setPrimaryKeyForeignKey() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setPrimaryKeyForeignKey() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setPrimaryKeyForeignKey() - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
 
setPrimaryKeyIdValidations(List<IdValidation>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Return what types are allowed in each primary key field (id).
setPrimaryKeyJoinColumns(List<PrimaryKeyJoinColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
setPrimaryKeyJoinColumns(List<PrimaryKeyJoinColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ObjectAccessor
INTERNAL: Used for OX mapping.
setPrimaryKeyJoinColumns(List<PrimaryKeyJoinColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.CollectionTableMetadata
INTERNAL:
setPrimaryKeyJoinColumns(List<PrimaryKeyJoinColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.SecondaryTableMetadata
INTERNAL: Used for OX mapping.
setPrimaryProject(ProjectConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.DatabaseSessionConfig
 
setPrimaryTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setPrimitiveType(Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL: If this annotated element was built from java model elements and is a primitive type this method will be called.
setPrintInnerJoinInWhereClause(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
PUBLIC: Changes the way that inner joins are printed in generated SQL for the database.
setPrintOuterJoinInWhereClause(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
PUBLIC: Changes the way that OuterJoins are done on the database.
setPrivateOwned(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
setPrivateOwned(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
setPrivateOwned(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setPrivateOwned(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setPrivateOwned(Boolean) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setProblemInstance(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Sets the problem instance.
setProblems(Collection<JPQLQueryProblem>) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator
Sets the collection that will be used to store problems this validator will find in the JPQL query.
setProblemType(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Sets the problem type.
setProcedureArgumentNames(List<String>) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
INTERNAL: The if the names are provide the order is not required to match the call def.
setProcedureName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedPlsqlStoredProcedureQueryImpl
 
setProcedureName(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedStoredProcedureQueryImpl
 
setProcedureName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
setProcedureName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
setProcedureName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
 
setProcedureName(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
 
setProcedureName(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: (REQUIRED) Set the name of the store procedure on the database.
setProcedures(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
Packages can contain sets of procedures.
setProcessContents(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.AnyAttribute
 
setProcessImports(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
setProduct(String) - Static method in class org.eclipse.persistence.Version
 
setProfiler(SessionProfiler) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Set the profiler for the session.
setProfiler(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
setProfiler(SessionProfiler) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Set the profiler for the session.
setProfiler(SessionProfiler) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Set the profiler for the session.
setProfileTime(long) - Method in class org.eclipse.persistence.tools.profiler.Profile
 
setProfileWeight(int) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Set the DMS sensor weight
setProfileWeight(int) - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to change DMS sensor weight.
setProfileWeight(int) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: Set DMS sensor weight(DMS)
setProfileWeight(int) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
INTERNAL: Set DMS sensor weight(DMS)
setProfileWeight(int) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
Set the level of profiling.
setProfilingType(String) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to select the type of profiling.
setProfilingType(String) - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to select the type of profiling.
setProject(MetadataProject) - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Set the metadata project.
setProject(MetadataProject) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Set the project reference for this EntityMappings object.
setProject(Project) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Set the project, the project holds configuration information including the descriptors.
setProject(Project) - Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Set the project to generate from.
setProjectString(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.project.ProjectConfig
 
setProperties(Map) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the user defined properties.
setProperties(Map) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Set the adapter specific properties.
setProperties(Map<String, Property>) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
setProperties(Map<String, Property>) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
setProperties(Properties) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setProperties(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Use this method to set properties into existing EntityManager that are normally passed to createEntityManager method.
setProperties(List<PropertyMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setProperties(List<JAXBElement>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
setProperties(Map) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL: Set the user defined properties.
setProperties(Map) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
INTERNAL: Allow user defined properties.
setProperties(Map<Object, Object>) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Set the user defined properties by shallow copying the propertiesMap.
setProperties(ArrayList<Property>) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the Map of Properties for this TypeInfo.
setProperties(Map) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Allow user defined properties.
setProperties(Map<Object, Object>) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Property support used by mappings.
setProperties(Properties) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: The properties are additional, driver-specific, connection information to be passed to the JDBC driver.
setProperties(Properties) - Method in interface org.eclipse.persistence.sessions.Login
PUBLIC: The properties are additional, driver-specific, connection information to be passed to the JDBC driver.
setProperties(Hashtable) - Method in class org.eclipse.persistence.sessions.SessionEvent
INTERNAL: Additional properties may be added to the event.
setProperty(String, Object) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the user defined property.
setProperty(String, Object) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
PUBLIC: Set the adapter specific property.
setProperty(String, String) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
setProperty(String, Object) - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
setProperty(String, Object) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
setProperty(String, Object) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
setProperty(String, Object) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
setProperty(String, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Allow for user defined properties.
setProperty(String, Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
setProperty(String, Object) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
Set a property on the JAXBMarshaller.
setProperty(String, Object) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
Set a property on the JAXBUnmarshaller.
setProperty(String, Object) - Method in class org.eclipse.persistence.jaxb.JAXBValidator
 
setProperty(String, Object) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
setProperty(Object, Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Allow user defined properties.
setProperty(Object, Object) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Property support used by mappings to store temporary stuff.
setProperty(SDOProperty) - Method in class org.eclipse.persistence.sdo.helper.SDOFragmentMappingAttributeAccessor
INTERNAL:
setProperty(String, Object) - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Add a name/value pair to the properties Map.
setProperty(Property) - Method in class org.eclipse.persistence.sdo.helper.SDOMethodAttributeAccessor
INTERNAL:
setProperty(Property) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
 
setProperty(Property) - Method in class org.eclipse.persistence.sdo.SDOSetting
INTERNAL: Set the property of this setting.
setProperty(String, Object) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Some JDBC drivers require additional, driver-specific, properties.
setProperty(String, Object) - Method in interface org.eclipse.persistence.sessions.Login
PUBLIC: Some JDBC drivers require additional, driver-specific, properties.
setProperty(Object, Object) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
PUBLIC: Use this method to set custom properties on the Connection Policy.
setProperty(String, Object) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Allow for user defined properties.
setProperty(String, Object) - Method in class org.eclipse.persistence.sessions.SessionEvent
INTERNAL: Additional properties may be added to the event.
setPropertyConfigs(Vector) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
setPropertyConfigs(Vector) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
 
setPropertyInternal(DataObject, Property, Object) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
setPropertyInternal(SDOProperty, Object, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Update the ValueStore with the new property value and update any sequence if it exists.
setPropertyName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setPropertyNames(Set<String>) - Method in class org.eclipse.persistence.internal.xr.XRDynamicPropertiesManager
 
setPropertyTypeName(String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
 
setPropertyTypeURI(String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.NonContainmentReference
 
setPropertyValues(Map) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
setPropertyValues(Map) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
setPropOrder(String[]) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setProtectedForeignKeys(AbstractRecord) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
setProtectedForeignKeys(AbstractRecord) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
setProvider(String) - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
setProvider(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
setPseudoDefault(Object) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Set an Object wrapper around primitive numeric types
setPublisher(TopicPublisher) - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
INTERNAL: set the TopicPublisher to be used when this RemoteConnection executes a command.
setQName(QName) - Method in class org.eclipse.persistence.sdo.SDOType
 
setQNamesToDeclaredClasses(HashMap<QName, Class>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
INTERNAL: Set the map of which QName corresponds to which declared class.
setQNameToGeneratedClasses(HashMap<QName, Class>) - Method in class org.eclipse.persistence.jaxb.JAXBContext
INTERNAL: Set the map containing which QName corresponds to which generated class.
setQualifier(String) - Method in class org.eclipse.persistence.sequencing.DefaultSequence
INTERNAL: Ignored, getDefaultSequence().getQualifier() used instead.
setQualifier(String) - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL:
setQualifier(String) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
PUBLIC: Most major databases support a creator name scope.
setQueries(Map) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: set the pre-defined queries for the descriptor.
setQueries(List<Query>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
 
setQueries(Map<String, List<DatabaseQuery>>) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Set the named queries.
setQueries(List<DatabaseQuery>) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL:
setQuery(DatabaseQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
INTERNAL: The query causing the event.
setQuery(DatabaseQuery) - Method in exception org.eclipse.persistence.exceptions.DatabaseException
PUBLIC: This method set the databaseQuery.
setQuery(ObjectLevelModifyQuery) - Method in exception org.eclipse.persistence.exceptions.OptimisticLockException
INTERNAL: Set the query in which the problem was detected.
setQuery(DatabaseQuery) - Method in exception org.eclipse.persistence.exceptions.QueryException
INTERNAL: Set the query in which the problem was detected.
setQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Back reference to query, unfortunately required for events.
setQuery(ReadQuery) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Query held as it may store properties needed to generate the SQL
setQuery(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.AbstractQueryImpl
 
setQuery(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedQueryMetadata
INTERNAL: Used for OX mapping.
setQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Set the query that uses this mechanism.
setQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Set the query.
setQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
Set the query associated with this transporter
setQuery(String) - Method in interface org.eclipse.persistence.jpa.config.NamedNativeQuery
 
setQuery(String) - Method in interface org.eclipse.persistence.jpa.config.NamedQuery
 
setQuery(IQuery) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Sets the external form of the JPQL query, which will be parsed and information will be extracted for later access.
setQuery(IQuery) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Sets the external form of the JPQL query, which will be parsed and information will be extracted for later access.
setQuery(ReadQuery) - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: Set the query.
setQuery(ObjectLevelReadQuery) - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
INTERNAL: Set the query.
setQuery(DatabaseQuery) - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Back reference to query, unfortunately required for events.
setQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.SessionEvent
INTERNAL: Some events may have a query associated with them (pre/postExecuteQuery).
setQueryArguments(AbstractRecord) - Method in exception org.eclipse.persistence.exceptions.DatabaseException
PUBLIC: Set the query arguments used in the original query when exception is thrown
setQueryArguments(AbstractRecord) - Method in exception org.eclipse.persistence.exceptions.QueryException
INTERNAL: Set the query argements used in the original query when exception is thrown
setQueryBNFId(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
Sets the unique identifier of the JPQLQueryBNF that is used to parse the encapsulated expression.
setQueryBuilder(JPAQueryBuilder) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL Set the query builder used to parser JPQL.
setQueryByExamplePolicy(QueryByExamplePolicy) - Method in class org.eclipse.persistence.internal.queries.QueryByExampleMechanism
PUBLIC: The QueryByExamplePolicy, is a useful to customize the query when Query By Example is used.
setQueryByExamplePolicy(QueryByExamplePolicy) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: The QueryByExamplePolicy, is a useful to customize the query when Query By Example is used.
setQueryClass(Class) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Set the class which this node represents.
setQueryClass(Class) - Method in class org.eclipse.persistence.tools.profiler.Profile
 
setQueryClassAndDescriptor(Class, ClassDescriptor) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Set the class and descriptor which this node represents.
setQueryHandler(QueryHandler) - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
setQueryId(long) - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL: This method is used to set the current system time in millis that this query is being executed at.
setQuerykeyExpression(QueryKeyExpression) - Method in class org.eclipse.persistence.internal.expressions.NestedTable
 
setQueryKeyFields(Map<DatabaseField, DatabaseField>) - Method in class org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy
INTERNAL:
setQueryKeyFields(Map<DatabaseField, DatabaseField>, boolean) - Method in class org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy
INTERNAL:
setQueryKeys(Map<String, QueryKey>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the query keys.
setQueryManager(DescriptorQueryManager) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the query manager.
setQueryManager(DescriptorQueryManager) - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: Avoid SDK initialization.
setQueryName(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Set the name of the current query being compiled.
setQueryName(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Query
 
setQueryNode(QueryNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Set the Select node
setQueryParameter(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.PlsqlParameterImpl
 
setQueryParameter(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.StoredProcedureParameterImpl
 
setQueryParameter(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
setQueryParameter(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
setQueryParameter(String) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
 
setQueryParameter(String) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
 
setQueryRedirectors() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setQueryRedirectors(QueryRedirectorsMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setQueryRedirectors() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setQueryRedirectors() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setQueryResultsCachePolicy(QueryResultsCachePolicy) - Method in class org.eclipse.persistence.queries.ReadQuery
Set the QueryResultsCachePolicy.
setQueryRetryAttemptCount(Integer) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setQueryRetryAttemptCount(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the number of attempts EclipseLink should make to re-connect to a database and re-execute a query after a query has failed because of a communication issue.
setQueryStatement(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JPQLQueryStateObject
Sets the only child of this state object, which represents one of the three query statement.
setQueryString(String) - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
PUBLIC: Set the query string.
setQueryString(String) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
INTERNAL: Set the query string.
setQueryString(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Set the query string (SQL) of the call.
setQueryString(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Set the query string of the call.
setQueryString(String) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
Set the query string of the call.
setQueryText(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.JPQLParser
INTERNAL Set the text of the current query being compiled.
setQueryTimeout(int) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
PUBLIC: Set the number of seconds that queries will wait for their Statement to execute.
setQueryTimeout(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
set query timeout limit to the JDBC Statement
setQueryTimeout(int) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Set the number of seconds the driver will wait for a Statement to execute to the given number of seconds.
setQueryTimeoutDefault(int) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Set the default query timeout for this session.
setQueryTimeoutDefault(int) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Set the default query timeout for this session.
setQueryType(SpatialParameters.QueryType) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
PUBLIC: Set the QUERY_TYPE parameter
setQueueNode(LinkedNode) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTENRAL: Used to set the node that this merge manager is stored in, within the WriteLocksManager write lockers queue
setRangePartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setRangePartitioning(RangePartitioningMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setRangePartitioning(List<RangePartitioningMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setRangePartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setReadAllCall(Call) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's read all call.
setReadAllQuery(ReadAllQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's read all query.
setReadAllRedirector(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.QueryRedirectorsImpl
 
setReadAllRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
 
setReadAllSQLString(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's read SQL string.
setReadAllSubclassesViewName(String) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
ADVANCED: The view can be used to optimize/customize the query for all subclasses where they have multiple tables.
setReadConnectionPool(ConnectionPool) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Sets the read connection pool directly.
setReadConnectionPool(ConnectionPool) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Set the read connection pool.
setReadConnectionPool(Login) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Creates and sets the new read connection pool.
setReadConnectionPoolConfig(ReadConnectionPoolConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.PoolsConfig
 
setReadObjectCall(Call) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's read object call.
setReadObjectQuery(ReadObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's read query.
setReadObjectRedirector(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.QueryRedirectorsImpl
 
setReadObjectRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
 
setReadObjectSQLString(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's read SQL string.
setReadOnly() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the descriptor to be read-only.
setReadOnly(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setReadOnly(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setReadOnly(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setReadOnly(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Flag the mapping for this Property as read-only.
setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setReadOnly(Boolean) - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setReadOnly(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Set this Property as read-only Property.
setReadOnlyClasses(List<Class>) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Gives a new set of read-only classes to the receiver.
setReadOnlyMappingsByField(Map<DatabaseField, List<DatabaseMapping>>) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: All the read-only mappings and their respective field associations are cached for performance improvement.
setReadTime(long) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
INTERNAL: Set the read time of this cache key
setReadTime(long) - Method in class org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor
Set the read time
setReadTime(long) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
setReadTransformer() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.TransformationImpl
 
setReadTransformer(ReadTransformerMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransformationAccessor
INTERNAL: Used for OX mapping.
setReadTransformer() - Method in interface org.eclipse.persistence.jpa.config.Transformation
 
setRealAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Set the value of the appropriate attribute of target to attributeValue.
setRealAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Set the value of the appropriate attribute of target to attributeValue.
setRealAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Set the value of the appropriate attribute of target to attributeValue.
setRealAttributeValueInObject(Object, Object, boolean) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Same functionality as setRealAttributeValueInObject(Object target, Object attributeValue) but allows overridden behavior for IndirectionPolicies that track changes
setRealAttributeValueInObject(Object, Object, boolean) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
Set the value of the appropriate attribute of target to attributeValue.
setRealAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Set the "real" value of the attribute to attributeValue.
setRealAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Set the value of the appropriate attribute of target to attributeValue.
setRealAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.WeavedObjectBasicIndirectionPolicy
Set the value of the appropriate attribute of target to attributeValue.
setRealAttributeValueInObject(Object, Object, boolean) - Method in class org.eclipse.persistence.internal.indirection.WeavedObjectBasicIndirectionPolicy
Set the value of the appropriate attribute of target to attributeValue.
setRealAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Set the value of the attribute mapped by this mapping, placing it inside a value holder if necessary.
setRealAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Set the value of the attribute mapped by this mapping, placing it inside a value holder if necessary.
setRealAttributeValueInObject(Object, Object) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Set the value of the attribute mapped by this mapping, placing it inside a value holder if necessary.
setRealAttributeValueInObject(Object, Object) - Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
Set the attribute value for the specified object, wrapping it in a value holder if necessary.
setRecord(Record) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
INTERNAL: Optionally a database row may be provided on some events, (such as aboutToUpdate).
setRecord(Record) - Method in class org.eclipse.persistence.eis.EISDOMRecord
Set the JCA adapter record.
setRecord(Map) - Method in class org.eclipse.persistence.eis.EISMappedRecord
Set the wrapped record.
setRecord(Record) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
setRecord(Record) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
setRecordConverter(RecordConverter) - Method in class org.eclipse.persistence.eis.EISPlatform
Set the record converter.
setRecordFactory(RecordFactory) - Method in class org.eclipse.persistence.eis.EISAccessor
Set the RecordFactory.
setRecordName(String) - Method in class org.eclipse.persistence.eis.EISDOMRecord
Forward to the record.
setRecordShortDescription(String) - Method in class org.eclipse.persistence.eis.EISDOMRecord
Forward to the record.
setRedirector(QueryRedirector) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Set the query redirector.
setReduceAnyArrays(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Property to determine if size 1 any collections should be treated as collections Ignored marshalling XML.
setRef(String) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
setRef(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Property
 
setRef(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Reference
 
setRef(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.AttributeGroup
 
setRef(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
setRef(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
setRefContentHandler(ContentHandler) - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
setReferenceCacheNode(LinkedNode) - Method in class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey
 
setReferenceClass(Class) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
setReferenceClass(Class) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
This is a reference class whose instances this mapping will store in the domain objects.
setReferenceClass(Class) - Method in class org.eclipse.persistence.mappings.AggregateMapping
PUBLIC: This is a reference class whose instances this mapping will store in the domain objects.
setReferenceClass(Class) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: This cannot be used with direct collection mappings.
setReferenceClass(Class) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Set the referenced class.
setReferenceClass(Class) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
PUBLIC: Set the reference class of the relationship.
setReferenceClass(Class) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
PUBLIC: This is a reference class whose instances this mapping will store in the domain objects.
setReferenceClass(Class) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
PUBLIC: Set the reference class this query.
setReferenceClass(Class) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
REQUIRED: Set the reference class for the query.
setReferenceClass(Class) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
REQUIRED: Set the reference class for the query.
setReferenceClassName(String) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
 
setReferenceClassName(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
setReferenceClassName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
 
setReferenceClassName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.InverseReferenceMapping
 
setReferenceClassName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
 
setReferenceClassName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.VariableXPathObjectMapping
 
setReferenceClassName(String) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Used by MW.
setReferenceClassName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
setReferenceClassName(String) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Used by MW.
setReferenceClassName(String) - Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
PUBLIC: Set the reference class name for this relationship This is used when projects are built without using classes
setReferenceClassName(String) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
INTERNAL: Set the class name of the reference class of this query.
setReferenceClassName(String) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Set the reference class for the query.
setReferenceClassName(String) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Set the reference class for the query.
setReferenceClassType(Type) - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
setReferencedColumnName(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.AbstractRelationalColumnImpl
 
setReferencedColumnName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.RelationalColumnMetadata
INTERNAL: Used for OX mapping.
setReferencedColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
 
setReferencedColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.PrimaryKeyJoinColumn
 
setReferencedFieldName(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.JoinFieldImpl
 
setReferencedFieldName(String) - Method in interface org.eclipse.persistence.jpa.config.JoinField
 
setReferencedXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
Sets the value of the referencedXmlPath property.
setReferenceKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Set the name of the reference key field.
setReferenceKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Set the reference key field names associated with the mapping.
setReferenceKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Set the reference fields.
setReferenceMode(ReferenceMode) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Set default property, allows weak unit of work references.
setReferenceMode(ReferenceMode) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Set default property, allows weak unit of work references.
setReferenceResolver(ReferenceResolver) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setReferenceResolver(ReferenceResolver) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
INTERNAL: Set the ReferenceResolver that will be leveraged by key based mappings.
setReferenceResolver(ReferenceResolver) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Set the ReferenceResolver that will be leveraged by key based mappings.
setReferenceResolver(ReferenceResolver) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setReferenceTable(DatabaseTable) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Set the reference table.
setReferenceTableName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Set the reference table name.
setRefreshCascadePolicy(Integer) - Method in class org.eclipse.persistence.internal.indirection.QueryBasedValueHolder
INTERNAL:
setRefreshMetadataListener(MetadataRefreshListener) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
 
setRefreshOnFetchGroupToObject(Object, boolean) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Set if the tracked object is fetched from executing a query with or without refresh.
setRefreshOnlyIfNewer(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheImpl
 
setRefreshOnlyIfNewer(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
setRefreshOnlyIfNewer(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Cache
 
setRegisteredObjects(Hashtable) - Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Set the registered objects.
setRel(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Link
 
setRel(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkTemplate
 
setRel(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2
 
setRelationshipPartner(DatabaseMapping) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Sets the relationshipPartner mapping for this bi-directional mapping.
setRelationshipPartnerAttributeName(String) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Use this method to specify the relationship partner attribute name of a bidirectional Mapping.
setRelationTable(DatabaseTable) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Set the relational table.
setRelationTable(DatabaseTable) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Set the relational table.
setRelationTable(DatabaseTable) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Set the relational table.
setRelationTableLockingClause(ObjectLevelReadQuery, ObjectBuildingQuery) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Return relation table locking clause.
setRelationTableMechanism(RelationTableMechanism) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Set RelationTableMechanism into the mapping, that allows to configure the mapping to use relation table (just like ManyToManyMapping).
setRelationTableName(String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Set the name of the relational table.
setRelationTableName(String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Set the name of the relational table.
setRemoteCommandManager(RemoteCommandManager) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL:
setRemoteCommandManagerConfig(RemoteCommandManagerConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
setRemoteConnection(RemoteConnection) - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Set the remote connection.
setRemoteContextProperties(Hashtable) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
ADVANCED: Set the cached properties that will be used to create the initial context when doing remote JNDI lookups.
setRemoteIdentityMapClass(Class) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Set the class of identity map to be used by this descriptor.
setRemoteIdentityMapClass(Class) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be used by this descriptor.
setRemoteIdentityMapSize(int) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Set the size of the identity map to be used by this descriptor.
setRemoteIdentityMapSize(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the size of the identity map to be used by this descriptor.
setRemoteSessionController(CORBARemoteSessionController) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
INTERNAL: Set remote session controller
setRemoteSessionController(RMIRemoteSessionController) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
INTERNAL: Set remote session controller
setRemoteSessionController(RMIRemoteSessionController) - Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
INTERNAL: Set remote session controller
setRemoveObjectList(Map<ObjectChangeSet, ObjectChangeSet>) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
Sets the removed objects list.
setRemoveObjects(HashMap) - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
Sets the removed items list.
setReplicateWrites(boolean) - Method in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
PUBLIC: Set if write queries should be replicated.
setReplicateWrites(boolean) - Method in class org.eclipse.persistence.descriptors.partitioning.UnionPartitioningPolicy
PUBLIC: Set if write queries should be replicated.
setReplicateWrites(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.RoundRobinPartitioningImpl
 
setReplicateWrites(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.UnionPartitioningImpl
 
setReplicateWrites(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RoundRobinPartitioningMetadata
 
setReplicateWrites(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.UnionPartitioningMetadata
 
setReplicateWrites(Boolean) - Method in interface org.eclipse.persistence.jpa.config.RoundRobinPartitioning
 
setReplicateWrites(Boolean) - Method in interface org.eclipse.persistence.jpa.config.UnionPartitioning
 
setReplicationPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setReplicationPartitioning(ReplicationPartitioningMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setReplicationPartitioning(List<ReplicationPartitioningMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setReplicationPartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setReportItems(List) - Method in class org.eclipse.persistence.queries.ConstructorReportItem
 
setReportRedirector(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.QueryRedirectorsImpl
 
setReportRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
 
setRequestId(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Sets the request unique id.
setRequired(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Set whether this XMLField represents a "required" XML element or attribute ([minOccurs="1"] for elements, [use="required"] for attributes).
setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the required property.
setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the required property.
setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Sets the value of the required property.
setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
Sets the value of the required property.
setRequired(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Sets the value of the required property.
setRequired(boolean) - Method in class org.eclipse.persistence.oxm.XMLField
Set whether this XMLField represents a "required" XML element or attribute ([minOccurs="1"] for elements, [use="required"] for attributes).
setRequiresAliases(boolean) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
setRequiresAutoCommit(boolean) - Method in class org.eclipse.persistence.eis.EISPlatform
Set if this platform requires auto commit of the local transaction for interactions outside of an interaction.
setRequiresCollectionAttribute(boolean) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
setRequiresConnection(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
INTERNAL: By default we require a connection to the database.
setRequiresDeferredLocks(boolean) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: When reading across relationships, queries may be set to acquire deferred locks This is used to ensure any Eagerly fetched object that is the target of a relationship with an object the acquires deferred locks behaves the same as its owner
setRequiresDistinct(boolean) - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
If a distinct has been set the DISTINCT clause will be printed.
setRequiresTransientWeavedFields(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
Set this flag if this mappings associated weaved field requires a transient setting to avoid metadata processing.
setResource(String) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
 
setResourceName(String) - Method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
 
setResourceName(String) - Method in exception org.eclipse.persistence.exceptions.StaticWeaveException
 
setResourceName(String) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: Set the resource name we are trying to load.
setRestriction(Restriction) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Content
 
setRestriction(Restriction) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
setRestrictionBase(QName) - Method in class org.eclipse.persistence.jaxb.compiler.EnumTypeInfo
 
setResult(ResultSet) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
The result set is stored for the return value of cursor selects.
setResult(Object) - Method in class org.eclipse.persistence.internal.dbws.SOAPResponse
 
setResult(Object) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
setResult(Object) - Method in class org.eclipse.persistence.internal.expressions.ExpressionIterator
 
setResult(Result) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
Set the Result for this Schema.
setResult(Result) - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
setResult(DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
PUBLIC: Define the return type of the function.
setResult(DatabaseType, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
PUBLIC: Define the return type of the function.
setResult(DatabaseType, int, int) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredFunctionCall
PUBLIC: Define the return type of the function.
setResult(Object) - Method in class org.eclipse.persistence.queries.ComplexQueryResult
INTERNAL: Set the result of the query.
setResult(String) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
PUBLIC: Define the field name to be substitute for the function return.
setResult(String, Class) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
PUBLIC: Define the field name to be substitute for the function return.
setResult(String, int, String) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
PUBLIC: Define the field name to be substitute for the function return.
setResult(int, String, Class) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
PUBLIC: Define the ObjectRelationalDatabaseField to be substituted for the function return.
setResult(int, String, Class, DatabaseField) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
PUBLIC: Define the ObjectRelationalDatabaseField to be substituted for the function return.
setResult(String, int) - Method in class org.eclipse.persistence.queries.StoredFunctionCall
PUBLIC: Define the field name to be substitute for the function return.
setResult(Object) - Method in class org.eclipse.persistence.sessions.SessionEvent
INTERNAL: Some events may have a result associated with them (pre/postExecuteQuery).
setResultAlwaysXMLRoot(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
 
setResultAlwaysXMLRoot(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
setResultAlwaysXMLRoot(boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
setResultAlwaysXMLRoot(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
setResultAlwaysXMLRoot(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
setResultAlwaysXMLRoot(boolean) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
setResultClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedNativeQueryImpl
 
setResultClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedPlsqlStoredProcedureQueryImpl
 
setResultClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedNativeQueryMetadata
INTERNAL:
setResultClass(Class) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader.JsonParserReaderBuilder
 
setResultClass(String) - Method in interface org.eclipse.persistence.jpa.config.NamedNativeQuery
 
setResultClass(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
 
setResultClassName(String) - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
 
setResultClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedNativeQueryMetadata
INTERNAL: Used for OX mapping.
setResultClassNames(List<String>) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
setResultCursor() - Method in class org.eclipse.persistence.queries.StoredFunctionCall
PUBLIC: Define to return cursor as result.
setResultIndex(int) - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
setResults(List<Object>) - Method in class org.eclipse.persistence.queries.ReportQueryResult
INTERNAL: Set the results.
setResultSetConcurrency(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
 
setResultSetConcurrency(int) - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
PUBLIC: The ResultSetConcurrency specifies if the resultset is updatable.
setResultSetFetchSize(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
 
setResultSetMapping(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.AbstractPlsqlStoredQueryImpl
 
setResultSetMapping(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedNativeQueryImpl
 
setResultSetMapping(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedStoredFunctionQueryImpl
 
setResultSetMapping(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedNativeQueryMetadata
INTERNAL: Used for OX mapping.
setResultSetMapping(String) - Method in interface org.eclipse.persistence.jpa.config.NamedNativeQuery
 
setResultSetMapping(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
 
setResultSetMapping(String) - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredProcedureQuery
 
setResultSetMapping(String) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
 
setResultSetMappings(List<String>) - Method in class org.eclipse.persistence.internal.jpa.JPAQuery
 
setResultSetMappings(List<String>) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
setResultSetType(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
 
setResultSetType(int) - Method in class org.eclipse.persistence.queries.ScrollableCursorPolicy
PUBLIC: The ResultSetType specifies if the resultset is sensitive to changes made by others.
setResultType(Class) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
 
setResultType(Class) - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
setResultType(QName) - Method in class org.eclipse.persistence.internal.xr.ProcedureOutputArgument
 
setResultType(int) - Method in class org.eclipse.persistence.queries.DataReadQuery
Set the result type to be configured, MAP, ARRAY, VALUE, ATTRIBUTE (MAP is the default, DatabaseRecord).
setResultType(String) - Method in class org.eclipse.persistence.queries.DataReadQuery
Set the result type to be configured, Map, Array, Value, Attribute (Map is the default, DatabaseRecord).
setResultVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Sets the result variable that identifies the select expression, which can be used in the ORDER BY clause.
setResumeUnitOfWorkOnTransactionCompletion(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Set if this UnitofWork should be resumed after the end of the transaction Used when UnitOfWork is synchronized with external transaction control
setReturnAllTypes(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator
 
setReturnFields(Vector) - Method in class org.eclipse.persistence.internal.expressions.SQLModifyStatement
 
setReturningPolicy(ReturningPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Sets the returning policy.
setReturnInsert() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
 
setReturnInsert(ReturnInsertMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
setReturnInsert() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setReturnInsert() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setReturnMultipleResultSetCollections(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Set if the call returns multiple result sets.
setReturnOnly(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ReturnInsertImpl
 
setReturnOnly(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.ReturnInsertMetadata
INTERNAL: Used for OX mapping.
setReturnOnly(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ReturnInsert
 
setReturnParameter() - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedPlsqlStoredFunctionQueryImpl
 
setReturnParameter() - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedStoredFunctionQueryImpl
 
setReturnParameter(PLSQLParameterMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedPLSQLStoredFunctionQueryMetadata
INTERNAL: Used for OX mapping.
setReturnParameter(StoredProcedureParameterMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredFunctionQueryMetadata
INTERNAL: Used for OX mapping.
setReturnParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedPlsqlStoredFunctionQuery
 
setReturnParameter() - Method in interface org.eclipse.persistence.jpa.config.NamedStoredFunctionQuery
 
setReturnsResult(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.queries.NamedStoredProcedureQueryImpl
 
setReturnsResult(Boolean) - Method in interface org.eclipse.persistence.jpa.config.NamedStoredProcedureQuery
 
setReturnsResultSet(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
PUBLIC: Use this method to tell EclipseLink that the stored procedure will be returning a JDBC ResultSet
setReturnsResultSet(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.NamedStoredProcedureQueryMetadata
INTERNAL: Used for OX mapping.
setReturnsResultSet(boolean) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Some database support stored procedures returning result sets.
setReturnType(String) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
 
setReturnType(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
The return type is one of, NoReturn, ReturnOneRow or ReturnManyRows.
setReturnType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL:
setReturnType(int) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Set the return type.
setReturnType(Class) - Method in class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
Prints return for stored function
setReturnTypeClass(Class) - Method in class org.eclipse.persistence.internal.codegen.ReflectiveMethodDefinition
 
setReturnTypes(List<String>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Query
 
setReturnUpdate() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
 
setReturnUpdate(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
setReturnUpdate() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setReturnUpdate() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setReuseContainer(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.XMLContainerMapping
Specify if a pre-existing container on the field/property should be used.
setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
Specify whether the original container on the object should be used if present.
setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
Specify whether the original container on the object should be used if present.
setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
Specify whether the original container on the object should be used if present.
setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
Specify whether the original container on the object should be used if present.
setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Specify whether the original container on the object should be used if present.
setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
Specify whether the original container on the object should be used if present.
setReuseContainer(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
Specify whether the original container on the object should be used if present.
setRight(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Set the right for this node
setRight(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CompoundExpressionStateObject
Sets the right StateObject to become the given object.
setRightForAnd(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.BetweenNode
 
setRightForBetween(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.BetweenNode
 
setRMIRegistryNamingServiceConfig(RMIRegistryNamingServiceConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.RMITransportManagerConfig
 
setRollbackOnly() - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl
Mark the current transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.
setRollbackOnly() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
setRollbackOnly() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
Deprecated.
 
setRollbackOnlyInternal() - Method in class org.eclipse.persistence.internal.jpa.transaction.EntityTransactionWrapper
Mark the current transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.
setRollbackOnlyInternal() - Method in class org.eclipse.persistence.internal.jpa.transaction.JTATransactionWrapper
INTERNAL: Mark the current transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.
setRollbackOnlyInternal() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionWrapperImpl
Mark the current transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.
setRootDataObject(DataObject) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Set the root DataObject for this ChangeSummary.
setRootElementName(String) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setRootElementName(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setRootElementName(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setRootElementName(String) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
INTERNAL: Set the root element name of the document
setRootElementNamespaceUri(String) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setRootElementNamespaceUri(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setRootElementNamespaceUri(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setRootElementURI(String) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
INTERNAL: Set the root element uri of the document
setRootEntity(FetchGroupTracker) - Method in class org.eclipse.persistence.queries.FetchGroup
INTERNAL:
setRootGroup(ATTRIBUTE_GROUP) - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
setRootMarshalRecord(MarshalRecord) - Method in class org.eclipse.persistence.sdo.helper.SDOMarshalListener
 
setRootObject(DataObject) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
INTERNAL: Set the root data object corresponding to the document
setRootPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractIdentificationVariableDeclarationStateObject
Sets the "root" object for objects which may not be reachable by navigation.
setRootPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Sets the "root" object for objects which may not be reachable by navigation.
setRootPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.DerivedPathVariableDeclarationStateObject
Sets the "root" object for objects which may not be reachable by navigation.
setRootPath(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.RangeVariableDeclarationStateObject
Sets the "root" object for objects which may not be reachable by navigation.
setRootURL(URL) - Method in class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
 
setRoundRobinPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setRoundRobinPartitioning(RoundRobinPartitioningMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setRoundRobinPartitioning(List<RoundRobinPartitioningMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setRoundRobinPartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setRow(AbstractRecord) - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Set the row.
setRow(AbstractRecord) - Method in class org.eclipse.persistence.internal.sessions.TransformationMappingChangeRecord
This method is used to add a changed value to the changeRecord.
setScale(int) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Used to specify the scale for a decimal column when generating DDL.
setScale(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.columns.ColumnImpl
 
setScale(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.queries.PlsqlParameterImpl
 
setScale(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL: Used for OX mapping.
setScale(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.PLSQLParameterMetadata
INTERNAL: Used for OX mapping.
setScale(Integer) - Method in interface org.eclipse.persistence.jpa.config.Column
 
setScale(Integer) - Method in interface org.eclipse.persistence.jpa.config.PlsqlParameter
 
setSchema(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.SequenceGeneratorImpl
 
setSchema(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
 
setSchema(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl
 
setSchema(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.IndexImpl
 
setSchema(String) - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
setSchema(String) - Method in class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitDefaultsImpl
 
setSchema(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for OX mapping.
setSchema(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
setSchema(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for OX mapping.
setSchema(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setSchema(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
setSchema(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
setSchema(Schema) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
setSchema(Schema) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
setSchema(Schema) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
setSchema(Schema) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Include
 
setSchema(Schema) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
 
setSchema(Schema) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
setSchema(Schema) - Method in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
setSchema(Schema) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setSchema(Schema) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
setSchema(Schema) - Method in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
setSchema(Schema) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
setSchema(XmlVirtualAccessMethodsSchema) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
Sets the value of the schema property.
setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.CollectionTable
 
setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.Index
 
setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.JoinTable
 
setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitDefaults
 
setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.SecondaryTable
 
setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.SequenceGenerator
 
setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.Table
 
setSchema(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
setSchema(Schema) - Method in class org.eclipse.persistence.oxm.XMLBinder
 
setSchemaContext(String) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
Set the path to the simple/complex type definition, element, or group to be referenced in the schema
setSchemaContextAsQName(QName) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
 
setSchemaInstanceIncluded(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyAttributeMapping
 
setSchemaInstanceIncluded(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
setSchemaLocation(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setSchemaLocation(String) - Method in class org.eclipse.persistence.internal.oxm.Root
Sets the schema location.
setSchemaLocation(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Include
 
setSchemaLocation(String) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Set the schema location on this XMLMarshaller
setSchemaLocation(String) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
Sets the value of the schemaLocation declaration for the http://www.w3.org/2001/XMLSchema-instance namespace in the root element, or null if it should not be present.
setSchemaName(QName) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setSchemaNamespace(String) - Method in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
setSchemaReference(XMLSchemaReference) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Set the SchemaReference to associate with this descriptor
setSchemaReference(XMLSchemaReference) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Set the SchemaReference to associate with this descriptor
setSchemas(Object[]) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
setSchemas(Object[]) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
setSchemas(Object[]) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
setSchemaType(QName) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
Set the schema type to be used during conversion - if one is required.
setSchemaType(QName) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Sets the schematype associated with this XMLField This is an optional setting; when set the schema type will be used to format the XML appropriately
setSchemaType(QName) - Method in class org.eclipse.persistence.internal.oxm.Root
Sets the schema type that should be associated with this XMLRoot object.
setSchemaType(QName) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setSchemaType(QName) - Method in class org.eclipse.persistence.oxm.XMLField
Sets the schematype associated with this XMLField This is an optional setting; when set the schema type will be used to format the XML appropriately
setSchemaType(QName) - Method in class org.eclipse.persistence.oxm.XMLUnionField
Adds the new type value to the list of types
setSchemaTypeName(QName) - Method in class org.eclipse.persistence.jaxb.compiler.SchemaTypeInfo
 
setSchemaTypeName(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setSchemaTypes(ArrayList) - Method in class org.eclipse.persistence.oxm.XMLUnionField
Sets the schema types that this attribute can be mapped to Valid QName schema types can be found on org.eclipse.persistence.oxm.XMLConstants
setScope(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Sets the value of the scope property.
setScopeClass(Class) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Set the scope class associated with this element.
setScopeOfVariable(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Sets the scope of the specified variable to the current scope.
setSDOClassGeneratorListener(SDOClassGeneratorListener) - Method in class org.eclipse.persistence.sdo.helper.SDOClassGenerator
 
setSdoType(SDOType) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
setSdoTypeName(String) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
setSecond(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.cache.TimeOfDayImpl
 
setSecond(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL: Used for OX mapping.
setSecond(Integer) - Method in interface org.eclipse.persistence.jpa.config.TimeOfDay
 
setSecond(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractDoubleEncapsulatedExpressionStateObject
Sets the given StateObject to represent the second encapsulated expression.
setSecond(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Sets the given StateObject to represent the second encapsulated expression.
setSecondaryTables(List<SecondaryTableMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
setSelectCall(SQLCall) - Method in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
 
setSelectCall(SQLCall) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
 
setSelectCallForExist(SQLCall) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
setSelectCallForExist(SQLCall) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
setSelectCallForNotExist(SQLCall) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
setSelectClause(String) - Method in class org.eclipse.persistence.tools.schemaframework.ViewDefinition
The select clause is the select statement that is mapped into the view.
setSelectedColumns(List<ColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.locking.OptimisticLockingMetadata
INTERNAL: Used for OX mapping.
setSelectExpressions(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
 
setSelectIfOrderedBy(boolean) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Set whether this expression should be included in the SELECT clause of a query that uses it in the ORDER BY clause.
setSelectionCall(Call) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: This is a property on the mapping which will allow custom call to be substituted for reading a reference object.
setSelectionCriteria(Expression) - Method in class org.eclipse.persistence.internal.queries.ExpressionQueryMechanism
Set the selection criteria of the query.
setSelectionCriteria(Expression) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Sets the selection criteria to be used as a where clause to read reference objects.
setSelectionCriteria(Expression) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Sets the selection criteria to be used as a where clause to read reference objects.
setSelectionCriteria(Expression) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: To any user of this object.
setSelectionCriteria(Expression) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set the Expression/where clause of the query.
setSelectionCriteriaClone(Expression) - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: The clone of the selection criteria is needed for in-memory conforming each object read from the Cursor.
setSelectionCriteriaForQuery(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
 
setSelectionId(Object) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: The Id of the object to be selected by the query.
setSelectionKey(List) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
Deprecated.
since EclipseLink 2.1, replaced by setSelectionId(Object)
setSelectionObject(Object) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Used to set the where clause of the query.
setSelectionSQLString(String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: This method is not supported in an EIS environment.
setSelectionSQLString(String) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: This method is not supported in an EIS environment.
setSelectionSQLString(String) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: This is a property on the mapping which will allow custom SQL to be substituted for reading a reference object.
setSelectItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Sets the given StateObject as this clause's select item.
setSelectItem(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Sets the given StateObject as the SELECT clause's select item.
setSelectItem(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Parses the given JPQL fragment and create the select item.
setSelector(int) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Set the selector id.
setSelectQuery(ValueReadQuery) - Method in class org.eclipse.persistence.sequencing.QuerySequence
PUBLIC:
setSelectSequenceNumberQuery(ValueReadQuery) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
OBSOLETE: Can override the default query for returning the sequence numbers.
setSelfRecord(boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setSelfRecord(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
Sets the flag which indicates if this UnmarshalRecord represents a 'self' record
setSelfRecord(boolean) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setSendMode(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.RMITransportManagerConfig
 
setSeparator(String) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
setSeparators(String[]) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
setSequence(Sequence) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
Set the descriptor's sequence.
setSequence(Sequence) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setSequence(Sequence) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
setSequence(Sequence) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Group
 
setSequence(Sequence) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setSequenceConfigs(Vector) - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
setSequenceConnectionPoolConfig(ConnectionPoolConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.PoolsConfig
 
setSequenceCounterField(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setSequenceCounterField(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
setSequenceCounterFieldName(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
setSequenced(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: If set as true, this Type specifies Sequenced DataObjects.
setSequenced(boolean) - Method in class org.eclipse.persistence.sdo.types.SDOObjectType
 
setSequencedObject(boolean) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
setSequenceGenerator() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setSequenceGenerator() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
 
setSequenceGenerator(SequenceGeneratorMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setSequenceGenerator(SequenceGeneratorMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
setSequenceGenerator() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setSequenceGenerator() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setSequenceGenerator() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setSequenceGenerator() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setSequenceGenerators(List<SequenceGeneratorMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setSequenceMapping(AbstractDirectMapping) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
PERF: Set the sequence mapping.
setSequenceName(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.SequenceGeneratorImpl
 
setSequenceName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL: Used for OX mapping.
setSequenceName(String) - Method in interface org.eclipse.persistence.jpa.config.SequenceGenerator
 
setSequenceNameField(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setSequenceNameField(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
setSequenceNameFieldName(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
setSequenceNumberField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the sequence number field.
setSequenceNumberField(DatabaseField) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setSequenceNumberFieldName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the sequence number field name.
setSequenceNumberFieldName(String) - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Set the sequence number field name.
setSequenceNumberName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the sequence number name.
setSequenceNumberName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setSequencePreallocationSize(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Set the number of sequence values to preallocate.
setSequencePreallocationSize(Integer) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setSequencePreallocationSize(Integer) - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
setSequencePreallocationSize(int) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method provides access for setting the sequence pre-allocation size
setSequencePreallocationSize(int) - Method in class org.eclipse.persistence.services.RuntimeServices
This method provide access for setting the sequence pre-allocation size
setSequences(Map) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
INTERNAL: Sets sequences - for XML support only
setSequences(Map) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
INTERNAL: Used only for reading from XML.
setSequences(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Choice
 
setSequences(List) - Method in interface org.eclipse.persistence.internal.oxm.schema.model.NestedParticle
 
setSequences(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Sequence
 
setSequences(Map) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Used only for reading the login from XML.
setSequenceTable(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setSequenceTable(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.SequencingConfig
 
setSequenceTableName(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
setSequencingConfig(SequencingConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
setSerializedConverters(List<SerializedConverterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setSerializedConverters(List<SerializedConverterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setSerializedObjectPolicy(SerializedObjectPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL:
setSerializedObjectPolicy(SerializedObjectPolicyMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setSerializer(Serializer) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
Set the Serializer to use by default for serialization.
setSerializer(Serializer) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
Set the serialize used for this converter.
setSerializer(Serializer) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
PUBLIC: Set the Serializer to use for serialization of commands.
setSerializer(Serializer) - Method in interface org.eclipse.persistence.sessions.Session
Set the Serializer to use by default for serialization.
setSerializerClassName(String) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
Set the class name of the serializer.
setSerializerPackage(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.SerializedConverterMetadata
INTERNAL: Used for OX mapping.
setSerializerPackage(String) - Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
Set the package used for XML and JSON serialization JAXBContext.
setServerClassName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.platform.CustomServerPlatformConfig
 
setServerIndirectionObject(Object) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Set the object on the server that holds on to the remote value holder.
setServerName(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: The server name is the name of the database instance.
setServerPlatform(ServerPlatform) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Set the server platform to handle server specific behavior for WLS, Oc4j, etc This is not permitted after the session is logged in.
setServerPlatform(ServerPlatform) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
PUBLIC: The ServerPlatform must be set manually when the RemoteCommandManager'CommandProcessor is not EclipseLink Session.
setServerPlatform(ServerPlatform) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Set the server platform defining server-specific behavior for the receiver (Oc4j, WLS, ...
setServerPlatformConfig(ServerPlatformConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
setServiceId(ServiceId) - Method in class org.eclipse.persistence.internal.sessions.coordination.RemoteConnection
INTERNAL: Set the service info of the receiving service
setServiceId(ServiceId) - Method in class org.eclipse.persistence.sessions.coordination.Command
ADVANCED: Set the service identifier of the service where the command originated
setServiceName(String) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
ADVANCED: This method is used to set the globally unique identifier for this connection.
setSession(AbstractSession) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
INTERNAL: The session in which the event is raised.
setSession(AbstractSession) - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL:
setSession(AbstractSession) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Set the session in which we expect this expression to be translated.
setSession(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
setSession(AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
 
setSession(AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Set the session.
setSession(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
INTERNAL: Set the session to log to.
setSession(AbstractSession) - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
setSession(ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
setSession(ABSTRACT_SESSION) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
setSession(ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setSession(CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setSession(DistributedSession) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteConnection
 
setSession(AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Set the session.
setSession(Session) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
setSession(Session) - Method in class org.eclipse.persistence.logging.JavaLog
PUBLIC:
setSession(Session) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Set the session that owns this SessionLog.
setSession(AbstractSession) - Method in class org.eclipse.persistence.logging.SessionLogEntry
Set the session that generated the log entry.
setSession(AbstractSession) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
 
setSession(CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
setSession(CoreAbstractSession) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
setSession(AbstractSession) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
setSession(AbstractSession) - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Set the session handle
setSession(AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set the session for the query
setSession(AbstractSession) - Method in class org.eclipse.persistence.sessions.CopyGroup
INTERNAL: Set the session.
setSession(AbstractSession) - Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
INTERNAL: Set the manager's session.
setSession(Session) - Method in class org.eclipse.persistence.sessions.SessionEvent
INTERNAL: The session in which the event is raised.
setSession(Session) - Method in class org.eclipse.persistence.sessions.SessionEventManager
INTERNAL: Set the session for this session event manager
setSession(Session) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: Set the session.
setSession(Session) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
INTERNAL: Set the session.
setSession(Session) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
setSession(Session) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
setSession(DatabaseSessionImpl) - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
setSession(AbstractSession) - Method in class org.eclipse.persistence.transaction.AbstractTransactionController
INTERNAL: Set the manager's session.
setSessionConfigs(Vector<SessionConfig>) - Method in class org.eclipse.persistence.internal.sessions.factories.model.SessionConfigs
 
setSessionCustomizerClass(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
setSessionEventListeners(Vector) - Method in class org.eclipse.persistence.internal.sessions.factories.model.event.SessionEventManagerConfig
 
setSessionEventManagerConfig(SessionEventManagerConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionConfig
 
setSessionLog(SessionLog) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Set the session log to which an accessor logs messages and SQL.
setSessionLog(SessionLog) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Set the session log.
setSessionLog(SessionLog) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Set the session log to which an accessor logs messages and SQL.
setSessionName(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Set the name of the session to execute the mapping's queries under.
setSessionName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Set the name of the session to execute the mapping's queries under.
setSessionName(String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Set the name of the session to execute the mapping's queries under.
setSessionName(String) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
PUBLIC: Set the name of the session to execute the mapping's queries under.
setSessionName(String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Set the name of the session to execute the mapping's queries under.
setSessionName(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Set the name of the session that the query should be executed under.
setSessionName(String) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: Set the name of the Session in the sessions XML file desired to be loaded.
setSessionNames(Vector<String>) - Method in class org.eclipse.persistence.internal.sessions.factories.model.session.SessionBrokerConfig
 
setSessions(ConcurrentMap) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL: Set a hashtable of all sessions
setSessionsByName(Map) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Set sessions indexed by name.
setSessionsFile(String) - Method in class org.eclipse.persistence.internal.xr.XRServiceModel
 
setSessionString(String) - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
setSetMethod(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AccessMethodsImpl
 
setSetMethod(MetadataMethod) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataMethod
INTERNAL: Method to convert a getMethod into a setMethod.
setSetMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
Sets the value of the setMethod property.
setSetMethod(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
Sets the value of the setMethod property.
setSetMethod(String) - Method in interface org.eclipse.persistence.jpa.config.AccessMethods
 
setSetMethodName(String) - Method in class org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor
Set the name of the set method for the attribute accessor.
setSetMethodName(String) - Method in class org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo
 
setSetMethodName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.AccessMethodsMetadata
INTERNAL: Used for OX mapping.
setSetMethodName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
Set the methodName used to set the value for the mapping's attribute into the object.
setSetMethodName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setSetMethodName(String) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
PUBLIC: Set the methodName used to set the value for the mapping's attribute into the object.
setSetNode(SetNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Set the Where node
setSetPerformedForAbsentNode(boolean) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.NullPolicy
Set the isSetPerformedForAbsentNode flag
setSetterMethodName(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
setSetterMethodToAttributeDetails(Map) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setSetting(Setting) - Method in class org.eclipse.persistence.internal.oxm.Reference
 
setShared(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheImpl
 
setShared(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
setShared(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Cache
 
setSharedCacheMode(String) - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
setSharedCacheMode(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setSharedCacheMode(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
setShort(String, short) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setShort(int, short) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setShort(Property, short) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setShortestTime(long) - Method in class org.eclipse.persistence.tools.profiler.Profile
 
setShouldAcquireCascadedLocks(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: PERF: Set if deferred locks should be used.
setShouldAcquireValueAfterInsert(boolean) - Method in class org.eclipse.persistence.sequencing.QuerySequence
PUBLIC:
setShouldAllowInstantiationDeferral(boolean) - Method in class org.eclipse.persistence.internal.indirection.CacheBasedValueHolder
Set if instantiation deferral on modification should be available.
setShouldAllowNull(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Set if this type is allowed to be null for this platform
setShouldAllowNull(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Set whether the receiver should allow null values.
setShouldAlwaysConformResultsInUnitOfWork(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: set if the descriptor is defined to always conform the results in unit of work in read query.
setShouldAlwaysOverrideExistingValue(boolean) - Method in class org.eclipse.persistence.sequencing.Sequence
ADVANCED: Set that to true if the sequence should always override the existing pk value.
setShouldAlwaysRefreshCache(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: When the shouldAlwaysRefreshCache argument passed into this method is true, this method configures a ClassDescriptor to always refresh the cache if data is received from the database by any query.
setShouldAlwaysRefreshCache(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: When the shouldAlwaysRefreshCache argument passed into this method is true, this method configures a ClassDescriptor to always refresh the cache if data is received from the database by any query.
setShouldAlwaysRefreshCacheOnRemote(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: When the shouldAlwaysRefreshCacheOnRemote argument passed into this method is true, this method configures a ClassDescriptor to always remotely refresh the cache if data is received from the database by any query in a RemoteSession.
setShouldAlwaysRefreshCacheOnRemote(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: When the shouldAlwaysRefreshCacheOnRemote argument passed into this method is true, this method configures a ClassDescriptor to always remotely refresh the cache if data is received from the database by any query in a RemoteSession.
setShouldBeDeleted(boolean) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
This method was created in VisualAge.
setShouldBeReadOnly(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Define if the descriptor reference class is read-only
setShouldBindAllParameters(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Bind all arguments to any SQL statement.
setShouldBindAllParameters(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Bind all arguments to any SQL statement.
setShouldBindAllParameters(Boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Sets the internal tri-state value of shouldBindAllParams Used to cascade this value to other queries
setShouldBindAllParameters(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
This method is used to control if All parameters should be bound
setShouldBindAllParameters(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method is used to control if All parameters should be bound
setShouldBindAllParameters(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set whether to bind all arguments to any SQL statement.
setShouldBindLiterals(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
PUBLIC: Allows user to choose whether to bind literals in DatabaseCalls or not.
setShouldBreak(boolean) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
setShouldBuildNullForNullPk(boolean) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: If primary key is null ObjectBuilder.buildObject returns null in case this flag is set to true (instead of throwing exception).
setShouldCacheAllStatements(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Cache all prepared statements, this requires full parameter binding as well.
setShouldCacheAllStatements(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Method used to set if statements should be cached.
setShouldCacheAllStatements(boolean) - Method in class org.eclipse.persistence.services.RuntimeServices
Method used to set if statements should be cached.
setShouldCacheAllStatements(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set whether prepared statements should be cached.
setShouldCacheStatement(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Bound calls can use prepared statement caching.
setShouldCacheStatement(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Cache the prepared statements, this requires full parameter binding as well.
setShouldCascadeCloneToJoinedRelationship(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: True if the value holder for the joined attribute should be triggered.
setShouldCascadeOnDelete(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
PUBLIC: Enables delete cascading on the database.
setShouldCatchExceptions(boolean) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method assigns the value to the variable (shouldCatchExceptions) that defines whether we should catch all Descriptor Exceptions or not.
setShouldCheckClassLoader(boolean) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: Set if the session will be refreshed from the file if the class loader requesting the load is different than the loaded session's class loader.
setShouldCheckDatabase(boolean) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method assigns the value to the variable (shouldCheckDatabase) that defines whether we should check the database or not.
setShouldCheckInstantiationPolicy(boolean) - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method assigns the value to the variable (shouldCheckInstantiationPolicy) that defines whether we should check InstantiationPolicy or not.
setShouldCheckReadLocks(boolean) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapKeyEnumeration
 
setShouldConvertDataToStrings(boolean) - Method in class org.eclipse.persistence.eis.EISPlatform
Set if all data set into the adapter should be first converted to strings.
setShouldCreateIndicesOnForeignKeys(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for table creation.
setShouldCreateIndicesOnForeignKeys(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used for table creation.
setShouldDeferExecutionInUOW(boolean) - Method in class org.eclipse.persistence.queries.ModifyAllQuery
PUBLIC: Set a flag indicating whether execution should be deferred in UOW until commit.
setShouldDisableCacheHits(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Set if cache hits on primary key read object queries should be disabled.
setShouldDisableCacheHits(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set if cache hits on primary key read object queries should be disabled.
setShouldDisableCacheHitsOnRemote(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Set if the remote session cache hits on primary key read object queries is allowed or not.
setShouldDisableCacheHitsOnRemote(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set if the remote session cache hits on primary key read object queries is allowed or not.
setShouldDiscoverNewObjects(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Set if this UnitofWork should discover new objects on commit.
setShouldDisplayData(Boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: Set whether bind parameters should be displayed when logging SQL.
setShouldDisplayData(Boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
Set whether bind parameters should be displayed when logging SQL.
setShouldEnableDistributedIndirectionGarbageCollection(boolean) - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
ADVANCED: Allow the server-side value holders to be cleaned-up when the client-side value holder finalize.
setShouldExecuteSelectNodes(boolean) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setShouldExtendPessimisticLockScope(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
ADVANCED: Indicates whether pessimistic lock of ObjectLevelReadQuery with isPessimisticLockScopeExtended set to true should be applied through this mapping beyond the tables mapped to the source object.
setShouldExtendPessimisticLockScope(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Indicates whether pessimistic lock should also be applied to relation tables (ManyToMany and OneToOne mappings), reference tables (DirectCollection and AggregateCollection mapping).
setShouldExtractWhereClauseFromSelectCallForExist(boolean) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
setShouldExtractWhereClauseFromSelectCallForExist(boolean) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
setShouldFilterDuplicates(boolean) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Set if duplicate rows should be filter when using 1-m joining.
setShouldFilterDuplicates(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set if duplicate rows should be filter when using 1-m joining.
setShouldForceFieldNamesToUpperCase(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Can be used if the app expects upper case but the database is not return consistent case, i.e.
setShouldForceFieldNamesToUpperCase(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Used to uppercase default and user defined column field names
setShouldForceFieldNamesToUpperCase(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
ADVANCED: This setting can be used if the application expects upper case but the database does not return consistent case (e.g.
setShouldHandleUnmappedFields(boolean) - Method in class org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy
INTERNAL: Indicates whether to expect unmapped fields.
setShouldHandleWrites(boolean) - Method in class org.eclipse.persistence.history.HistoryPolicy
Sets if TopLink is responsible for writing history.
setShouldIgnoreCaseOnFieldComparisons(boolean) - Static method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Allow for case in field names to be ignored as some databases are not case sensitive and when using custom this can be an issue.
setShouldIgnoreCaseOnFieldComparisons(boolean) - Static method in class org.eclipse.persistence.sessions.DatabaseLogin
ADVANCED: Allow for case in field names to be ignored as some databases are not case sensitive.
setShouldIncludeData(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Set if the rows for the result of the query should also be returned using a complex query result.
setShouldIncrementTargetLockValueOnAddOrRemoveTarget(boolean) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
PUBLIC: Set value that indicates whether target's optimistic locking value should be incremented on target being added to / removed from a source (default value is true).
setShouldIncrementTargetLockValueOnDeleteSource(boolean) - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
PUBLIC: Set value that indicates whether target's optimistic locking value should be incremented on the source deletion (default value is true).
setShouldInlineBinaryData(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
 
setShouldInlineBinaryData(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
 
setShouldInlineBinaryData(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
setShouldInlineBinaryData(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
 
setShouldIterateOnAggregates(boolean) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Set whether the aggregate reference objects themselves should be processed.
setShouldIterateOnFetchGroupAttributesOnly(boolean) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Set whether the attributes outside fetch group should be processed.
setShouldIterateOnIndirectionObjects(boolean) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Set whether the indirection objects themselves (e.g.
setShouldIterateOnPrimitives(boolean) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Set whether to process primitive reference objects (e.g.
setShouldIterateOverIndirectionObjects(boolean) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Set whether to process the objects contained by indirection objects (e.g.
setShouldIterateOverUninstantiatedIndirectionObjects(boolean) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Set whether to *instantiate* and process the objects contained by indirection objects (e.g.
setShouldIterateOverWrappedObjects(boolean) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
setShouldKeepValues(boolean) - Method in class org.eclipse.persistence.internal.sessions.SimpleResultSetRecord
 
setShouldLoad(boolean) - Method in class org.eclipse.persistence.queries.FetchGroup
Configure this group to also act as a LoadGroup when set to true and load all of the specified relationships so that the entities returned from the query where this group was used have the requested relationships populated.
setShouldLoadAll(boolean) - Method in class org.eclipse.persistence.queries.FetchGroup
Configure this group to also act as a LoadGroup the same as FetchGroup.setShouldLoad(boolean).
setShouldLoadResultIntoSelectionObject(boolean) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Allow for the selection object of the query to be refreshed or put into the EclipseLink cache.
setShouldLockForClone(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: When set to false, this setting will allow the UOW to avoid locking the shared cache instance in order to perform a clone.
setShouldLogExceptionStackTrace(Boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.LoggingOptionsConfig
 
setShouldLogExceptionStackTrace(boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
By default the stack is logged for FINER or less (finest).
setShouldLogExceptionStackTrace(boolean) - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
setShouldLogExceptionStackTrace(boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
By default stack trace is logged for SEVERE all the time and at FINER level for WARNING or less.
setShouldLogin(boolean) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: Set if the loaded session should be connected.
setShouldLogPerformanceProfiler(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to turn on Profile logging when using the Performance Profiler
setShouldLogPerformanceProfiler(boolean) - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to turn on Profile logging when using the Performance Profiler
setShouldLogProfile(boolean) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
PUBLIC: Set whether after each query execution the profile result should be logged.
setShouldMaintainCache(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Set if the identity map (cache) should be used or not.
setShouldModifyVersionField(Boolean) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Holds a Boolean indicating whether version field should be modified.
setShouldNewObjectsBeCached(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: By default new objects are not cached until the exist on the database.
setShouldNewObjectsBeCached(boolean) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: By default new objects are not cached until the exist on the database.
setShouldOnlyRefreshCacheIfNewerVersion(boolean) - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: When the shouldOnlyRefreshCacheIfNewerVersion argument passed into this method is true, this method configures a ClassDescriptor 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) and as long as one of the following is true: the ClassDescriptor was configured by calling ClassDescriptor.alwaysRefreshCache() or ClassDescriptor.alwaysRefreshCacheOnRemote(), the query was configured by calling ObjectLevelReadQuery.refreshIdentityMapResult(), or the query was a call to Session.refreshObject(java.lang.Object)
setShouldOnlyRefreshCacheIfNewerVersion(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: When the shouldOnlyRefreshCacheIfNewerVersion argument passed into this method is true, this method configures a ClassDescriptor 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) and as long as one of the following is true: the ClassDescriptor was configured by calling ClassDescriptor.alwaysRefreshCache() or ClassDescriptor.alwaysRefreshCacheOnRemote(), the query was configured by calling ObjectLevelReadQuery.refreshIdentityMapResult(), or the query was a call to Session.refreshObject(java.lang.Object)
setShouldOptimizeDataConversion(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
PUBLIC: Set if our driver level data conversion optimization is enabled.
setShouldOptimizeDataConversion(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set whether driver level data conversion optimization is enabled.
setShouldOptimizeDates(boolean) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return if JDBC date access should be optimized.
setShouldOptimizeResultSetAccess(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Set to indicate whether ObjectLevelReadQuery should by default use ResultSet Access optimization.
setShouldOrderMappings(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This is set to turn off the ordering of mappings.
setShouldOrderUpdates(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Set updates should be ordered by primary key to avoid possible database deadlocks.
setShouldOrderUpdates(boolean) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
Deprecated.
since 2.6 replaced by #setCommitOrder(CommitOrderType)
setShouldOuterJoinSubclasses(boolean) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Set if an outer join should be used to read subclasses.
setShouldOuterJoinSubclasses(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Set if an outer join should be used to read subclasses.
setShouldPerformDeletesFirst(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: By default deletes are performed last in a unit of work.
setShouldPerformDeletesFirst(boolean) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: By default deletes are performed last in a unit of work.
setShouldPrepare(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Set if the query should be prepared.
setShouldPreserveDocument(boolean) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Specifies that object built from this descriptor should retain any unmapped information from their original XML Document when being written back out.
setShouldPrintConnection(Boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.LoggingOptionsConfig
 
setShouldPrintConnection(boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
By default the connection is printed, this can be turned off.
setShouldPrintConnection(boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
By default the connection is always printed whenever available, this can be turned off.
setShouldPrintDate(Boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.LoggingOptionsConfig
 
setShouldPrintDate(boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
By default the date is always printed, but can be turned off.
setShouldPrintDate(boolean) - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
setShouldPrintDate(boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
By default date is printed, this can be turned off.
setShouldPrintInternalException(boolean) - Static method in exception org.eclipse.persistence.exceptions.EclipseLinkException
PUBLIC: Allows overriding of EclipseLink's exception chaining detection.
setShouldPrintSession(Boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.LoggingOptionsConfig
 
setShouldPrintSession(boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
By default the session (and its connection is available) are printed, this can be turned off.
setShouldPrintSession(boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
By default the Session is always printed whenever available, this can be turned off.
setShouldPrintThread(Boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.log.LoggingOptionsConfig
 
setShouldPrintThread(boolean) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
By default the thread is logged for FINE or less (finer,etc.).
setShouldPrintThread(boolean) - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
setShouldPrintThread(boolean) - Method in interface org.eclipse.persistence.logging.SessionLog
By default the thread is logged at FINE or less level, this can be turned off.
setShouldProfilePerformance(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to turn on Performance Profiling
setShouldProfilePerformance(boolean) - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to turn on Performance Profiling
setShouldPropagateAsynchronously(boolean) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
ADVANCED: Set whether this command manager should propagate commands synchronously or asynchronously.
setShouldPropagateAsynchronously(boolean) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
ADVANCED: Set whether this command manager should propagate commands synchronously or asynchronously.
setShouldPropagateChanges(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Set whether changes should be propagated to other sessions or applications in a EclipseLink cluster through the Remote Command Manager mechanism.
setShouldPropagateChanges(boolean) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
ADVANCED: Set if cache changes should be propagated to other sessions or applications in a EclipseLink cluster through the Remote Command Manager mechanism.
setShouldReadSubclasses(Boolean) - Method in class org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
INTERNAL: Set the descriptor to read instance of itself and its subclasses when queried.
setShouldReadSubclasses(Boolean) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Set the descriptor to read instance of itself and its subclasses when queried.
setShouldReadSubclasses(boolean) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Set the descriptor to read instance of itself and its subclasses when queried.
setShouldReadWholeDocument(boolean) - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
PUBLIC:
setShouldRecalculateAfterUpdateEvent(boolean) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
ADVANCED Set whether this ObjectChangeSet should be recalculated after changes in event
setShouldRecalculateAfterUpdateEvent(boolean) - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED Set whether this ObjectChangeSet should be recalculated after changes in event
setShouldRefresh(boolean) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: Set if the loaded session should be refreshed from the file.
setShouldRefreshIdentityMapResult(boolean) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: Set if the attributes of the object(s) resulting from the query should be refreshed.
setShouldRefreshInvalidObjectsInUnitOfWork(boolean) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
Deprecated.
since EclipseLink 2.2
setShouldRefreshInvalidObjectsOnClone(boolean) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
PUBLIC: Set if expired object should be refreshed prior to cloning, default is true.
setShouldRefreshRemoteIdentityMapResult(boolean) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: Set if the attributes of the object(s) resulting from the query should be refreshed.
setShouldRegisterResultsInUnitOfWork(boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set to false to have queries conform to a UnitOfWork without registering any additional objects not already in that UnitOfWork.
setShouldRegisterResultsInUnitOfWork(boolean) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Set to false to have queries conform to a UnitOfWork without registering any additional objects not already in that UnitOfWork.
setShouldRemoveConnectionOnError(boolean) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
PUBLIC: Set whether connections to remote services should be disconnected when an error occurs.
setShouldResetPrimaryKey(boolean) - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Set if the primary key should be reset to null.
setShouldResetVersion(boolean) - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Set if the version should be reset to null.
setShouldRetrieveBypassCache(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: JPA flag used to control the behavior of the shared cache.
setShouldRetrieveFirstPrimaryKey(boolean) - Method in class org.eclipse.persistence.queries.ReportQuery
ADVANCED: Sets if the query results should contain the first primary key of each associated object.
setShouldRetrievePrimaryKeys(boolean) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Set if the query results should contain the primary keys or each associated object.
setShouldReturnNameValuePairs(boolean) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
Set the flag that indicates whether or not to return populated DatabaseRecord(s) as opposed to raw data when an SQLResultSetMapping is not set.
setShouldReturnSingleAttribute(boolean) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning the attribute (as opposed to wrapping in a ReportQueryResult).
setShouldReturnSingleResult(boolean) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning the first result.
setShouldReturnSingleValue(boolean) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning a single value.
setShouldReturnWithoutReportQueryResult(boolean) - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by returning a nested list instead of the ReportQueryResult.
setShouldReuseJMSTopicPublisher(boolean) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
PUBLIC: flag used to toggle between j2EE/JMS spec compliant behavior and legacy behavior.
setShouldSelectBeforeUpdate(boolean) - Method in class org.eclipse.persistence.sequencing.QuerySequence
PUBLIC:
setShouldSkipUpdate(boolean) - Method in class org.eclipse.persistence.sequencing.QuerySequence
PUBLIC:
setShouldStoreByPassCache(boolean) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
 
setShouldStoreBypassCache(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: JPA flag used to control the behavior of the shared cache.
setShouldTerminateTransaction(boolean) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
 
setShouldThrowConformExceptions(int) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Conforming queries can be set to provide different levels of detail about the exceptions they encounter There are two levels: DO_NOT_THROW_CONFORM_EXCEPTIONS = 0; THROW_ALL_CONFORM_EXCEPTIONS = 1;
setShouldThrowConformExceptions(int) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Conforming queries can be set to provide different levels of detail about the exceptions they encounter There are two levels:
DO_NOT_THROW_CONFORM_EXCEPTIONS = 0;
THROW_ALL_CONFORM_EXCEPTIONS = 1;
setShouldTrackCurrentGroup(boolean) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
setShouldTrackStack(boolean) - Static method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
INTERNAL: This can be set during debugging to record the stacktrace when a lock is acquired.
setShouldTranslate(boolean) - Method in class org.eclipse.persistence.logging.SessionLogEntry
Set if the message should be translated.
setShouldTrimStrings(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
setShouldTrimStrings(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: By default CHAR field values have trailing blanks trimmed, this can be configured.
setShouldTruncateDate(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
PUBLIC: Indicates whether time component of java.sql.Date should be truncated (hours, minutes, seconds all set to zero) before been passed as a parameter to PreparedStatement.
setShouldUpdateReadTimeOnUpdate(boolean) - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
PUBLIC: Set whether to update the stored time an object was read when an object is updated.
setShouldUseClassLoaderFromCurrentThread(boolean) - Method in class org.eclipse.persistence.internal.helper.ConversionManager
ADVANCED: This flag should be set if the current thread classLoader should be used.
setShouldUseClassNameAsIndicator(boolean) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Set if the descriptor uses the classes fully qualified name as the indicator.
setShouldUseDatabaseTime(boolean) - Method in class org.eclipse.persistence.history.HistoryPolicy
Sets if the Timestamp used in maintainaing history should be the current time according to the database.
setShouldUseDefaultFetchGroup(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Set false if the user does not want to use the default fetch group defined in the descriptor level.
setShouldUseDescriptorAliases(boolean) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Indicates whether descriptors should use aliasDescriptors map.
setShouldUseEqualityForNulls(boolean) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Matches an included null attribute in the example object either to objects with that attribute also set to null or to any value other than null.
setShouldUseExclusiveConnection(boolean) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
ADVANCED: If the user has isolated data and specified that the client session should use an exclusive connection then by setting this condition to true EclipseLink will ensure that the query is executed through the exclusive connection.
setShouldUseExclusiveConnection(boolean) - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
Deprecated. 
setShouldUseIdentityIfPlatformSupports(boolean) - Method in class org.eclipse.persistence.sequencing.NativeSequence
 
setShouldUseInheritedDefaultFetchGroup(boolean) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
PUBLIC: Set whether defaultFetchGroup should be copied from the parent if not set.
setShouldUseLocatorForLOBWrite(boolean) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
PUBLIC: Set if the locator is required for the LOB write.
setShouldUseOptimization(boolean) - Method in class org.eclipse.persistence.internal.sessions.SimpleResultSetRecord
 
setShouldUseOuterJoinForMultitableInheritance(boolean) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
INTERNAL: set the flag indicating whether subclasses should be joined
setShouldUseRownumFiltering(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
PUBLIC: Set if SQL-Level pagination should be used for FirstResult and MaxRows settings.
setShouldUseSchemaValidation(boolean) - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Set if schema validation will be used when parsing the 10g (10.1.3) sessions XML.
setShouldUseSchemaValidation(boolean) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectReader
PUBLIC: Set if schema validation will be used when parsing the deployment XML.
setShouldUseSeparateConnection(boolean) - Method in interface org.eclipse.persistence.sequencing.SequencingControl
PUBLIC: Set whether separate connection(s) for sequencing could be used (by default it couldn't).
setShouldUseSerializedObjectPolicy(boolean) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Set a flag that indicates whether the query should use SerializedObjectPolicy if descriptor has it.
setShouldUseSharedCache(boolean) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
 
setShouldUseSharedEMF(boolean) - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
 
setShouldUseTransaction(boolean) - Method in class org.eclipse.persistence.sequencing.QuerySequence
PUBLIC:
setShouldUseWrapperPolicy(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: The wrapper policy can be enable on a query.
setShouldValidateExistence(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Set the default to determine if does-exist should be performed on persist.
setShouldValidateExistence(boolean) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Set the default to determine if does-exist should be performed on persist.
setShouldValidateExistence(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
Set the default to determine if does-exist should be performed on persist.
setShouldValidateInstantiationPolicy(boolean) - Method in class org.eclipse.persistence.internal.jaxb.SessionEventListener
PUBLIC: Indicates if each descriptor's instantiation policy should be validated during initialization.
setShouldValidateUpdateCallCacheUse(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set if additional validation should be performed before the query uses the update call cache.
setShouldVerifyDelete(boolean) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
PUBLIC: Verify delete is used during delete and update on private 1:1's outside of a unit of work only.
setShouldVerifyDelete(boolean) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Verify delete is used during delete and update on private 1:1's outside of a unit of work only.
setShouldWeaveChangeTracking(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setShouldWeaveConstructorOptimization(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setShouldWeaveFetchGroups(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setShouldWeaveInternal(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setShouldWeaveREST(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setShouldWeaveValueHolders(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setSimpleContent(SimpleContent) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setSimpleType(SimpleType) - Method in class org.eclipse.persistence.internal.oxm.schema.model.List
 
setSimpleType(SimpleType) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setSimpleType(SimpleType) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
setSimpleType(SimpleType) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setSimpleTypes(List) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Union
 
setSimpleXMLFormat(SimpleXMLFormat) - Method in class org.eclipse.persistence.internal.xr.Result
 
setSimpleXMLFormatTag(String) - Method in class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormat
 
setSingleInputParameter(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Sets whether what was parsed after the IN identifier is a single input parameter.
setSingleTableStrategy() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Used to indicate a SINGLE_TABLE inheritance strategy.
setSingletonSelectionKey(Object) - Method in class org.eclipse.persistence.queries.ReadObjectQuery
Deprecated.
since EclipseLink 2.1, replaced by setSelectionId(Object)
setSize(int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
setSize(int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
setSize(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheImpl
 
setSize(Integer) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.BatchFetchImpl
 
setSize(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
setSize(Integer) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.BatchFetchMetadata
INTERNAL: Used for OX mapping.
setSize(Integer) - Method in interface org.eclipse.persistence.jpa.config.BatchFetch
 
setSize(Integer) - Method in interface org.eclipse.persistence.jpa.config.Cache
 
setSize(int) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
Set the batch fetch size.
setSize(int) - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Set the cache size
setSize(int) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Set the size of the field, this is only required for some field types.
setSize(int) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
PUBLIC: Set the maximum size of the array.
setSizeDisallowed() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Set this type to not allow a size specification.
setSizeOptional() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Set this type to optionally have a size specification.
setSizeQuery(ValueReadQuery) - Method in class org.eclipse.persistence.queries.CursoredStreamPolicy
Set the query used to read the size.
setSizeRequired() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Set this type to require to have a size specification.
setSmartMerge(boolean) - Static method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Set smart merge flag.
setSopObject(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL:
setSopObject(Object) - Method in class org.eclipse.persistence.internal.sessions.ResultSetRecord
 
setSopObject(Object) - Method in class org.eclipse.persistence.internal.sessions.SimpleResultSetRecord
 
setSortDirection(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.SortDirectionNode
 
setSource(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
Set the input archive to be used to weave.
setSourceClassName(String) - Method in class org.eclipse.persistence.logging.SessionLogEntry
Set the source class name to the message.
setSourceDir(String) - Method in class org.eclipse.persistence.sdo.helper.FileCodeWriter
Sets the sourceDir variable.
setSourceFields(List<String>) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
setSourceFields(Vector<String>) - Method in class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
PUBLIC:
setSourceForeignKeyFields(List<DatabaseField>) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Sets the source foreign key fields.
setSourceForeignKeysToTargetKeys(Map<DatabaseField, DatabaseField>) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Set the source keys to target keys fields association.
setSourceKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Set the source key field names associated with the mapping.
setSourceKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Set the source key field names associated with the mapping.
setSourceKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Set the source key field names associated with the mapping.
setSourceKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Set the source key field names associated with the mapping.
setSourceKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Set the source key field names associated with the mapping.
setSourceKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: set all the primary key names associated with this mapping
setSourceKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Set the source fields.
setSourceKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Set the source fields.
setSourceKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Set the source key fields.
setSourceKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Set the source fields.
setSourceMapping(DatabaseMapping) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL:
setSourceMethodName(String) - Method in class org.eclipse.persistence.logging.SessionLogEntry
Set the source method name to the message.
setSourceObject(Object) - Method in exception org.eclipse.persistence.exceptions.ConversionException
INTERNAL: Set the object for which the problem was detected.
setSourceObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: set the source object into QueryBasedValueHolder.
setSourceObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: set the source object into QueryBasedValueHolder.
setSourceObject(Object) - Method in class org.eclipse.persistence.internal.indirection.QueryBasedValueHolder
 
setSourceObject(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: set the source object into QueryBasedValueHolder.
setSourceRelationKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Set the source key field in the relation table.
setSourceRelationKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Set the source key field in the relation table.
setSourceRelationKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Set the source relation key field names associated with the mapping.
setSourceRelationKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Set the source relation key field names associated with the mapping.
setSourceRelationKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Set the source fields.
setSourceRelationKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Set the source fields.
setSourceToTargetKeyFieldAssociations(Vector) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Set a collection of the source to target field associations.
setSourceToTargetKeyFieldAssociations(HashMap) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
INTERNAL: Set the list of source-target xmlfield pairs.
setSourceToTargetKeyFields(Map) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: Set the source keys to target keys fields association.
setSourceToTargetKeyFields(Map<DatabaseField, DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Set the source keys to target keys fields association.
setSourceToTargetQueryKeyFieldAssociations(Vector) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: Set a collection of the source to target query key/field associations.
setSpecialOperations(Map) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: The special operations to use in place of equal.
setSpecification(TrimExpression.Specification) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Sets the new trim specification.
setSQLResultMapping(SQLResultSetMapping) - Method in class org.eclipse.persistence.queries.SQLResult
INTERNAL: Set the SQLResultSetMapping this SQLResult is part of.
setSQLResultSetMapping(SQLResultSetMapping) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database results
setSQLResultSetMappingName(String) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: This will be the SQLResultSetMapping that is used by this query to process the database results
setSQLResultSetMappingNames(List<String>) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: This will be the SQLResult
setSqlResultSetMappings(List<SQLResultSetMappingMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setSqlResultSetMappings(List<SQLResultSetMappingMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setSQLResultSetMappings(List<SQLResultSetMapping>) - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
PUBLIC: This will be the SQLResultSetMappings that are used by this query to process the database results
setSQLStatement(SQLStatement) - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Set the sqlStatement
setSQLStatement(SQLStatement) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: To any user of this object.
setSqlString(String) - Method in class org.eclipse.persistence.internal.xr.SQLQueryHandler
 
setSQLString(String) - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: To any user of this object.
setSQLString(String) - Method in class org.eclipse.persistence.queries.SQLCall
Set the SQL string.
setSqlType(int) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Set the JDBC type that corresponds to the field.
setSqlTypeName(String) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDatabaseField
ADVANCED: For ARRAY and STRUCT fields, this is the user defined type for the field.
setStack(Exception) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
 
setStartDelimiter(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Delimiter to use for fields and tables using spaces or other special values.
setStartFieldType(Class) - Method in class org.eclipse.persistence.history.HistoryPolicy
ADVANCED: Sets the type of all start fields.
setStartPosition(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.LocateNode
 
setStartPosition(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.SubstringNode
Insert the method's description here.
setStartString(String) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
setStartStrings(String[]) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
setStartValue(Comparable) - Method in class org.eclipse.persistence.descriptors.partitioning.RangePartition
PUBLIC: Set the range start value.
setStartValue(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.RangePartitionImpl
 
setStartValue(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.RangePartitionMetadata
INTERNAL: Used for OX mapping.
setStartValue(String) - Method in interface org.eclipse.persistence.jpa.config.RangePartition
 
setStatement(SQLSelectStatement) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Set the statement that expression is for.
setStatement(Statement) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
The statement is stored for the return value of cursor selects.
setStatement(SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.ExpressionIterator
 
setStatement(SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.ExpressionNormalizer
 
setStatementCacheSize(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
The statement cache size for prepare parameterized statements.
setStatementCacheSize(int) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
Used to set the statement cache size.
setStatementCacheSize(int) - Method in class org.eclipse.persistence.services.RuntimeServices
Used to set the statement cache size.
setStatementCacheSize(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: If prepared statement caching is used this configures the cache size.
setStatements(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.PackageDefinition
The statements are the SQL lines of code.
setStatements(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The statements are the SQL lines of code in procedure.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbsExpressionStateObject
Sets the given StateObject to represent the new encapsulated expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Sets the given StateObject to represent the new encapsulated expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AllOrAnyExpressionStateObject
Sets the given StateObject to represent the new encapsulated expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Returns the StateObject that represents the arithmetic primary expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Sets the StateObject representing the expression to determine if its result falls within the lower and upper bounds.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Sets the given StateObject to represent the new encapsulated expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Sets
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LengthExpressionStateObject
Sets the given StateObject to represent the new encapsulated expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LowerExpressionStateObject
Sets the given StateObject to represent the new encapsulated expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Sets the given StateObject as the new negated expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Sets the given StateObject as the collection-valued path expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Sets the StateObject representing the value used for ordering.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Sets the StateObject representing a single select expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
Sets the given StateObject to represent the new encapsulated expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
Sets the given StateObject to represent the new encapsulated expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
Sets the given StateObject to represent the new encapsulated expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Sets the given StateObject to represent the new encapsulated expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
Sets the given StateObject to represent the new encapsulated expression.
setStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
Sets the given StateObject to represent the new encapsulated expression.
setStaticWeaveInfo(StaticWeaveInfo) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
setStoredProcedureTerminationToken(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
setStrategy(String) - Method in class org.eclipse.persistence.internal.jpa.config.inheritance.InheritanceImpl
 
setStrategy(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.GeneratedValueImpl
 
setStrategy(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
INTERNAL: Used for OX mapping.
setStrategy(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.GeneratedValueMetadata
INTERNAL: Used for OX mapping.
setStrategy(String) - Method in interface org.eclipse.persistence.jpa.config.GeneratedValue
 
setStrategy(String) - Method in interface org.eclipse.persistence.jpa.config.Inheritance
 
setStreamsForBinding(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setStrictTypeCheckingEnabled(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Controls type checking strictness.
setString(String, String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setString(int, String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setString(Property, String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
setStringBinding(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setStringBindingSize(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
setStringBindingSize(int) - Method in class org.eclipse.persistence.services.DevelopmentServices
Sets the size of strings after which they will be bound into the statement
setStringBindingSize(int) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
Sets the size of strings after which they will be bound into the statement
setStringBindingSize(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used to help bean introspection.
setStringLength(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.SubstringNode
Insert the method's description here.
setStringStateObject(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
 
setStruct() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractClassImpl
 
setStruct(StructMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Used for OX mapping.
setStruct() - Method in interface org.eclipse.persistence.jpa.config.Embeddable
 
setStruct() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setStructConverter() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Array
 
setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setStructConverter() - Method in interface org.eclipse.persistence.jpa.config.Version
 
setStructConverterClasses(Vector<String>) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.StructConverterConfig
 
setStructConverterConfig(StructConverterConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setStructConverters(List<StructConverterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setStructConverters(List<StructConverterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setStructConverters(Collection<String>) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Returns structure converter class names that would be set on the databasePlatform instance This is used to avoid the platform instance changing at login.
setStructureName(String) - Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
PUBLIC: Set the name of the structure.
setStructureName(String) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
PUBLIC: Set the name of the structure.
setStructureName(String) - Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
PUBLIC: Set the name of the structure.
setStructureName(String) - Method in class org.eclipse.persistence.mappings.structures.ObjectRelationalDataTypeDescriptor
PUBLIC: Set the name of the structure.
setStructures(List<StructureAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setSubclassSubgraphs(List<NamedSubgraphMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Used for OX mapping.
setSubgraph(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedAttributeNodeMetadata
INTERNAL: Used for OX mapping.
setSubgraph(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
Sets the value of the subgraph property.
setSubgraphs(List<NamedSubgraphMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedEntityGraphMetadata
INTERNAL: Used for OX mapping.
setSubQuery(ReportQuery) - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
 
setSubSelect(SubSelectExpression) - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
 
setSubSelect(Expression) - Method in class org.eclipse.persistence.internal.expressions.SubSelectDatabaseTable
 
setSubSize(int) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Set the sub-size of the field.
setSubstitutable(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
setSubstitutableElements(Collection<SDOProperty>) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
setSubstitutionGroup(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setSubstitutionHead(QName) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
If this element has a substitutionGroup this will be set.
setSubstitutionHeadName(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Sets the value of the substitutionHeadName property.
setSubstitutionHeadNamespace(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Sets the value of the substitutionHeadNamespace property.
setSubTypes(List) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
setSuperClass(String) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
If the class to be generated is an interface, do not use this method.
setSuperclass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
setSuperClassDetails(ClassDetails) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setSuperclassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataClass
INTERNAL:
setSuperClassName(String) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setSuperClassOverride(JavaClass) - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
setSuperType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the superType property.
setSupportsAutoCommit(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
supportsAutoCommit can be set to false for JDBC drivers which do not support autocommit.
setSupportsForeignKeyConstraints(boolean) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
 
setSupportsIdentity(boolean) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
ADVANCED: Oracle db doesn't support identity.
setSupportsLocalTransactions(boolean) - Method in class org.eclipse.persistence.eis.EISPlatform
Set if this platform supports local transactions.
setSuscriber(TopicSubscriber) - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
INTERNAL: set the TopicSubscriber on a local RemoteConnection for reading JMS messages when this runnable connection is started in a thread.
setSwaRef(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
 
setSwaRef(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
 
setSwaRef(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
setSwaRef(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
 
setSynchronizationType(int) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
setSynchronized(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Set isSynchronized flag to indicate that this session is synchronized.
setSynchronized(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Set isSynchronized flag to indicate that this session is a synchronized unit of work.
setSynchronized(boolean) - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: Set isSynchronized flag to indicate that members of session broker are synchronized.
setSynchronized(boolean) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Set isSynchronized flag to indicate that this session is synchronized.
setSystemId(String) - Method in class org.eclipse.persistence.internal.oxm.record.ExtendedResult
 
setSystemId(String) - Method in class org.eclipse.persistence.internal.oxm.record.ExtendedSource
 
setTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.SQLModifyStatement
 
setTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.TableExpression
INTERNAL: Added for temporal querying.
setTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Set the table for the field.
setTable() - Method in class org.eclipse.persistence.internal.jpa.config.classes.EntityImpl
 
setTable(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.ColumnImpl
 
setTable(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.JoinColumnImpl
 
setTable(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.TenantDiscriminatorColumnImpl
 
setTable(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
 
setTable(String) - Method in class org.eclipse.persistence.internal.jpa.config.tables.IndexImpl
 
setTable(TableMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Used for OX mapping.
setTable(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL: Used for OX mapping.
setTable(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.JoinColumnMetadata
INTERNAL: Used for OX mapping.
setTable(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
INTERNAL: Used for OX mapping.
setTable(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
setTable(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.sequencing.TableSequenceConfig
 
setTable(String) - Method in interface org.eclipse.persistence.jpa.config.Column
 
setTable() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setTable(String) - Method in interface org.eclipse.persistence.jpa.config.Index
 
setTable(String) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
 
setTable(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
setTable(String) - Method in interface org.eclipse.persistence.jpa.config.TenantDiscriminatorColumn
 
setTable(DatabaseTable) - Method in class org.eclipse.persistence.sequencing.TableSequence
 
setTable(DatabaseTable) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
setTableAliases(TableAliasLookup) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
INTERNAL: For CR#2456, Table identity involves having two tables sharing the same aliasing table.
setTableAliasInSelectCallForExist(String) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
setTableAliasInSelectCallForExist(String) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
setTableAliasInSelectCallForNotExist(String) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
setTableCreationSuffix(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
PUBLIC: Get the String used on all table creation statements generated from the DefaultTableGenerator with a session using this project (DDL generation).
setTableCreationSuffix(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Get the String used on all table creation statements generated from the DefaultTableGenerator with a session using this project (DDL generation).
setTableCreator(TableCreator) - Method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Set the table creator to generate from.
setTableDefinitions(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Set the tables.
setTableForAggregateMappingKey(DatabaseTable) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: If this mapping is used as the key of a CollectionTableMapMapping, the table used by this mapping will be the relation table.
setTableGenerator() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setTableGenerator() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
 
setTableGenerator(TableGeneratorMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setTableGenerator(TableGeneratorMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
setTableGenerator() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setTableGenerator() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setTableGenerator() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setTableGenerator() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setTableGenerators(List<TableGeneratorMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setTableName(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Specify the table name for the class of objects the receiver describes.
setTableName(String) - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
PUBLIC: Specify the table name for the class of objects the receiver describes.
setTableName(String) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
setTableName(String, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Sets the table name and a prefix that will be used to filter the names of the table's columns.
setTableName(String) - Method in class org.eclipse.persistence.sequencing.TableSequence
 
setTableNamePrefix(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Adds the given prefix that will be used to filter the list of possible columns names.
setTableNames(Vector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Specify the all table names for the class of objects the receiver describes.
setTableNames(Vector) - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
PUBLIC: Specify the all table names for the class of objects the receiver describes.
setTableNames(Vector) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
 
setTablePerClassPolicy(TablePerClassPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Sets the table per class policy.
setTableQualifier(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the table Qualifier for this descriptor.
setTableQualifier(String) - Method in class org.eclipse.persistence.descriptors.RelationalDescriptor
PUBLIC: Set the table Qualifier for this descriptor.
setTableQualifier(String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Set the qualifier for the table.
setTableQualifier(String) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Set the qualifier for the table.
setTableQualifier(String) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
setTableQualifier(String, String, String) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
setTableQualifier(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
setTableQualifier(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the default qualifier for all tables.
setTableQualifier(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Set the default qualifier for all tables.
setTables(Vector<DatabaseTable>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Sets the tables
setTables(List<DatabaseTable>) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
setTables(Vector<DatabaseTable>) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Sets the tables
setTables_databaseFieldsToValues(HashMap) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
 
setTablesToPrimaryKeyFields(HashMap) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
 
setTarget(Remote) - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.iiop._RMIRemoteCommandConnectionImpl_Tie
 
setTarget(Remote) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
 
setTarget(String) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
Set output archive to be used to weave to.
setTargetClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.ElementCollectionImpl
 
setTargetClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.ConstructorResultImpl
 
setTargetClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.structures.ArrayImpl
 
setTargetClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ConstructorResultMetadata
INTERNAL:
setTargetClass(String) - Method in interface org.eclipse.persistence.jpa.config.Array
 
setTargetClass(String) - Method in interface org.eclipse.persistence.jpa.config.ConstructorResult
 
setTargetClass(String) - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setTargetClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
INTERNAL: Used for OX mapping.
setTargetClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ConstructorResultMetadata
INTERNAL: Used for OX mapping.
setTargetClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.ArrayAccessor
INTERNAL: Used for OX mapping.
setTargetClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.structures.StructureAccessor
INTERNAL: Used for OX mapping.
setTargetEntity(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractRelationshipMappingImpl
 
setTargetEntity(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL:
setTargetEntity(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setTargetEntity(String) - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setTargetEntity(String) - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setTargetEntity(String) - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setTargetEntityName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.RelationshipAccessor
INTERNAL: Used for OX mapping.
setTargetFields(List<String>) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
setTargetForeignKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
PUBLIC: Define the target foreign key relationship in the one-to-many mapping.
setTargetForeignKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Define the target foreign key relationship in the 1-1 mapping.
setTargetForeignKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
PUBLIC: Set the target foregin key field names associated with the mapping.
setTargetForeignKeyFieldNames(String[], String[]) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
PUBLIC: Define the target foreign key relationship in the one-to-many mapping.
setTargetForeignKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Set the target key field names associated with the mapping.
setTargetForeignKeyFields(List<DatabaseField>) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Sets the target foreign key fields.
setTargetForeignKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: set the target foregin key fields associated with the mapping
setTargetForeignKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Set the target fields.
setTargetInterface(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.VariableOneToOneImpl
 
setTargetInterface(String) - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setTargetKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Set the target key field names associated with the mapping.
setTargetKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Set the target key field names associated with the mapping.
setTargetKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Set the target fields.
setTargetKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Set the target fields.
setTargetNamespace(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setTargetObjectPrimaryKeys(Object) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Set target object primary keys.
setTargetPrimaryKeyFields(List<DatabaseField>) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatementForTempTable
 
setTargetRelationKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
PUBLIC: Set the target key field in the relation table.
setTargetRelationKeyFieldName(String) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
PUBLIC: Set the target key field in the relation table.
setTargetRelationKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Set the target relation key field names associated with the mapping.
setTargetRelationKeyFieldNames(Vector) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Set the target relation key field names associated with the mapping.
setTargetRelationKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Set the target fields.
setTargetRelationKeyFields(Vector<DatabaseField>) - Method in class org.eclipse.persistence.mappings.RelationTableMechanism
INTERNAL: Set the target fields.
setTargetTable(DatabaseTable) - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatementForTempTable
 
setTargetTable(String) - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
setTargetTable(String) - Method in class org.eclipse.persistence.tools.schemaframework.IndexDefinition
PUBLIC: set qualified table name.
setTargetToSourceKeyFields(Map) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: Set the target keys to source keys fields association.
setTargetToSourceKeyFields(Map<DatabaseField, DatabaseField>) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Set the target keys to source keys fields association.
setTemporal() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractDirectMappingImpl
 
setTemporal(TemporalMetadata, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.CollectionAccessor
 
setTemporal(TemporalMetadata, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
 
setTemporal(TemporalMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL: Used for OX mapping.
setTemporal(TemporalMetadata, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.ElementCollectionAccessor
 
setTemporal() - Method in interface org.eclipse.persistence.jpa.config.Array
 
setTemporal() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setTemporal() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setTemporal() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setTemporal() - Method in interface org.eclipse.persistence.jpa.config.Version
 
setTemporalType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.TemporalMetadata
INTERNAL: Used for OX mapping.
setTemporaryCachedQueryResults(Object) - Method in class org.eclipse.persistence.queries.ReadQuery
INTERNAL: Put results in the temporary cache.
setTenantDiscriminatorColumns(List<TenantDiscriminatorColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL: Used for OX mapping.
setTenantDiscriminatorColumns(List<TenantDiscriminatorColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setTenantDiscriminatorColumns(List<TenantDiscriminatorColumnMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL: Used for OX mapping.
setTenantDiscriminatorFields(Map<DatabaseField, String>) - Method in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
INTERNAL:
setTenantTableDiscriminator() - Method in class org.eclipse.persistence.internal.jpa.config.multitenant.MultitenantImpl
 
setTenantTableDiscriminator(TenantTableDiscriminatorMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL: Used for OX mapping.
setTenantTableDiscriminator() - Method in interface org.eclipse.persistence.jpa.config.Multitenant
 
setTenantTableDiscriminatorType(TenantTableDiscriminatorType) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
PUBLIC: Set the tenant table discriminator type.
setTerminationString(String) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
setTerminationStrings(String[]) - Method in class org.eclipse.persistence.expressions.ListExpressionOperator
 
setText(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: Used for OX mapping.
setText(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
Sets the name of the abstract schema, which is the name of the entity.
setText(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Sets the text held by this state object.
setText(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.KeywordExpressionStateObject
Sets the text held by this state object.
setText(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
Sets the text held by this state object.
setTextNode(XPathNode) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
setTextWrapperFragment(XPathFragment) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setTextWrapperFragment(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setTextWrapperFragment(XPathFragment) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setThen(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Sets the scalar expression to be the given StateObject.
setTheObjects(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.InNode
INTERNAL Set this node's object collection to the passed value
setThird(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Sets the given StateObject to represent the third encapsulated expression.
setThread(Thread) - Method in class org.eclipse.persistence.logging.SessionLogEntry
Set the thread that was active when the log entry was generated.
setThreadPool(ExecutorService) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: Set the thread pool to use.
setThreadPoolSize(int) - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
Set the thread pool size.
setThreadPoolSize(int) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
Set the thread pool size.
setTimestampQuery(ValueReadQuery) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Can override the default query for returning a timestamp from the server.
setTimestampQuery(ValueReadQuery) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Can override the default query for returning a timestamp from the server.
setTimestampQuery(ValueReadQuery) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Override the default query for returning a timestamp from the server.
setTimeToLive(long) - Method in class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
PUBLIC: Set the time-to-live specified by this policy.
setTimeZone(TimeZone) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
The specified TimeZone will be used for all String to date object conversions.
setTimeZone(TimeZone) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
The specified TimeZone will be used for all String to date object conversions.
setTimeZone(TimeZone) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
The specified TimeZone will be used for all String to date object conversions.
setTimeZone(TimeZone) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
The specified TimeZone will be used for all String to Date object conversions.
setTimeZone(TimeZone) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
The specified TimeZone will be used for all String to date object conversions.
setTimeZoneQualified(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
Specify if Specify if when date objects are converted to Strings in the XML Schema time or dateTime format
setTimeZoneQualified(boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
By setting this flag to true the marshalled date objects marshalled to the XML schema types time and dateTime will be qualified by a time zone.
setTimeZoneQualified(boolean) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
By setting this flag to true the marshalled date objects marshalled to the XML schema types time and dateTime will be qualified by a time zone.
setTimeZoneQualified(boolean) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
By setting this flag to true the marshalled date objects marshalled to the XML schema types time and dateTime will be qualified by a time zone.
setTimeZoneQualified(boolean) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
By setting this flag to true the marshalled date objects marshalled to the XML schema types time and dateTime will be qualified by a time zone.
Setting - Class in org.eclipse.persistence.oxm.sequenced
Setting objects are used to control the order in which the mappings for Sequenced Objects are processed.
Setting() - Constructor for class org.eclipse.persistence.oxm.sequenced.Setting
 
Setting(String, String) - Constructor for class org.eclipse.persistence.oxm.sequenced.Setting
 
setTitle(String) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
setTitle(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.ResourceSchema
 
setTitle(String) - Method in class org.eclipse.persistence.jpa.rs.exceptions.ErrorResponse
Sets the title.
setTolerant(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
Sets whether the parsing system should be tolerant, meaning if it should try to parse invalid or incomplete queries.
setTolerant(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
Sets whether the parser is in tolerant mode or is in fast mode.
setTolerateInvalidJPQL(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Indicates whether an invalid NamedQuery will be tolerated at init time.
setTopic(Topic) - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
INTERNAL: Set the Topic.
setTopicConnection(TopicConnection) - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
INTERNAL: Set the TopicConnection.
setTopicConnectionFactory(TopicConnectionFactory) - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
INTERNAL: Set the TopicConnectionFactory, which is used if the publisher is not set to obtain the TopicConnection, TopicSession and TopicPublisher
setTopicConnectionFactoryName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.JMSPublishingTransportManagerConfig
 
setTopicConnectionFactoryName(String) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
PUBLIC: Configure the JMS Topic Connection Factory Name for the JMS Topic connections.
setTopicHostURL(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.JMSPublishingTransportManagerConfig
 
setTopicHostUrl(String) - Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
PUBLIC: Configure the URL of the machine on the network that hosts the JMS Topic.
setTopicName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.JMSPublishingTransportManagerConfig
 
setTopicName(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.Oc4jJGroupsTransportManagerConfig
 
setTopicName(String) - Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
PUBLIC: Configure the Topic name for the Topic that this TransportManager will be connecting to.
setTopicSession(TopicSession) - Method in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
INTERNAL: set the TopicSession to be used when this RemoteConnection executes a command if the publisher is also set.
setTopLevelAttributes(Map) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setTopLevelComplexTypes(Map) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setTopLevelElements(Map) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setTopLevelSimpleTypes(Map) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Schema
 
setTopLinkProject(Project) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
setTopLinkProject(Project) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
setTopLinkProject(Project) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL:
setTotalDigits(int) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Element
 
setTotalDigits(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setTotalDigits(int) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setTotalTime(long) - Method in class org.eclipse.persistence.tools.profiler.Profile
 
setTrackedAttributeName(String) - Method in interface org.eclipse.persistence.descriptors.changetracking.CollectionChangeTracker
PUBLIC: Set the Attribute name this collection is mapped under.
setTrackedAttributeName(String) - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Set the mapping attribute name, used to raise change events.
setTrackedAttributeName(String) - Method in class org.eclipse.persistence.indirection.IndirectMap
INTERNAL: Set the mapping attribute name, used to raise change events.
setTrackedAttributeName(String) - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Set the mapping attribute name, used to raise change events.
setTrailing(boolean) - Method in class org.eclipse.persistence.internal.jpa.parsing.TrimNode
 
setTransaction(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: PERF: Set the associated external transaction.
setTransactionId(Object) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
setTransactionIsolation(int) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Set the transaction isolation setting for a connection.
setTransactionIsolation(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the transaction isolation setting for the connection.
setTransactionManager(TransactionManagerImpl) - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
setTransactionManager(TransactionManager) - Method in class org.eclipse.persistence.transaction.JTATransactionController
PUBLIC: Set the transaction manager used to control the JTA transactions.
setTransactionTimeout(int) - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
Deprecated.
 
setTransactionType(PersistenceUnitTransactionType) - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
setTransactionType(PersistenceUnitTransactionType) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setTransactionType(PersistenceUnitTransactionType) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
setTransformationRecord(TRANSFORMATION_RECORD) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setTransformationRecord(TRANSFORMATION_RECORD) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setTransformationRecord(DOMRecord) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setTransformations(List<TransformationAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setTransformerClass(Class) - Method in class org.eclipse.persistence.internal.descriptors.TransformerBasedFieldTransformation
 
setTransformerClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.transformers.ReadTransformerImpl
 
setTransformerClass(String) - Method in class org.eclipse.persistence.internal.jpa.config.transformers.WriteTransformerImpl
 
setTransformerClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.ReadTransformerMetadata
INTERNAL:
setTransformerClass(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
Sets the value of the transformerClass property.
setTransformerClass(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
Sets the value of the transformerClass property.
setTransformerClass(String) - Method in interface org.eclipse.persistence.jpa.config.ReadTransformer
 
setTransformerClass(String) - Method in interface org.eclipse.persistence.jpa.config.WriteTransformer
 
setTransformerClassName(String) - Method in class org.eclipse.persistence.internal.descriptors.TransformerBasedFieldTransformation
 
setTransformerClassName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.transformers.ReadTransformerMetadata
INTERNAL: Used for OX mapping.
setTransient(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setTransient(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Used to indicate that the class represented by this TypeInfo is marked XmlTransient.
setTransients(List<TransientAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setTransientType(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setTranslationRow(AbstractRecord) - Method in class org.eclipse.persistence.internal.expressions.SQLStatement
INTERNAL: Set the row for translation
setTranslationRow(AbstractRecord) - Method in class org.eclipse.persistence.queries.Cursor
INTERNAL: Sets the translation row this query was executed with.
setTranslationRow(AbstractRecord) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Set the row for translation
setTransportClass(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.UserDefinedTransportManagerConfig
 
setTransportManager(TransportManager) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
ADVANCED: Set a specific transport manager to manage sending and receiving of remote commands.
setTransportManager(TransportManager) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
setTransportManagerConfig(TransportManagerConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.rcm.RemoteCommandManagerConfig
 
setTreeAdaptor(TreeAdaptor) - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
setTrimChar(Node) - Method in class org.eclipse.persistence.internal.jpa.parsing.TrimNode
 
setTrimCharacter(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Sets the character to trim from the string.
setTrimStrings(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.DatabaseLoginConfig
 
setTuner(SessionTuner) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
Set the tuner used to tune the configuration of this session.
setType(int) - Method in class org.eclipse.persistence.expressions.ExpressionOperator
ADVANCED: Set the type of function.
setType(int) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
 
setType(String) - Method in class org.eclipse.persistence.internal.codegen.NonreflectiveAttributeDefinition
 
setType(Class) - Method in class org.eclipse.persistence.internal.codegen.ReflectiveAttributeDefinition
 
setType(Class) - Method in interface org.eclipse.persistence.internal.core.helper.CoreField
Set the Java class type that corresponds to the field.
setType(Class) - Method in class org.eclipse.persistence.internal.descriptors.QueryArgument
 
setType(DynamicType) - Method in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
 
setType(Object) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
The inferred type of this parameter.
setType(Class) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Set the Java class type that corresponds to the field.
setType(JsonType) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.JsonSchema
 
setType(JsonType) - Method in class org.eclipse.persistence.internal.jaxb.json.schema.model.Property
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheImpl
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.config.changetracking.ChangeTrackingImpl
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.EnumeratedImpl
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.config.converters.TemporalImpl
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.config.locking.OptimisticLockingImpl
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.config.mappings.BatchFetchImpl
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.config.multitenant.MultitenantImpl
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.config.multitenant.TenantTableDiscriminatorImpl
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.ColumnResultImpl
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.StoredProcedureParameterImpl
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
setType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheMetadata
INTERNAL: Used for OX mapping.
setType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.changetracking.ChangeTrackingMetadata
INTERNAL: Used for OX mapping.
setType(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL:
setType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.locking.OptimisticLockingMetadata
INTERNAL: Used for OX mapping.
setType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.BatchFetchMetadata
INTERNAL: Used for OX mapping.
setType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.MultitenantMetadata
INTERNAL: Used for OX mapping.
setType(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.multitenant.TenantTableDiscriminatorMetadata
INTERNAL: Used for OX mapping.
setType(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ColumnResultMetadata
INTERNAL:
setType(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL:
setType(Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Set this node's type.
setType(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Attribute
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Property
 
setType(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.v2.Reference
 
setType(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
setType(QName) - Method in class org.eclipse.persistence.internal.xr.Parameter
Set type of bound argument
setType(QName) - Method in class org.eclipse.persistence.internal.xr.Result
 
setType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setType(Type) - Method in class org.eclipse.persistence.jaxb.JAXBTypeElement
Set the Type associated with this JAXBTypeElement
setType(Type) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
 
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the type property.
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the type property.
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Sets the value of the type property.
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
Sets the value of the type property.
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
Sets the value of the type property.
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
Sets the value of the type property.
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
Sets the value of the type property.
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Key
Sets the value of the type property.
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Value
Sets the value of the type property.
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
Sets the value of the type property.
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
Sets the value of the type property.
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
Sets the value of the type property.
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Sets the value of the type property.
setType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Sets the value of the type property.
setType(String) - Method in interface org.eclipse.persistence.jpa.config.BatchFetch
 
setType(String) - Method in interface org.eclipse.persistence.jpa.config.Cache
 
setType(String) - Method in interface org.eclipse.persistence.jpa.config.ChangeTracking
 
setType(String) - Method in interface org.eclipse.persistence.jpa.config.ColumnResult
 
setType(String) - Method in interface org.eclipse.persistence.jpa.config.Enumerated
 
setType(String) - Method in interface org.eclipse.persistence.jpa.config.Multitenant
 
setType(String) - Method in interface org.eclipse.persistence.jpa.config.OptimisticLocking
 
setType(String) - Method in interface org.eclipse.persistence.jpa.config.StoredProcedureParameter
 
setType(String) - Method in interface org.eclipse.persistence.jpa.config.Temporal
 
setType(String) - Method in interface org.eclipse.persistence.jpa.config.TenantTableDiscriminator
 
setType(LiteralType) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Changes the way this visitor should retrieve the literal value.
setType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Sets the actual IType and updates the class name.
setType(int) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaReference
Set to indicate if the schema reference references a simple type definition, complex type definition, element or group.
setType(BatchFetchType) - Method in class org.eclipse.persistence.queries.BatchFetchPolicy
Set the batch fetch type, (JOIN, IN, EXISTS).
setType(Type) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Assign a Type to this Property.
setType(Class) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Set the type of the field.
setType(Class) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
PUBLIC: Set the type of the field.
setType(Class) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
PUBLIC: Set the type of the field.
setTypeConverter() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Array
 
setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setTypeConverter() - Method in interface org.eclipse.persistence.jpa.config.Version
 
setTypeConverters(List<TypeConverterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setTypeConverters(List<TypeConverterMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setTyped(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setTypeDefinition(String) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Set the type definition of the field.
setTypeDefParticle(TypeDefParticle) - Method in class org.eclipse.persistence.internal.oxm.schema.model.ComplexType
 
setTypeDefParticle(TypeDefParticle) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Extension
 
setTypeDefParticle(TypeDefParticle) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Restriction
 
setTypeField(DatabaseField) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: This method set the typeField of the mapping to the parameter field
setTypeFieldName(String) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: This method sets the name of the typeField of the mapping.
setTypeHelper(TypeHelper) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL Stores the specified type helper in this context.
setTypeMappingInfo(TypeMappingInfo) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Set the TypeMappingInfo object if this ElementDeclaration was created from a TypeMappingInfo
setTypeName(String) - Method in class org.eclipse.persistence.internal.descriptors.QueryArgument
INTERNAL: Set the classname of the type.
setTypeName(String) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
setTypeName(String) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
setTypeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.graphs.NamedSubgraphMetadata
INTERNAL: Used for OX mapping.
setTypeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.ColumnResultMetadata
INTERNAL: Used for OX mapping.
setTypeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for OX mapping.
setTypeName(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Parameter
 
setTypeName(String) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Set the type name of the field.
setTypeName(String) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
PUBLIC: Set the type of the field.
setTypeName(String) - Method in class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
PUBLIC: The name of the type that this table is of.
setTypeName(String) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
PUBLIC: Set the type of the field.
setTypePropertiesIsSetStatus(boolean[]) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
INTERNAL:
setTypePropertyValues(Object[]) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
Set the values for declared properties
setTypeQName(QName) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setTypeQName(QName) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setTypeQName(QName) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setTypes(List<Link>) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.PersistenceUnit
 
setTypesHashMap(Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
setTypesHashMap(Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
setTypesHashMap(Map) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL:
setTypeSize(int) - Method in class org.eclipse.persistence.tools.schemaframework.NestedTableDefinition
PUBLIC: Set the size of the element field, this is only required for some field types.
setTypeSize(int) - Method in class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
PUBLIC: Set the size of the element field, this is only required for some field types.
setTypeToTypeMappingInfo(Map<Type, TypeMappingInfo>) - Method in class org.eclipse.persistence.jaxb.compiler.Generator
 
setUninstantiated() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Set the instantiated flag to false.
setUnion(Union) - Method in class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
setUnionExpressions(List<Expression>) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
setUnionExpressions(List<Expression>) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Set any union expressions.
setUnionPartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setUnionPartitioning(UnionPartitioningMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setUnionPartitioning(List<UnionPartitioningMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setUnionPartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setUnionUnpartitionableQueries(boolean) - Method in class org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
PUBLIC: Set if queries that do not contain the partition field should be sent to every database and have the result unioned.
setUnionUnpartitionableQueries(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.HashPartitioningImpl
 
setUnionUnpartitionableQueries(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.RangePartitioningImpl
 
setUnionUnpartitionableQueries(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.ValuePartitioningImpl
 
setUnionUnpartitionableQueries(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.FieldPartitioningMetadata
INTERNAL: Used for OX mapping.
setUnionUnpartitionableQueries(Boolean) - Method in interface org.eclipse.persistence.jpa.config.HashPartitioning
 
setUnionUnpartitionableQueries(Boolean) - Method in interface org.eclipse.persistence.jpa.config.RangePartitioning
 
setUnionUnpartitionableQueries(Boolean) - Method in interface org.eclipse.persistence.jpa.config.ValuePartitioning
 
setUnique(boolean) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Used for generating DDL.
setUnique(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.columns.ColumnImpl
 
setUnique(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.columns.JoinColumnImpl
 
setUnique(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.tables.IndexImpl
 
setUnique(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.ColumnMetadata
INTERNAL: Used for OX mapping.
setUnique(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.JoinColumnMetadata
INTERNAL: Used for OX mapping.
setUnique(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.IndexMetadata
INTERNAL: Used for OX mapping.
setUnique(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Column
 
setUnique(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Index
 
setUnique(Boolean) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
 
setUnique(boolean) - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Set whether the receiver is a unique constraint field.
setUniqueConstraints(List<UniqueConstraintMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for OX mapping.
setUniqueKeys(List<UniqueKeyConstraint>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC:
setUnitOfWork(UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
INTERNAL: Set the unit of work associated with this listener
setUnitOfWorkCacheIsolationLevel(int) - Method in class org.eclipse.persistence.descriptors.CachePolicy
ADVANCED: This setting configures how the session cache will be used in a unit of work.
setUnitOfWorkCacheIsolationLevel(int) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: This setting configures how the session cache will be used in a unit of work.
setUnitOfWorkChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Sets the current UnitOfWork change set to be the one passed in.
setUnitOfWorkClone(Object) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Sets the UnitOfWork Clone that this ChangeSet was built for.
setUnits(SpatialParameters.Units) - Method in class org.eclipse.persistence.expressions.spatial.SpatialParameters
PUBLIC: Set the UNIT parameter
setUnmappedContentHandlerClass(Class) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Set the class that will be instantiated to handled unmapped content Class must implement the org.eclipse.persistence.oxm.unmapped.UnmappedContentHandler interface
setUnmarshalAttributeGroup(CoreAttributeGroup) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setUnmarshalAttributeGroup(CoreAttributeGroup) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setUnmarshalAttributeGroup(Object) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
setUnmarshalAttributeGroup(CoreAttributeGroup) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setUnmarshalCallbacks(Map) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
setUnmarshalContext(UnmarshalContext) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setUnmarshalContext(UnmarshalContext) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setUnmarshalContext(UnmarshalContext) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setUnmarshaller(Unmarshaller) - Method in class org.eclipse.persistence.internal.oxm.record.json.JsonParserReader.JsonParserReaderBuilder
 
setUnmarshaller(Unmarshaller) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
setUnmarshaller(UNMARSHALLER) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setUnmarshaller(Unmarshaller) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
INTERNAL:
setUnmarshaller(XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setUnmarshaller(XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL:
setUnmarshalListener(UNMARSHALLER_LISTENER) - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
 
setUnmarshalListener(XMLUnmarshalListener) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
 
setUnmarshalNamespaceResolver(UnmarshalNamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
setUnmarshalNamespaceResolver(UnmarshalNamespaceResolver) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setUnmarshalNamespaceResolver(UnmarshalNamespaceResolver) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setUnmarshalNamespaceResolver(UnmarshalNamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setUnmarshalNodeValue(NodeValue) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
setUnmarshalRecord(UNMARSHAL_RECORD) - Method in class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
setUnmarshalRecord(UNMARSHAL_RECORD) - Method in interface org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler
Set the UnmarshalRecord which gives access to mechanisms used during the unmarshal process such as an Unmarshaller and a Session.
setUnmarshalRecord(UnmarshalRecord) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
setUnsetOCProperty(DataObject, Property) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Add an open content property that has been unset to the list keyed on dataObject
setUOWChangeSet(UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Used to set the parent change Set.
setUpdatable(boolean) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
Used to specify whether the column should be included in SQL INSERT statements.
setUpdatable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.columns.AbstractDirectColumnImpl
 
setUpdatable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.columns.JoinColumnImpl
 
setUpdatable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DirectColumnMetadata
INTERNAL: Used for OX mapping.
setUpdatable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.JoinColumnMetadata
INTERNAL: Used for OX mapping.
setUpdatable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.Column
 
setUpdatable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.JoinColumn
 
setUpdatable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.OrderColumn
 
setUpdateable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.cache.CacheIndexImpl
 
setUpdateable(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.cache.CacheIndexMetadata
INTERNAL: Used for OX mapping.
setUpdateable(Boolean) - Method in interface org.eclipse.persistence.jpa.config.CacheIndex
 
setUpdateAllFields(boolean) - Method in class org.eclipse.persistence.descriptors.CMPPolicy
ADVANCED: Configure whether TopLink should update all fields for an object of this type when an update occurs.
setUpdateCall(Call) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's update call.
setUpdateCallCacheSize(int) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the size of the update call cache.
setUpdateClauses(HashMap) - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
setUpdateQuery(UpdateObjectQuery) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's update query.
setUpdateQuery(DataModifyQuery) - Method in class org.eclipse.persistence.sequencing.QuerySequence
PUBLIC:
setUpdateRedirector(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.QueryRedirectorsImpl
 
setUpdateRedirector(String) - Method in interface org.eclipse.persistence.jpa.config.QueryRedirectors
 
setUpdateSequenceQuery(DataModifyQuery) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
This method sets the update sequence number query.
setUpdateSQLString(String) - Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
ADVANCED: Set the receiver's update SQL string.
setupDocumentPreservationPolicy(DatabaseSession) - Method in class org.eclipse.persistence.oxm.XMLContext
 
setupInheritance(SDOType) - Method in class org.eclipse.persistence.sdo.SDOType
 
setupLockingClauseForJoinedExpressions(ForUpdateOfClause, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Used for joining in conjunction with pessimistic locking.
setUpperBound(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Sets the StateObject representing the upper bound of the range.
setupWriteFieldsForInsert(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Put the initial writelock value into the modifyRow.
setupWriteFieldsForInsert(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: This method must be included in any locking policy.
setupWriteFieldsForInsert(ObjectLevelModifyQuery) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: Add the initial right lock values to the modify row in the query.
setUri(String) - Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
 
setUri(String) - Method in class org.eclipse.persistence.sdo.helper.SDOTypesGenerator.GlobalRef
 
setUri(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
 
setURL(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
 
setURL(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.RMIRegistryNamingServiceConfig
 
setURL(URL) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaURLReference
 
setUrl(String) - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
ADVANCED: Set the URL for this command manager.
setUrl(String) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
ADVANCED: Set the URL for this command manager.
setURL(String) - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
INTERNAL: Set the URL for the service
setURL(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the JDBC URL.
setURLString(String) - Method in class org.eclipse.persistence.oxm.schema.XMLSchemaURLReference
 
setUse(String) - Method in class org.eclipse.persistence.internal.oxm.schema.model.Attribute
 
setUseDelimiters(boolean) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
setUseDelimiters(boolean) - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
setUseDelimiters(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL:
setUseDescriptorsToValidateInheritedObjects(boolean) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Sets if we should use the descriptor inheritance to determine if an object can be returned from the identity map or not.
setUseEclipseLinkProfiling() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to turn on EclipseLink Performance Profiling
setUseEclipseLinkProfiling() - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to turn on EclipseLink Performance Profiling
setUseExclusiveConnection(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.ConnectionPolicyConfig
 
setUseJDBCStoredProcedureSyntax(Boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return true if JDBC syntax should be used for stored procedure calls.
setUseLazyInstantiation(boolean) - Method in interface org.eclipse.persistence.indirection.IndirectCollection
INTERNAL Set whether this collection should attempt do deal with adds and removes without retrieving the collection from the dB
setUseLazyInstantiation(boolean) - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL Set whether this collection should attempt do deal with adds and removes without retrieving the collection from the dB
setUseLazyInstantiation(boolean) - Method in class org.eclipse.persistence.indirection.IndirectMap
INTERNAL Set whether this collection should attempt do deal with adds and removes without retrieving the collection from the dB
setUseLazyInstantiation(boolean) - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL Set whether this collection should attempt do deal with adds and removes without retrieving the collection from the dB
setUseLazyInstantiation(Boolean) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
ADVANCED: This method will only change the behavior of TransparentIndirectionPolicy.
setUseLazyInstantiation(Boolean) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
ADVANCED: IndirectList and IndirectSet can be configured not to instantiate the list from the database when you add and remove from them.
setUseLazyInstantiationForIndirectCollection(Boolean) - Method in class org.eclipse.persistence.mappings.CollectionMapping
ADVANCED: Calling this method will only affect behavior of mappings using transparent indirection This method should only be called after this mapping's indirection policy has been set IndirectList and IndirectSet can be configured not to instantiate the list from the database when you add and remove from them.
setUseNationalCharacterVaryingTypeForString(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
setUseNoProfiling() - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method is used to turn off all Performance Profiling, DMS or EclipseLink.
setUseNoProfiling() - Method in class org.eclipse.persistence.services.RuntimeServices
This method is used to turn off all Performance Profiling, DMS or EclipseLink.
setUserDefined(boolean) - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
setUserDefinedForeignKeyConstraints(Map<String, ForeignKeyConstraint>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
PUBLIC: Set the foreign key constraints for this table.
setUserJavaTypesForDeploymentXML(ArrayList) - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL:
setUsername(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.login.LoginConfig
 
setUsername(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.naming.JNDINamingServiceConfig
 
setUserName(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
ADVANCED: Set the user name used as the value to the SECURITY_PRINCIPAL key in the cached context properties.
setUserName(String) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: The user name is the database login name.
setUserName(String) - Method in interface org.eclipse.persistence.sessions.Login
PUBLIC: All logins must take a user name and password.
setUserProperties(Map<Object, Object>) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the Map of user-defined properties.
setUserProperties(Map<Object, Object>) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the Map of user-defined properties.
setUserXMLTypesForDeploymentXML(ArrayList) - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL:
setUsesBatchReading(boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Indicates whether the referenced object should always be batch read on read all queries.
setUsesBatchWriting(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
setUsesBatchWriting(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
This method is used to turn on EclipseLink Batch Writing.
setUsesBatchWriting(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method is used to turn on TopLink Batch Writing.
setUsesBatchWriting(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use batch writing.
setUsesBinding(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
The call may specify that its parameters should be bound.
setUsesByteArrayBinding(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
setUsesByteArrayBinding(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
This method allows control of whether byte arrays should be bound into the statement or not.
setUsesByteArrayBinding(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method allows control of whether byte arrays should be bound into the statement or not.
setUsesByteArrayBinding(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use parameter binding for large binary data.
setUsesCascadedOptimisticLocking(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
setUsesExternalConnectionPooling(boolean) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Return whether EclipseLink uses some external connection pooling service such as a JDBC 2.0 driver.
setUsesExternalTransactionController(boolean) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Return whether EclipseLink uses some external transaction service such as JTS.
setUsesIndirection(boolean) - 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.
setUsesIndirection(boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Will be used by Gromit.
setUseSingleThreadedNotification(boolean) - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.Oc4jJGroupsTransportManagerConfig
 
setUsesJDBCBatchWriting(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Some JDBC 2 drivers to not support batching, so this lets are own batching be used.
setUsesJDBCBatchWriting(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
This method is used to turn on JDBC Batch Writing.
setUsesJDBCBatchWriting(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method is used to turn on JDBC Batch Writing.
setUsesJDBCBatchWriting(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Calling this method with an argument of true indicates to EclipseLink that the JDBC driver supports batch writing.
setUsesNativeBatchWriting(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Advanced: This is used to enable native batch writing on drivers that support it.
setUsesNativeSQL(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
setUsesNativeSQL(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
This method allows the client to set if Native SQL should be used.
setUsesNativeSQL(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method allows the client to set if Native SQL should be used.
setUsesNativeSQL(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use database specific sql grammar not JDBC specific.
setUsesServerTime(boolean) - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
PUBLIC: Set if policy uses server time.
setUsesSingleNode(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CollectionReferenceMapping
 
setUsesSingleNode(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
Sets whether the mapping uses a single node.
setUsesSingleNode(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Sets whether the mapping uses a single node.
setUsesSingleNode(boolean) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
PUBLIC: Sets whether the mapping uses a single node.
setUsesSingleNode(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
 
setUsesSingleNode(boolean) - Method in class org.eclipse.persistence.oxm.XMLField
PUBLIC: Sets whether the mapping uses a single node.
setUsesStreamsForBinding(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
setUsesStreamsForBinding(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
This method is used to set if streams should be used for binding.
setUsesStreamsForBinding(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method is used to set if streams should be used for binding.
setUsesStreamsForBinding(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use streams to store large binary data.
setUsesStringBinding(boolean) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
setUsesStringBinding(boolean) - Method in class org.eclipse.persistence.services.DevelopmentServices
Allows the client to set if String should be bound into the statement or not.
setUsesStringBinding(boolean) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
Allows the client to set if String should be bound into the statement or not.
setUsesStringBinding(boolean) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used to help bean introspection.
setUseUniqueFieldAliases(boolean) - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: If set unique field aliases will be generated of the form "fieldname AS fieldnameX" Where fieldname is the column name and X is an incremental value ensuring uniqueness
setUseXMLRoot(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyCollectionMapping
 
setUseXMLRoot(boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyObjectMapping
 
setUseXMLRoot(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
setUseXMLRoot(boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
setUseXsdTypesWithPrefix(boolean) - Method in class org.eclipse.persistence.internal.oxm.JsonTypeConfiguration
If there should be xsd prefix when using simple types, e.g.
setUuidGenerator() - Method in class org.eclipse.persistence.internal.jpa.config.classes.AbstractMappedClassImpl
 
setUuidGenerator() - Method in class org.eclipse.persistence.internal.jpa.config.mappings.AbstractBasicMappingImpl
 
setUuidGenerator(UuidGeneratorMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.MappedSuperclassAccessor
INTERNAL: Used for OX mapping.
setUuidGenerator(UuidGeneratorMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
INTERNAL: Used for OX mapping.
setUuidGenerator() - Method in interface org.eclipse.persistence.jpa.config.Basic
 
setUuidGenerator() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setUuidGenerator() - Method in interface org.eclipse.persistence.jpa.config.Id
 
setUuidGenerator() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setUuidGenerators(List<UuidGeneratorMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setValidateExample(boolean) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: When set to true the example object will be validated for unsupported mapping types.
setValidating(boolean) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
setValidation(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.PrimaryKeyImpl
 
setValidation(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.PrimaryKeyMetadata
INTERNAL: Used for OX mapping.
setValidation(String) - Method in interface org.eclipse.persistence.jpa.config.PrimaryKey
 
setValidationLevel(String) - Method in class org.eclipse.persistence.internal.jpa.jpql.HermesParser
Allow the parser validation level to be set.
setValidationLevel(int) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
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.
setValidationLevel(String) - Method in class org.eclipse.persistence.queries.ANTLRQueryBuilder
Deprecated.
Allow the parser validation level to be set.
setValidationLevel(String) - Method in interface org.eclipse.persistence.queries.JPAQueryBuilder
Allow the parser validation level to be set.
setValidationLevel(int) - 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.
setValidationMode(String) - Method in class org.eclipse.persistence.internal.jpa.config.persistenceunit.PersistenceUnitImpl
 
setValidationMode(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitInfo
 
setValidationMode(int) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
setValidationMode(int) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
setValidationMode(int) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
setValidationMode(XMLReader, int) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
setValidationMode(String) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnit
 
setValidationMode(int) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
Set the validation mode.
setValidationMode(int) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Sets validation mode of the parser.
setValidationMode(int) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
setValidatorHandler(ValidatorHandler) - Method in class org.eclipse.persistence.internal.oxm.record.XMLReader
 
setValue(Object) - Method in class org.eclipse.persistence.indirection.ValueHolder
PUBLIC: Set the wrapped object.
setValue(Object) - Method in interface org.eclipse.persistence.indirection.ValueHolderInterface
PUBLIC: Set the value.
setValue(Object) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl.PropertyWrapper
Sets the value.
setValue(Object) - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
 
setValue(Object) - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
Set the object.
setValue(Object) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkQueryValueHolder
Ensure that the backup value holder is populated.
setValue(Object) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkTransformerValueHolder
Ensure that the backup value holder is populated.
setValue(V) - Method in interface org.eclipse.persistence.internal.jaxb.many.MapEntry
 
setValue(Object) - Method in class org.eclipse.persistence.internal.jaxb.WrappedValue
 
setValue(String) - Method in class org.eclipse.persistence.internal.jpa.config.columns.DiscriminatorClassImpl
 
setValue(String) - Method in class org.eclipse.persistence.internal.jpa.config.partitioning.ValuePartitionImpl
 
setValue(String) - Method in class org.eclipse.persistence.internal.jpa.config.PropertyImpl
 
setValue(String) - Method in class org.eclipse.persistence.internal.jpa.config.queries.QueryHintImpl
 
setValue(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.SEPersistenceUnitProperty
 
setValue(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
INTERNAL: Used for OX mapping.
setValue(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorClassMetadata
INTERNAL: Used for OX mapping.
setValue(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.OrderByMetadata
INTERNAL: Used for OX mapping.
setValue(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitionMetadata
INTERNAL: Used for OX mapping.
setValue(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryHintMetadata
INTERNAL: Used for OX mapping.
setValue(String) - Method in class org.eclipse.persistence.internal.jpa.rs.metadata.model.Parameter
 
setValue(String) - Method in class org.eclipse.persistence.internal.oxm.XPathPredicate
 
setValue(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.property.PropertyConfig
 
setValue(Object) - Method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1.ObjectTypeFieldAssociation
 
setValue(Object) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Set the object.
setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
Sets the value of the value property.
setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
Sets the value of the value property.
setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy.IsSetParameter
Sets the value of the value property.
setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
Sets the value of the value property.
setValue(XmlMap.Value) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
Sets the value of the value property.
setValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
Sets the value of the value property.
setValue(String) - Method in interface org.eclipse.persistence.jpa.config.DiscriminatorClass
 
setValue(String) - Method in interface org.eclipse.persistence.jpa.config.Property
 
setValue(String) - Method in interface org.eclipse.persistence.jpa.config.QueryHint
 
setValue(String) - Method in interface org.eclipse.persistence.jpa.config.ValuePartition
 
setValue(Object) - Method in class org.eclipse.persistence.mappings.Association
PUBLIC: Set the value.
setValue(Object) - Method in class org.eclipse.persistence.mappings.transformers.ConstantTransformer
PUBLIC: Set the value of the constant.
setValue(Object) - Method in class org.eclipse.persistence.oxm.record.XMLEntry
 
setValue(Object) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
Set the value on the Setting.
setValue(Object, boolean) - Method in class org.eclipse.persistence.oxm.sequenced.Setting
 
setValue(int, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
 
setValue(Object) - Method in class org.eclipse.persistence.sdo.SDOSetting
INTERNAL: Set the value of this setting.
setValueByXPath(Object, String, NAMESPACE_RESOLVER, Object) - Method in class org.eclipse.persistence.internal.oxm.Context
Set values in the object model based on the corresponding document.
setValueByXPath(Object, String, NamespaceResolver, Object) - Method in class org.eclipse.persistence.jaxb.JAXBContext
Set a value on an object based on an XPath statement.
setValueByXPath(Object, String, NamespaceResolver, Object) - Method in class org.eclipse.persistence.oxm.XMLContext
Set values in the object model based on the corresponding XML document.
setValueClass(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.DiscriminatorClassMetadata
INTERNAL:
setValueClass(Class) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
PUBLIC: This is a helper method to set the value converter to a TypeConversionConverter.
setValueColumnName(String) - Method in class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
 
setValueColumnName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for OX mapping.
setValueColumnName(String) - Method in interface org.eclipse.persistence.jpa.config.TableGenerator
 
setValueConverter(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicMapAccessor
INTERNAL: Used for OX mapping.
setValueConverter(CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
Set the converter on the mapping.
setValueConverter(CONVERTER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
Set the converter on the mapping.
setValueConverter(Converter) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Set the converter on the mapping.
setValueConverter(Converter) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
PUBLIC: Set the converter on the mapping.
setValueConverter(Converter) - Method in class org.eclipse.persistence.queries.DirectReadQuery
PUBLIC: Set the converter on the query.
setValueConverterClassName(String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: Set the converter class name on the mapping.
setValueGenericType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setValueHolder(ValueHolderInterface) - Method in interface org.eclipse.persistence.indirection.IndirectContainer
PUBLIC: Set the valueHolder.
setValueHolder(ValueHolderInterface) - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Set the value holder.
setValueHolder(ValueHolderInterface) - Method in class org.eclipse.persistence.indirection.IndirectMap
INTERNAL: Set the value holder.
setValueHolder(ValueHolderInterface) - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Set the value holder.
setValueHolder(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionHandler
INTERNAL: Set the ValueHolder associated with this handler.
setValueHolderProperty(boolean) - Method in class org.eclipse.persistence.internal.oxm.accessor.OrmAttributeAccessor
 
setValueInField(Field, Object, Object) - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
Set the value of a given field in the given object with the value given.
setValueInRecord(String, Object, MappedRecord, EISAccessor) - Method in class org.eclipse.persistence.eis.EISPlatform
Stores the field value into the record.
setValueMapping(MapComponentMapping) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
 
setValuePartitioning() - Method in class org.eclipse.persistence.internal.jpa.config.AbstractAccessorImpl
 
setValuePartitioning(ValuePartitioningMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor
INTERNAL: Used for OX mapping.
setValuePartitioning(List<ValuePartitioningMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.ElementCollection
 
setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.Entity
 
setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToMany
 
setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.ManyToOne
 
setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.MappedSuperclass
 
setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToMany
 
setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.OneToOne
 
setValuePartitioning() - Method in interface org.eclipse.persistence.jpa.config.VariableOneToOne
 
setValueProperty(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
setValuesToExclude(Map) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Decides which attributes to ignore based on the values they are set to.
setValueType(Class) - Method in class org.eclipse.persistence.internal.descriptors.VirtualAttributeAccessor
Override the class of the values being stored.
setValueType(String) - Method in class org.eclipse.persistence.internal.jpa.config.PropertyImpl
 
setValueType(MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
INTERNAL:
setValueType(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setValueType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
Sets the value of the valueType property.
setValueType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
Sets the value of the valueType property.
setValueType(String) - Method in interface org.eclipse.persistence.jpa.config.Property
 
setValueType(Class) - Method in class org.eclipse.persistence.mappings.TypedAssociation
PUBLIC: Set the class of the value.
setValueTypeName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.PropertyMetadata
INTERNAL: Used for OX mapping.
setValueWrapper(String) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Name of the property to marshal/unmarshal as a wrapper on the text() mappings Ignored marshalling XML.
setValueWrapper(String) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Name of the property to marshal/unmarshal as a wrapper on the text() mappings Ignored unmarshalling XML.
setValueWrapper(String) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
Specify the key that will correspond to the property mapped with @XmlValue.
setVariableAttributeAccessor(ATTRIBUTE_ACCESSOR) - Method in interface org.eclipse.persistence.internal.oxm.mappings.VariableXPathObjectMapping
 
setVariableAttributeAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
setVariableAttributeAccessor(AttributeAccessor) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
setVariableAttributeName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.VariableXPathObjectMapping
 
setVariableAttributeName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setVariableAttributeName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
setVariableAttributeName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
setVariableClassName(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setVariableGetMethodName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.VariableXPathObjectMapping
 
setVariableGetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
setVariableGetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
setVariableName(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.IdentificationVariableDeclNode
 
setVariableName(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
 
setVariableNodeAttribute(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setVariableOneToOnes(List<VariableOneToOneAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setVariables(Vector) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
The variables are the field defs of the declared variables used in the procedure.
setVariableSetMethodName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.VariableXPathObjectMapping
 
setVariableSetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
setVariableSetMethodName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
setVersion(String) - Method in class org.eclipse.persistence.internal.jpa.config.xml.MappingsImpl
 
setVersion(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL: Used for OX mapping.
setVersion(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
INTERNAL:
setVersion(String) - Method in class org.eclipse.persistence.internal.oxm.Root
Sets the version.
setVersion(String) - Method in class org.eclipse.persistence.internal.sessions.factories.model.SessionConfigs
 
setVersion(String) - Method in interface org.eclipse.persistence.jpa.config.Mappings
 
setVersion(String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Sets the version.
setVersion(String) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
setVersion(String) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
setVersions(List<VersionAccessor>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL: Used for OX mapping.
setViewTable(DatabaseTable) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: This expression represents something read through a view table.
setVirtual(boolean) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Sets whether this identification variable is virtual, meaning it's not part of the query but is required for proper navigability.
setVirtualAccessMethods(List<VirtualAttributeMethodInfo>) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
setVirtualAttributeMethods(List<VirtualAttributeMethodInfo>) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the list of methods used my mappings with virtual access this list is used to determine which methods to weave
setVirtualIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Sets a virtual identification variable because the abstract schema name was parsed without one.
setVirtualIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Sets a virtual identification variable because the "root" object was parsed without one.
setVirtualIdentificationVariable(String, String) - Method in class org.eclipse.persistence.jpa.jpql.parser.RangeVariableDeclaration
Sets a virtual identification variable to qualify the "root" object.
setVirtualIdentificationVariable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
The state field path expression is not qualified by the identification variable.
setVirtualProperty(boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
setVisitedObjects(Map) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
setVPDIdentifier(String) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Set the VPD identifier for this project.
setVPDLastIdentifierClassName(String) - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Set from individual descriptors from the project that set a VPD identifier and used in validation exception.
setWaitTimeout(Integer) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Sets that this a pessimistic wait locking query.
setWaitTimeout(int) - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
PUBLIC: Set the time in milliseconds to wait for an available connection.
setWarnOnUnmappedElement(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
INTERNAL: Set to true if a warning exception should be generated when an unmapped element is encountered, false otherwise.
setWasAdditionJoinCriteriaUsed(boolean) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: If the additional Join Criteria for the class this builder represents has been added to the statement then mark this as true.
setWasJTSTransactionInternallyStarted(boolean) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return if a JTS transaction was started by the session.
setWasNonObjectLevelModifyQueryExecuted(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: True if either DataModifyQuery or ModifyAllQuery was executed.
setWasOperationSuccessful(boolean) - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
Set whether the operation which caused this transporter to be returned was successful.
setWasTransactionBegunPrematurely(boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Set a flag in the root UOW to indicate that a pess.
setWeaveTransientFieldValueHolders() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
setWeight(Integer) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: Set the weight of the mapping, used to sort mappings DirectToField Mappings have a default weight of 1 while all other Mappings have a default weight of MAXINT.
setWhenClauses(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.CaseNode
 
setWhereClause(Expression) - Method in class org.eclipse.persistence.internal.expressions.SQLStatement
 
setWhereNode(WhereNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Set the Where node
setWhitespacePreserving(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
setWhitespacePreserving(boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
setWhitespacePreserving(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
setWhitespacePreserving(boolean) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Changes preservation of white spaces.
setWhitespacePreserving(boolean) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
setWithAllSubclassesExpression(Expression) - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
ADVANCED: Sets the expression to be used for querying for a class and all its subclasses.
setWorkingCopyMethodName(String) - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
Set the workingCopyClone method name.
setWorkingCopyMethodName(String) - Method in class org.eclipse.persistence.internal.jpa.config.copypolicy.CloneCopyPolicyImpl
 
setWorkingCopyMethodName(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.copypolicy.CloneCopyPolicyMetadata
INTERNAL: Used for OX mapping.
setWorkingCopyMethodName(String) - Method in interface org.eclipse.persistence.jpa.config.CloneCopyPolicy
 
setWrappedDatabaseType(DatabaseType) - Method in class org.eclipse.persistence.internal.sessions.factories.DatabaseTypeWrapper
 
setWrappedServerValueHolder(ValueHolderInterface) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Set the original value holder.
setWrapper(Object, Object) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Update the wrapper object in the CacheKey associated with the given primaryKey, this is used for EJB2.
setWrapper(Object) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
setWrapper(Object, Object) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Update the wrapper object in the CacheKey associated with the given primaryKey, this is used for EJB2.
setWrapper(Object, Class, Object) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Update the wrapper object the cache key associated with the given primary key, this is used for EJB.
setWrapper(Object, Class, Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: Update the wrapper object the cache key associated with the given primary key, this is used for EJB.
setWrapper(Object, Class, Object) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
INTERNAL: Update the wrapper object the cache key associated with the given primary key, this is used for EJB.
setWrapper(Object, Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Update the wrapper object in the CacheKey associated with the given primaryKey, this is used for EJB2.
setWrapper(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
setWrapperAsArrayName(boolean) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
If true the grouping element will be used as the JSON key.
setWrapperAsCollectionName(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
 
setWrapperAsCollectionName(boolean) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
setWrapperNullPolicy(AbstractNullPolicy) - Method in interface org.eclipse.persistence.internal.oxm.mappings.XMLContainerMapping
Set the Wrapper NullPolicy on the Mapping.
setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
 
setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
 
setWrapperNullPolicy(AbstractNullPolicy) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
 
setWrapperPolicy(WrapperPolicy) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: Sets the WrapperPolicy for this descriptor.
setWrappersHashMap(Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
INTERNAL: Set the map of Wrapper objects (SDOWrapperTypes that wrap a primitive document).
setWrappersHashMap(Map) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
INTERNAL: Set the map of Wrapper objects (SDOWrapperTypes that wrap a primitive document).
setWrappersHashMap(Map) - Method in interface org.eclipse.persistence.sdo.helper.SDOTypeHelper
INTERNAL: Set the map of Wrapper objects (SDOWrapperTypes that wrap a primitive document).
setWriteConnection(Accessor) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Set the connection to be used for database modification.
setWriteConnectionPoolConfig(WriteConnectionPoolConfig) - Method in class org.eclipse.persistence.internal.sessions.factories.model.pool.PoolsConfig
 
setWriteConnections(Map<String, Accessor>) - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Set the connection to be used for database modification.
setWriteLockField(DatabaseField) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
ADVANCED: Set the write lock field.
setWriteLockFieldName(String) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
PUBLIC: Set the write lock field name.
setWriteLockQueued(Object) - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTENRAL: Used to set the object that the merge manager is waiting on, in order to acquire locks If this value is null then the merge manager is not waiting on any locks.
setWriteLockValue(Object, Object) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
Update the write lock value of the CacheKey associated with the given primaryKey.
setWriteLockValue(Object) - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
setWriteLockValue(Object, Object) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
Update the write lock value of the CacheKey associated with the given primaryKey.
setWriteLockValue(Object, Class, Object) - Method in class org.eclipse.persistence.internal.identitymaps.IdentityMapManager
Update the write lock value of the cache key associated with the given primary key,
setWriteLockValue(Object, Object) - Method in class org.eclipse.persistence.internal.identitymaps.NoIdentityMap
Do Nothing.
setWriteLockValue(Object, Object) - Method in class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
Avoid acquiring any lock as uow is single threaded.
setWriteLockValue(Object) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
ADVANCED: This method is used to set the writeLock value for an ObjectChangeSet Any changes to the write lock value should to through setWriteLockValue(Object obj) so that the change set is marked as being dirty.
setWriteLockValue(Object) - Method in class org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor
Set write lock value of an associated object
setWriteLockValue(Object, Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
Update the write lock value of the CacheKey associated with the given primaryKey.
setWriteLockValue(Object) - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
setWriteOnly(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Flag the mapping for this Property as write-only.
setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Sets the value of the writeOnly property.
setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Sets the value of the writeOnly property.
setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the writeOnly property.
setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the writeOnly property.
setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Sets the value of the writeOnly property.
setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Sets the value of the writeOnly property.
setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Sets the value of the writeOnly property.
setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Sets the value of the writeOnly property.
setWriteOnly(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Sets the value of the writeOnly property.
setWriter(Writer) - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
 
setWriter(Writer) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
setWriter(OutputStream) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
setWriter(String) - Method in class org.eclipse.persistence.logging.DefaultSessionLog
Set the writer that will receive the formatted log entries for a file name.
setWriter(OutputStream) - Method in class org.eclipse.persistence.logging.JavaLog
PUBLIC:
setWriter(Writer) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Set the writer to which an accessor writes logged messages and SQL.
setWriter(Writer) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
Set the Writer that the object will be marshalled to.
setWriter(Writer) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
Set the Writer that the object will be marshalled to.
setWriteTransformers(List<WriteTransformerMetadata>) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransformationAccessor
INTERNAL: Used for OX mapping.
setXmlAbstractNullPolicy(JAXBElement<? extends XmlAbstractNullPolicy>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the xmlAbstractNullPolicy property.
setXmlAbstractNullPolicy(JAXBElement<? extends XmlAbstractNullPolicy>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlAbstractNullPolicy property.
setXmlAbstractNullPolicy(JAXBElement<? extends XmlAbstractNullPolicy>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Sets the value of the xmlAbstractNullPolicy property.
setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Sets the value of the xmlAccessMethods property.
setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Sets the value of the xmlAccessMethods property.
setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the xmlAccessMethods property.
setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlAccessMethods property.
setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Sets the value of the xmlAccessMethods property.
setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Sets the value of the xmlAccessMethods property.
setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Sets the value of the xmlAccessMethods property.
setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
Sets the value of the xmlAccessMethods property.
setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
Sets the value of the xmlAccessMethods property.
setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Sets the value of the xmlAccessMethods property.
setXmlAccessMethods(XmlAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Sets the value of the xmlAccessMethods property.
setXmlAccessOrder(XmlAccessOrder) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the xmlAccessOrder for this TypeInfo.
setXmlAccessorFactory(AccessorFactoryWrapper) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setXmlAccessorFactorySupport(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
Sets whether this AnnotationsProcessor should process XmlAccessorFactory annotations.
setXmlAccessorOrder(XmlAccessOrder) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlAccessorOrder property.
setXmlAccessorOrder(XmlAccessOrder) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the xmlAccessorOrder property.
setXmlAccessorType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaAttribute
Sets the value of the xmlAccessorType property.
setXmlAccessorType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlAccessorType property.
setXmlAccessorType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the xmlAccessorType property.
setXmlAccessType(XmlAccessType) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the xmlAccessType for this TypeInfo.
setXmlAdapterClass(Class) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
Set the XmlAdapter class to be used with this converter.
setXmlAdapterClassName(String) - Method in class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
Set the XmlAdapter class to be used with this converter.
setXmlAttachmentRef(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Set if there is an XmlAttachmentRef annotations associated with this element.
setXmlAttachmentRef(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the xmlAttachmentRef property.
setXmlAttachmentRef(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlAttachmentRef property.
setXMLBinaryDataHelper(XMLBinaryDataHelper) - Static method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
setXmlClassExtractor(XmlClassExtractor) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlClassExtractor property.
setXMLContext(CONTEXT) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
Set the XMLContext used by this instance of XMLUnmarshaller.
setXMLContext(XMLContext) - Method in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
setXMLContext(XMLContext) - Method in class org.eclipse.persistence.jaxb.JAXBContext
 
setXMLContext(XMLContext) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
Set the XMLContext used by this instance of XMLMarshaller.
setXMLContext(XMLContext) - Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
Set the XMLContext used by this instance of XMLUnmarshaller.
setXmlContext(XMLContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
setXmlContext(XMLContext) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
setXmlContext(XMLContext) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL:
setXMLContextState(XMLContext.XMLContextState) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL: Set the stateful information for this XMLContext.
setXmlCustomizer(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Sets the XmlCustomizer class name on this TypeInfo.
setXmlCustomizer(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlCustomizer property.
setXMLDeclaration(boolean) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
Set the XML declaration version of the document.
setXmlDescriptor(Descriptor) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
INTERNAL Sets the Descriptor associated with this TypeMappingInfo.
setXmlDescriptor(XMLDescriptor) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Set the XMLDescriptor on this Type
setXmlDiscriminatorNode(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Sets the class indicator field name (for use with inheritance).
setXmlDiscriminatorNode(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlDiscriminatorNode property.
setXmlDiscriminatorValue(String) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the value of the class indicator field for the java-type associated with this type info.
setXmlDiscriminatorValue(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlDiscriminatorValue property.
setXmlElement(Element) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
Set the xml-element Element representing parameter level annotations that should be applied to this type.
setXmlElementNillable(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the XmlElementNillable for this TypeInfo.
setXmlElementNillable(XmlElementNillable) - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
 
setXmlElementNillable(XmlElementNillable) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlElementNillable property.
setXmlElementNillable(XmlElementNillable) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the xmlElementNillable property.
setXmlElementRefs(List<XmlElementRef>) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the List of XmlElementRef(s) for this Property.
setXmlElementRefs(XmlElementRefs) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Sets the value of the xmlElementRefs property.
setXmlElements(XmlElements) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the XmlElements object for this Property.
setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the XmlElementWrapper for this property.
setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlElementWrapper property.
setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Sets the value of the xmlElementWrapper property.
setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Sets the value of the xmlElementWrapper property.
setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Sets the value of the xmlElementWrapper property.
setXmlElementWrapper(XmlElementWrapper) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Sets the value of the xmlElementWrapper property.
setXmlEnums(XmlBindings.XmlEnums) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the xmlEnums property.
setXmlEventReader(XMLEventReader) - Method in class org.eclipse.persistence.internal.oxm.record.XMLEventReaderInputSource
 
setXMLEventWriter(XMLEventWriter) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
setXMLField(Field) - Method in class org.eclipse.persistence.internal.oxm.FieldTransformerNodeValue
 
setXmlField(XML_FIELD) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceFieldToClassAssociation
 
setXMLField(XML_FIELD) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setXMLField(Field) - Method in class org.eclipse.persistence.oxm.record.XMLEntry
 
setXmlHeader(String) - Method in class org.eclipse.persistence.internal.oxm.XMLMarshaller
Set this Marshaller's XML Header.
setXmlId(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the xmlId property.
setXmlId(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlId property.
setXmlIdref(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the xmlIdref property.
setXmlIdref(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlIdref property.
setXmlIdref(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Sets the value of the xmlIdref property.
setXmlInlineBinaryData(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlInlineBinaryData property.
setXmlInlineBinaryData(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the xmlInlineBinaryData property.
setXmlInlineBinaryData(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlInlineBinaryData property.
setXmlInverseReference(XmlElement.XmlInverseReference) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlInverseReference property.
setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set an XmlJavaTypeAdapter on this Property.
setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set an XmlJavaTypeAdapter on this Type.
setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlJavaTypeAdapter property.
setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Sets the value of the xmlJavaTypeAdapter property.
setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the xmlJavaTypeAdapter property.
setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlJavaTypeAdapter property.
setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Sets the value of the xmlJavaTypeAdapter property.
setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Sets the value of the xmlJavaTypeAdapter property.
setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Sets the value of the xmlJavaTypeAdapter property.
setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Sets the value of the xmlJavaTypeAdapter property.
setXmlJavaTypeAdapter(XmlJavaTypeAdapter) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Sets the value of the xmlJavaTypeAdapter property.
setXmlJavaTypeAdapters(XmlJavaTypeAdapters) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the xmlJavaTypeAdapters property.
setXmlJoinNode(List<XmlJoinNodes.XmlJoinNode>) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
Sets the value of the xmlJoinNode property.
setXmlJoinNodes(XmlJoinNodes) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set XmlJoinNodes for this property.
setXmlJoinNodesList(List<XmlJoinNodes>) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the list of XmlJoinNodes for this Property.
setXmlKey(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the xmlKey property.
setXmlKey(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlKey property.
setXmlList(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the xmlList property.
setXmlList(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlList property.
setXmlList(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Sets the value of the xmlList property.
setXmlLocation(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.Property
 
setXmlLocation(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlLocation property.
setXmlLocation(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransient
Sets the value of the xmlLocation property.
setXmlMap(XmlMap) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlMap property.
setXmlMapping(DatabaseMapping) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
setXmlMappingMetadataComplete(Boolean) - Method in class org.eclipse.persistence.internal.jpa.config.xml.PersistenceUnitMetadataImpl
 
setXMLMappingMetadataComplete(Boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL: Used for OX mapping.
setXmlMappingMetadataComplete(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the xmlMappingMetadataComplete property.
setXmlMappingMetadataComplete(Boolean) - Method in interface org.eclipse.persistence.jpa.config.PersistenceUnitMetadata
 
setXMLMarshalHandler(XMLMarshalListener) - Method in class org.eclipse.persistence.oxm.XMLMarshaller
 
setXmlMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
setXmlMarshaller(XMLMarshaller) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
setXmlMarshaller(XMLMarshaller) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL:
setXmlMimeType(String) - Method in class org.eclipse.persistence.jaxb.compiler.ElementDeclaration
Set of this element has an XmlMimeType annotation
setXmlMimeType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the xmlMimeType property.
setXmlMimeType(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlMimeType property.
setXmlMixed(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Sets the value of the xmlMixed property.
setXmlMixed(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Sets the value of the xmlMixed property.
setXmlMixed(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Sets the value of the xmlMixed property.
setXmlNamedObjectGraphs(XmlNamedObjectGraphs) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlNamedObjectGraphs property.
setXmlNameTransformer(XMLNameTransformer) - Method in class org.eclipse.persistence.jaxb.compiler.PackageInfo
 
setXmlNameTransformer(XMLNameTransformer) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the XMLNameTransformer used when converting Java names to XML names
setXmlNameTransformer(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlNameTransformer property.
setXmlNameTransformer(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the xmlNameTransformer property.
setXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the XmlNullPolicy for this TypeInfo.
setXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
 
setXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlNullPolicy property.
setXmlNullPolicy(XmlNullPolicy) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the xmlNullPolicy property.
setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the xpath for this property.
setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Sets the value of the xmlPath property.
setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Sets the value of the xmlPath property.
setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the xmlPath property.
setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlPath property.
setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
Sets the value of the xmlPath property.
setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
Sets the value of the xmlPath property.
setXmlPath(String) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Sets the value of the xmlPath property.
setXMLPlatformClass(Class) - Method in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
PUBLIC: Set the implementation of XMLPlatform.
setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlProperties property.
setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
Sets the value of the xmlProperties property.
setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
Sets the value of the xmlProperties property.
setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the xmlProperties property.
setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlProperties property.
setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
Sets the value of the xmlProperties property.
setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
Sets the value of the xmlProperties property.
setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
Sets the value of the xmlProperties property.
setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
Sets the value of the xmlProperties property.
setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
Sets the value of the xmlProperties property.
setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
Sets the value of the xmlProperties property.
setXmlProperties(XmlProperties) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
Sets the value of the xmlProperties property.
setXMLReader(XMLReader) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
setXMLReader(XMLReader) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
setXMLReader(XMLReader) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
setXMLReader(XMLReader) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
setXmlReadTransformer(XmlTransformation.XmlReadTransformer) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
Sets the value of the xmlReadTransformer property.
setXmlRegistries(XmlBindings.XmlRegistries) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the xmlRegistries property.
setXmlRootElement(XmlRootElement) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the xmlRootElement for this TypeInfo.
setXmlRootElement(XmlRootElement) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlRootElement property.
setXmlSchema(XmlSchema) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the xmlSchema property.
setXMLSchema(URL) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Sets XML Schema for the parser.
setXMLSchema(Schema) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Sets XML Schema for the parser.
setXMLSchema(URL) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
setXMLSchema(Schema) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
setXMLSchemas(Object[]) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPParser
Sets XML Schema(s) for the parser.
setXMLSchemas(Object[]) - Method in interface org.eclipse.persistence.platform.xml.XMLParser
 
setXmlSchemaType(XmlSchemaType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
Sets the value of the xmlSchemaType property.
setXmlSchemaType(XmlSchemaType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the xmlSchemaType property.
setXmlSchemaType(XmlSchemaType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
Sets the value of the xmlSchemaType property.
setXmlSchemaTypes(XmlSchemaTypes) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
Sets the value of the xmlSchemaTypes property.
setXmlSeeAlso(List<String>) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the List of XmlSeeAlso class names for this TypeInfo.
setXmlStreamReader(XMLStreamReader) - Method in class org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceContext
 
setXmlStreamReader(XMLStreamReader) - Method in class org.eclipse.persistence.internal.oxm.record.XMLStreamReaderInputSource
 
setXMLStreamWriter(XMLStreamWriter) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
setXMLTag(String) - Method in class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormat
 
setXmlTagName(QName) - Method in class org.eclipse.persistence.jaxb.TypeMappingInfo
 
setXmlTransformation(XmlTransformation) - Method in class org.eclipse.persistence.jaxb.compiler.Property
Set the XmlTransformation for this property.
setXmlTransient(boolean) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the XmlTransient for this TypeInfo.
setXmlTransient(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlTransient property.
setXmlType(QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionPair
 
setXmlType(XmlType) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
Set the xmlType for this TypeInfo.
setXmlType(XmlType) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlType property.
setXmlUnmarshaller(XMLUnmarshaller) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
 
setXmlUnmarshaller(XMLUnmarshaller) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
 
setXmlUnmarshaller(XMLUnmarshaller) - Method in interface org.eclipse.persistence.sdo.helper.SDOXMLHelper
INTERNAL:
setXmlValueProperty(Property) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setXMLVersion(String) - Method in class org.eclipse.persistence.sdo.SDOXMLDocument
Set the XML version of the document, or null if not specified.
setXmlVirtualAccessMethods(XmlVirtualAccessMethods) - Method in class org.eclipse.persistence.jaxb.compiler.TypeInfo
 
setXmlVirtualAccessMethods(XmlVirtualAccessMethods) - Method in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
Sets the value of the xmlVirtualAccessMethods property.
setXOPPackage(boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
setXOPPackage(boolean) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
setXOPPackage(boolean) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
setXOPPackage(boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
 
setXPath(String) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class org.eclipse.persistence.eis.mappings.EISDirectMapping
Set the Mapping field name attribute to the given XPath String.
setXPath(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
 
setXPath(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Set the xpath statment for this XMLField.
setXPath(String) - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
Set the Mapping field name attribute to the given XPath String
setXPath(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentMapping
 
setXPath(String) - Method in class org.eclipse.persistence.oxm.XMLField
Set the xpath statment for this XMLField.
setXPathFragment(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
setXPathFragment(XPathFragment) - Method in class org.eclipse.persistence.internal.oxm.XPathPredicate
 
setXPathFragment(XPathFragment) - Method in class org.eclipse.persistence.oxm.XMLField
INTERNAL: Return the first XPathFragment.
setXPathInObject(String, String, Object) - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathMappingNodeValue
 
setXPathNode(XPathNode) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
 
setXPathNode(XPathNode) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
setXPathNode(XPathNode) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
setXPathNode(XPathNode) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
 
setXPathNode(XPathNode) - Method in class org.eclipse.persistence.internal.oxm.XMLDirectMappingNodeValue
 
setXQueryString(String) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
PUBLIC: Set the XQuery string.
setXsd(boolean) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Set if this property was declared in an XML schema.
setXsd(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Set if this property was declared in an XML schema.
setXsdList(boolean) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Set if this type is an xsd:list in the schema
setXsdLocalName(String) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL: Set the local name of this property.
setXsdLocalName(String) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL: Set the local name of this property.
setXsdType(QName) - Method in class org.eclipse.persistence.sdo.SDOProperty
INTERNAL:
setXsdType(QName) - Method in class org.eclipse.persistence.sdo.SDOType
INTERNAL:
setXsiNilRepresentsNull(Boolean) - Method in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
Sets the value of the xsiNilRepresentsNull property.
severe(String, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
severe(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
SEVERE - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
severe(String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when a severe level message needs to be logged.
SEVERE_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
shallowClone() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL:
shallowClone() - Method in class org.eclipse.persistence.internal.expressions.BaseExpression
INTERNAL: Clear the builder when cloning.
shallowClone() - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL: Clear the builder when cloning.
shallowMergeClone(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Merge the attributes of the clone into the unit of work copy.
shallowMergeClone(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Merge the attributes of the clone into the unit of work copy.
shallowRevertObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Revert the object's attributes from the parent.
shallowRevertObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
PUBLIC: Revert the object's attributes from the parent.
shallowUnregisterObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Unregister the object with the unit of work.
shallowUnregisterObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Unregister the object with the unit of work.
SHARED_DESCRIPTOR_ALIAS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
sharedDescriptorAlias(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
SHORT - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
SHORT - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
SHORT - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
SHORT - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
SHORT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SHORT_DEFAULT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
SHORT_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
shortenStringsByRemovingVowelsToFit(String, String, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
Returns a String which is a concatenation of two string which have had enough vowels removed from them so that the sum of the sized of the two strings is less than or equal to the specified size.
SHORTOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
ShortObjectWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.ShortObjectWrapperImpl
 
shortType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Short}.
shortType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Short}.
shortType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Short.
ShortWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.ShortWrapperImpl
 
SHOULD_IGNORE_EXCEPTION_RETURN_CONFORMED - Static variable in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
If a non-instantiated indirection object is encountered the object is assumed to conform.
SHOULD_IGNORE_EXCEPTION_RETURN_NOT_CONFORMED - Static variable in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
If a non-instantiated indirection object is encountered the object is assumed to not conform.
SHOULD_THROW_INDIRECTION_EXCEPTION - Static variable in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
If a non-instantiated indirection object is encountered an exception is thrown.
SHOULD_TRIGGER_INDIRECTION - Static variable in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
If a non-instantiated indirection object is encountered an exception it is instantiated.
SHOULD_USE_DEFERRED_LOCKS - Static variable in class org.eclipse.persistence.internal.helper.DeferredLockManager
 
shouldAcquireCascadedLocks() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: PERF: Return if deferred locks should be used.
shouldAcquireValueAfterInsert() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
INTERNAL: Indicates whether sequencing value should be acquired after INSERT.
shouldAcquireValueAfterInsert() - Method in class org.eclipse.persistence.sequencing.QuerySequence
PUBLIC:
shouldAcquireValueAfterInsert() - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: Indicates whether sequencing value should be acquired after INSERT.
shouldAcquireValueAfterInsert() - Method in class org.eclipse.persistence.sequencing.StandardSequence
 
shouldAcquireValueAfterInsert() - Method in class org.eclipse.persistence.sequencing.UUIDSequence
 
shouldAddAll() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Indicates whether addAll method should be called to add entire collection, or it's possible to call addInto multiple times instead.
shouldAddAll() - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: Indicates whether addAll method should be called to add entire collection, or it's possible to call addInto multiple times instead.
shouldAllowConcurrentReadWrite() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Used for cache isolation.
shouldAllowConcurrentReadWrite() - Method in interface org.eclipse.persistence.sessions.Login
INTERNAL: Used for cache isolation.
shouldAllowInstantiationDeferral() - Method in class org.eclipse.persistence.indirection.ValueHolder
INTERNAL: Return if add/remove should trigger instantiation or avoid.
shouldAllowInstantiationDeferral() - Method in interface org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface
INTERNAL: Return if add/remove should trigger instantiation or avoid.
shouldAllowInstantiationDeferral() - Method in class org.eclipse.persistence.internal.indirection.CacheBasedValueHolder
INTERNAL: Return if add/remove should trigger instantiation or avoid.
shouldAllowInstantiationDeferral() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
INTERNAL: Return if add/remove should trigger instantiation or avoid.
shouldAllowInstantiationDeferral() - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
INTERNAL: Return if add/remove should trigger instantiation or avoid.
shouldAllowNativeSQLQuery(boolean) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Return true if this individual query should allow native a SQL call to be issued.
shouldAllowNull() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
Return if this type is allowed to be null for this platform
shouldAllowNull() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
PUBLIC: Return whether the receiver should allow null values.
shouldAlwaysConformResultsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return if the descriptor is defined to always conform the results in unit of work in read query.
shouldAlwaysOverrideExistingValue(String) - Method in class org.eclipse.persistence.sequencing.DefaultSequence
INTERNAL: Indicates whether the existing pk value should always be overridden by the sequence.
shouldAlwaysOverrideExistingValue() - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: Indicates whether the existing pk value should always be overridden by the sequence.
shouldAlwaysOverrideExistingValue(String) - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: Indicates whether the existing pk value should always be overridden by the sequence.
shouldAlwaysRefreshCache() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: This method returns true if the ClassDescriptor is configured to always refresh the cache if data is received from the database by any query.
shouldAlwaysRefreshCache() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method returns true if the ClassDescriptor is configured to always refresh the cache if data is received from the database by any query.
shouldAlwaysRefreshCacheOnRemote() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: This method returns true if the ClassDescriptor is configured to always remotely refresh the cache if data is received from the database by any query in a RemoteSession.
shouldAlwaysRefreshCacheOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method returns true if the ClassDescriptor is configured to always remotely refresh the cache if data is received from the database by any query in a RemoteSession.
shouldAlwaysUseOuterJoin() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: returns if the inheritance policy will always use an outerjoin when selecting class type
shouldAlwaysUseTempStorageForModifyAll() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: That method affects UpdateAllQuery and DeleteAllQuery execution.
shouldAlwaysUseTempStorageForModifyAll() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
shouldAlwaysUseTempStorageForModifyAll() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
Returns true when invoked to force Informix to use temporary storage when constructing bulk UPDATE statements.
shouldAlwaysUseTempStorageForModifyAll() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
shouldAlwaysUseTempStorageForModifyAll() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: MySQL supports temp tables for update-all, delete-all queries.
shouldAlwaysUseTempStorageForModifyAll() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Symfoware does not support the default syntax generated for update-all and delete-all queries as they can include the same table in the FROM clause of the main and the sub-queries.
shouldAssumeExistenceForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Returns true if the does exist check should be based only on whether the primary key of the object is set
shouldAssumeNonExistenceForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Returns true if the does exist check should assume non existence.
shouldBeDeleted() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
Mark change set for a deleted object.
shouldBeginEarlyTransaction() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Indicate the early transaction should be forced to start.
shouldBeIgnored() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataField
INTERNAL Some fields should automatically be ignored, return true if this field should be ignored
shouldBeReadOnly() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return if the descriptor reference class is defined as read-only
shouldBindAllParameters() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Bind all arguments to any SQL statement.
shouldBindAllParameters() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Bind all arguments to any SQL statement.
shouldBindAllParameters() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Bind all arguments to any SQL statement.
shouldBindLiterals() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
PUBLIC: Allows platform to choose whether to bind literals in DatabaseCalls or not.
shouldBindLiterals() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
shouldBindLiterals() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
shouldBindLiterals() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Allows platform to choose whether to bind literals in SQL statements or not.
Literal binding is enabled for Symfoware in general.
shouldBreak() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
shouldBuildNullForNullPk() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: If primary key is null ObjectBuilder.buildObject returns null in case this flag is set to true (instead of throwing exception).
shouldBuildOutputRow() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Set whether the call has to build output row
shouldCacheAllStatements() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Cache all prepared statements, this requires full parameter binding as well.
shouldCacheAllStatements() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Cache all prepared statements, this requires full parameter binding as well.
shouldCacheQueryResults() - Method in class org.eclipse.persistence.queries.ReadQuery
PUBLIC: Return if the query should cache the results of the next execution or not.
shouldCacheStatement(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Bound calls can use prepared statement caching.
shouldCacheStatement(DatabasePlatform) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
Bound calls can use prepared statement caching.
shouldCacheStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Cache the prepared statements, this requires full parameter binding as well.
shouldCascade() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Return true if has been configured to CASCADE_ALL_PARTS or CASCADE_PRIVATE_PARTS.
shouldCascadeAllParts() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
shouldCascadeAllParts() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Flag used to determine if all parts should be cascaded
shouldCascadeAllParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Flag used to determine if all parts should be cascaded
shouldCascadeAllParts() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Return true if should CASCADE_ALL_PARTS
shouldCascadeByMapping() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Flag used to determine that the mappings should be checked for cascade requirements.
shouldCascadeByMapping() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Mappings should be checked to determined if the current operation should be cascaded to the objects referenced.
shouldCascadeCloneToJoinedRelationship() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: True if the value holder for the joined attribute should be triggered.
shouldCascadeNoParts() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
shouldCascadeOnDelete() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
shouldCascadeOnlyDependentParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Flag used for unit of works cascade policy.
shouldCascadeParts() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Flag used to determine if any parts should be cascaded
shouldCascadeParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Flag used to determine if any parts should be cascaded
shouldCascadePrivateParts() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
shouldCascadePrivateParts() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Flag used to determine if any private parts should be cascaded
shouldCascadePrivateParts() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Flag used to determine if any private parts should be cascaded
shouldCascadePrivateParts() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Return true if should CASCADE_PRIVATE_PARTS
shouldCascadeReferences() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
Refreshes are based on the objects row, so all attributes of the object must be refreshed.
shouldCascadeTree() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Return true if should CASCADE_TREE
shouldCatchExceptions() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method signifies whether all Descriptor Exceptions should be thrown individually or queued.
shouldCheckCache() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Return if the cache should be checked.
shouldCheckCacheByExactPrimaryKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return if cache should be checked.
shouldCheckCacheByPrimaryKey() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return if cache should be checked.
shouldCheckCacheForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Returns true if the does exist check should be based only on a cache check.
shouldCheckCacheOnly() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Return if cache should be checked.
shouldCheckCacheThenDatabase() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: Return if cache should be checked.
shouldCheckClassLoader() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: Return if the session will be refreshed from the file if the class loader requesting the load is different than the loaded session's class loader.
shouldCheckConnection - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Back-door to allow isConnect checks.
shouldCheckDatabase() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method signifies whether database tables and fields should be checked or not.
shouldCheckDatabaseForDoesExist() - Method in class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Returns true if the does exist check should query the database.
shouldCheckDescriptorForCacheUsage() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Return whether the descriptor's disableCacheHits setting should be checked prior to querying the cache.
shouldCheckInstantiationPolicy() - Method in class org.eclipse.persistence.exceptions.IntegrityChecker
PUBLIC: This method tells us whether we should check InstantiationPolicy or not.
shouldCheckSelectNodeBeforeResolving() - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
shouldCheckSelectNodeBeforeResolving() - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
 
shouldClearForCloseOnRelease() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Indicates whether clearForClose method should be called by release method.
shouldClearForCloseOnRelease() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Indicates whether clearForClose method should be called by release method.
shouldCloneCall() - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Flag used to determine if the call needs to be cloned.
shouldCompareExistingObjectForChange(Object, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: Return true if the Object should be compared, false otherwise.
shouldCompareExistingObjectForChange(Object, UnitOfWorkImpl, ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: Return true if the Object should be compared, false otherwise.
shouldCompareExistingObjectForChange(Object, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
INTERNAL: Return true if the Object should be compared, false otherwise.
shouldConformResultsInUnitOfWork() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Should the results will be checked against the changes within the unit of work and object no longer matching or deleted will be remove, matching new objects will also be added..
shouldConvertDataToStrings() - Method in class org.eclipse.persistence.eis.EISPlatform
Return if all data set into the adapter should be first converted to strings.
shouldCreateDatabaseSchema(Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Subclasses who care should override this method, e.g.
shouldCreateDatabaseSchema(Set<String>) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
If this table has a schema (and catalog specified) make sure it is created.
shouldCreateIndicesForPrimaryKeys() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for table creation.
shouldCreateIndicesForPrimaryKeys() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Used for table creation.
shouldCreateIndicesOnForeignKeys() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for table creation.
shouldCreateIndicesOnForeignKeys() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Used for table creation.
shouldCreateIndicesOnUniqueKeys() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for table creation.
shouldCreateIndicesOnUniqueKeys() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Used for table creation.
shouldCreateVPDCalls(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
INTERNAL: Subclasses who care should override this method.
shouldCreateVPDCalls(AbstractSession) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Subclasses who care should override this method.
shouldDeferExecutionInUOW() - Method in class org.eclipse.persistence.queries.ModifyAllQuery
PUBLIC: Indicates whether execution should be deferred in UOW until commit.
shouldDisableCacheHits() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Return if for cache hits on primary key read object queries to be disabled.
shouldDisableCacheHits() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return if for cache hits on primary key read object queries to be disabled.
shouldDisableCacheHitsOnRemote() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Return if the remote server session cache hits on primary key read object queries is aloowed or not.
shouldDisableCacheHitsOnRemote() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return if the remote server session cache hits on primary key read object queries is aloowed or not.
shouldDiscoverNewObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Set if this UnitofWork should discover new objects on commit.
shouldDiscoverUnregisteredNewObjectsWithoutPersist() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
 
shouldDisplayData() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return true if SQL logging should log visible bind parameters.
shouldDisplayData() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC: Return true if SQL logging should log visible bind parameters.
shouldDisplayData() - Method in interface org.eclipse.persistence.logging.SessionLog
Return whether bind parameters should be displayed when logging SQL, default is true.
shouldDistinctBeUsed() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
INTERNAL: If a distinct has been set the DISTINCT clause will be printed.
shouldDistinctBeUsed() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: return true if this query should use a distinct
shouldEnableDistributedIndirectionGarbageCollection() - Method in class org.eclipse.persistence.sessions.remote.RemoteSession
ADVANCED: Allow the server-side value holders to be cleaned-up when the client-side value holder finalize.
shouldExecuteSelectNodes() - Method in class org.eclipse.persistence.internal.oxm.XPathFragment
 
shouldExtendPessimisticLockScope() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Indicates whether pessimistic lock of ObjectLevelReadQuery with isPessimisticLockScopeExtended set to true should be applied through this mapping beyond the tables mapped to the source object.
shouldExtendPessimisticLockScope() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Indicates whether pessimistic lock should also be applied to relation tables (ManyToMany and OneToOne mappings), reference tables (DirectCollection and AggregateCollection mapping).
shouldExtendPessimisticLockScopeInDedicatedQuery() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
shouldExtendPessimisticLockScopeInSourceQuery() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
shouldExtendPessimisticLockScopeInTargetQuery() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
 
shouldExtractWhereClauseFromSelectCallForExist() - Method in class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
shouldExtractWhereClauseFromSelectCallForExist() - Method in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
shouldFilterDuplicates() - Method in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Return if duplicate rows should be filter when using 1-m joining.
shouldFilterDuplicates() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Return if duplicate rows should be filter when using 1-m joining.
shouldFlushBeforeQuery() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
shouldForceCascade() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
This is used to cascade merge even if a clone is already registered.
shouldForceFieldNamesToUpperCase() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Can be used if the app expects upper case but the database is not return consistent case, i.e.
shouldForceFieldNamesToUpperCase() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
ADVANCED: Can be used if the app expects upper case but the database is not return consistent case, i.e.
shouldForceReadFromDB(ObjectBuildingQuery, Object) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Calculate whether we should read directly from the database to the UOW.
shouldForceReadFromDB(ObjectBuildingQuery, Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Calculate whether we should read directly from the database to the UOW.
shouldGenerateExpression - Variable in class org.eclipse.persistence.internal.jpa.parsing.Node
 
shouldGenerateTypeInfo(JavaClass) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
shouldGetSessionOnCreateFactory(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
Return if the session should be deployed and connected during the creation of the EntityManagerFactory, or if it should be deferred until createEntityManager().
shouldHandleUnmappedFields() - Method in class org.eclipse.persistence.internal.descriptors.CascadeLockingPolicy
INTERNAL:
shouldHandleWrites() - Method in class org.eclipse.persistence.history.HistoryPolicy
Answers if TopLink is responsible for writing history.
shouldIgnoreBindAllParameters() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Local shouldBindAllParameters() should be ignored, Session's shouldBindAllParameters() should be used.
shouldIgnoreCacheStatement() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Local shouldCacheStatement() should be ignored, Session's shouldCacheAllStatements() should be used.
shouldIgnoreCaseOnFieldComparisons - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Allow for case in field names to be ignored as some databases are not case sensitive and when using custom this can be an issue.
shouldIgnoreCaseOnFieldComparisons() - Static method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Allow for case in field names to be ignored as some databases are not case sensitive and when using custom this can be an issue.
shouldIgnoreCaseOnFieldComparisons() - Static method in class org.eclipse.persistence.sessions.DatabaseLogin
ADVANCED: Allow for case in field names to be ignored as some databases are not case sensitive.
shouldIgnoreDatabaseException() - Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
Return true if DatabaseException is to be ignored.
shouldIgnoreException(SQLException) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Allow for the platform to ignore exceptions.
shouldIgnoreException(SQLException) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Allow for the platform to ignore exceptions.
shouldIgnoreException(SQLException) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
Allow for the platform to ignore exceptions.
shouldIgnoreFirstRowSetting() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Returns the ignoreFirstRowSetting flag.
shouldIgnoreIndirectionExceptionReturnConformed() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
 
shouldIgnoreIndirectionExceptionReturnNotConformed() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
 
shouldIgnoreMaxResultsSetting() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Returns the ignoreMaxResultsSetting flag.
shouldIncludeData() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return if the rows for the result of the query should also be returned using a complex query result.
shouldIncludeInQuery(Class, String, Object) - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
INTERNAL: This method determines whether an attribute pair is be included in the query.
shouldIncludeKeyInDeleteEvent() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return whether data for a map key must be included on a Delete data modification event This will be overridden by subclasses that handle maps.
shouldIncludeKeyInDeleteEvent() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Return whether data for a map key must be included on a Delete datamodification event If the keyMapping is privateOwned, that data should be.
shouldIncrementTargetLockValueOnAddOrRemoveTarget() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
PUBLIC: Indicates whether target's optimistic locking value should be incremented on target being added to / removed from a source (default value is true).
shouldIncrementTargetLockValueOnDeleteSource() - Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
PUBLIC: Indicates whether target's optimistic locking value should be incremented on the source deletion (default value is true).
shouldInitialize(AbstractSession) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL: This method is called during regular descriptor initialization.
shouldInlineBinaryData() - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
 
shouldInlineBinaryData() - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
 
shouldInlineBinaryData() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
shouldInlineBinaryData() - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
 
shouldInvalidateObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Indicates whether the object in session cache should be invalidated.
shouldIsolateObjectsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Return if the unit of work should by-pass the session cache.
shouldIsolateObjectsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if the unit of work should by-pass the session cache.
shouldIsolateObjectsInUnitOfWorkEarlyTransaction() - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Return if the unit of work should by-pass the session cache after an early transaction.
shouldIsolateObjectsInUnitOfWorkEarlyTransaction() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if the unit of work should by-pass the session cache after an early transaction.
shouldIsolateProtectedObjectsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Return if the unit of work should by-pass the IsolatedSession cache.
shouldIsolateProtectedObjectsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if the unit of work should by-pass the IsolatedSession cache.
shouldIterateOnAggregates() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Return whether the aggregate reference objects themselves should be processed.
shouldIterateOnFetchGroupAttributesOnly() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
If true then if object has a FetchGroup then iterations not performed on mappings that are outside of the FetchGroup.
shouldIterateOnIndirectionObjects() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Return whether the indirection objects themselves (e.g.
shouldIterateOnPrimitives() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Return whether to process primitive reference objects (e.g.
shouldIterateOverIndirectionObjects() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Return whether to process the objects contained by indirection objects (e.g.
shouldIterateOverSubSelects() - Method in class org.eclipse.persistence.internal.expressions.ExpressionIterator
Normally an Iterator will not go into the where clause of an SQLSubSelectExpression.
shouldIterateOverUninstantiatedIndirectionObjects() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
Return whether to *instantiate* and process the objects contained by indirection objects (e.g.
shouldIterateOverWrappedObjects() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
shouldKeepRow() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
 
shouldKeepValues() - Method in class org.eclipse.persistence.internal.sessions.SimpleResultSetRecord
 
shouldLoad() - Method in class org.eclipse.persistence.queries.FetchGroup
 
shouldLoadResultIntoSelectionObject() - Method in class org.eclipse.persistence.queries.ReadObjectQuery
PUBLIC: return true if the result should be loaded into the passed in selection Object
shouldLockForClone() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
ADVANCED: When set to false, this setting will allow the UOW to avoid locking the shared cache instance in order to perform a clone.
shouldLog(int, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
shouldLog(int) - Static method in class org.eclipse.persistence.internal.weaving.WeaverLogger
Deprecated.
INTERNAL: Check if a message of the given level would actually be logged by EclipseLink weaver logger or to standard error output.
shouldLog(int, String) - Static method in class org.eclipse.persistence.internal.weaving.WeaverLogger
Deprecated.
INTERNAL: Check if a message of the given level would actually be logged by EclipseLink logger or to standard error output.
shouldLog(int) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
shouldLog(int, String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
shouldLog(int, String) - Method in class org.eclipse.persistence.logging.DefaultSessionLog
Check if a message of the given level would actually be logged by the logger with name space built from the given session and category.
shouldLog(int, String) - Method in class org.eclipse.persistence.logging.JavaLog
PUBLIC:
shouldLog(int) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Check if a message of the given level would actually be logged.
shouldLog(int, String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: Check if a message of the given level would actually be logged.
shouldLog(int, String) - Method in class org.eclipse.persistence.services.RuntimeServices
Check if a message of the given level would actually be logged.
shouldLog(int, String) - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Check if a message of the given level would actually be logged.
shouldLogDebugMessage() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
shouldLogExceptionStackTrace() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
By default the stack is logged for FINER or less (finest).
shouldLogExceptionStackTrace() - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
shouldLogExceptionStackTrace() - Method in interface org.eclipse.persistence.logging.SessionLog
By default the stack trace is logged for SEVERE all the time and at FINER level for WARNING or less, this can be turned off.
shouldLogin() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: Return if the loaded session should be connected.
shouldLogMessage(int) - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
INTERNAL:
shouldLogMessages() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return if logging is enabled (false if log level is OFF)
shouldLogMessages(int) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: RemoteCommandManager method.
shouldLogMessages(int) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
PUBLIC: Determine whether messages at the specified log level should be logged.
shouldLogMessages() - Method in interface org.eclipse.persistence.sessions.Session
PUBLIC: Return if logging is enabled (false if log level is OFF)
shouldLogProfile() - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
 
shouldLogWarningMessage() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
 
shouldMaintainCache() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return if the identity map (cache) should be used or not.
shouldMergeCascadeParts(MergeManager) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Returns true if the merge should cascade to the mappings reference's parts.
shouldMergeChangesIntoDistributedCache() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTERNAL: This happens when changes from an UnitOfWork is propagated to a distributed class.
shouldMergeCloneIntoWorkingCopy() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
This can be used by the user for merging clones from RMI into the unit of work.
shouldMergeCloneWithReferencesIntoWorkingCopy() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
This can be used by the user for merging remote EJB objects into the unit of work.
shouldMergeOriginalIntoWorkingCopy() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
This is used to revert changes to objects, or during refreshes.
shouldMergeWorkingCopyIntoOriginal() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
This is used during the unit of work commit to merge changes into the parent.
shouldMergeWorkingCopyIntoRemote() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTERNAL: This happens when serialized remote unit of work has to be merged with local remote unit of work.
shouldModifyVersionField() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Holds a Boolean indicating whether version field should be modified.
shouldMonitor - Static variable in class org.eclipse.persistence.tools.profiler.FetchGroupMonitor
 
shouldMonitor() - Static method in class org.eclipse.persistence.tools.profiler.FetchGroupMonitor
 
shouldMonitor - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
shouldMonitor() - Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
shouldNativeSequenceUseTransaction() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
INTERNAL: Indicates whether a separate transaction is required for NativeSequence.
shouldNewObjectsBeCached() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: By default new objects are not cached until the exist on the database.
shouldNewObjectsBeCached() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: By default new objects are not cached until the exist on the database.
shouldNotCascade(DatabaseMapping) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator.CascadeCondition
 
shouldOnlyRefreshCacheIfNewerVersion() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: This method returns true if the ClassDescriptor is 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).
shouldOnlyRefreshCacheIfNewerVersion() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: This method returns true if the ClassDescriptor is 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).
shouldOptimizeDataConversion() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Return if our driver level data conversion optimization is enabled.
shouldOptimizeDataConversion() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
shouldOptimizeDataConversion() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
shouldOptimizeDataConversion() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Return if our driver level data conversion optimization is enabled.
shouldOptimizeDates - Static variable in class org.eclipse.persistence.internal.helper.Helper
Used to configure JDBC level date optimization.
shouldOptimizeDates() - Static method in class org.eclipse.persistence.internal.helper.Helper
Return if JDBC date access should be optimized.
shouldOptimizeResultSetAccess() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Indicates whether ObjectLevelReadQuery should by default use ResultSet Access optimization.
shouldOrderMappings() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if mappings should be ordered or not.
shouldOrderUpdates() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Return if updates should be ordered by primary key to avoid possible database deadlocks.
shouldOrderUpdates() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
Deprecated.
since 2.6 replaced by #getCommitOrder()
shouldOuterJoinSubclasses() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Return if an outer join should be used to read subclasses.
shouldOuterJoinSubclasses() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Return if an outer join should be used to read subclasses.
shouldOverride(OverrideMetadata, MetadataLogger, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.columns.OverrideMetadata
INTERNAL: Method to determine if this ORMetadata should override another.
shouldOverride(ORMetadata) - Method in class org.eclipse.persistence.internal.jpa.metadata.ORMetadata
INTERNAL: Method to determine if this ORMetadata should override another.
shouldPerformDeletesFirst() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: By default all objects are inserted and updated in the database before any object is deleted.
shouldPerformDeletesFirst() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: By default all objects are inserted and updated in the database before any object is deleted.
shouldPerformFullValidation() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
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 refered in the unit of work cache.
shouldPerformFullValidation() - 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.
shouldPerformNoValidation() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
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 refered in the unit of work cache.
shouldPerformNoValidation() - 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.
shouldPerformPartialValidation() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
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 refered after commit, ensures that objects from the parent cache are not refered in the unit of work cache.
shouldPerformPartialValidation() - 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.
shouldPrefetchCacheKeys() - Method in class org.eclipse.persistence.descriptors.CachePolicy
 
shouldPrepare(DatabaseQuery) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Allows query prepare to be disable in the platform.
shouldPrepare() - Method in class org.eclipse.persistence.queries.DatabaseQuery
PUBLIC: Return if the query should be prepared.
shouldPrepare(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.queries.DatabaseQuery
INTERNAL: Check if the query should be prepared, or dynamic, depending on the arguments.
shouldPreserveDocument() - Method in class org.eclipse.persistence.internal.oxm.documentpreservation.NoDocumentPreservationPolicy
 
shouldPreserveDocument() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
Return if unmapped information from the XML document should be maintained for this descriptor By default unmapped data is not preserved.
shouldPreserveDocument() - Method in class org.eclipse.persistence.oxm.documentpreservation.DocumentPreservationPolicy
 
shouldPreserveDocument() - Method in class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Return if unmapped information from the XML document should be maintained for this descriptor By default unmapped data is not preserved.
shouldPrintAliasForUpdate() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Indicates whether locking OF clause should print alias for field.
shouldPrintAliasForUpdate() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Indicates whether locking OF clause should print alias for field.
shouldPrintConnection() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
By default the connection is printed, this can be turned off.
shouldPrintConnection() - Method in interface org.eclipse.persistence.logging.SessionLog
By default the connection is always printed whenever available, this can be turned off.
shouldPrintConstraintNameAfter() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Some Platforms want the constraint name after the constraint definition.
shouldPrintConstraintNameAfter() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Some Platforms want the constraint name after the constraint definition.
shouldPrintDate() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
By default the date is always printed, but can be turned off.
shouldPrintDate() - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
shouldPrintDate() - Method in interface org.eclipse.persistence.logging.SessionLog
By default the date is always printed, this can be turned off.
shouldPrintFieldIdentityClause(AbstractSession, String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
shouldPrintForUpdateClause() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
shouldPrintForUpdateClause() - Method in class org.eclipse.persistence.platform.database.DB2Platform
 
shouldPrintForUpdateClause() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: MySQL FOR UPDATE clause has to be the last
shouldPrintInnerJoinInWhereClause() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
This allows which clause inner joins are printed into in SQL generation.
shouldPrintInOutputTokenBeforeType() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
This is required in the construction of the stored procedures with output parameters
shouldPrintInOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
shouldPrintInOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
This is required in the construction of the stored procedures with output parameters
shouldPrintInOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
 
shouldPrintInputTokenAtStart() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for stored procedure creation: Some platforms want to print prefix for INPUT arguments BEFORE NAME.
shouldPrintInputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
shouldPrintInputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Used for stored procedure creation: Some platforms want to print prefix for INPUT arguments BEFORE NAME.
shouldPrintInternalException() - Static method in exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL Check to see if the EclipseLink-stored internal exception should be printed in this a EclipseLinkException's stack trace.
shouldPrintLockingClauseAfterWhereClause() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Indicates whether locking clause should be printed after where clause by SQLSelectStatement.
shouldPrintLockingClauseAfterWhereClause() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Attempts to remove FOR UPDATE from queries
shouldPrintLockingClauseAfterWhereClause() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: Indicates whether locking clause should be printed after where clause by SQLSelectStatement.
shouldPrintLockingClauseAfterWhereClause() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
The sybase syntax for obtaining pessimistic lock is "SELECT ADDRESS_ID, ...
shouldPrintOuterJoinInWhereClause() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Some database require outer joins to be given in the where clause, others require it in the from clause.
shouldPrintOuterJoinInWhereClause() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
shouldPrintOuterJoinInWhereClause() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
shouldPrintOuterJoinInWhereClause() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
Some database require outer joins to be given in the where clause, others require it in the from clause.
shouldPrintOutputTokenAtStart() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
This is required in the construction of the stored procedures with output parameters
shouldPrintOutputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: This is required in the construction of the stored procedures with output parameters.
shouldPrintOutputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
This is required in the construction of the stored procedures with output parameters
shouldPrintOutputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: MySQL requires the direction at the start of the argument.
shouldPrintOutputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
This is required in the construction of the stored procedures with output parameters
shouldPrintOutputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
shouldPrintOutputTokenAtStart() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
This is required in the construction of the stored procedures with output parameters
shouldPrintOutputTokenBeforeType() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
This is required in the construction of the stored procedures with output parameters
shouldPrintOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
shouldPrintOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
This is required in the construction of the stored procedures with output parameters
shouldPrintOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
 
shouldPrintOutputTokenBeforeType() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
This is required in the construction of the stored procedures with output parameters
shouldPrintParameterValues() - Method in class org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter
 
shouldPrintSession() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
By default the session (and its connection is available) are printed, this can be turned off.
shouldPrintSession() - Method in interface org.eclipse.persistence.logging.SessionLog
By default the Session is always printed whenever available, this can be turned off.
shouldPrintStoredProcedureArgumentNameInCall() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Should the variable name of a stored procedure call be printed as part of the procedure call e.g.
shouldPrintStoredProcedureArgumentNameInCall() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
INTERNAL: Should the variable name of a stored procedure call be printed as part of the procedure call e.g.
shouldPrintStoredProcedureArgumentNameInCall() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: MySQL stored procedure calls do not require the argument name be printed in the call string e.g.
shouldPrintStoredProcedureArgumentNameInCall() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Should the variable name of a stored procedure call be printed as part of the procedure call e.g.
shouldPrintStoredProcedureArgumentNameInCall() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
INTERNAL: Pervasive SQL stored procedure calls do not require the argument name be printed in the call string e.g.
shouldPrintStoredProcedureArgumentNameInCall() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
shouldPrintStoredProcedureArgumentNameInCall() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Symfoware stored procedure calls do not require the argument name be printed in the call string.
E.g.
shouldPrintStoredProcedureVariablesAfterBeginString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Used for stored procedure creation: Some platforms declare variables AFTER the procedure body's BEGIN string.
shouldPrintStoredProcedureVariablesAfterBeginString() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
shouldPrintStoredProcedureVariablesAfterBeginString() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Used for stored procedure creation: Symfoware declares variables AFTER the procedure body's BEGIN string.
shouldPrintThread() - Method in class org.eclipse.persistence.logging.AbstractSessionLog
By default the thread is logged for FINE or less (finer,etc.).
shouldPrintThread() - Method in class org.eclipse.persistence.logging.EclipseLinkLogRecord
 
shouldPrintThread() - Method in interface org.eclipse.persistence.logging.SessionLog
By default the thread is logged at FINE or less level, this can be turned off.
shouldPropagateAsynchronously() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
PUBLIC: Return whether this command manager should propagate commands synchronously or asynchronously.
shouldPropagateAsynchronously() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
PUBLIC: Return whether this command manager should propagate commands synchronously or asynchronously.
shouldPropagateChanges() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Return whether changes should be propagated to other sessions or applications in a EclipseLink cluster through the Remote Command Manager mechanism.
shouldPropagateChanges() - Method in interface org.eclipse.persistence.sessions.DatabaseSession
ADVANCED: Return whether changes should be propagated to other sessions or applications in a EclipseLink cluster through the Remote Command Manager mechanism.
shouldPropagateChanges() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Return whether changes should be propagated to TopLink cluster.
shouldQueryToManyRelationship() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
 
shouldReadAllMappings() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Return if this is a full object query, not partial nor fetch group.
shouldReadAllMappings() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return if this is a full object query, not partial nor fetch group.
shouldReadFromDB() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Indicates whether readObject should return the object read from the db in case there is no object in uow cache (as opposed to fetching the object from parent's cache).
shouldReadMapping(DatabaseMapping, FetchGroup) - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Check if the mapping is part of the partial attributes.
shouldReadMapping(DatabaseMapping, FetchGroup) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Check if the mapping is part of the partial attributes.
shouldReadSubclasses() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Return true if this descriptor should read instances of itself and subclasses on queries.
shouldReadSubclassesValue() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL: Return true if this descriptor should read instances of itself and subclasses on queries.
shouldReadWholeDocument() - Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
PUBLIC:
shouldRecalculateAfterUpdateEvent() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
ADVANCED Returns true if this ObjectChangeSet should be recalculated after changes in event
shouldRecalculateAfterUpdateEvent() - Method in interface org.eclipse.persistence.sessions.changesets.ObjectChangeSet
ADVANCED Returns true if this ObjectChangeSet should be recalculated after changes in event
shouldRedeploy() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
shouldRefresh() - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: Return if the loaded session should be refreshed from the file.
shouldRefreshCascadeParts(MergeManager) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Returns true if the merge should cascade to the mappings reference's parts.
shouldRefreshIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: Set to a boolean.
shouldRefreshInvalidObjectsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
Deprecated.
since EclipseLink 2.2
shouldRefreshInvalidObjectsOnClone() - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
PUBLIC: Return if expired object should be refreshed prior to cloning.
shouldRefreshRemoteIdentityMapResult() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
PUBLIC: Set to a boolean.
shouldRefreshRemoteObject() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTERNAL: This is used to refresh objects on the remote session
shouldRegisterResultsInUnitOfWork() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Allows one to do conforming in a UnitOfWork without registering.
shouldRegisterResultsInUnitOfWork() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Allows one to do conforming in a UnitOfWork without registering.
shouldRemoveConnectionOnError() - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
PUBLIC: Return whether connections to remote services should be disconnected when an error occurs.
shouldResetPrimaryKey() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Return if the primary key should be reset to null.
shouldResetVersion() - Method in class org.eclipse.persistence.sessions.CopyGroup
PUBLIC: Return if the version should be reset to null.
shouldResumeUnitOfWorkOnTransactionCompletion() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Returns true if this UnitofWork should be resumed after the end of the transaction Used when UnitOfWork is synchronized with external transaction control
shouldRetrieveBypassCache() - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: JPA flag used to control the behavior of the shared cache.
shouldRetrieveFirstPrimaryKey() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Return if the query results should contain the first primary key of each associated object.
shouldRetrievePrimaryKeys() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Return if the query results should contain the primary keys or each associated object.
ShouldReturnArray - Static variable in class org.eclipse.persistence.queries.ReportQuery
For EJB 3 support returns results as an Object array.
shouldReturnArray() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Returns true if results should be returned as an Object array.
shouldReturnMapEntry() - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
 
shouldReturnNameValuePairs() - Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
Indicates whether or not to return populated DatabaseRecord(s) as opposed to raw data when an SQLResultSetMapping is not set.
ShouldReturnReportResult - Static variable in class org.eclipse.persistence.queries.ReportQuery
Default, returns ReportQueryResult objects.
ShouldReturnSingleAttribute - Static variable in class org.eclipse.persistence.queries.ReportQuery
Simplifies the result by only returning the single attribute(as opposed to wrapping in a ReportQueryResult).
shouldReturnSingleAttribute() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Answer if we are only returning the attribute (as opposed to wrapping in a ReportQueryResult).
ShouldReturnSingleResult - Static variable in class org.eclipse.persistence.queries.ReportQuery
Simplifies the result by only returning the first result.
shouldReturnSingleResult() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning the first result.
ShouldReturnSingleValue - Static variable in class org.eclipse.persistence.queries.ReportQuery
Simplifies the result by only returning one value.
shouldReturnSingleValue() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by only returning a single value.
ShouldReturnWithoutReportQueryResult - Static variable in class org.eclipse.persistence.queries.ReportQuery
For EJB 3 support returns results without using the ReportQueryResult
shouldReturnWithoutReportQueryResult() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Simplifies the result by returning a nested list instead of the ReportQueryResult.
shouldSelectBeforeUpdate() - Method in class org.eclipse.persistence.sequencing.QuerySequence
PUBLIC:
shouldSelectDistinctIncludeOrderBy() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Return if the database requires the ORDER BY fields to be part of the select clause.
shouldSelectIncludeOrderBy() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Return if the database requires the ORDER BY fields to be part of the select clause.
shouldSelectIncludeOrderBy() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
Informix seemed to require this at some point.
ShouldSelectValue1 - Static variable in class org.eclipse.persistence.queries.ReportQuery
For example, ...
shouldSelectValue1() - Method in class org.eclipse.persistence.queries.ReportQuery
PUBLIC: Returns true if results should be returned as an Object array.
shouldSendMetadataRefreshCommand(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
Return if MetadataSource refresh commands should be sent when refresh is called Checks the PersistenceUnitProperties.METADATA_SOURCE_RCM_COMMAND property and defaults to true.
shouldSetNillable() - Method in class org.eclipse.persistence.jaxb.compiler.Property
Indicates if nillable='true' should be set on a given schema component.
shouldSkipUpdate() - Method in class org.eclipse.persistence.sequencing.QuerySequence
PUBLIC:
shouldStoreBypassCache() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Returns true if the UOW should bypass any updated to the shared cache during the merge.
shouldStoreBypassCache() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This is a JPA setting that is off by default in regular EclipseLink.
shouldStoreBypassCache() - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: JPA flag used to control the behavior of the shared cache.
shouldSynchronizedReadOnWrite() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Used for cache isolation.
shouldSynchronizedReadOnWrite() - Method in interface org.eclipse.persistence.sessions.Login
INTERNAL: Used for cache isolation.
shouldSynchronizeObjectLevelReadWrite() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Used for Cache Isolation.
shouldSynchronizeObjectLevelReadWrite() - Method in interface org.eclipse.persistence.sessions.Login
INTERNAL: Used for Cache Isolation.
shouldSynchronizeObjectLevelReadWriteDatabase() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Used for Cache Isolation.
shouldSynchronizeObjectLevelReadWriteDatabase() - Method in interface org.eclipse.persistence.sessions.Login
INTERNAL: Used for Cache Isolation.
shouldSynchronizeWrites() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
INTERNAL: Used for Cache Isolation.
shouldSynchronizeWrites() - Method in interface org.eclipse.persistence.sessions.Login
INTERNAL: Used for Cache Isolation.
shouldThrowIndirectionException() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
 
shouldTolerateInvalidJPQL() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: Indicates whether an invalid NamedQuery will be tolerated at init time.
shouldToStringInstantiate - Static variable in interface org.eclipse.persistence.indirection.ValueHolderInterface
Can be used to have transparent indirection toString instantiate the objects.
shouldTrackCurrentGroup() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
shouldTrackStack() - Static method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
 
shouldTranslate() - Method in class org.eclipse.persistence.logging.SessionLogEntry
 
shouldTriggerIndirection() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
 
shouldTrimStrings() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
shouldTrimStrings() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: By default CHAR field values have trailing blanks trimmed, this can be configured.
shouldTruncateDate() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
PUBLIC: Indicates whether time component of java.sql.Date should be truncated (hours, minutes, seconds all set to zero) before been passed as a parameter to PreparedStatement.
shouldUpdateForeignKeysPostInsert() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Certain types of container policies require an extra update statement after a relationship is inserted.
shouldUpdateForeignKeysPostInsert() - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Certain types of container policies require an extra update statement after a relationship is inserted.
shouldUpdateReadTimeOnUpdate() - Method in class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
PUBLIC: Return whether objects affected by this CacheInvalidationPolicy should have the read time on their cache keys updated when an update occurs.
shouldUpdateVersionOnMappingChange() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Returns true if the policy has been set to set an optimistic read lock when any mapping changes.
shouldUpdateVersionOnMappingChange() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Returns true if the policy has been set to set an optimistic read lock when any mapping changes.
shouldUpdateVersionOnMappingChange() - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: Returns true if the policy has been set to set an optimistic read lock when any mapping changes.
shouldUpdateVersionOnOwnedMappingChange() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Returns true if the policy has been set to set an optimistic read lock when a owning mapping changes.
shouldUpdateVersionOnOwnedMappingChange() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Returns true if the policy has been set to set an optimistic read lock when a owning mapping changes.
shouldUpdateVersionOnOwnedMappingChange() - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: Returns true if the policy has been set to set an optimistic read lock when a owning mapping changes.
shouldUseAdditionalJoinExpression() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor should using an additional join expresison.
shouldUseBatchReading() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Indicates whether the referenced object should always be batch read on read all queries.
shouldUseBatchWriting() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use batch writing.
shouldUseByteArrayBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use parameter binding for large binary data.
shouldUseCacheIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using CacheIdentityMap
shouldUseClassLoaderFromCurrentThread() - Method in class org.eclipse.persistence.internal.helper.ConversionManager
ADVANCED: This flag should be set if the current thread classLoader should be used.
shouldUseClassNameAsIndicator() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Return true if the descriptor use the classes full name as the indicator.
shouldUseCustomModifyForCall(DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
shouldUseCustomModifyForCall(DatabaseField) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Used by SQLCall.appendModify(..) If the field should be passed to customModifyInDatabaseCall, retun true, otherwise false.
shouldUseCustomModifyForCall(DatabaseField) - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
Allow for the platform to handle the representation of parameters specially.
shouldUseCustomModifyForCall(DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
INTERNAL Used by SQLCall.appendModify(..) If the field should be passed to customModifyInDatabaseCall, retun true, otherwise false.
shouldUseCustomModifyForCall(DatabaseField) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL Used by SQLCall.appendModify(..) If the field should be passed to customModifyInDatabaseCall, retun true, otherwise false.
shouldUseDatabaseTime() - Method in class org.eclipse.persistence.history.HistoryPolicy
Answers if the Timestamp used in maintaining history should be the current time according to the database.
shouldUseDefaultFetchGroup() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Return false if the query does not use the default fetch group defined in the descriptor level.
shouldUseDelimiters() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
shouldUseDelimiters() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
shouldUseDescriptorAliases() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
PUBLIC: Indicates whether descriptors should use aliasDescriptors map.
shouldUseDriverManager() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: shouldUseDriverManager(): Indicates whether DriverManager should be used while connecting DefaultConnector.
shouldUseDriverManager() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: shouldUseDriverManager(): Indicates whether DriverManager should be used while connecting DefaultConnector.
shouldUseDriverManager(Properties, Session) - Method in class org.eclipse.persistence.sessions.DefaultConnector
INTERNAL: Indicates whether DriverManager should be used.
shouldUseDriverManager(Properties, Session) - Method in class org.eclipse.persistence.sessions.DirectConnector
INTERNAL: Indicates whether DriverManager should be used.
shouldUseDynamicStatements - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
PERF: Backdoor to disabling dynamic statements.
shouldUseEqualityForNulls - Variable in class org.eclipse.persistence.queries.QueryByExamplePolicy
 
shouldUseEqualityForNulls() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Matches an included null attribute in the example object either to objects with that attribute also set to null or to any value other than null.
shouldUseExclusiveConnection() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
ADVANCED: If the user has isolated data and specified that the client session should use an exclusive connection then by setting this condition to true EclipseLink will ensure that the query is executed through the exclusive connection.
shouldUseExclusiveConnection() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
Deprecated. 
shouldUseExternalConnectionPooling() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Return whether EclipseLink uses some external connection pooling (e.g.
shouldUseExternalConnectionPooling() - Method in interface org.eclipse.persistence.sessions.Login
PUBLIC: Return whether EclipseLink uses some externally managed connection pooling.
shouldUseExternalTransactionController() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Return whether EclipseLink uses some external transaction service such as JTS.
shouldUseExternalTransactionController() - Method in interface org.eclipse.persistence.sessions.Login
PUBLIC: Return whether EclipseLink uses some externally managed transaction service such as JTS.
shouldUseFullChangeSetsForNewObjects - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Backdoor for using changes sets for new objects.
shouldUseFullChangeSetsForNewObjects() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if change sets are required for new objects.
shouldUseFullChangeSetsForNewObjects() - Method in class org.eclipse.persistence.eis.EISDescriptor
INTERNAL: Return if change sets are required for new objects.
shouldUseFullIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using FullIdentityMap
shouldUseGetSetNString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Returns true iff: tThe current driver supports calling get/setNString Strings are globally mapped to a national character varying type (useNationalCharacterVarying()).
shouldUseHardCacheWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using HardCacheWeakIdentityMap.
shouldUseIdentityIfPlatformSupports() - Method in class org.eclipse.persistence.sequencing.NativeSequence
 
shouldUseInheritedDefaultFetchGroup() - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
PUBLIC: Indicates whether defaultFetchGroup should be copied from the parent if not set.
shouldUseJDBCBatchWriting() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Answers true if EclipseLink has JDBC batch writing enabled.
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.CloudscapePlatform
JDBC defines an outer join syntax which many drivers do not support.
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
JDBC escape syntax for outer joins is not supported (not required).
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: JDBC defines an outer join syntax which many drivers do not support.
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
JDBC defines an outer join syntax which many drivers do not support.
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseJDBCOuterJoinSyntax() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
JDBC defines and outer join syntax, many drivers do not support this.
shouldUseLazyInstantiation() - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
ADVANCED: Returns false unless this is a transparent indirection policy IndirectList and IndirectSet can be configured not to instantiate the list from the database when you add and remove from them.
shouldUseLazyInstantiation() - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
ADVANCED: IndirectList and IndirectSet can be configured not to instantiate the list from the database when you add and remove from them.
shouldUseLazyInstantiationForIndirectCollection() - Method in class org.eclipse.persistence.mappings.CollectionMapping
ADVANCED: This method should only be called after this mapping's indirection policy has been set IndirectList and IndirectSet can be configured not to instantiate the list from the database when you add and remove from them.
shouldUseListOrderFieldTableExpression() - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Indicates whether getListOrderFieldExpression method should create field expression based on table expression.
shouldUseListOrderFieldTableExpression() - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Indicates whether getListOrderFieldExpression method should create field expression on table expression.
shouldUseListOrderFieldTableExpression() - Method in class org.eclipse.persistence.mappings.ManyToManyMapping
INTERNAL: Indicates whether getListOrderFieldExpression method should create field expression on table expression.
shouldUseLocalTime() - Method in class org.eclipse.persistence.history.HistoryPolicy
Answers if the Timestamp used in maintaining history should be System.currentTimeMillis();
shouldUseLocatorForLOBWrite() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
PUBLIC: Return if the locator is required for the LOB write.
shouldUseNativeSequencing() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use a sequence table or native sequencing to generate unique object IDs.
shouldUseNativeSQL() - 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.
shouldUseNoIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using NoIdentityMap
shouldUseOptimization() - Method in class org.eclipse.persistence.internal.sessions.SimpleResultSetRecord
 
shouldUseOuterJoin() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
shouldUseOuterJoinForMultitableInheritance() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
shouldUseOuterJoins() - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
shouldUseOuterJoins() - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
 
shouldUsePreallocation() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
INTERNAL: Indicates whether several sequencing values should be acquired at a time and be kept by TopLink.
shouldUsePreallocation() - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: Indicates whether several sequencing values should be acquired at a time and be kept by TopLink.
shouldUsePreallocation() - Method in class org.eclipse.persistence.sequencing.UUIDSequence
 
shouldUsePrivilegedAccess() - Static method in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper
This method checks to see if calls should be made to doPrivileged.
shouldUseRemoteCacheIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using CacheIdentityMap
shouldUseRemoteFullIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using FullIdentityMap
shouldUseRemoteHardCacheWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using HardCacheWeakIdentityMap
shouldUseRemoteNoIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using NoIdentityMap
shouldUseRemoteSoftCacheWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using SoftCacheWeakIdentityMap
shouldUseRemoteSoftIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using SoftIdentityMap
shouldUseRemoteWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using WeakIdentityMap
shouldUseRownumFiltering() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
PUBLIC: Return if Oracle ROWNUM pagination should be used for FirstResult and MaxRows settings.
shouldUseSchemaValidation() - Static method in class org.eclipse.persistence.sessions.factories.SessionManager
PUBLIC: Return if schema validation will be used when parsing the 10g (10.1.3) sessions XML.
shouldUseSchemaValidation() - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectReader
PUBLIC: Return if schema validation will be used when parsing the deployment XML.
shouldUseSeparateConnection() - Method in interface org.eclipse.persistence.sequencing.SequencingControl
PUBLIC: Indicate whether separate connection(s) for sequencing could be used (by default it couldn't).
shouldUseSerializedObjectPolicy() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Indicates whether the query should use SerializedObjectPolicy if descriptor has it.
shouldUseSerializedObjectPolicy() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Indicates whether the query should use SerializedObjectPolicy if descriptor has it.
shouldUseSerializedObjectPolicyDefault - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
default value for shouldUseSerializedObjectPolicy
shouldUseSessionCacheInUnitOfWorkEarlyTransaction() - Method in class org.eclipse.persistence.descriptors.CachePolicy
INTERNAL: Return if the unit of work should use the session cache after an early transaction.
shouldUseSessionCacheInUnitOfWorkEarlyTransaction() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return if the unit of work should use the session cache after an early transaction.
shouldUseSharedCache() - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
 
shouldUseSharedEMF() - Method in class org.eclipse.persistence.descriptors.SchemaPerMultitenantPolicy
 
shouldUseSoftCacheWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using SoftCacheWeakIdentityMap.
shouldUseSoftIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using SoftIdentityMap
shouldUseStreamsForBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use streams to store large binary data.
shouldUseStringBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to bind large strings.
shouldUseTransaction() - Method in class org.eclipse.persistence.sequencing.DefaultSequence
INTERNAL: Indicates whether EclipseLink should internally call beginTransaction() before getGeneratedValue/Vector, and commitTransaction after.
shouldUseTransaction() - Method in class org.eclipse.persistence.sequencing.QuerySequence
PUBLIC:
shouldUseTransaction() - Method in class org.eclipse.persistence.sequencing.Sequence
INTERNAL: Indicates whether TopLink should internally call beginTransaction() before getGeneratedValue/Vector, and commitTransaction after.
shouldUseTransaction() - Method in class org.eclipse.persistence.sequencing.StandardSequence
 
shouldUseTransaction() - Method in class org.eclipse.persistence.sequencing.UUIDSequence
 
shouldUseUnwrappedConnection() - Method in class org.eclipse.persistence.internal.databaseaccess.BindCallCustomParameter
Return if unwrapped connection should be used.
shouldUseUpperCaseForIgnoreCase - Static variable in class org.eclipse.persistence.expressions.Expression
Use the upper() function for case insensitive expression operations (default).
shouldUseWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if this descriptor is using WeakIdentityMap
shouldUseWrapperPolicy() - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: The wrapper policy can be enabled on a query.
shouldValidateExample() - Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
PUBLIC: Returns true if the example object used with this policy should be validated for attributes with unsupported mappings.
shouldValidateExistence() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Return the default to determine if does-exist should be performed on persist.
shouldValidateExistence() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Return the default to determine if does-exist should be performed on persist.
shouldValidateExistence() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
Return the default to determine if does-exist should be performed on persist.
shouldValidateUpdateCallCacheUse() - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: Return true if additional validation should be performed before the query uses the update call cache, false otherwise.
shouldVerifyDelete() - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
PUBLIC: Verify delete is used during delete and update outside of a unit of work only.
shouldVerifyDelete() - Method in class org.eclipse.persistence.mappings.OneToOneMapping
PUBLIC: Verify delete is used during delete and update outside of a unit of work only.
shouldWarnOnUnmappedElement() - Method in class org.eclipse.persistence.internal.oxm.Unmarshaller
 
shouldWarnOnUnmappedElement() - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
INTERNAL: Returns true if a warning exception should be generated when an unmapped element is encountered.
shouldWeaveChangeTracking() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
shouldWeaveFetchGroups() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
shouldWeaveInternal() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
shouldWeaveREST() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
shouldWeaveValueHolders() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
shouldWrapObject(Object, String, String, String, boolean) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL:
shouldWriteInto(Object, Object) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Return true if the cached object data should be written in clone.
shouldWriteToDatabase() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
PUBLIC: Return true if this SchemaManager should write to the database directly
shutdown() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: perform any require shutdown tasks.
shutdown() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: perform any require shutdown tasks.
shutdown() - Method in interface org.eclipse.persistence.sessions.coordination.CommandManager
PUBLIC: Shut down the remote command manager.
shutdown() - Method in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
PUBLIC: Shut down the remote command manager.
shutDown() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: Disconnect all connections.
shutDown() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
INTERNAL: This mehtod is a no-op for external pools.
sign(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Sign - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
sign() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
SIGNAL_ATTEMPTED_BEFORE_WAIT - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
signalAttemptedBeforeWait() - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
SIMPLE_REGEX_MOD - Static variable in class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin
 
SIMPLE_TYPE - Static variable in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
 
simpleAddChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
Add a change set after it has been applied.
simpleAddChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Add a change set after it has been applied.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
ADVANCED: This method is used to add an object to a collection once the changeSet is applied.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: This method is used to add an object to a collection once the changeSet is applied.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
ADVANCED: This method is used to have an object add to a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleAddToCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
ADVANCED: This method is used to add an object to a collection once the changeSet is applied.
simpleAggregate(int, String, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an operator for a simple aggregate given a Java name and a single String for the database (parentheses will be added automatically).
SimpleAppendCallCustomParameter - Class in org.eclipse.persistence.internal.databaseaccess
INTERNAL:
SimpleAppendCallCustomParameter(String) - Constructor for class org.eclipse.persistence.internal.databaseaccess.SimpleAppendCallCustomParameter
 
simpleArithmeticExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
SimpleArithmeticExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a simple arithmetic expression.
SimpleArithmeticExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleArithmeticExpressionBNF
Creates a new SimpleArithmeticExpressionBNF.
simpleCaseExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
SimpleCaseExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a simple case expression.
SimpleCaseExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleCaseExpressionBNF
Creates a new SimpleCaseExpressionBNF.
SimpleComponent - Class in org.eclipse.persistence.internal.oxm.schema.model
 
SimpleComponent() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.SimpleComponent
 
simpleConditionalExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
SimpleConditionalExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a simple conditional expression.
SimpleConditionalExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleConditionalExpressionBNF
Creates a new SimpleCondExpressionBNF.
SimpleConditionalExpressionNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
SimpleConditionalExpressionNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.SimpleConditionalExpressionNode
SimpleConditionalExpressionNode constructor comment.
simpleConditionalExpressionRemainder(Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
SimpleContent - Class in org.eclipse.persistence.internal.oxm.schema.model
 
SimpleContent() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.SimpleContent
 
SimpleDatabaseType - Interface in org.eclipse.persistence.internal.helper
PUBLIC: Marker interface for Simple Database types (e.g.
SimpleDerivation - Interface in org.eclipse.persistence.internal.oxm.schema.model
 
SimpleEntityExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a simple entity expression.
SimpleEntityExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityExpressionBNF
Creates a new SimpleEntityExpressionBNF.
SimpleEntityOrValueExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a simple entity or value expression.
SimpleEntityOrValueExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleEntityOrValueExpressionBNF
Creates a new SimpleEntityOrValueExpressionBNF.
simpleFromClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
SimpleFromClause - Class in org.eclipse.persistence.jpa.jpql.parser
The FROM clause of a query defines the domain of the query by declaring identification variables.
SimpleFromClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleFromClause
Creates a new SimpleFromClause.
SimpleFromClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The FROM clause of a sub-query defines the domain of the sub-query by declaring identification variables.
SimpleFromClauseStateObject(SimpleSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
Creates a new SimpleFromClauseStateObject.
simpleFunction(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an operator for a simple function given a Java name and a single String for the database (parentheses will be added automatically).
simpleFunction(int, String, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an operator for a simple function given a Java name and a single String for the database (parentheses will be added automatically).
SimpleFunctionCall - Class in org.eclipse.persistence.internal.sessions.remote
Purpose: RemoteFunctionCall's interface implementors that don't use remoteSessionController parameter in execute method may extend this class
SimpleFunctionCall() - Constructor for class org.eclipse.persistence.internal.sessions.remote.SimpleFunctionCall
 
simpleFunctionNoParentheses(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an operator for a simple function call without parentheses
SimpleHomogeneousList - Class in org.eclipse.persistence.jpa.rs.util.list
This class is used to wrap collection of homogeneous simple java type attributes, such as Strings, Integers, etc..., and MUST NOT be used to wrap collection of attributes with the type that is assignable from PersistenceWeavedRest.
SimpleHomogeneousList() - Constructor for class org.eclipse.persistence.jpa.rs.util.list.SimpleHomogeneousList
Instantiates a new simple list.
SimpleHomogeneousListMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the SimpleHomogeneousList class available to JPA-RS JAXB context.
SimpleHomogeneousListMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.SimpleHomogeneousListMetadataSource
 
simpleLogical(int, String, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an operator for a simple logical given a Java name and a single String for the database (parentheses will be added automatically).
simpleLogicalNoParens(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: e.g.: ...
simpleMath(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an operator for a simple math operatin, i.e.
simpleOrdering(int, String, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an operator for a simple ordering given a Java name and a single String for the database (parentheses will be added automatically).
SimplePLSQLTypeWrapper - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: a helper class that holds DatabaseType's.
SimplePLSQLTypeWrapper() - Constructor for class org.eclipse.persistence.internal.sessions.factories.SimplePLSQLTypeWrapper
 
SimplePLSQLTypeWrapper(DatabaseType) - Constructor for class org.eclipse.persistence.internal.sessions.factories.SimplePLSQLTypeWrapper
 
simpleRelation(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an operator for a simple relation given a Java name and a single String for the database (parentheses will be added automatically).
simpleRelation(int, String, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create an operator for a simple relation given a Java name and a single String for the database (parentheses will be added automatically).
simpleRemoveChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISCollectionChangeRecord
Remove a change set after it has been applied.
simpleRemoveChangeSet(Object) - Method in class org.eclipse.persistence.eis.EISOrderedCollectionChangeRecord
Remove a change set after it has been applied.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
ADVANCED: This method is used to remove an object from a collection once the changeSet is applied.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
ADVANCED: This method is used to remove an object from a collection once the changeSet is applied.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
ADVANCED: This method is used to have an object removed from a collection once the changeSet is applied The referenceKey parameter should only be used for direct Maps.
simpleRemoveFromCollectionChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
ADVANCED: This method is used to remove an object from a collection once the changeSet is applied.
SimpleResultSetRecord - Class in org.eclipse.persistence.internal.sessions
PERF: Record used by ObjectLevelReadQuery ResultSet optimization.
SimpleResultSetRecord(Vector, DatabaseField[], ResultSet, ResultSetMetaData, DatabaseAccessor, AbstractSession, DatabasePlatform, boolean) - Constructor for class org.eclipse.persistence.internal.sessions.SimpleResultSetRecord
 
SimpleResultVariableBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a result variable expression.
SimpleResultVariableBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleResultVariableBNF
Creates a new SimpleResultVariableBNF.
simpleSelectClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
simpleSelectClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
SimpleSelectClause - Class in org.eclipse.persistence.jpa.jpql.parser
The SELECT statement queries data from entities.
SimpleSelectClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClause
Creates a new SimpleSelectClause.
SimpleSelectClause_NotSingleExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SimpleSelectClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the simple select clause.
SimpleSelectClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectClauseBNF
Creates a new SimpleSelectClauseBNF.
SimpleSelectClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The SELECT statement queries data from entities.
SimpleSelectClauseStateObject(SimpleSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectClauseStateObject
Creates a new SubQuerySelectClauseStateObject.
simpleSelectExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
SimpleSelectExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a simple select expression.
SimpleSelectExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectExpressionBNF
Creates a new SimpleSelectExpressionBNF.
SimpleSelectStatement - Class in org.eclipse.persistence.jpa.jpql.parser
BNFL subquery ::= simple_select_clause subquery_from_clause [where_clause] [groupby_clause] [having_clause]
SimpleSelectStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatement
Creates a new SimpleSelectStatement.
SimpleSelectStatementFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This SimpleSelectStatementFactory creates a new SimpleSelectStatement when the portion of the query to parse starts with SELECT.
SimpleSelectStatementFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SimpleSelectStatementFactory
Creates a new SimpleSelectStatementFactory.
SimpleSelectStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This state object represents a subquery, which has at least a SELECT clause and a FROM clause.
SimpleSelectStatementStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
Creates a new SimpleSelectStatementStateObject.
SimpleStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject simply holds onto a string.
simpleThreeArgumentFunction(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
simpleTwoArgumentFunction(int, String) - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
SimpleType - Class in org.eclipse.persistence.internal.oxm.schema.model
 
SimpleType() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.SimpleType
 
simpleWhenClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
simpleXML - Variable in class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormatModel
 
SimpleXMLFormat - Class in org.eclipse.persistence.internal.xr.sxf
 
SimpleXMLFormat() - Constructor for class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormat
 
SimpleXMLFormatModel - Class in org.eclipse.persistence.internal.xr.sxf
 
SimpleXMLFormatModel() - Constructor for class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormatModel
 
SimpleXMLFormatProject - Class in org.eclipse.persistence.internal.xr.sxf
 
SimpleXMLFormatProject() - Constructor for class org.eclipse.persistence.internal.xr.sxf.SimpleXMLFormatProject
 
sin(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Sin - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
sin() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
SINGLE_QUOTE - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '''.
singleArgumentSubstringOperator() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Override the default SubstringSingleArg operator.
singleArgumentSubstringOperator() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
Override the default SubstringSingleArg operator.
singleArgumentSubstringOperator() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Override the default SubstringSingleArg operator.
SingleElementListIterable<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
A SingleElementListIterable returns a ListIterator that holds a single element and returns it with the first call to ListIterator.next(), at which point it will return false to any subsequent call to ListIterator.hasNext().
SingleElementListIterable(E) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SingleElementListIterable
Construct a list iterable that contains only the specified element.
SingleElementListIterator<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterator
A SingleElementListIterator holds a single element and returns it with the first call to SingleElementListIterator.next(), at which point it will return false to any subsequent call to SingleElementListIterator.hasNext().
SingleElementListIterator(E) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
Creates a new SingleElementListIterator that returns only the specified element.
SingleResultQuery - Interface in org.eclipse.persistence.jpa.rs.util.list
Marker interface for queries returning single results.
SingleResultQueryList - Class in org.eclipse.persistence.jpa.rs.util.list
This class is used to wrap collection of attributes returned by the single-result JPA report query.
SingleResultQueryList() - Constructor for class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryList
Instantiates a new query result list item.
SingleResultQueryListMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the SingleResultQueryList class available to JPA-RS JAXB context.
SingleResultQueryListMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.SingleResultQueryListMetadataSource
 
SingleResultQueryResource - Class in org.eclipse.persistence.jpa.rs.resources
Single result query resource.
SingleResultQueryResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.SingleResultQueryResource
 
SingleResultQueryResource - Class in org.eclipse.persistence.jpa.rs.resources.unversioned
Deprecated.
SingleResultQueryResource() - Constructor for class org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource
Deprecated.
 
SingleResultQueryResult - Class in org.eclipse.persistence.jpa.rs.util.list
The result of single result query.
SingleResultQueryResult() - Constructor for class org.eclipse.persistence.jpa.rs.util.list.SingleResultQueryResult
Creates a new SingleResultQueryResult.
SingleResultQueryResultMetadataSource - Class in org.eclipse.persistence.jpa.rs.util.metadatasources
Makes the SingleResultQueryResult class available to JPA-RS JAXB context.
SingleResultQueryResultMetadataSource() - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.SingleResultQueryResultMetadataSource
Creates a new SingleResultQueryResultMetadataSource.
SingleTableMultitenantPolicy - Class in org.eclipse.persistence.descriptors
A single table "striped" multitenant policy.
SingleTableMultitenantPolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
 
SingleValuedObjectPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a simple valued object path expression.
SingleValuedObjectPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SingleValuedObjectPathExpressionBNF
Creates a new SingleValuedObjectPathExpressionBNF.
singleValuedPathExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
SingleValuedPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a single valued path expression.
SingleValuedPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SingleValuedPathExpressionBNF
Creates a new SingleValuedPathExpressionBNF.
SingularAttributeImpl<X,T> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the SingularAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
SingularAttributeProxyImpl<X,T> - Class in org.eclipse.persistence.internal.jpa.metamodel.proxy
 
SingularAttributeProxyImpl() - Constructor for class org.eclipse.persistence.internal.jpa.metamodel.proxy.SingularAttributeProxyImpl
 
sinh(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Sinh - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
sinh() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
size() - Method in class org.eclipse.persistence.eis.EISMappedRecord
Forward the request to the record.
size(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: A logical expression for the size of collection attributeName.
size(Class) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: A logical expression for the size of collection expression.
size() - Method in class org.eclipse.persistence.indirection.IndirectList
 
size() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
size() - Method in class org.eclipse.persistence.indirection.IndirectSet
 
size() - Method in class org.eclipse.persistence.internal.expressions.TableAliasLookup
size method comment.
size() - Method in class org.eclipse.persistence.internal.helper.IdentityHashSet
 
size() - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
 
size() - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
Returns the number of contents in this list.
size() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
size() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
size() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
size() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
size() - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
SIZE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
SIZE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
size() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
SIZE - Static variable in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
 
size(C) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that tests the size of a collection.
size(Expression<C>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that tests the size of a collection.
size() - Method in class org.eclipse.persistence.internal.oxm.record.MarshalRecord.CycleDetectionStack
 
size() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Return the number of field/value pairs in the row.
size() - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
PUBLIC: Return the number of field/value pairs in the row.
size() - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
SIZE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SIZE'.
size() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Returns the number of TextEdit objects that have been added.
size(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression SIZE(collection_valued_path_expression).
size(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression SIZE(collection_valued_path_expression).
size(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression SIZE(collection_valued_path_expression).
size() - Method in interface org.eclipse.persistence.jpa.jpql.tools.RefactoringDelta
Returns the number of TextEdit objects that have been added.
size() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
Return the number of elements in the DOM.
size() - Method in class org.eclipse.persistence.queries.Cursor
PUBLIC: Retrieve the size of the open cursor by executing a count on the same query as the cursor.
size() - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Return the number of name/value pairs in the result.
size() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
size() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
 
size() - Method in class org.eclipse.persistence.sdo.SDOSequence
 
SIZE_MISMATCH_OF_FOREIGN_KEYS - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
SIZE_ONLY_SUPPORTED_ON_EXPRESSION_QUERIES - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
SizeExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The SIZE function returns an integer value, the number of elements of the collection.
SizeExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SizeExpression
Creates a new SizeExpression.
SizeExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SizeExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SizeExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SizeExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SizeExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This SizeExpressionFactory creates a new SizeExpression when the portion of the query to parse starts with SIZE.
SizeExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SizeExpressionFactory
Creates a new SizeExpressionFactory.
SizeExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The SIZE function returns an integer value, the number of elements of the collection.
SizeExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
Creates a new SizeExpressionStateObject.
SizeExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
Creates a new SizeExpressionStateObject.
SizeExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SizeExpressionStateObject
Creates a new SizeExpressionStateObject.
SizeFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
 
SizeFacet(int, int) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.SizeFacet
 
sizeFor(Object) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Return the size of container.
sizeFor(Object) - Method in class org.eclipse.persistence.internal.queries.CollectionContainerPolicy
INTERNAL: Return the size of container.
sizeFor(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return the size of container.
sizeFor(Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Return the size of container.
sizeFor(Object) - Method in class org.eclipse.persistence.queries.CursorPolicy
INTERNAL: Return the size of container.
sizeMismatchOfForeignKeys(ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
SizeNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
SizeNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.SizeNode
Return a new SizeNode.
sizeOnlySupportedOnExpressionQueries(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
skipLeadingWhitespace() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Removes the whitespace that starts the given text.
skippedEntity(String) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
 
skippedEntity(String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
skippedEntity(String) - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
skippedEntity(String) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
skippedEntity(String) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
skippedEntity(String) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
skippedEntity(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
 
skippedEntity(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
skippedEntity(String) - Method in class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
skippedEntity(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
skippedEntity(String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
skippedEntity(String) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
SkippedEntityEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the skippedEntity event
SkippedEntityEvent(String) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.SkippedEntityEvent
 
SLASH_CHAR - Static variable in class org.eclipse.persistence.internal.xr.Util
 
SnapshotCloneIterable<E> - Class in org.eclipse.persistence.jpa.jpql.tools.utility.iterable
A SnapshotCloneIterable returns an iterator on a "snapshot" of a collection, allowing for concurrent access to the original collection.
SnapshotCloneIterable(Iterator<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable
Construct a "snapshot" iterable for the specified iterator.
SnapshotCloneIterable(Iterator<? extends E>, CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable
Construct a "snapshot" iterable for the specified iterator.
SnapshotCloneIterable(Collection<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable
Construct a "snapshot" iterable for the specified collection.
SnapshotCloneIterable(Collection<? extends E>, CloneIterator.Remover<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable
Construct a "snapshot" iterable for the specified collection.
SnapshotCloneListIterable<E> - Class in org.eclipse.persistence.jpa.jpql.utility.iterable
A SnapshotCloneListIterable returns a list iterator on a "snapshot" of a list, allowing for concurrent access to the original list.
SnapshotCloneListIterable(List<? extends E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable
Construct a "snapshot" list iterable for the specified list.
SnapshotCloneListIterable(List<? extends E>, CloneListIterator.Mutator<E>) - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable
Construct a "snapshot" list iterable for the specified list.
SOAP_RESPONSE_CLASSNAME_SLASHES - Static variable in class org.eclipse.persistence.internal.dbws.SOAPResponseClassLoader
 
SOAPAttachmentHandler - Class in org.eclipse.persistence.internal.dbws
INTERNAL: implementation of EclipseLink XMLAttachmentMarshaller implementation handles binary attachments
SOAPAttachmentHandler() - Constructor for class org.eclipse.persistence.internal.dbws.SOAPAttachmentHandler
 
SOAPResponse - Class in org.eclipse.persistence.internal.dbws
INTERNAL: Helper class holds the value returned for a DBWS Operation Parent class for all DBWS Operations' code-generated Response sub-classes; the contained result field is mapped as appropriate for each code-generated Response sub-class in SOAPResponseWriter
SOAPResponse() - Constructor for class org.eclipse.persistence.internal.dbws.SOAPResponse
 
SOAPResponseClassLoader - Class in org.eclipse.persistence.internal.dbws
INTERNAL: A subclass of ClassLoader that exposes a build method to the hidden private ClassLoader.defineClass(byte[], int, int) method.
SOAPResponseClassLoader(ClassLoader) - Constructor for class org.eclipse.persistence.internal.dbws.SOAPResponseClassLoader
 
SOAPResponseWriter - Class in org.eclipse.persistence.internal.dbws
 
SOAPResponseWriter(DBWSAdapter) - Constructor for class org.eclipse.persistence.internal.dbws.SOAPResponseWriter
 
Soft - Static variable in class org.eclipse.persistence.config.CacheType
A Soft cache holds all objects read by the application, but allows any un-referenced objects to be free to garbage collection only when the JVM decides memory is low.
SoftCacheKey - Class in org.eclipse.persistence.internal.identitymaps
Purpose: Container class for storing objects in an IdentityMap.
SoftCacheKey(Object, Object, Object, long, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.SoftCacheKey
Initialize the newly allocated instance of this class.
SoftCacheWeakIdentityMap - Class in org.eclipse.persistence.internal.identitymaps
Purpose: A SoftCacheWeakIdentityMap is identical to the WeakIdentityMap, however the weak reference can be a performance problem for some types of apps because it can cause too much garbage collection of objects read causing them to be re-read and re-built (this defeats the purpose of the cache).
SoftCacheWeakIdentityMap(int, ClassDescriptor, AbstractSession, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.SoftCacheWeakIdentityMap
 
SoftCacheWeakIdentityMap_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
SoftIdentityMap - Class in org.eclipse.persistence.internal.identitymaps
Purpose: A SoftIdentityMap holds all objects referenced by the application.
SoftIdentityMap(int, ClassDescriptor, AbstractSession, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.SoftIdentityMap
 
SoftIdentityMap_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
SoftWeak - Static variable in class org.eclipse.persistence.config.CacheType
A SoftWeak cache holds all objects in use by the application, and a fixed size sub-cache of MRU objects using Soft references.
some(byte[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that is used with a comparison expression.
some(char[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
some(double[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
some(float[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
some(int[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
some(long[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
some(Object[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
some(short[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
some(boolean[]) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
some(Vector) - Method in class org.eclipse.persistence.expressions.Expression
Deprecated.
since 2.4 replaced by some(List)
some(List) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that checks if the receivers value is contained in the collection.
some(Expression) - Method in class org.eclipse.persistence.expressions.Expression
 
some(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
 
Some - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
some() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the SOME operator.
SOME - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
SOME - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
some(Subquery<Y>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a predicate corresponding to a some expression over the subquery results.
SOME - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SOME'.
some(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
some(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
some(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
SomeNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
SomeNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.SomeNode
Return a new SomeNode.
SOP_OBJECT_DESERIALIZE_FAILED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
SOP_OBJECT_IS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
SOP_OBJECT_WRONG_PK - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
SOP_OBJECT_WRONG_VERSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
sopObjectDeserializeFailed(DatabaseQuery, DatabaseField, AbstractRecord, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
sopObjectIsNotFound(DatabaseQuery, DatabaseField, AbstractRecord) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
sopObjectWrongPk(DatabaseQuery, Object, DatabaseField, AbstractRecord) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
sopObjectWrongVersion(DatabaseQuery, Object, DatabaseField, AbstractRecord) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
sort(Comparator<? super E>) - Method in class org.eclipse.persistence.indirection.IndirectList
Sort content of this instance according to the order induced by provided comparator.
sort(Comparator<? super E>) - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectList
 
SortableKey(DatabaseMapping, int) - Constructor for class org.eclipse.persistence.jpa.rs.util.IdHelper.SortableKey
 
SortDirectionNode - Class in org.eclipse.persistence.internal.jpa.parsing
 
SortDirectionNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.SortDirectionNode
 
SortedCollectionContainerPolicy - Class in org.eclipse.persistence.internal.queries
Purpose: A SortedCollectionContainerPolicy is ContainerPolicy whose container class implements the SortedInterface interface.
SortedCollectionContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
INTERNAL: Construct a new policy.
SortedCollectionContainerPolicy(Class) - Constructor for class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
INTERNAL: Construct a new policy for the specified class.
SortedCollectionContainerPolicy(String) - Constructor for class org.eclipse.persistence.internal.queries.SortedCollectionContainerPolicy
INTERNAL: Construct a new policy for the specified class name.
SortedSet_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
Soundex - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
soundex() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
SOURCE - Variable in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
SOURCE_FK_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
SOURCE_PK_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
SPACE - Static variable in class org.eclipse.persistence.internal.helper.Helper
formatting strings for indenting
SPACE - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
Space.
SPACE - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for ' '.
SpatialExpressionFactory - Class in org.eclipse.persistence.expressions.spatial
This class is used to construct expressions that use Oracle Spatial operators
SpatialExpressionFactory() - Constructor for class org.eclipse.persistence.expressions.spatial.SpatialExpressionFactory
 
SpatialExpressionOperators - Class in org.eclipse.persistence.internal.expressions
INTERNAL: This class produces a number of ExpressionOperators for spatial classes The static methods in this class are used by Oracle9Platform to initialize these operators.
SpatialExpressionOperators() - Constructor for class org.eclipse.persistence.internal.expressions.SpatialExpressionOperators
 
SpatialParameters - Class in org.eclipse.persistence.expressions.spatial
PUBLIC: A utility class used to set parameters on spatial operators within TopLink's expression framework.
SpatialParameters() - Constructor for class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
SpatialParameters(String) - Constructor for class org.eclipse.persistence.expressions.spatial.SpatialParameters
 
SpatialParameters.Mask - Enum in org.eclipse.persistence.expressions.spatial
 
SpatialParameters.QueryType - Enum in org.eclipse.persistence.expressions.spatial
 
SpatialParameters.Units - Enum in org.eclipse.persistence.expressions.spatial
 
specialOperations - Variable in class org.eclipse.persistence.queries.QueryByExamplePolicy
 
SPECIFICATION_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Notifies the specification property has changed.
SPECIFIED_PARTIAL_ATTRIBUTE_DOES_NOT_EXIST - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
specifiedLockingFieldsNotFoundInDatabase(String) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
specifiedPartialAttributeDoesNotExist(DatabaseQuery, String, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
spliterator() - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectList
 
spliterator() - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectSet
 
splitProperties(Map, Collection[]) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
Source Map is divided between Map[] in target.
splitSpecifiedProperties(Map, Collection) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider
target is a array of two Maps the first one contains specified properties; the second all the rest.
sql(String, List) - Method in class org.eclipse.persistence.expressions.Expression
ADVANCED: Parse the SQL for parameter and return a custom function expression using a custom operator that will print itself as the SQL.
SQL - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant 'SQL', which is an EclipseLink specific identifier that was added in version 2.4.
SQL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
SQL_CAST - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jdbc.sql-cast" property specifies if platform specific CAST SQL operations should be used.
SQL_DATE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
SQL_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
SQL_STATEMENT_NOT_SET_PROPERLY - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
SQL_TIME - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
SQL_TIMESTAMP - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
SQLAnywhere - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
SQLAnywherePlatform - Class in org.eclipse.persistence.platform.database
Provides SQL Anywhere specific behaviour.
SQLAnywherePlatform() - Constructor for class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
SQLCall - Class in org.eclipse.persistence.queries
Purpose: Used as an abstraction of an SQL call.
SQLCall() - Constructor for class org.eclipse.persistence.queries.SQLCall
PUBLIC: Create a new SQL call.
SQLCall(String) - Constructor for class org.eclipse.persistence.queries.SQLCall
PUBLIC: Create a new SQL call.
SQLDATE - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
SQLDATE - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
sqlDateFromUtilDate(Date) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a sql.Date from a timestamp.
SQLDeleteAllStatement - Class in org.eclipse.persistence.internal.expressions
Purpose: Print DELETE statement with non trivial WHERE clause
SQLDeleteAllStatement() - Constructor for class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatement
 
SQLDeleteAllStatementForTempTable - Class in org.eclipse.persistence.internal.expressions
 
SQLDeleteAllStatementForTempTable() - Constructor for class org.eclipse.persistence.internal.expressions.SQLDeleteAllStatementForTempTable
 
SQLDeleteStatement - Class in org.eclipse.persistence.internal.expressions
Purpose: Print DELETE statement.
SQLDeleteStatement() - Constructor for class org.eclipse.persistence.internal.expressions.SQLDeleteStatement
 
sqlException(SQLException) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
sqlException(SQLException, boolean) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
sqlException(SQLException, AbstractSession, boolean) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
sqlException(SQLException, Accessor, AbstractSession, boolean) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
sqlException(SQLException, Call, Accessor, AbstractSession, boolean) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
SqlGeneration - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
SQLInsertStatement - Class in org.eclipse.persistence.internal.expressions
Purpose: Print INSERT statement.
SQLInsertStatement() - Constructor for class org.eclipse.persistence.internal.expressions.SQLInsertStatement
 
SQLModifyAllStatementForTempTable - Class in org.eclipse.persistence.internal.expressions
 
SQLModifyAllStatementForTempTable() - Constructor for class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
 
SQLModifyStatement - Class in org.eclipse.persistence.internal.expressions
Purpose: Mirror SQL behavior.
SQLModifyStatement() - Constructor for class org.eclipse.persistence.internal.expressions.SQLModifyStatement
 
SqlPrepare - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
SQLQueryHandler - Class in org.eclipse.persistence.internal.xr
INTERNAL: JPQLQueryHandler sets the JPQL string in the given DatabaseQuery
SQLQueryHandler() - Constructor for class org.eclipse.persistence.internal.xr.SQLQueryHandler
 
SQLResult - Class in org.eclipse.persistence.queries
Purpose: An abstract superclass that represents the commonalities between the main result types of the SQLResultSetMapping
SQLResult() - Constructor for class org.eclipse.persistence.queries.SQLResult
 
SqlResultSetMapping - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
SQLResultSetMapping - Class in org.eclipse.persistence.queries
Purpose: Concrete class to represent the SQLResultSetMapping structure as defined by the EJB 3.0 Persistence specification.
SQLResultSetMapping(Class) - Constructor for class org.eclipse.persistence.queries.SQLResultSetMapping
Defaulting constructor.
SQLResultSetMapping(String) - Constructor for class org.eclipse.persistence.queries.SQLResultSetMapping
 
SqlResultSetMappingImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
SqlResultSetMappingImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.SqlResultSetMappingImpl
 
SQLResultSetMappingMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto an sql result mapping metadata.
SQLResultSetMappingMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL: Used for XML loading.
SQLResultSetMappingMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL: Used for annotation loading.
SQLResultSetMappingMetadata(MetadataClass, MetadataAccessibleObject, MetadataProject, Object) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.SQLResultSetMappingMetadata
INTERNAL: Used for result class processing.
SQLSelectStatement - Class in org.eclipse.persistence.internal.expressions
Purpose: Print SELECT statement.
SQLSelectStatement() - Constructor for class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
SQLServer - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
SQLServerPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides SQL Server specific behavior.
SQLServerPlatform() - Constructor for class org.eclipse.persistence.platform.database.SQLServerPlatform
 
SQLStatement - Class in org.eclipse.persistence.internal.expressions
Purpose: Mirror SQL behavior.
SQLStatement() - Constructor for class org.eclipse.persistence.internal.expressions.SQLStatement
 
sqlStatementNotSetProperly(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
sqlToXmlName(String) - Static method in class org.eclipse.persistence.internal.xr.Util
Convert a SQL name to a valid XML name.
sqlType - Variable in class org.eclipse.persistence.internal.helper.DatabaseField
Respective JDBC type of the field's value.
SQLUpdateAllStatement - Class in org.eclipse.persistence.internal.expressions
 
SQLUpdateAllStatement() - Constructor for class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
SQLUpdateAllStatementForOracleAnonymousBlock - Class in org.eclipse.persistence.internal.expressions
 
SQLUpdateAllStatementForOracleAnonymousBlock() - Constructor for class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
 
SQLUpdateAllStatementForTempTable - Class in org.eclipse.persistence.internal.expressions
 
SQLUpdateAllStatementForTempTable() - Constructor for class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForTempTable
 
SQLUpdateStatement - Class in org.eclipse.persistence.internal.expressions
Purpose: Print UPDATE statement.
SQLUpdateStatement() - Constructor for class org.eclipse.persistence.internal.expressions.SQLUpdateStatement
 
sqrt(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Sqrt - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
sqrt() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
SQRT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
SQRT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
sqrt() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
sqrt(Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the square root of its argument.
SQRT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SQRT'.
sqrt(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression SQRT(x).
sqrt(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression SQRT(x).
sqrt(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression SQRT(x).
SqrtExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The SQRT function takes a numeric argument and returns a double.
SqrtExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SqrtExpression
Creates a new SqrtExpression.
SqrtExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SqrtExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SqrtExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SqrtExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SqrtExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SqrtExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This SqrtExpressionFactory creates a new SqrtExpression when the portion of the query to parse starts with SQRT.
SqrtExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SqrtExpressionFactory
Creates a new SqrtExpressionFactory.
SqrtExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The SQRT function takes a numeric argument and returns a Double.
SqrtExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
Creates a new SqrtExpressionStateObject.
SqrtExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
Creates a new SqrtExpressionStateObject.
SqrtExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SqrtExpressionStateObject
Creates a new SqrtExpressionStateObject.
SqrtNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
SqrtNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.SqrtNode
Return a new SqrtNode
StackUnmarshalNamespaceResolver - Class in org.eclipse.persistence.internal.oxm.record.namespaces
This is a complete UnmarshalNamespaceResolver implementation.
StackUnmarshalNamespaceResolver() - Constructor for class org.eclipse.persistence.internal.oxm.record.namespaces.StackUnmarshalNamespaceResolver
 
Standard - Static variable in class org.eclipse.persistence.config.TunerType
 
standardDeviation() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This represents the aggregate function StandardDeviation.
StandardDeviation - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
standardDeviation() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
StandardSequence - Class in org.eclipse.persistence.sequencing
Purpose: An abstract class providing default sequence behavior.
StandardSequence() - Constructor for class org.eclipse.persistence.sequencing.StandardSequence
 
StandardSequence(String) - Constructor for class org.eclipse.persistence.sequencing.StandardSequence
 
StandardSequence(String, int) - Constructor for class org.eclipse.persistence.sequencing.StandardSequence
 
StandardSequence(String, int, int) - Constructor for class org.eclipse.persistence.sequencing.StandardSequence
 
StandardTuner - Class in org.eclipse.persistence.tools.tuning
Default tuner.
StandardTuner() - Constructor for class org.eclipse.persistence.tools.tuning.StandardTuner
 
start() - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeave
Invoke StaticWeaveProcessor to perform weaving.
START_INDEX_OUT_OF_RANGE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
START_WITH - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'WHERE'.
startCDATA() - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
startCDATA() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
startCDATA() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
StartCDATAEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the startCDATA event
StartCDATAEvent() - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.StartCDATAEvent
 
startCollection() - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
startCollection() - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
 
startCollection() - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
startCollection() - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
 
startCollection() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
This method is used to inform the MarshalRecord that the element events it is about to receive are part of a collection.
startDiscovery() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
ADVANCED: Announce the local service and join the cluster
startDocument(ValidationEventHandler) - Method in class org.eclipse.persistence.internal.jaxb.IDResolverWrapper
 
startDocument() - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
 
startDocument() - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
startDocument() - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
startDocument(ErrorHandler) - Method in class org.eclipse.persistence.internal.oxm.IDResolver
Called when unmarshalling begins.
startDocument() - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
startDocument() - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
startDocument() - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
startDocument() - Method in class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
 
startDocument() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
startDocument() - Method in class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
startDocument(ValidationEventHandler) - Method in class org.eclipse.persistence.jaxb.IDResolver
Called when unmarshalling begins.
startDocument(ErrorHandler) - Method in class org.eclipse.persistence.jaxb.IDResolver
INTERNAL
startDocument() - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshallerHandler
Event that is called at the start of processing the document.
startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
INTERNAL:
startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
 
startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.JSONFormattedWriterRecord
 
startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL:
startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification that a document is being started.
startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL:
startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL:
startDocument() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL:
startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
startDocument() - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
 
startDocument(String, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
startDocument() - Method in class org.eclipse.persistence.oxm.XMLUnmarshallerHandler
 
startDocument() - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
startDocument() - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
StartDocumentEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the startDocument event
StartDocumentEvent() - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.StartDocumentEvent
 
startDTD(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
startDTD(String, String, String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
startDTD(String, String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
StartDTDEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the startDTD event
StartDTDEvent(String, String, String) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.StartDTDEvent
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
startElement(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.ChoiceUnmarshalContext
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.NodeValue
INTERNAL:
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.oxm.record.BinaryDataUnmarshalRecord
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
startElement(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectUnmarshalContext
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
startElement(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedUnmarshalContext
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
 
startElement(UnmarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalContext
An event indicating that startElement has been called on the unmarshalRecord.
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.oxm.SAXFragmentBuilder
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLAnyObjectMappingNodeValue
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryAttachmentHandler
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
 
startElement(XPathFragment, UnmarshalRecord, Attributes) - Method in class org.eclipse.persistence.internal.oxm.XMLVariableXPathMappingNodeValue
 
startElement(MarshalRecord, XPathFragment, Object, CoreAbstractSession, NamespaceResolver, ObjectBuilder, Object) - Method in class org.eclipse.persistence.internal.oxm.XPathNode
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
StartElementEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the startElement event
StartElementEvent(String, String, String, Attributes) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.StartElementEvent
 
startEntity(String) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
startEntity(String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
startEntity(String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
StartEntityEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the startEntity event
StartEntityEvent(String) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.StartEntityEvent
 
startIndexOutOfRange() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
startIterationOn(Object) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
This is the root method called to start the iteration.
startIterationOn(Object, AttributeGroup) - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
startListening() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
INTERNAL: This method puts us into the listening mode loop.
startOperationProfile(String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Start the operation timing.
startOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Start the operation timing.
startOperationProfile(String) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
Profile the operation.
startOperationProfile(String) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: Start the operation timing.
startOperationProfile(String, DatabaseQuery, int) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: Start the operation timing.
startOperationProfile(String) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
INTERNAL: Start the operation timing.
startOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
INTERNAL: Start the operation timing.
startOperationProfile(String) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
INTERNAL: Start the operation timing.
startOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
INTERNAL: Start the operation timing.
startOperationProfile(String) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
INTERNAL: Start the operation timing.
startOperationProfile(String, DatabaseQuery, int) - Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
INTERNAL: Start the operation timing.
startPosition(WordParser, String) - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.PersistenceContentHandler
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.xml.ORMContentHandler
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.internal.oxm.FragmentContentHandler
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
 
startPrefixMapping(String, String) - Method in interface org.eclipse.persistence.internal.oxm.record.MarshalRecord
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
INTERNAL:
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
Receive notification that a namespace has been declared.
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
startPrefixMapping(String, String) - Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
 
StartPrefixMappingEvent - Class in org.eclipse.persistence.internal.oxm.record.deferred
Purpose: Class to represent the startPrefixMapping event
StartPrefixMappingEvent(String, String) - Constructor for class org.eclipse.persistence.internal.oxm.record.deferred.StartPrefixMappingEvent
 
startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
 
startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.JSONWriterRecord
INTERNAL: override so we don't iterate over namespaces when startPrefixMapping doesn't do anything
startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.NodeRecord
INTERNAL: override so we don't iterate over namespaces when startPrefixMapping doesn't do anything
startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL: override so we don't iterate over namespaces when startPrefixMapping doesn't do anything
startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL: override so we don't iterate over namespaces when startPrefixMapping doesn't do anything
startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
startPrefixMappings(NamespaceResolver) - Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
startsWith(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the text starts with the given character.
startsWith(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Tests whether the query starts with the specified prefix from the current position.
startsWith(CharSequence, int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Tests whether the substring of the query beginning at the specified index starts with the specified prefix.
startsWithArithmeticOperator() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the character at the current position is one of the arithmetic operators: { '+', '-', '*', '/' },
startsWithDigit() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines if the text starts with a digit (true), an arithmetic term (false) or anything else (null).
startsWithDot() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Determines whether the path starts with a dot or not.
startsWithIdentifier(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the text at the current position start with the following identifier.
startsWithIdentifier(CharSequence, int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the text at the current position start with the following identifier.
startsWithIgnoreCase(char) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Determines whether the text starts with the given character.
startsWithIgnoreCase(CharSequence) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Tests if the string starts with the specified prefix.
startsWithIgnoreCase(CharSequence, int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Tests if the string starts with the specified prefix.
startUnmappedElement(String, String, String, Attributes) - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
startUp() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: Allocate the minimum connections.
startUp() - Method in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
INTERNAL: Build the default connection.
StartWithClause - Class in org.eclipse.persistence.jpa.jpql.parser
A START WITH clause is optional and specifies the root row(s) of the hierarchy.
StartWithClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StartWithClause
Creates a new StartWithClause.
StartWithClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the START WITH clause.
StartWithClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseBNF
Creates a new StartWithClauseBNF.
StartWithClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This StartWithClauseFactory creates a new StartWithClause when the portion of the query to parse starts with START WITH.
StartWithClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StartWithClauseFactory
Creates a new StartWithClauseFactory.
startWithIgnoreCase(String, String) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Determines whether the given string starts with the given prefix and ignores the case.
STATE_ACTIVE - Static variable in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
 
STATE_CLOSED - Static variable in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
 
STATE_CLOSING - Static variable in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
 
STATE_DEPLOY_FAILED - Static variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
STATE_DEPLOYED - Static variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
STATE_HALF_DEPLOYED - Static variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
STATE_HALF_PREDEPLOYED_COMPOSITE_MEMBER - Static variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
STATE_INITIAL - Static variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSingleEncapsulatedExpressionStateObject
Notifies the encapsulated StateObject has changed.
STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Notifies the state object property has changed.
STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Notifies the state object property has changed.
STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Notifies the StateObject representing the state field path expression or the input parameter has changed.
STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.NotExpressionStateObject
Notifies the state object property has changed.
STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Notifies the state object property has changed.
STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.OrderByItemStateObject
Notifies the ordering property has changed.
STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Notifies the select state object property has changed.
STATE_OBJECTS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CoalesceExpressionStateObject
Notifies the content of the state object list has changed.
STATE_PREDEPLOY_FAILED - Static variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
STATE_PREDEPLOYED - Static variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
STATE_UNDEPLOYED - Static variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
stateFieldPathExpression() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
StateFieldPathExpression - Class in org.eclipse.persistence.jpa.jpql.parser
A single_valued_association_field is designated by the name of an association-field in a one-to-one or many-to-one relationship.
StateFieldPathExpression(AbstractExpression, AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
Creates a new StateFieldPathExpression.
StateFieldPathExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
Creates a new StateFieldPathExpression.
StateFieldPathExpression(AbstractExpression, AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpression
Creates a new StateFieldPathExpression.
StateFieldPathExpression_AssociationField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
StateFieldPathExpression_BasicField - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
StateFieldPathExpression_CollectionType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
StateFieldPathExpression_InvalidEnumConstant - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
StateFieldPathExpression_NoMapping - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
StateFieldPathExpression_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
StateFieldPathExpression_UnknownColumn - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
StateFieldPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a state field path expression.
StateFieldPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionBNF
Creates a new StateFieldPathExpressionBNF.
StateFieldPathExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This StateFieldPathExpressionFactory is meant to handle the parsing of a portion of the query when it's expected to be a state field path.
StateFieldPathExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StateFieldPathExpressionFactory
Creates a new StateFieldPathExpressionFactory.
StateFieldPathExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A single-valued association field is designated by the name of an association-field in a one-to-one or many-to-one relationship.
StateFieldPathExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
Creates a new StateFieldPathExpressionStateObject.
StateFieldPathExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.StateFieldPathExpressionStateObject
Creates a new StateFieldPathExpressionStateObject.
StateFieldResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to resolve the type of a state field, which is the leaf of the state field path expression.
StateFieldResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.StateFieldResolver
Creates a new StateFieldResolver.
STATEMENT_NOT_EXECUTED_IN_BATCH - Static variable in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
StatementExecute - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
StatementQueryMechanism - Class in org.eclipse.persistence.internal.queries
Purpose: Mechanism used for all statement objects.
StatementQueryMechanism() - Constructor for class org.eclipse.persistence.internal.queries.StatementQueryMechanism
 
StatementQueryMechanism(DatabaseQuery) - Constructor for class org.eclipse.persistence.internal.queries.StatementQueryMechanism
INTERNAL: Return a new mechanism for the query
StatementQueryMechanism(DatabaseQuery, SQLStatement) - Constructor for class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Return a new mechanism for the query
StateObject - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
A StateObject is an editable representation of a JPQL query.
StateObjectProblem - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
 
StateObjectProblemConstants - Interface in org.eclipse.persistence.jpa.jpql.tools.model
 
StateObjectVisitor - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
The visitor is used to traverse the StateObject hierarchy that represents a JPQL query.
StaticWeave - Class in org.eclipse.persistence.tools.weaving.jpa
Description: This is the static weave command line processing class that verifies command options and invokes StaticWeaveProcessor to statically weave the classes.
StaticWeave(String[]) - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeave
 
StaticWeaveAntTask - Class in org.eclipse.persistence.tools.weaving.jpa
Description: This is the static weave ant task definition class that verifies the value of specified attributes and invokes StaticWeaveProcessor to weave classes.
StaticWeaveAntTask() - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveAntTask
 
StaticWeaveClassTransformer - Class in org.eclipse.persistence.tools.weaving.jpa
Description: This class provides the implementation of class transformer by leveraging on the following existing APIs, PersistenceUnitProcessor.processORMetadata() - get class descriptor.
StaticWeaveClassTransformer(URL, ClassLoader) - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveClassTransformer
Constructs an instance of StaticWeaveClassTransformer.
StaticWeaveClassTransformer(URL, String, ClassLoader, Writer, int) - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveClassTransformer
Constructs an instance of StaticWeaveClassTransformer.
StaticWeaveDirectoryOutputHandler - Class in org.eclipse.persistence.internal.jpa.weaving
The class provides a set of methods to pack passed-in entries into the sepcified archive file.
StaticWeaveDirectoryOutputHandler(URL, URL) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveDirectoryOutputHandler
Construct an instance of StaticWeaveDirectoryOutputHandler.
StaticWeaveException - Exception in org.eclipse.persistence.exceptions
 
StaticWeaveException() - Constructor for exception org.eclipse.persistence.exceptions.StaticWeaveException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
StaticWeaveExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
 
StaticWeaveExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.StaticWeaveExceptionResource
 
StaticWeaveInfo - Class in org.eclipse.persistence.internal.jpa
 
StaticWeaveInfo(Writer, int) - Constructor for class org.eclipse.persistence.internal.jpa.StaticWeaveInfo
 
StaticWeaveJAROutputHandler - Class in org.eclipse.persistence.internal.jpa.weaving
The class provides a set of methods to pack passing in entries into the sepcified archive file.
StaticWeaveJAROutputHandler(JarOutputStream) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.StaticWeaveJAROutputHandler
Construct an instance of StaticWeaveJAROutputHandler
StaticWeaveProcessor - Class in org.eclipse.persistence.tools.weaving.jpa
Description: The StaticWeaveProcessor controls the static weaving process.
StaticWeaveProcessor(String, String) - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
Constructs an instance of StaticWeaveProcessor
StaticWeaveProcessor(File, File) - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
Constructs an instance of StaticWeaveProcessor
StaticWeaveProcessor(URL, URL) - Constructor for class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveProcessor
Constructs an instance of StaticWeaveProcessor
STATUS_ACTIVE - Static variable in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
Static constants
STATUS_COMMITTED - Static variable in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
STATUS_COMMITTING - Static variable in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
STATUS_MARKED_ROLLBACK - Static variable in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
STATUS_NO_TRANSACTION - Static variable in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
STATUS_PREPARED - Static variable in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
STATUS_PREPARING - Static variable in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
STATUS_ROLLEDBACK - Static variable in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
STATUS_ROLLING_BACK - Static variable in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
STATUS_UNKNOWN - Static variable in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
STAX_SOURCE_CLASS_NAME - Static variable in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
stop() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Stop the current application instance
STOP_INDEX_OUT_OF_RANGE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
stopDiscovery() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
ADVANCED: Stop accepting announcements from other services becoming available.
stopIndexOutOfRange() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
stopListening() - Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
INTERNAL: Signal this instance to stop listening.
storeBypassCache() - Method in class org.eclipse.persistence.queries.DatabaseQuery
ADVANCED: JPA flag used to control the behavior of the shared cache.
storeDatabaseCounts(Object, ContainerPolicy, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
This method will iterate over the collection and store the database counts for the objects within the collection, this is used for minimal updates.
storeDeferredModifyAllQuery(DatabaseQuery, AbstractRecord) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Store the deferred UpdateAllQuery's from the UoW in the list for execution.
storeDescriptorByQName(DESCRIPTOR, CorePlatform, Set<DESCRIPTOR>) - Method in class org.eclipse.persistence.internal.oxm.Context.ContextState
INTERNAL:
storeDescriptorsByQName(CoreSession) - Method in class org.eclipse.persistence.internal.oxm.Context.ContextState
 
StoredFunctionCall - Class in org.eclipse.persistence.queries
Purpose: Used to define a platform independent function call.
StoredFunctionCall() - Constructor for class org.eclipse.persistence.queries.StoredFunctionCall
 
StoredFunctionCall(int, String, Class) - Constructor for class org.eclipse.persistence.queries.StoredFunctionCall
 
StoredFunctionCall(int, String, Class, DatabaseField) - Constructor for class org.eclipse.persistence.queries.StoredFunctionCall
 
StoredFunctionCall(int, String, String) - Constructor for class org.eclipse.persistence.queries.StoredFunctionCall
 
StoredFunctionCall(int, String, String, DatabaseField) - Constructor for class org.eclipse.persistence.queries.StoredFunctionCall
 
StoredFunctionDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Allow a semi-generic way of creating store function.
StoredFunctionDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.StoredFunctionDefinition
 
StoredFunctionQueryHandler - Class in org.eclipse.persistence.internal.xr
INTERNAL: StoredFunctionQueryHandler sets up the StoredFunctionCall and its arguments in the given DatabaseQuery
StoredFunctionQueryHandler() - Constructor for class org.eclipse.persistence.internal.xr.StoredFunctionQueryHandler
 
STOREDPROCEDURE_STATEMENTS_COUNT_PROPERTY - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
 
StoredProcedureCall - Class in org.eclipse.persistence.queries
Purpose: Used to define a platform independent procedure call.
StoredProcedureCall() - Constructor for class org.eclipse.persistence.queries.StoredProcedureCall
 
StoredProcedureDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Allow a semi-generic way of creating stored procedures.
StoredProcedureDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.StoredProcedureDefinition
 
StoredProcedureGenerator - Class in org.eclipse.persistence.tools.schemaframework
Purpose: To generate StoredProcedures from EclipseLink Projects
StoredProcedureGenerator(SchemaManager) - Constructor for class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
 
StoredProcedureParameter - Annotation Type in org.eclipse.persistence.annotations
A StoredProcedureParameter annotation is used within a NamedStoredProcedureQuery annotation.
StoredProcedureParameter - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
StoredProcedureParameterImpl - Class in org.eclipse.persistence.internal.jpa.config.queries
JPA scripting API implementation.
StoredProcedureParameterImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.queries.StoredProcedureParameterImpl
 
StoredProcedureParameterMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.queries
INTERNAL: Object to hold onto a stored procedure parameter metadata.
StoredProcedureParameterMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for XML loading.
StoredProcedureParameterMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.queries.StoredProcedureParameterMetadata
INTERNAL: Used for annotation loading.
StoredProcedureQueryHandler - Class in org.eclipse.persistence.internal.xr
INTERNAL: StoredProcedureQueryHandler sets up the StoredProcedureCall and its arguments in the given DatabaseQuery
StoredProcedureQueryHandler() - Constructor for class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler
 
StoredProcedureQueryImpl - Class in org.eclipse.persistence.internal.jpa
Concrete JPA query class.
StoredProcedureQueryImpl(DatabaseQuery, EntityManagerImpl) - Constructor for class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Create an EJBQueryImpl with a DatabaseQuery.
StoredProcedureQueryImpl(String, EntityManagerImpl) - Constructor for class org.eclipse.persistence.internal.jpa.StoredProcedureQueryImpl
Create an EJBQueryImpl with either a query name or an jpql string.
storedProcedureStatementsCount - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Keep track of the number of the storedprocedure statement that being executed.
storeInCache() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
PUBLIC: Configure the version lock value to be stored in the cache.
storeInObject() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
PUBLIC: Configure the version lock value to be stored in the object.
storeModifyAllQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Store the ModifyAllQuery's from the UoW in the list.
storeProject(Project, Map, SessionLog) - Method in class org.eclipse.persistence.jpa.metadata.FileBasedProjectCache
 
storeProject(Project, Map, SessionLog) - Method in interface org.eclipse.persistence.jpa.metadata.ProjectCache
PUBLIC: This method is responsible for caching a project instance representing the application metadata.
storeXMLDescriptorByQName(XMLDescriptor) - Method in class org.eclipse.persistence.oxm.XMLContext
INTERNAL:
StrBuffer - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
StrBuffer() - Constructor for class org.eclipse.persistence.internal.oxm.StrBuffer
 
StrBuffer(int) - Constructor for class org.eclipse.persistence.internal.oxm.StrBuffer
 
stream() - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectList
 
stream() - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectSet
 
StreamingOutputMarshaller - Class in org.eclipse.persistence.jpa.rs.util
Simple StreamingOutput implementation that uses the provided JAXBContext to marshal the result when requested to either XML or JSON based on the accept media provided.
StreamingOutputMarshaller(PersistenceContext, Object, MediaType) - Constructor for class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
 
StreamingOutputMarshaller(PersistenceContext, Object, List<MediaType>, FieldsFilter) - Constructor for class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
This constructor is used for fields filtering.
StreamingOutputMarshaller(PersistenceContext, Object, List<MediaType>) - Constructor for class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
Creates a new StreamingOutputMarshaller.
STREAMS_FOR_BINDING_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
STRICT_TYPE_CHECKING_PROPERTY_NAME - Static variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
Property controls strictness of Type.getInstanceClass() type checking.
STRING - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
STRING - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
STRING - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
STRING - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
String - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
STRING - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
String - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
STRING - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
string(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates a new string literal.
string(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates a new string literal.
string(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates a new string literal.
STRING - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
STRING_BINDING_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
STRING_LITERAL_DOUBLE_QUOTED - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
STRING_LITERAL_DOUBLE_QUOTED - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
STRING_LITERAL_SINGLE_QUOTED - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
STRING_LITERAL_SINGLE_QUOTED - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
STRING_LOOKUP - Static variable in class org.eclipse.persistence.sessions.JNDIConnector
 
STRING_PRIMARY_STATE_OBJECT_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.ConcatExpressionStateObject
Notifies the content of the list of StateObject representing the string primaries has changed.
STRING_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
STRING_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
STRING_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Notifies the string state object property has changed.
StringExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a string expression.
StringExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringExpressionBNF
Creates a new StringExpressionBNF.
stringFromCalendar(Calendar, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
stringFromDataHandler(DataHandler, QName, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
stringFromDataHandler(Object, QName, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
stringFromDate(Date, QName) - Method in class org.eclipse.persistence.internal.oxm.XMLConversionManager
This method returns a string representing a given java.util.Date based on a given schema type QName.
stringFromImage(Image, QName, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
stringFromMultipart(MimeMultipart, QName, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
stringFromSource(Source, QName, CoreAbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
StringFunctionNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL NOTE CURRENTLY BEING USED
StringFunctionNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.StringFunctionNode
StringFunctionNode constructor comment.
StringHelper - Class in org.eclipse.persistence.internal.helper
INTERNAL:
StringHelper() - Constructor for class org.eclipse.persistence.internal.helper.StringHelper
 
stringifyId(Object, String, PersistenceContext) - Static method in class org.eclipse.persistence.jpa.rs.util.IdHelper
 
stringIsEmpty(CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Determines whether the specified string is null, empty, or contains only whitespace characters.
stringIsNotEmpty(CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Determines whether the specified string is NOT null, NOT empty, or contains at least one non-whitespace character.
StringLiteral - Class in org.eclipse.persistence.jpa.jpql.parser
A string literal is enclosed in single quotes.
StringLiteral(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
Creates a new StringLiteral.
StringLiteral_MissingClosingQuote - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
StringLiteralBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a string literal.
StringLiteralBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringLiteralBNF
Creates a new StringLiteralBNF.
StringLiteralFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This StringLiteralFactory is responsible to parse a sub-query starting with a single quote.
StringLiteralFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringLiteralFactory
Creates a new StringLiteralFactory.
StringLiteralNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
StringLiteralNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.StringLiteralNode
Return a new StringLiteralNode
StringLiteralNode(String) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.StringLiteralNode
Return a new StringLiteralNode with the internal string set to the passed value
StringLiteralStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A string literal is enclosed in single quotes.
StringLiteralStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
Creates a new StringLiteralStateObject.
StringLiteralStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.StringLiteralStateObject
Creates a new StringLiteralStateObject.
stringPrimary() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
StringPrimaryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a string primary expression.
StringPrimaryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.StringPrimaryBNF
Creates a new StringPrimaryBNF.
STRINGS - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
stringsAreDifferentIgnoreCase(CharSequence, CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Determines whether the two sequence of characters are different, with the appropriate null checks and the case is ignored.
stringsAreEqualIgnoreCase(CharSequence, CharSequence) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Determines whether the two sequence of characters are equal or equivalent, with the appropriate null checks and the case is ignored.
StringsWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.StringsWrapperImpl
 
stringType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link String}.
stringType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link String}.
stringType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for String.
StringWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.StringWrapperImpl
 
Struct - Annotation Type in org.eclipse.persistence.annotations
Struct types are extended object-relational data-types supported by some databases.
Struct - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
StructConverter - Annotation Type in org.eclipse.persistence.annotations
A StructConverter is a special type of converter that handles the conversion of a specific database Struct type.
StructConverter - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
StructConverter - Interface in org.eclipse.persistence.platform.database.converters
PUBLIC: A StuctConverter can be added to a DatabasePlatform It allows custom processing dealing java.sql.Struct types When added to the DatabasePlatform: 1.
StructConverterConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
 
StructConverterConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.StructConverterConfig
 
StructConverterImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
JPA scripting API implementation.
StructConverterImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.StructConverterImpl
 
StructConverterMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: Place holder for a StructConverter This class will allow a StructConverter to be added to a Session through annotations when defined with the StructConverter annotation.
StructConverterMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.StructConverterMetadata
INTERNAL: Used for XML loading.
StructConverterMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.StructConverterMetadata
INTERNAL: Used for annotation loading.
StructConverters - Annotation Type in org.eclipse.persistence.annotations
A StructConverters annotation allows the definition of multiple StructConverter.
StructConverterType - Class in org.eclipse.persistence.config
This class contains predefined StructConverter types.
StructConverterType() - Constructor for class org.eclipse.persistence.config.StructConverterType
 
StructImpl - Class in org.eclipse.persistence.internal.jpa.config.structures
JPA scripting API implementation.
StructImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.structures.StructImpl
 
StructMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.structures
Defines the metadata for the @Struct annotation for mapping ObjectRelationshipDataTypeDescriptor.
StructMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.structures.StructMetadata
INTERNAL: Used for XML loading.
StructMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.structures.StructMetadata
INTERNAL: Used for annotation loading.
Structure - Annotation Type in org.eclipse.persistence.annotations
Struct types are extended object-relational data-types supported by some databases.
Structure - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
STRUCTURE_NAME_NOT_SET_IN_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
StructureAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.structures
Defines a StructureMapping metadata.
StructureAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.structures.StructureAccessor
INTERNAL: Used for XML loading.
StructureAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.structures.StructureAccessor
INTERNAL: Used for annotation loading.
StructureImpl - Class in org.eclipse.persistence.internal.jpa.config.structures
JPA scripting API implementation.
StructureImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.structures.StructureImpl
 
StructureMapping - Class in org.eclipse.persistence.mappings.structures
Purpose: A structure is an object-relational user-defined data-type or object-type.
StructureMapping() - Constructor for class org.eclipse.persistence.mappings.structures.StructureMapping
Default constructor.
structureNameNotSetInMapping(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
sub(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
sub(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates an encapsulated expression: (expression).
sub(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
sub(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates an encapsulated expression: (expression).
sub(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
sub(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates an encapsulated expression: (expression).
SUB_SESSION_NOT_DEFINED_FOR_BROKER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
SUBCLASS_ATTEMPTED_TO_OVERRIDE_NAMESPACE_DECLARATION - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
SUBCLASS_CANNOT_HAVE_XMLVALUE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
subclassAttemptedToOverrideNamespaceDeclaration(String, String, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
SubExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression wraps a sub-expression within parenthesis.
SubExpression(AbstractExpression, JPQLQueryBNF) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubExpression
Creates a new SubExpression.
SubExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This expression wraps a sub-expression within parenthesis.
SubExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
Creates a new SubExpressionStateObject.
SubExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
Creates a new SubExpressionStateObject.
SubExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubExpressionStateObject
Creates a new SubExpressionStateObject.
Subgraph - Interface in org.eclipse.persistence.jaxb
This type represents a AttributeNode of an EntityGraph that corresponds to a Managed Type.
subList(int, int) - Method in class org.eclipse.persistence.indirection.IndirectList
 
subList(int, int) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
subList(int, int) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
subList(int, int) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
If index is missing wait until reached or complete.
subList(int, int) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
subList(int, int) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
Return a view of the specified portion of the list
subQuery(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a sub query expression.
subquery() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
subquery(Class<U>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
Specify that the query is to be used as a subquery having the specified return type.
SubqueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a subquery expression.
SubqueryBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubqueryBNF
Creates a new SubqueryBNF.
SubqueryDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Declaration uses a subquery as the "root" object.
SubqueryDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryDeclaration
Creates a new SubqueryDeclaration.
SubqueryEntityResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver retrieves the type for an abstract schema name (entity name) if it can be resolved otherwise a derived path will be assumed.
SubqueryEntityResolver(Resolver, JPQLQueryContext, AbstractSchemaName) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
Creates a new DerivedPathResolver.
subqueryFromClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
SubqueryFromClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the from clause defined in a subquery.
SubqueryFromClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubqueryFromClauseBNF
Creates a new SubqueryFromClauseBNF.
SubQueryImpl<T> - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: Contains the implementation of the SubQuery interface of the JPA criteria API.
SubQueryImpl(Metamodel, Class, CriteriaBuilderImpl, CommonAbstractCriteria) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
 
SubqueryNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
SubqueryNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.SubqueryNode
Return a new SubqueryNode.
SubSelectDatabaseTable - Class in org.eclipse.persistence.internal.expressions
INTERNAL: Allow a table to reference a sub-select to support sub-selects in the from clause.
SubSelectDatabaseTable(Expression) - Constructor for class org.eclipse.persistence.internal.expressions.SubSelectDatabaseTable
 
SubSelectExpression - Class in org.eclipse.persistence.internal.expressions
This is used to support subselects.
SubSelectExpression() - Constructor for class org.eclipse.persistence.internal.expressions.SubSelectExpression
 
SubSelectExpression(ReportQuery, Expression) - Constructor for class org.eclipse.persistence.internal.expressions.SubSelectExpression
 
subselectIdentificationVariableDeclaration(List) - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
SubSelectIdentificationVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for an identification variable declaration expression defined in a sub-select expression.
SubSelectIdentificationVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubSelectIdentificationVariableDeclarationBNF
Creates a new SubSelectIdentificationVariableDeclarationBNF.
subSequence(int, int) - Method in class org.eclipse.persistence.internal.oxm.StrBuffer
 
substring(int, int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the substring from the source string.
substring(Object, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the substring from the source string.
substring(int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the substring from the source string.
substring(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the substring from the source string.
Substring - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
substring() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
SUBSTRING - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
SUBSTRING - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
substring() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
substring(Expression<String>, Expression<Integer>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Substring extraction operation.
substring(Expression<String>, int) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Substring extraction operation.
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Substring extraction operation.
substring(Expression<String>, int, int) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Substring extraction operation.
SUBSTRING - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SUBSTRING'.
substring(T, T, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
substring(IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
substring(T, T, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
substring() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Returns a substring that is within the current position of the cursor and the end of the text.
substring(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Returns a substring that is within the given position and the end of the text.
substring(int, int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Returns a substring that is within the given positions.
SubstringExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The second and third arguments of the SUBSTRING function denote the starting position and length of the substring to be returned.
SubstringExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubstringExpression
Creates a new SubstringExpression.
SubstringExpression_FirstExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubstringExpression_InvalidFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubstringExpression_InvalidSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubstringExpression_InvalidThirdExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubstringExpression_MissingFirstComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubstringExpression_MissingFirstExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubstringExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubstringExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubstringExpression_MissingSecondComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubstringExpression_MissingSecondExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubstringExpression_MissingThirdExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubstringExpression_SecondExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubstringExpression_ThirdExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubstringExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This SubstringExpressionFactory creates a new SubstringExpression when the portion of the query to parse starts with SUBSTRING.
SubstringExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubstringExpressionFactory
Creates a new SubstringExpressionFactory.
SubstringExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The second and third arguments of the SUBSTRING function denote the starting position and length of the substring to be returned.
SubstringExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
Creates a new SubstringExpressionStateObject.
SubstringExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
Creates a new SubstringExpressionStateObject.
SubstringExpressionStateObject(StateObject, StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
Creates a new SubstringExpressionStateObject.
SubstringExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
Creates a new SubstringExpressionStateObject.
SubstringExpressionStateObject(StateObject, String, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubstringExpressionStateObject
Creates a new SubstringExpressionStateObject.
SubstringNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
SubstringNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.SubstringNode
SubstringNode constructor comment.
SubstringSingleArg - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
substringSingleArg() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
subtract(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
subtract(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Subtract - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
subtract(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression x - y.
subtract(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression x - y.
subtract(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression x - y.
SubtractionExpression - Class in org.eclipse.persistence.jpa.jpql.parser
One of the four binary operators.
SubtractionExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SubtractionExpression
Creates a new SubtractionExpression.
SubtractionExpression_LeftExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubtractionExpression_RightExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SubtractionExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
TODO: BNF: arithmetic_expression ::= arithmetic_expression - arithmetic_term
SubtractionExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
Creates a new SubtractionExpressionStateObject.
SubtractionExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
Creates a new SubtractionExpressionStateObject.
SubtractionExpressionStateObject(StateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SubtractionExpressionStateObject
Creates a new SubtractionExpressionStateObject.
sum() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: This represents the aggregate function Sum.
Sum - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
sum() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the SUM operator.
SUM - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
SUM - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
sum(Expression<N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression applying the sum operation.
sum(Expression<? extends N>, Expression<? extends N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the sum of its arguments.
sum(Expression<? extends N>, N) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the sum of its arguments.
sum(N, Expression<? extends N>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the sum of its arguments.
SUM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'SUM'.
sum(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression SUM(path).
sum(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression SUM(path).
sum(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression SUM(path).
sumAsDouble(Expression<Float>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an aggregate expression applying the sum operation to a Float-valued expression, returning a Double result.
sumAsLong(Expression<Integer>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an aggregate expression applying the sum operation to an Integer-valued expression, returning a Long result.
sumDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression SUM(path).
sumDistinct(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression SUM(path).
sumDistinct(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression SUM(path).
SumFunction - Class in org.eclipse.persistence.jpa.jpql.parser
One of the aggregate functions.
SumFunction(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SumFunction
Creates a new SumFunction.
SumFunction_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SumFunction_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SumFunction_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SumFunction_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SumFunction_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
SumFunctionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This SumFunctionFactory creates a new SumFunction when the portion of the query to parse starts with SUM.
SumFunctionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.SumFunctionFactory
Creates a new SumFunctionFactory.
SumFunctionResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to calculate the type based on the type of the state field.
SumFunctionResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.SumFunctionResolver
Creates a new SumFunctionResolver.
SumFunctionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
One of the aggregate functions.
SumFunctionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
Creates a new SumFunctionStateObject.
SumFunctionStateObject(StateObject, boolean, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
Creates a new SumFunctionStateObject.
SumFunctionStateObject(StateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
Creates a new SumFunctionStateObject.
SumFunctionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
Creates a new SumFunctionStateObject.
SumFunctionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.SumFunctionStateObject
Creates a new SumFunctionStateObject.
SumNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
SumNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.SumNode
 
SunAS9 - Static variable in class org.eclipse.persistence.config.TargetServer
Deprecated.
SunAS9PlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
SunAS9PlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.SunAS9PlatformConfig
 
SunAS9ServerPlatform - Class in org.eclipse.persistence.platform.server.sunas
Deprecated.
since 2.5 replaced by GlassfishServerPlatform
SunAS9ServerPlatform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.sunas.SunAS9ServerPlatform
Deprecated.
INTERNAL: Default Constructor: All behavior for the default constructor is inherited
SunAS9TransactionController - Class in org.eclipse.persistence.transaction.sunas
Deprecated.
since 2.5 replaced by GlassfishTransactionController
SunAS9TransactionController() - Constructor for class org.eclipse.persistence.transaction.sunas.SunAS9TransactionController
Deprecated.
 
SunCORBAConnection - Interface in org.eclipse.persistence.internal.sessions.coordination.corba.sun
org/eclipse/persistence/internal/remotecommand/corba/sun/SunCORBAConnection.java .
SunCORBAConnectionHelper - Class in org.eclipse.persistence.internal.sessions.coordination.corba.sun
org/eclipse/persistence/internal/remotecommand/corba/sun/SunCORBAConnectionHelper.java .
SunCORBAConnectionHelper() - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHelper
 
SunCORBAConnectionHolder - Class in org.eclipse.persistence.internal.sessions.coordination.corba.sun
org/eclipse/persistence/internal/remotecommand/corba/sun/SunCORBAConnectionHolder.java .
SunCORBAConnectionHolder() - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHolder
 
SunCORBAConnectionHolder(SunCORBAConnection) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHolder
 
SunCORBAConnectionImpl - Class in org.eclipse.persistence.internal.sessions.coordination.corba.sun
Purpose: The implementation is for the remote Sun CORBA object that is used for transporting the remote command.
SunCORBAConnectionImpl(RemoteCommandManager) - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionImpl
 
SunCORBAConnectionOperations - Interface in org.eclipse.persistence.internal.sessions.coordination.corba.sun
org/eclipse/persistence/internal/remotecommand/corba/sun/SunCORBAConnectionOperations.java .
SunCORBATransportManager - Class in org.eclipse.persistence.sessions.coordination.corba.sun
 
SunCORBATransportManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.corba.sun.SunCORBATransportManager
 
SunCORBATransportManagerConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.transport
INTERNAL:
SunCORBATransportManagerConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.transport.SunCORBATransportManagerConfig
 
supportsANSIInnerJoinSyntax() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Indicates whether the ANSI syntax for inner joins (e.g.
supportsANSIInnerJoinSyntax() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Indicates whether the ANSI syntax for inner joins (e.g.
supportsAutoCommit() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
supportsAutoCommit must sometimes be set to false for JDBC drivers which do not support autocommit.
supportsAutoConversionToNumericForArithmeticOperations() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Some db allow VARCHAR db field to be used in arithmetic operations automatically converting them to numeric: UPDATE OL_PHONE SET PHONE_ORDER_VARCHAR = (PHONE_ORDER_VARCHAR + 1) WHERE ...
supportsAutoConversionToNumericForArithmeticOperations() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
Some db allow VARCHAR db field to be used in arithmetic operations automatically converting them to numeric: UPDATE OL_PHONE SET PHONE_ORDER_VARCHAR = (PHONE_ORDER_VARCHAR + 1) WHERE ...
supportsAutoConversionToNumericForArithmeticOperations() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Some db allow VARCHAR db field to be used in arithmetic operations automatically converting them to numeric: UPDATE OL_PHONE SET PHONE_ORDER_VARCHAR = (PHONE_ORDER_VARCHAR + 1) WHERE ...
supportsChangeTracking(Project) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Returns whether this descriptor is capable of supporting weaved change tracking.
supportsConnectionUserName() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Override this method if the platform supports storing JDBC connection user name during DatabasePlatform.initializeConnectionData(Connection).
supportsConnectionUserName() - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: User name from JDBC connection is stored in Oracle9Platform.initializeConnectionData(Connection).
supportsCountDistinctWithMultipleFields() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Indicates whether the platform supports the count distinct function with multiple fields.
supportsCountDistinctWithMultipleFields() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Indicates whether the platform supports the count distinct function with multiple fields.
supportsDeleteOnCascade() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
supportsDeleteOnCascade() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Setting this to false (cf.
supportsDeleteOnCascade() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
SQL Anywhere does support cascade on delete, unlike Sybase.
supportsDeleteOnCascade() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Sybase (as of Sybase ASE 15, does not support delete on cascade).
supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.AttunityPlatform
Attunity Connect does not support creating foreign key constraints with the ALTER TABLE syntax.
supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
 
supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
 
supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.H2Platform
 
supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Symfoware does not support foreign key constraint syntax, so returns false.
supportsForeignKeyConstraints() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
 
supportsGlobalTempTables() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Indicates whether the platform supports global temporary tables.
supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 supports temp tables.
supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.H2Platform
 
supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
 
supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: MySQL supports temp tables for update-all, delete-all queries.
supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
 
supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL:
supportsGlobalTempTables() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Indicates whether the platform supports global temporary tables.
supportsIdentity() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
INTERNAL: Indicates whether the platform supports identity.
supportsIdentity() - Method in class org.eclipse.persistence.platform.database.AccessPlatform
INTERNAL: Indicates whether the platform supports identity.
supportsIdentity() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: Indicates whether the platform supports identity.
supportsIdentity() - Method in class org.eclipse.persistence.platform.database.H2Platform
 
supportsIdentity() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
 
supportsIdentity() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
INTERNAL: Indicates whether the platform supports identity.
supportsIdentity() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Indicates whether the platform supports identity.
supportsIdentity() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Indicates whether the platform supports identity.
supportsIdentity() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Indicates whether the platform supports identity.
supportsIdentity() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Indicates whether the platform supports identity.
supportsIdentity() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
supportsIdentity() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: Indicates whether the platform supports identity.
supportsIdentity() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL: Indicates whether the platform supports identity.
supportsIndexes() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Return if this database support index creation.
supportsIndividualTableLocking() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Indicates whether locking clause could be selectively applied only to some tables in a ReadQuery.
supportsIndividualTableLocking() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
supportsIndividualTableLocking() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
supportsIndividualTableLocking() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Indicates whether locking clause could be selectively applied only to some tables in a ReadQuery.
supportsIndividualTableLocking() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Indicates whether locking clause could be selectively applied only to some tables in a ReadQuery.
Symfoware platform currently only supports FOR UPDATE locking, which cannot be applied to queries that select from multiple tables.
supportsLocalTempTables() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Indicates whether the platform supports local temporary tables.
supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
Returns true when invoked to indicate that Informix does indeed support local temporary tables.
supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
INTERNAL:
supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL:
supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
supportsLocalTempTables() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL:
supportsLocalTransactions() - Method in class org.eclipse.persistence.eis.EISPlatform
Return if this platform supports local transactions.
supportsLockingQueriesWithMultipleTables() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Indicates whether locking clause could be applied to the query that has more than one table
supportsLockingQueriesWithMultipleTables() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 does not seem to allow FOR UPDATE on queries with multiple tables.
supportsLockingQueriesWithMultipleTables() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
INTERNAL: Indicates whether locking clause could be applied to the query that has more than one table
supportsLockingQueriesWithMultipleTables() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Indicates whether locking clause could be applied to the query that has more than one table.
Symfoware platform currently only supports FOR UPDATE locking, which cannot be applied to queries that select from multiple tables.
supportsMediaType(MediaType) - Method in class org.eclipse.persistence.oxm.NamespacePrefixMapper
Return true if this prefix mapper applies to the media type provided.
supportsNativeSequenceNumbers() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
supportsNativeSequenceNumbers() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
supportsNativeSequenceNumbers() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
supportsNestingOuterJoins() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Return if nesting outer joins is supported, i.e.
supportsNestingOuterJoins() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
Does not allow nesting outer joins, i.e.
supportsOuterJoinsWithBrackets() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Return if brackets can be used in the ON clause for outer joins.
supportsOuterJoinsWithBrackets() - Method in class org.eclipse.persistence.platform.database.DB2MainframePlatform
INTERNAL: Return if brackets can be used in the ON clause for outer joins.
supportsPrimaryKeyConstraint() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
supportsPrimaryKeyConstraint() - Method in class org.eclipse.persistence.platform.database.AttunityPlatform
Attunity Connect does not support specifying the primary key in the create table syntax.
supportsPrimaryKeyConstraint() - Method in class org.eclipse.persistence.platform.database.DBasePlatform
 
supportsResultSetAccessOptimizationOnExecute() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Indicates whether the query can use ResultSet optimization.
supportsResultSetAccessOptimizationOnExecute() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Indicates whether the query can use ResultSet optimization.
supportsResultSetAccessOptimizationOnPrepare() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Indicates whether the query can use ResultSet optimization.
supportsResultSetAccessOptimizationOnPrepare() - Method in class org.eclipse.persistence.queries.ReadAllQuery
INTERNAL: Indicates whether the query can use ResultSet optimization.
supportsSelectForUpdateNoWait() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Returns true if the database supports SQL syntax not to wait on a SELECT..FOR UPADTE (i.e.
supportsSequenceObjects() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
INTERNAL: Indicates whether the platform supports sequence objects.
supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 added SEQUENCE support as of (I believe) v8.
supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: Derby supports sequence objects as of 10.6.1.
supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.FirebirdPlatform
 
supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.H2Platform
 
supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
 
supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.InformixPlatform
INTERNAL: Indicates whether the platform supports sequence objects.
supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Indicates whether the platform supports sequence objects.
supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: Indicates whether the platform supports sequence objects.
supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL:
supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Indicates whether the platform supports sequence objects.
Symfoware does through global sequence objects.
supportsSequenceObjects() - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
INTERNAL: Indicates whether the platform supports sequence objects.
supportsStoredFunctions() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.H2Platform
 
supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
 
supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
 
supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: Return if database stored functions are supported.
supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
 
supportsStoredFunctions() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Indicates whether the platform supports stored functions.
Although Symfoware supports some stored functions as function routines, their functionality is incompatible with the one EclipseLink provides.
supportsTempTables() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Indicates whether the platform supports temporary tables.
supportsUniqueColumns() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Allows unique columns to be defined as constraint if the UNIQUE keyword is not support on a column defintion.
supportsUniqueColumns() - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
HSQL (1.8.1) does not support the UNIQUE key word in a column, but does support unique constraints defined separately.
supportsUniqueKeyConstraints() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
supportsUniqueKeyConstraints() - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Symfoware supports unique key constraints, so returns true.
Do note that unique constraints cannot be added/removed using "ALTER TABLE ADD/DROP CONSTRAINT" syntax.
supportsVPD() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
By default, platforms do not support VPD.
supportsVPD() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Oracle db supports VPD.
supportsWriteLockValuesComparison() - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Indicates whether compareWriteLockValues method is supported by the policy.
supportsWriteLockValuesComparison() - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Indicates that compareWriteLockValues method is supported by the policy.
supportsWriteLockValuesComparison() - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: Indicates whether compareWriteLockValues method is supported by the policy.
suspend() - Method in class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
Deprecated.
 
SWA_REF - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
SWA_REF_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
SWAREF_XSD - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
SXF_QNAME - Static variable in class org.eclipse.persistence.internal.xr.Util
 
Sybase - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
sybaseAddMonthsOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Function, to add months to a date.
sybaseAtan2Operator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
sybaseInStringOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build instring operator
sybaseLocate2Operator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build the Sybase equivalent to Locate with a start index.
sybaseLocateOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build the Sybase equivalent to Locate
SybasePlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides Sybase ASE specific behavior.
SybasePlatform() - Constructor for class org.eclipse.persistence.platform.database.SybasePlatform
 
sybaseToCharOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build Sybase equivalent to TO_CHAR.
sybaseToCharWithFormatOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build Sybase equivalent to TO_CHAR.
sybaseToDateOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build Sybase equivalent to TO_DATE.
sybaseToDateToStringOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build Sybase equivalent to TO_CHAR.
sybaseToNumberOperator() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build Sybase equivalent to TO_NUMBER.
Symfoware - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
SymfowarePlatform - Class in org.eclipse.persistence.platform.database
Symfoware Server
http://wiki.eclipse.org/EclipseLink/Development/Incubator/Extensions/SymfowarePlatform
Test results: http://wiki.eclipse.org/EclipseLink/Development/DatabasePlatform/SymfowarePlatform/TestResults
Contributed by: Fujitsu Ltd.
Contributed under bug: 288715
SymfowarePlatform() - Constructor for class org.eclipse.persistence.platform.database.SymfowarePlatform
 
SynchronizationListenerFactory - Interface in org.eclipse.persistence.transaction
Purpose: Generate synchronization listener objects of the appropriate type.
synchronizeAndResume() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL Synchronize the clones and update their backup copies.
synchronizeAndResume() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL Synchronize the clones and update their backup copies.
SYNCHRONIZED_READ_ON_WRITE - Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
Reads and unit of work merges will be serialized.
SYNCHRONIZED_UNITOFWORK_DOES_NOT_SUPPORT_COMMITANDRESUME - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
SYNCHRONIZED_WRITE - Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
Reads can occur concurrently but unit of work merges will be serialized.
synchronizedUnitOfWorkDoesNotSupportCommitAndResume() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
synchronousPropagateCommand() - Method in class org.eclipse.persistence.internal.sessions.coordination.CommandPropagator
INTERNAL: Synchronously propagate the command
SYNCRONIZED_OBJECT_LEVEL_READ_WRITE - Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
Writes to the cache (merge, object build/refresh will be synchronized as will cache access (cloning) based on when access is required.
SYNCRONIZED_OBJECT_LEVEL_READ_WRITE_DATABASE - Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
Writes to the cache (merge, object build/refresh will be synchronized as will cache access (cloning) based on database transaction.
synpred1_JPQL() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
synpred1_JPQL_fragment() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
syntaxError - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
syntaxError(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
syntaxErrorAt - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
syntaxErrorAt(String, int, int, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
systemBug(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Can be used to mark code if a workaround is added for a JDBC driver or other bug.
SystemDefaults - Class in org.eclipse.persistence.jpa.rs
 
SystemDefaults() - Constructor for class org.eclipse.persistence.jpa.rs.SystemDefaults
 
SystemProperties - Class in org.eclipse.persistence.config
This class provides the list of System properties that are recognized by EclipseLink.
SystemProperties() - Constructor for class org.eclipse.persistence.config.SystemProperties
 

T

T__22 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
T__22 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
T__23 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
T__23 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
T__24 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
T__24 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
T__25 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
T__25 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
T__26 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
T__26 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
T__27 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
T__27 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
T__28 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
T__28 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
T__29 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
T__29 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
T__30 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
T__30 - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
tab() - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
 
tab(int) - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
 
TAB - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
Horizontal tab.
Table - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
TABLE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'TABLE'.
TABLE_CATALOG - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
TABLE_CREATION_SUFFIX - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.ddl.table-creation-suffix" property is used in conjunction with DDL generation options to append a string to the end of generated CREATE Table statements.
TABLE_GENERATOR_CATALOG - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
TABLE_GENERATOR_NAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
TABLE_GENERATOR_PK_COLUMN_VALUE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
TABLE_GENERATOR_RESERVED_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
TABLE_GENERATOR_SCHEMA - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
TABLE_IS_NOT_PRESENT_IN_DATABASE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TABLE_NAME - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
TABLE_NOT_PRESENT - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TABLE_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TABLE_SCHEMA - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
tableAliasesDescription() - Method in class org.eclipse.persistence.internal.expressions.DataExpression
 
TableAliasLookup - Class in org.eclipse.persistence.internal.expressions
INTERNAL: Represents the aliased tables an ObjectExpression will be translated to, along with any of its derived TableExpressions.
TableAliasLookup() - Constructor for class org.eclipse.persistence.internal.expressions.TableAliasLookup
TableAliasLookup constructor comment.
TableAliasLookup(int) - Constructor for class org.eclipse.persistence.internal.expressions.TableAliasLookup
TableAliasLookup constructor comment.
TableCreator - Class in org.eclipse.persistence.tools.schemaframework
Purpose: This class is responsible for creating the tables defined in the project.
TableCreator() - Constructor for class org.eclipse.persistence.tools.schemaframework.TableCreator
 
TableCreator(List<TableDefinition>) - Constructor for class org.eclipse.persistence.tools.schemaframework.TableCreator
 
TableCreatorClassGenerator - Class in org.eclipse.persistence.sessions.factories
Purpose: Allow for a class storing a TopLink table creator's tables (meta-data) to be generated.
TableCreatorClassGenerator() - Constructor for class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Create a new generator.
TableCreatorClassGenerator(TableCreator) - Constructor for class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Create a new generator to output the table creator.
TableCreatorClassGenerator(TableCreator, String, Writer) - Constructor for class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Create a new generator to output the table creator.
TableCreatorClassGenerator(TableCreator, String, String) - Constructor for class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Create a new generator to output the table creator.
TableDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Declaration uses a database table as the "root" object.
TableDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.TableDeclaration
Creates a new TableDeclaration.
TableDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Allow a generic way of creating tables on the different platforms.
TableDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
tableExists(String) - Method in interface org.eclipse.persistence.jpa.jpql.EclipseLinkSemanticValidatorExtension
Determines whether the table with the given exists or not.
TableExpression - Class in org.eclipse.persistence.internal.expressions
A TableExpression allows for a raw database table to be referenced in a query.
TableExpression() - Constructor for class org.eclipse.persistence.internal.expressions.TableExpression
 
TableExpression(DatabaseTable) - Constructor for class org.eclipse.persistence.internal.expressions.TableExpression
 
TableExpression - Class in org.eclipse.persistence.jpa.jpql.parser
Defines a table expression.
TableExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableExpression
Creates a new TableExpression.
TableExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TableExpression_InvalidTableName - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TableExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TableExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TableExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TableExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a table expression.
TableExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableExpressionBNF
Creates a new TableExpressionBNF.
TableExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
TableExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableExpressionFactory
Creates a new TableExpressionFactory.
TableGenerator - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
TableGeneratorImpl - Class in org.eclipse.persistence.internal.jpa.config.sequencing
JPA scripting API implementation.
TableGeneratorImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.sequencing.TableGeneratorImpl
 
TableGeneratorMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.sequencing
A wrapper class to a table generator metadata.
TableGeneratorMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for XML loading.
TableGeneratorMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL: Used for annotation loading.
TableGeneratorMetadata(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL This constructor is used to create a default table generator.
tableGeneratorUsingAReservedName(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
TableImpl - Class in org.eclipse.persistence.internal.jpa.config.tables
JPA scripting API implementation.
TableImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.tables.TableImpl
 
tableIsNotPresentInDatabase(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
TableMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.tables
INTERNAL: Object to hold onto table metadata in a TopLink database table.
TableMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for XML loading.
TableMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.TableMetadata
INTERNAL: Used for annotation loading.
tableNames(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistExtension
Returns the names of the database tables filtered by the given prefix.
tableNames() - Method in interface org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals
Returns the filtered list of possible table names.
tableNames() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
Returns the filtered list of possible table names.
tableNotPresent(String, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
tableNotSpecified(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
TablePerClassPolicy - Class in org.eclipse.persistence.descriptors
Purpose: Provides the functionality to support a TABLE_PER_CLASS inheritance strategy.
TablePerClassPolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.descriptors.TablePerClassPolicy
INTERNAL: Create a new policy.
TablePerMultitenantPolicy - Class in org.eclipse.persistence.descriptors
A table per tenant multitenant policy.
TablePerMultitenantPolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
 
TableSequence - Class in org.eclipse.persistence.sequencing
Purpose: Defines sequencing through using a SEQUENCE table.
TableSequence() - Constructor for class org.eclipse.persistence.sequencing.TableSequence
 
TableSequence(String) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
Create a new sequence with the name.
TableSequence(String, int) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
Create a new sequence with the name and sequence pre-allocation size.
TableSequence(String, int, int) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
 
TableSequence(String, String) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
Create a new sequence with the name, and the sequence table name.
TableSequence(String, String, String, String) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
Create a new sequence with the name, and the sequence table information.
TableSequence(String, int, String) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
 
TableSequence(String, int, String, String, String) - Constructor for class org.eclipse.persistence.sequencing.TableSequence
 
TableSequenceConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.sequencing
INTERNAL:
TableSequenceConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.sequencing.TableSequenceConfig
 
TableSequenceDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Allow a generic way of creating sequences on the different platforms, and allow optional parameters to be specified.
TableSequenceDefinition(Sequence, boolean) - Constructor for class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
INTERNAL: Should be a sequence defining table sequence in the db: either TableSequence DefaultSequence (only if case platform.getDefaultSequence() is a TableSequence).
TableVariableDeclaration - Class in org.eclipse.persistence.jpa.jpql.parser
Defines a table expression.
TableVariableDeclaration(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclaration
Creates a new TableVariableDeclaration.
TableVariableDeclaration_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TableVariableDeclaration_MissingIdentificationVariable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TableVariableDeclarationBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a table declaration.
TableVariableDeclarationBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationBNF
Creates a new TableExpressionBNF.
TableVariableDeclarationFactory - Class in org.eclipse.persistence.jpa.jpql.parser
TableVariableDeclarationFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TableVariableDeclarationFactory
Creates a new TableVariableDeclarationFactory.
tan(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Tan - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
tan() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
tanh(Expression) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Tanh - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
tanh() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
TARGET_DATABASE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.target-database" property configures the database that will be used controlling custom operations and SQL generation for the specified database.
TARGET_DATABASE_PROPERTIES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.target-database-properties" property configures additional properties for the configured target-database.
TARGET_FK_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
TARGET_FOREIGN_KEYS_SIZE_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_CLONING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_CONSTRUCTOR_INSTANTIATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_CONSTRUCTOR_INSTANTIATION_OF_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_EVENT_EXECUTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_GETTING_VALUE_THRU_METHOD_ACCESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_INSTANTIATING_METHOD_BASED_PROXY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_INVOKING_ATTRIBUTE_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_INVOKING_FIELD_TO_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_INVOKING_ROW_EXTRACTION_METHOD - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_METHOD_INSTANTIATION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_METHOD_INSTANTIATION_OF_FACTORY - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_OBSOLETE_EVENT_EXECUTION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_INVOCATION_WHILE_SETTING_VALUE_THRU_METHOD_ACESSOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
TARGET_NAMESPACE_PREFIX - Static variable in class org.eclipse.persistence.internal.xr.Util
 
TARGET_NAMESPACE_PREFIX - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
TARGET_PK_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
TARGET_SERVER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.target-server" property configures the ServerPlatform that will be used to enable integration with a host container.
TARGET_SHORT_PREFIX - Static variable in interface org.eclipse.persistence.internal.helper.DatabaseType
 
TARGET_SUFFIX - Static variable in interface org.eclipse.persistence.internal.helper.DatabaseType
 
TargetDatabase - Class in org.eclipse.persistence.config
Target database persistence property values.
TargetDatabase() - Constructor for class org.eclipse.persistence.config.TargetDatabase
 
targetForeignKeysSizeMismatch(ForeignReferenceMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
targetInvocationWhileCloning(Object, String, ClassDescriptor, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
targetInvocationWhileConstructorInstantiation(ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
targetInvocationWhileConstructorInstantiationOfFactory(ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
targetInvocationWhileEventExecution(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
targetInvocationWhileGettingValueThruMethodAccessor(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
targetInvocationWhileInstantiatingMethodBasedProxy(Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
targetInvocationWhileInvokingAttributeMethod(DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
targetInvocationWhileInvokingFieldToMethod(String, DatabaseMapping, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
targetInvocationWhileInvokingRowExtractionMethod(AbstractRecord, Method, ClassDescriptor, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
targetInvocationWhileMethodInstantiation(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
targetInvocationWhileMethodInstantiationOfFactory(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
targetInvocationWhileObsoleteEventExecute(String, ClassDescriptor, Exception) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
targetInvocationWhileSettingValueThruMethodAccessor(String, Object, Throwable) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
TargetServer - Class in org.eclipse.persistence.config
Target server persistence property values.
TargetServer() - Constructor for class org.eclipse.persistence.config.TargetServer
 
TEMP_DOC - Static variable in class org.eclipse.persistence.internal.xr.Util
 
TEMP_TABLES_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
tempDirectory() - Static method in class org.eclipse.persistence.internal.helper.Helper
Return the name of the "temporary directory".
TempEntityLoader(URL[], ClassLoader, Collection, boolean) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer.TempEntityLoader
 
TempEntityLoader(URL[], ClassLoader, Collection) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer.TempEntityLoader
 
Temporal - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
TEMPORAL_MUTABLE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.temporal.mutable" property configures the default for detecting changes to temporal field (Date, Calendar).
TemporalImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
JPA scripting API implementation.
TemporalImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.TemporalImpl
 
TemporalLiteralNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
TemporalLiteralNode(TemporalLiteralNode.TemporalType) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.TemporalLiteralNode
Return a new StringLiteralNode
TemporalLiteralNode(String, TemporalLiteralNode.TemporalType) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.TemporalLiteralNode
Return a new StringLiteralNode with the internal string set to the passed value
TemporalLiteralNode.TemporalType - Enum in org.eclipse.persistence.internal.jpa.parsing
 
TemporalMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: Abstract converter class that parents both the JPA and Eclipselink converters.
TemporalMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.TemporalMetadata
INTERNAL: Used for XML loading.
TemporalMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.TemporalMetadata
INTERNAL: Used for annotation loading.
tempTablesNotSupported(DatabaseQuery, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
TENANT_DISCRIMINATOR_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
TENANT_DISCRIMINATOR_CONTEXT_PROPERTY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
TENANT_TABLE_DISCRIMINATOR_CONTEXT_PROPERTY - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
TENANT_TABLE_DISCRIMINATOR_TYPE - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
TenantDiscriminatorColumn - Annotation Type in org.eclipse.persistence.annotations
Tenant discriminator column(s) are used with a SINGLE_TABLE multitenant strategy.
TenantDiscriminatorColumn - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
TenantDiscriminatorColumnImpl - Class in org.eclipse.persistence.internal.jpa.config.columns
JPA scripting API implementation.
TenantDiscriminatorColumnImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.columns.TenantDiscriminatorColumnImpl
 
TenantDiscriminatorColumnMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.columns
Object to hold onto tenant discriminator metadata.
TenantDiscriminatorColumnMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
INTERNAL: Used for XML loading.
TenantDiscriminatorColumnMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
INTERNAL: Used for defaulting.
TenantDiscriminatorColumnMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.TenantDiscriminatorColumnMetadata
INTERNAL: Used for annotation loading.
TenantDiscriminatorColumns - Annotation Type in org.eclipse.persistence.annotations
A TenantDiscriminatorColumns annotation allows the definition of multiple TenantDiscriminatorColumn.
TenantTableDiscriminator - Annotation Type in org.eclipse.persistence.annotations
A tenant table discriminator is used with a TABLE_PER_TENANT multitenant strategy.
TenantTableDiscriminator - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
TenantTableDiscriminatorImpl - Class in org.eclipse.persistence.internal.jpa.config.multitenant
JPA scripting API implementation.
TenantTableDiscriminatorImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.multitenant.TenantTableDiscriminatorImpl
 
TenantTableDiscriminatorMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.multitenant
Object to hold onto tenant table discriminator metadata.
TenantTableDiscriminatorMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.multitenant.TenantTableDiscriminatorMetadata
INTERNAL: Used for XML loading.
TenantTableDiscriminatorMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.multitenant.TenantTableDiscriminatorMetadata
INTERNAL: Used for defaulting.
TenantTableDiscriminatorMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.multitenant.TenantTableDiscriminatorMetadata
INTERNAL: Used for annotation loading.
TenantTableDiscriminatorType - Enum in org.eclipse.persistence.annotations
An enum that is used within the TenantTableDiscriminator annotation.
TEXT - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
TEXT_FRAGMENT - Static variable in class org.eclipse.persistence.internal.oxm.XPathFragment
 
TEXT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleStateObject
Notifies the text property has changed.
TEXTCHAR - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
TEXTCHAR - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
TextEdit - Interface in org.eclipse.persistence.jpa.jpql.tools
A TextEdit contains the information of a change that can be made to the JPQL query after performing a refactoring operation.
textEdits() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
Returns the collection of TextEdit objects that have been added during one or several refactoring operations.
textEdits() - Method in interface org.eclipse.persistence.jpa.jpql.tools.RefactoringDelta
Returns the collection of TextEdit objects that have been added during one or several refactoring operations.
THEN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
THEN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
THEN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'THEN'.
THEN_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Notify the StateObject representing the scalar expression that follows the THEN identifier has changed.
THIRD_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTripleEncapsulatedExpressionStateObject
Notifies the third StateObject property has changed.
thisObject() - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.iiop._RMIRemoteCommandConnectionImpl_Tie
 
thisObject() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
 
ThreadCursoredList - Class in org.eclipse.persistence.internal.helper
Special List/Vector subclass that allows concurrent population of the contents while the list is in use.
ThreadCursoredList() - Constructor for class org.eclipse.persistence.internal.helper.ThreadCursoredList
Construct an empty list so that its internal data array has size 10 and its standard capacity increment is zero.
ThreadCursoredList(int) - Constructor for class org.eclipse.persistence.internal.helper.ThreadCursoredList
Construct an empty list with the specified initial capacity and with its capacity increment equal to zero.
ThreadCursoredList(int, int) - Constructor for class org.eclipse.persistence.internal.helper.ThreadCursoredList
Construct an empty list with the specified initial capacity and capacity increment.
THROW_ALL_CONFORM_EXCEPTIONS - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
THROW_EXCEPTIONS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.orm.throw.exceptions" property specifies if the first exception that occurs during deployment should be thrown, or if all exceptions should be caught and summary thrown at end of deployment attempt.
throwException(RuntimeException) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Record that the population thread hit an exception, that should be thrown to the processing thread on the next access.
throwIndirectionException() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
 
throwing(Throwable) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
throwing(Throwable) - Method in class org.eclipse.persistence.logging.JavaLog
PUBLIC:
throwing(Throwable) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when a throwable at finer level needs to be logged.
throwPersistenceUnitNameAlreadyInUseException(String, PersistenceUnitInfo, PersistenceUnitInfo) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
TIME - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
TIME - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
TIME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
TIME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
TIME_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
TIME_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
TIME_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
TIME_STRING - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
TIME_STRING - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
timeFromCalendar(Calendar) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a sql.Time from a Calendar.
timeFromDate(Date) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Time from a Date This implementation is based on the java.sql.Date class, not java.util.Date.
timeFromHourMinuteSecond(int, int, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Time with the hour, minute, second.
timeFromLong(Long) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Time from a long
timeFromString(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Time from a string representation.
timeFromTimestamp(Timestamp) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Time from a Timestamp Usus the Hours, Minutes, Seconds instead of getTime() ms value.
TimeOfDay - Annotation Type in org.eclipse.persistence.annotations
A TimeOfDay annotation is used to specify a specific time of day using a Calendar instance which is to be used within an OptimisticLocking annotation.
TimeOfDay - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
TimeOfDayImpl - Class in org.eclipse.persistence.internal.jpa.config.cache
JPA scripting API implementation.
TimeOfDayImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.cache.TimeOfDayImpl
 
TimeOfDayMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.cache
Object to hold onto time of day metadata.
TimeOfDayMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL: Used for XML loading.
TimeOfDayMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.cache.TimeOfDayMetadata
INTERNAL: Used for annotation loading.
TIMEOUT - Static variable in exception org.eclipse.persistence.eis.EISException
 
timeoutOccurred() - Static method in exception org.eclipse.persistence.eis.EISException
 
TIMESTAMP - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
TIMESTAMP - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
TIMESTAMP - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'TIMESTAMP'.
TIMESTAMP_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
TIMESTAMP_LITERAL - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
timestampFromCalendar(Calendar) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Timestamp from a Calendar.
timestampFromDate(Date) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Timestamp from a java.util.Date.
timestampFromLong(Long) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Time from a long
timestampFromLong(long) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Time from a long
timestampFromString(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Timestamp from a string representation.
timestampFromYearMonthDateHourMinuteSecondNanos(int, int, int, int, int, int, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Timestamp with the year, month, day, hour, minute, second.
TimestampLockingPolicy - Class in org.eclipse.persistence.descriptors
Purpose: Used to allow a single version timestamp to be used for optimistic locking.
TimestampLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.TimestampLockingPolicy
PUBLIC: Create a new TimestampLockingPolicy.
TimestampLockingPolicy(String) - Constructor for class org.eclipse.persistence.descriptors.TimestampLockingPolicy
PUBLIC: Create a new TimestampLockingPolicy.
TimestampLockingPolicy(DatabaseField) - Constructor for class org.eclipse.persistence.descriptors.TimestampLockingPolicy
INTERNAL: Create a new TimestampLockingPolicy.
timestampType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} for;@link Timestamp}.
timestampType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} for;@link Timestamp}.
timestampType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Timestamp.
TimesTen - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
TimesTen7Platform - Class in org.eclipse.persistence.platform.database
Purpose: Provides TimesTen 7 specific behavior.
TimesTen7Platform() - Constructor for class org.eclipse.persistence.platform.database.TimesTen7Platform
 
TimesTenPlatform - Class in org.eclipse.persistence.platform.database
Database platform for the TimesTen database product.
TimesTenPlatform() - Constructor for class org.eclipse.persistence.platform.database.TimesTenPlatform
 
timeToLive(Object) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
Returns the remaining life of the given Object (in milliseconds).
timeToLive(Object) - Method in interface org.eclipse.persistence.jpa.JpaCache
Returns the remaining life of the given Object (in milliseconds).
TimeToLiveCacheInvalidationPolicy - Class in org.eclipse.persistence.descriptors.invalidation
PUBLIC: A CacheInvalidationPolicy which allows objects to live for a specific amount of time after they are read.
TimeToLiveCacheInvalidationPolicy() - Constructor for class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
INTERNAL: Default Constructor for Project XML Unless the timeToLive is set by method, objects will expire immediately
TimeToLiveCacheInvalidationPolicy(long) - Constructor for class org.eclipse.persistence.descriptors.invalidation.TimeToLiveCacheInvalidationPolicy
PUBLIC: Construct a TimeToLiveCacheInvalidationPolicy
TimeWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.TimeWrapperImpl
 
TimeZoneHolder - Interface in org.eclipse.persistence.internal.helper
 
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Generates a string representation of this Expression, which needs to include any characters that are considered virtual, i.e.
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
Generates a string representation of this Expression, which needs to include any characters that are considered virtual, i.e.
toActualText(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Returns a string representation of this Expression and its children.
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Generates a string representation of this Expression, which needs to include any characters that are considered virtual, i.e.
toActualText() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Generates a string representation of this Expression, which needs to include any characters that are considered virtual, i.e.
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
Generates a string representation of this Expression, which needs to include any characters that are considered virtual, i.e.
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
Generates a string representation of this Expression, which needs to include any characters that are considered virtual, i.e.
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
Generates a string representation of this Expression, which needs to include any characters that are considered virtual, i.e.
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractRefactoringTool
Returns the resulted of the refactoring operations.
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.tools.BasicRefactoringTool
Returns the resulted of the refactoring operations.
toActualText() - Method in class org.eclipse.persistence.jpa.jpql.tools.RefactoringTool
Returns the resulted of the refactoring operations.
toArray() - Method in class org.eclipse.persistence.indirection.IndirectList
 
toArray(T[]) - Method in class org.eclipse.persistence.indirection.IndirectList
 
toArray() - Method in class org.eclipse.persistence.indirection.IndirectSet
 
toArray(E[]) - Method in class org.eclipse.persistence.indirection.IndirectSet
 
toArray(Object[]) - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
toArray() - Method in class org.eclipse.persistence.internal.helper.linkedlist.ExposedNodeLinkedList
 
toArray() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
toArray(Object[]) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedSubVector
 
toArray() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
toArray(Object[]) - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
toArray() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
toArray(Object[]) - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
toArray() - Method in class org.eclipse.persistence.internal.jpa.querydef.TupleImpl
Return the values of the result tuple as an array.
toArray() - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
toArray(T[]) - Method in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
toArray() - Method in class org.eclipse.persistence.queries.ReportQueryResult
INTERNAL: Converts the ReportQueryResult to a simple array of values.
toArray() - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
toArray(Object[]) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
 
toArray() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
 
toArray(Object[]) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
Returns an array containing all of the currentElements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toBigDecimal(Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Typecast.
toBigInteger(Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Typecast.
toBooleanType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Converts the given;@link IType}, if it's the primitive boolean, into the Boolean type.
toBooleanType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Converts the given;@link IType}, if it's the primitive boolean, into the Boolean type.
toBooleanType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Converts the given IType, if it's the primitive boolean, into the Boolean type.
toBytes() - Method in class org.eclipse.persistence.internal.sessions.coordination.ServiceAnnouncement
INTERNAL: Convert the instance attributes to serialized bytes.
toByteType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Converts the given;@link IType}, if it's the primitive byte, into the Byte type.
toByteType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Converts the given;@link IType}, if it's the primitive byte, into the Byte type.
toByteType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Converts the given IType, if it's the primitive byte, into the Byte type.
toCalendar(String) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a String representation of an SDO date type to a Calendar using the default locale.
toCalendar(String, Locale) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a String representation of an SDO date type to a Calendar using the specified locale, or the default locale if the locale is null.
toChar() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that represents the receiver value converted to a character string.
toChar(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that represents the receiver value converted to a character string, with the database formating options (i.e.
ToChar - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
toChar() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
toCharacter() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the single character string with the ascii or character set value.
ToCharWithFormat - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
toCharWithFormat() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
toCompositeData(CompositeType) - Method in class org.eclipse.persistence.services.ClassSummaryDetailBase
Convert an instance of this model specific type to a CompositeData.
toCompositeType() - Static method in class org.eclipse.persistence.services.ClassSummaryDetailBase
Returns the CompositeType that describes this model specific class
toCopyGroup(Map<AttributeGroup, CopyGroup>, CopyGroup, Map) - Method in class org.eclipse.persistence.internal.queries.AttributeItem
 
toCopyGroup() - Method in class org.eclipse.persistence.queries.AttributeGroup
Convert the group to a CopyGroup for usage with the copy() API.
toCopyGroup(Map<AttributeGroup, CopyGroup>, Map) - Method in class org.eclipse.persistence.queries.AttributeGroup
INTERNAL: This method is used internally when converting to a copy group.
toCurrentVersion() - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
Converts the current constant to one of the known versions, this means if the constant is EclipseLinkVersion.DEFAULT_VERSION, then it will be converted into the actual constant representing that version.
toCurrentVersion() - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Converts the current constant to one of the known versions, this means if the constant is JPAVersion.DEFAULT_VERSION, then it will be converted into the actual constant representing that version.
toDate() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns date from the string using the default format.
ToDate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
toDate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
toDate(String) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a String representation of the Date type to a Date.
toDateTime(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Calendar to a String representation of the DateTime type.
toDateTime(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Date to a String representation of the DateTime type.
Today - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Function to obtain the current timestamp on the database including date and time components.
today() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
toDay(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Calendar to a String representation of the Day type.
toDay(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Date to a String representation of the Day type.
toDo(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Can be used to mark code as need if something strange is seen.
toDouble(Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Typecast.
toDoubleType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Converts the given;@link IType}, if it's the primitive double, into the Double type.
toDoubleType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Converts the given;@link IType}, if it's the primitive double, into the Double type.
toDoubleType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Converts the given IType, if it's the primitive double, into the Double type.
toDuration(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Calendar to a String representation of the Duration type.
toDuration(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Date to a String representation of the Duration type.
toExpression(Expression) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
ADVANCED: Allow a Criteria Expression to be converted to a EclipseLink native API Expression object.
toExpression(Expression) - Method in interface org.eclipse.persistence.jpa.JpaCriteriaBuilder
ADVANCED: Allow a Criteria Expression to be converted to a EclipseLink native API Expression object.
toFetchGroup(Map<AttributeGroup, FetchGroup>, FetchGroup) - Method in class org.eclipse.persistence.internal.queries.AttributeItem
 
toFetchGroup() - Method in class org.eclipse.persistence.queries.AttributeGroup
Convert the group to a FetchGroup for usage with queries.
toFetchGroup(Map<AttributeGroup, FetchGroup>) - Method in class org.eclipse.persistence.queries.AttributeGroup
INTERNAL: This method is used internally when converting to a copy group.
toFloat(Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Typecast.
toFloatType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Converts the given;@link IType}, if it's the primitive float, into the Float type.
toFloatType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Converts the given;@link IType}, if it's the primitive float, into the Float type.
toFloatType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Converts the given IType, if it's the primitive float, into the Float type.
toggleArithmeticSign() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ArithmeticFactorStateObject
Toggles the arithmetic sign, plus becomes minus and vice versa.
toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractRangeVariableDeclarationStateObject
Toggles the usage of the AS identifier.
toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberDeclarationStateObject
Toggles the usage of the AS identifier.
toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.JoinStateObject
Toggles the usage of the AS identifier.
toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ResultVariableStateObject
Toggles the visibility of the AS identifier; either adds it if it's not present otherwise removes it if it's present.
toggleAs() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Toggles the visibility of the AS identifier; either adds it if it's not present otherwise removes it if it's present.
toggleDistinct() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectClauseStateObject
Changes the state of the DISTINCT identifier; either adds it if it's not present or removes it if it's present.
toggleDistinct() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
Reverses the visibility of the DISTINCT identifier.
toggleGroupByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Either adds or removes the state object representing the GROUP BY clause.
toggleHavingClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Either adds or removes the state object representing the HAVING clause.
toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Changes the visibility state of the NOT identifier.
toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Changes the visibility state of the NOT identifier.
toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.EmptyCollectionComparisonExpressionStateObject
Changes the visibility state of the NOT identifier.
toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.ExistsExpressionStateObject
Changes the visibility state of the NOT identifier.
toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.InExpressionStateObject
Changes the visibility state of the NOT identifier.
toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.LikeExpressionStateObject
Changes the visibility state of the NOT identifier.
toggleNot() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.NullComparisonExpressionStateObject
Changes the visibility state of the NOT identifier.
toggleOf() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CollectionMemberExpressionStateObject
Changes the visibility state of the OF identifier.
toggleOrderByClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SelectStatementStateObject
Either adds or removes the ORDER BY clause.
toggleWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Either adds or removes the state object representing the WHERE clause.
toggleWhereClause() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Either adds or removes the state object representing the WHERE clause.
toInteger(Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Typecast.
toIntegerType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Converts the given;@link IType}, if it's the primitive int, into the Integer type.
toIntegerType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Converts the given;@link IType}, if it's the primitive int, into the Integer type.
toIntegerType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Converts the given IType, if it's the primitive int, into the Integer type.
Token - Class in org.eclipse.persistence.sdo.helper.extension
A token is used for processing an XPath Expression into postfix notation via OPStack.
Token(String, int) - Constructor for class org.eclipse.persistence.sdo.helper.extension.Token
This constructor sets the name and type to the input values, and sets the priority to the input type.
Token(String, int, int) - Constructor for class org.eclipse.persistence.sdo.helper.extension.Token
This constructor sets the name, type and priority to the input values.
TOKEN - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
TOKEN_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
tokenNames - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
tokenNames - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
TOKENS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAsmFactory
Set of desc token characters.
tokensIterator() - Method in class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer
INTERNAL: Returns an AttributeNameTokenizer.TokensIterator over attribute name tokens.
TokensIterator(String) - Constructor for class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer.TokensIterator
INTERNAL: Creates an instance of attribute name tokenizer iterator.
TokensIterator(String, boolean) - Constructor for class org.eclipse.persistence.internal.mappings.converters.AttributeNameTokenizer.TokensIterator
INTERNAL: Creates an instance of attribute name tokenizer iterator.
toList() - Method in class org.eclipse.persistence.queries.ReportQueryResult
INTERNAL: Converts the ReportQueryResult to a simple list of values.
toLoadGroup(Map<AttributeGroup, LoadGroup>, LoadGroup, boolean) - Method in class org.eclipse.persistence.internal.queries.AttributeItem
 
toLoadGroup() - Method in class org.eclipse.persistence.queries.AttributeGroup
Convert the group to a LoadGroup for usage with queries.
toLoadGroup(Map<AttributeGroup, LoadGroup>, boolean) - Method in class org.eclipse.persistence.queries.AttributeGroup
 
toLoadGroup(Map<AttributeGroup, LoadGroup>, boolean) - Method in class org.eclipse.persistence.queries.FetchGroup
 
toLoadGroupLoadOnly() - Method in class org.eclipse.persistence.queries.FetchGroup
 
toLong(Expression<? extends Number>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Typecast.
toLowerCase() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that represents the receiver value converted to lower case.
ToLowerCase - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
toLowerCase() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the toLowerCase operator.
toMonth(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Calendar to a String representation of the Month type.
toMonth(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Date to a String representation of the Month type.
toMonthDay(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Calendar to a String representation of the MonthDay type.
toMonthDay(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Date to a String representation of the MonthDay type.
toNumber() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the number converted from the string.
ToNumber - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
toNumber() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
toNumberOperator() - Static method in class org.eclipse.persistence.platform.database.FirebirdPlatform
INTERNAL: Use CONVERT function for toNumber.
toNumberOperator() - Static method in class org.eclipse.persistence.platform.database.H2Platform
INTERNAL: Use CONVERT function for toNumber.
toNumberOperator() - Static method in class org.eclipse.persistence.platform.database.HSQLPlatform
INTERNAL: Use CONVERT function for toNumber.
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
Returns a string representation of this Expression and its children.
toParsedText(int, int) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractPathExpression
Returns a string representation from the given range.
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractSchemaName
Returns a string representation of this Expression and its children.
toParsedText(int) - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionExpression
Generates a string representation of this CollectionExpression.
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.DateTime
Returns a string representation of this Expression and its children.
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.EntityTypeLiteral
Returns a string representation of this Expression and its children.
toParsedText() - Method in interface org.eclipse.persistence.jpa.jpql.parser.Expression
Returns a string representation of this Expression and its children.
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.IdentificationVariable
Returns a string representation of this Expression and its children.
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.InputParameter
Returns a string representation of this Expression and its children.
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.NumericLiteral
Returns a string representation of this Expression and its children.
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.StringLiteral
Returns a string representation of this Expression and its children.
toParsedText() - Method in class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
Returns a string representation of this Expression and its children.
toParsedTextUntilAs() - Method in class org.eclipse.persistence.jpa.jpql.parser.CollectionMemberDeclaration
Creates a string representation of this expression up and excluding the AS identifier.
TOPIC_CONNECTION_FACTORY_NAME_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
TOPIC_NAME_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
toPlatform() - Method in class org.eclipse.persistence.internal.helper.JavaVersion
Return JavaSEPlatform matching this Java SE specification version.
TOPLINK_10_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
 
TOPLINK_11_SCHEMA - Static variable in class org.eclipse.persistence.sessions.factories.XMLProjectReader
 
TOPLINK_NAMESPACE - Static variable in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
TOPLINK_NAMESPACE - Static variable in class org.eclipse.persistence.logging.JavaLog
Stores the default session name in case there is the session name is missing.
TOPLINK_PREFIX - Static variable in class org.eclipse.persistence.internal.sessions.factories.NamespaceResolvableProject
 
toResponse(JPARSException) - Method in class org.eclipse.persistence.jpa.rs.exceptions.JPARSExceptionMapper
 
toShortType(Object) - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Converts the given;@link IType}, if it's the primitive short, into the Short type.
toShortType(Object) - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Converts the given;@link IType}, if it's the primitive short, into the Short type.
toShortType(IType) - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Converts the given IType, if it's the primitive short, into the Short type.
toSlashedClassName(String) - Static method in class org.eclipse.persistence.internal.helper.Helper
Convert dotted format class name to slashed format class name.
toString() - Method in class org.eclipse.persistence.core.queries.CoreAttributeGroup
 
toString() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
toString() - Method in class org.eclipse.persistence.descriptors.CacheIndex
 
toString() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Returns a brief string representation of the receiver.
toString() - Method in class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
 
toString() - Method in class org.eclipse.persistence.descriptors.copying.InstantiationCopyPolicy
 
toString() - Method in class org.eclipse.persistence.descriptors.copying.PersistenceEntityCopyPolicy
 
toString() - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
INTERNAL:
toString() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
INTERNAL:
toString() - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
 
toString() - Method in class org.eclipse.persistence.eis.EISConnectionSpec
PUBLIC: Print data source info.
toString(PrintWriter) - Method in class org.eclipse.persistence.eis.EISConnectionSpec
INTERNAL: Print something useful on the log.
toString() - Method in class org.eclipse.persistence.eis.EISMappedRecord
Print all of the record keys and values.
toString() - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
 
toString() - Method in exception org.eclipse.persistence.exceptions.EclipseLinkException
INTERNAL:
toString() - Method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
toString() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Print a debug form of the expression tree.
toString(BufferedWriter, int) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Print a debug form of the expression tree.
toString() - Method in class org.eclipse.persistence.expressions.ExpressionOperator
Print a debug representation of this operator.
toString() - Method in class org.eclipse.persistence.history.AsOfClause
 
toString() - Method in class org.eclipse.persistence.indirection.IndirectList
PUBLIC: Use the java.util.Vector#toString(); but wrap it with braces to indicate there is a bit of indirection.
toString() - Method in class org.eclipse.persistence.indirection.IndirectMap
PUBLIC: Use the Hashtable.toString(); but wrap it with braces to indicate there is a bit of indirection.
toString() - Method in class org.eclipse.persistence.indirection.IndirectSet
Use the delegate's #toString(); but wrap it with braces to indicate there is a bit of indirection.
toString() - Method in class org.eclipse.persistence.indirection.ValueHolder
INTERNAL:
toString() - Method in class org.eclipse.persistence.internal.codegen.CodeDefinition
 
toString() - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
 
toString() - Method in class org.eclipse.persistence.internal.codegen.HierarchyNode
 
toString() - Method in class org.eclipse.persistence.internal.databaseaccess.BindCallCustomParameter
 
toString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
 
toString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Print the SQL string.
toString() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
 
toString() - Method in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
 
toString() - Method in class org.eclipse.persistence.internal.databaseaccess.InOutputParameterForCallableStatement
 
toString() - Method in class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
toString() - Method in class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
 
toString() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
toString() - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
 
toString() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl.PropertyWrapper
 
toString() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
String representation of the dynamic entity using the entity type name and the primary key values - something like {Emp 10} or {Phone 234-5678 10}.
toString() - Method in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
toString() - Method in class org.eclipse.persistence.internal.expressions.SQLStatement
Try to print the SQL.
toString() - Method in class org.eclipse.persistence.internal.expressions.TableAliasLookup
 
toString() - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
toString() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
Print the nested depth.
toString() - Method in class org.eclipse.persistence.internal.helper.DatabaseField
 
toString() - Method in class org.eclipse.persistence.internal.helper.DatabaseTable
 
toString() - Method in class org.eclipse.persistence.internal.helper.IndexedObject
 
toString() - Method in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Convert Java SE platform version value to human readable String.
toString() - Method in class org.eclipse.persistence.internal.helper.JavaVersion
Return String representation of Java VM version object.
toString() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
toString() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
toString() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
toString() - Method in class org.eclipse.persistence.internal.history.HistoricalSession
 
toString() - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
 
toString() - Method in class org.eclipse.persistence.internal.identitymaps.CacheId
 
toString() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
toString() - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
 
toString() - Method in class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
 
toString() - Method in class org.eclipse.persistence.internal.jpa.DataSourceConfig
INTERNAL:
toString() - Method in class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
 
toString() - Method in exception org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLException
 
toString() - Method in class org.eclipse.persistence.internal.jpa.EJBQueryImpl
 
toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL:
toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL:
toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotatedElement
INTERNAL:
toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAnnotation
INTERNAL:
toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener
INTERNAL: Used in the debugger.
toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.mappings.AccessMethodsMetadata
INTERNAL: Used for validation exception message string and debugging.
toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.SequenceGeneratorMetadata
INTERNAL:
toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.TableGeneratorMetadata
INTERNAL:
toString() - Method in class org.eclipse.persistence.internal.jpa.metadata.sequencing.UuidGeneratorMetadata
INTERNAL:
toString() - Method in class org.eclipse.persistence.internal.jpa.metamodel.MetamodelImpl
INTERNAL: Return the string representation of the receiver.
toString() - Method in class org.eclipse.persistence.internal.jpa.metamodel.PluralAttributeImpl
 
toString() - Method in class org.eclipse.persistence.internal.jpa.metamodel.SingularAttributeImpl
Return the String representation of the receiver.
toString() - Method in class org.eclipse.persistence.internal.jpa.metamodel.TypeImpl
INTERNAL: Return the string representation of the receiver.
toString() - Method in class org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceUnit
INTERNAL:
toString(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
 
toString(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.CoalesceNode
 
toString(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.LiteralNode
 
toString() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
 
toString(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
 
toString() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Print the contents of the parse tree on a string
toString(int) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
 
toString(Expression<Character>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Typecast.
toString() - Method in class org.eclipse.persistence.internal.jpa.querydef.ParameterExpressionImpl
 
toString() - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
 
toString() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
toString() - Method in enum org.eclipse.persistence.internal.mappings.converters.AttributeNamePrefix
INTERNAL: Get instance value in human readable form.
toString() - Method in class org.eclipse.persistence.internal.oxm.StrBuffer
 
toString() - Method in class org.eclipse.persistence.internal.oxm.XMLAccessor
Call #toString(PrintWriter), to allow subclasses to insert additional information.
toString() - Method in class org.eclipse.persistence.internal.oxm.XPathQName
 
toString() - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
 
toString() - Method in class org.eclipse.persistence.internal.queries.ReportItem
 
toString() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
INTERNAL:
toString() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
Print the connection status with the session.
toString() - Method in class org.eclipse.persistence.internal.sessions.ArrayRecord
 
toString() - Method in class org.eclipse.persistence.internal.sessions.ChangeRecord
 
toString() - Method in class org.eclipse.persistence.internal.sessions.CommitManager
Print the in progress depth.
toString() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
toString() - Method in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
INTERNAL:
toString() - Method in class org.eclipse.persistence.internal.sessions.coordination.RemoteConnection
 
toString() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
toString() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
Avoid the toString printing the accessor and platform.
toString() - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
 
toString() - Method in class org.eclipse.persistence.jaxb.javamodel.reflection.JavaClassImpl
 
toString() - Method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
toString() - Method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultEclipseLinkJPQLGrammar
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.DefaultJPQLGrammar
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionFactory
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar1_0
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_0
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLGrammar2_1
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
toString() - Method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
toString() - Method in class org.eclipse.persistence.jpa.jpql.parser.QueryPosition
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultContentAssistProposals
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultRefactoringDelta
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.DefaultTextEdit
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.JPQLQueryContext
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
toString(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BaseJPQLQueryFormatter
Creates a string representation of the given StateObject.
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.DefaultProblem
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkJPQLQueryBuilder
toString(StateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter
Creates a string representation of the given StateObject.
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder1_0
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_0
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.JPQLQueryBuilder2_1
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
toString(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Prints out a string representation of this StateObject, which should not be used to define a true string representation of a JPQL query but should be used for debugging purposes.
toString(Appendable) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Prints out a string representation of this StateObject, which should not be used to define a true string representation of a JPQL query but should be used for debugging purposes.
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.AbstractPathResolver
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassNameResolver
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ClassResolver
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EntityResolver
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.EnumLiteralResolver
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.IdentificationVariableResolver
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.KeyResolver
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.SubqueryEntityResolver
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.filter.CompoundFilter
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.EmptyIterable
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SingleElementListIterable
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.SnapshotCloneIterable
 
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.EmptyIterator
toString() - Method in class org.eclipse.persistence.jpa.jpql.tools.utility.iterator.SingleElementListIterator
 
toString() - Method in class org.eclipse.persistence.jpa.jpql.utility.filter.NullFilter
toString() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.ArrayIterable
 
toString() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterable.SnapshotCloneListIterable
 
toString() - Method in class org.eclipse.persistence.jpa.jpql.utility.iterator.ArrayIterator
toString() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
toString() - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
To string.
toString() - Method in class org.eclipse.persistence.jpa.rs.util.MethodExitLogData
 
toString() - Method in class org.eclipse.persistence.logging.SessionLogEntry
 
toString() - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Print the mapping attribute name, this is used in error messages.
toString() - Method in class org.eclipse.persistence.mappings.foundation.AbstractColumnMapping
INTERNAL:
toString() - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL:
toString() - Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
INTERNAL: return a string representation of this instance of QueryKey
toString() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Print the dom XML string.
toString() - Method in class org.eclipse.persistence.oxm.XMLLogin
Return a String representation of the object.
toString() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
toString() - Method in class org.eclipse.persistence.queries.ConstructorReportItem
 
toString() - Method in class org.eclipse.persistence.queries.DatabaseQuery
 
toString() - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: Print the JPQL string.
toString() - Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
 
toString() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
toString() - Method in class org.eclipse.persistence.queries.ReportQueryResult
 
toString() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
 
toString() - Method in class org.eclipse.persistence.sdo.helper.extension.Token
 
toString() - Method in class org.eclipse.persistence.sdo.helper.extension.XPathHelper.QueryPart
 
toString() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL: Return the string representation of the receiver.
toString() - Method in class org.eclipse.persistence.sdo.SDOSetting
INTERNAL: Print out a String representation of this object
toString() - Method in class org.eclipse.persistence.sdo.types.SDOWrapperType
 
toString() - Method in class org.eclipse.persistence.sequencing.Sequence
 
toString(PrintWriter) - Method in interface org.eclipse.persistence.sessions.Connector
INTERNAL: Print something useful on the log.
toString() - Method in class org.eclipse.persistence.sessions.coordination.ServiceId
 
toString() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Print all of the connection information.
toString() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Print all of the connection information.
toString() - Method in class org.eclipse.persistence.sessions.DefaultConnector
PUBLIC: Print connection string.
toString(PrintWriter) - Method in class org.eclipse.persistence.sessions.DefaultConnector
INTERNAL: Print something useful on the log.
toString() - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
 
toString() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
toString() - Method in class org.eclipse.persistence.sessions.JNDIConnector
PUBLIC: Print data source info.
toString(PrintWriter) - Method in class org.eclipse.persistence.sessions.JNDIConnector
INTERNAL: Print something useful on the log.
toString() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL:
toString() - Method in class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Avoid printing the accessor and platform.
toString() - Method in class org.eclipse.persistence.sessions.serializers.AbstractSerializer
 
toString() - Method in class org.eclipse.persistence.sessions.serializers.JavaSerializer
 
toString() - Method in class org.eclipse.persistence.sessions.serializers.JSONSerializer
 
toString() - Method in class org.eclipse.persistence.sessions.serializers.kryo.KryoSerializer
 
toString() - Method in class org.eclipse.persistence.sessions.serializers.XMLSerializer
 
toString() - Method in class org.eclipse.persistence.sessions.server.ClientSession
INTERNAL: Print the connection status with the session.
toString() - Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
INTERNAL: return a string representation of this ConnectionPolicy
toString() - Method in class org.eclipse.persistence.sessions.server.ConnectionPool
INTERNAL: return a string representation of this connection pool
toString() - Method in class org.eclipse.persistence.tools.profiler.Profile
 
toString() - Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
 
toString() - Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
 
toStringDisplayName() - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
 
toStringIndent(int, StringBuilder) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
 
ToStringLocalization - Class in org.eclipse.persistence.internal.localization
Purpose: This is for any toString messages
ToStringLocalization() - Constructor for class org.eclipse.persistence.internal.localization.ToStringLocalization
 
ToStringLocalizationResource - Class in org.eclipse.persistence.internal.localization.i18n
English ResourceBundle for ToStringLocalization messages.
ToStringLocalizationResource() - Constructor for class org.eclipse.persistence.internal.localization.i18n.ToStringLocalizationResource
 
toStringNoClassName() - Method in class org.eclipse.persistence.core.queries.CoreAttributeItem
 
toText(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
Prints out a string representation of this StateObject, which should not be used to define a true string representation of a JPQL query but should be used for debugging purposes.
toText(Appendable) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObject
Prints out a string representation of this StateObject, which should not be used to define a true string representation of a JPQL query but should be used for debugging purposes.
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Prints out a string representation of this StateObject, which should not be used to define a true string representation of a JPQL query but should be used for debugging purposes.
toTextInternal(Appendable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Prints out a string representation of this StateObject, which should not be used to define a true string representation of a JPQL query but should be used for debugging purposes.
toTime(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Calendar to a String representation of the Time type.
toTime(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Date to a String representation of the Time type.
toUpperCase() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that represents the receiver value converted to upper case.
ToUpperCase - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Function operators
toUpperCase() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the TOUPPERCASE operator.
toUppercaseCasedWords() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the string with the first letter of each word capitalized.
toURI(URL) - Static method in class org.eclipse.persistence.internal.helper.Helper
Convert the URL into a URI allowing for special chars.
toValue(String) - Static method in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Returns a JavaSEPlatform with a value represented by the specified String.
toValue(int, int) - Static method in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Returns a JavaSEPlatform matching provided major and minor version numbers.
toValue(String) - Static method in enum org.eclipse.persistence.internal.mappings.converters.AttributeNamePrefix
INTERNAL: Returns an AttributeNamePrefix instance with name equal to the specified String.
toYear(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Calendar to a String representation of the Year type.
toYear(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Date to a String representation of the Year type.
toYearMonth(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Date to a String representation of the YearMonth type.
toYearMonth(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Calendar to a String representation of the YearMonth type.
toYearMonthDay(Date) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Date to a String representation of the YearMonthDay type.
toYearMonthDay(Calendar) - Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
Convert from a Calendar to a String representation of the YearMonthDay type.
TRAILING - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
TRAILING - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
TRAILING - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'TRAILING'.
transactedSessionTestError() - Static method in exception org.eclipse.persistence.eis.EISException
 
TRANSACTION - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
Transaction - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
TRANSACTION_MANAGER_NOT_SET_FOR_JTS_DRIVER - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
TRANSACTION_NONE - Static variable in class org.eclipse.persistence.sessions.DatabaseLogin
Transactions are not supported.
TRANSACTION_READ_COMMITTED - Static variable in class org.eclipse.persistence.sessions.DatabaseLogin
Dirty reads are prevented; non-repeatable reads and phantom reads can occur.
TRANSACTION_READ_UNCOMMITTED - Static variable in class org.eclipse.persistence.sessions.DatabaseLogin
Dirty reads, non-repeatable reads and phantom reads can occur.
TRANSACTION_REPEATABLE_READ - Static variable in class org.eclipse.persistence.sessions.DatabaseLogin
Dirty reads and non-repeatable reads are prevented; phantom reads can occur.
TRANSACTION_SERIALIZABLE - Static variable in class org.eclipse.persistence.sessions.DatabaseLogin
Dirty reads, non-repeatable reads and phantom reads are prevented.
TRANSACTION_TYPE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.transactionType" property specifies the transaction type for the persistence unit.
Transactional - Static variable in class org.eclipse.persistence.config.ExclusiveConnectionMode
The value causes creation of IsolatedClientSession in isolated case and ClientSession otherwise.
TransactionException - Exception in org.eclipse.persistence.exceptions
 
TransactionException(String) - Constructor for exception org.eclipse.persistence.exceptions.TransactionException
 
TransactionException(String, Exception) - Constructor for exception org.eclipse.persistence.exceptions.TransactionException
 
TransactionExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for TransactionException messages.
TransactionExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.TransactionExceptionResource
 
TransactionImpl - Class in org.eclipse.persistence.internal.jpa.transaction
Deprecated.
TransactionImpl() - Constructor for class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
transactionIsActive() - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
TransactionManagerImpl - Class in org.eclipse.persistence.internal.jpa.transaction
Deprecated.
TransactionManagerImpl() - Constructor for class org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl
Deprecated.
 
transactionManagerNotSetForJTSDriver() - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
 
transactionNotActive() - Static method in exception org.eclipse.persistence.exceptions.TransactionException
 
TransactionWrapper - Interface in org.eclipse.persistence.internal.jpa.transaction
INTERNAL: Wraps a class that returns a JDK 1.5 EntityTransaction.
TransactionWrapper - Class in org.eclipse.persistence.jpa.rs.util
 
TransactionWrapper() - Constructor for class org.eclipse.persistence.jpa.rs.util.TransactionWrapper
 
TransactionWrapperImpl - Class in org.eclipse.persistence.internal.jpa.transaction
 
TransactionWrapperImpl(EntityManagerImpl) - Constructor for class org.eclipse.persistence.internal.jpa.transaction.TransactionWrapperImpl
 
transform(ClassLoader, String, Class, ProtectionDomain, byte[]) - Method in class org.eclipse.persistence.internal.jpa.weaving.PersistenceWeaver
INTERNAL: Perform dynamic byte code weaving of class.
transform(Node, OutputStream) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
transform(Node, ContentHandler) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
transform(Node, Result) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
transform(Node, Writer) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
transform(Source, Result) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
transform(Document, Node, URL) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPTransformer
 
transform(Node, OutputStream) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
transform(Node, ContentHandler) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
transform(Node, Result) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
transform(Node, Writer) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
transform(Source, Result) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
transform(Document, Node, URL) - Method in interface org.eclipse.persistence.platform.xml.XMLTransformer
 
transform(String, Class, byte[]) - Method in class org.eclipse.persistence.tools.weaving.jpa.StaticWeaveClassTransformer
The method performs weaving function on the given class.
Transformation - Annotation Type in org.eclipse.persistence.annotations
Transformation is an optional annotation for org.eclipse.persistence.mappings.TransformationMapping.
Transformation - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
TRANSFORMATION - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEclipseLinkMappingType
The constant for a transformation mapping.
TransformationAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: TransformationAccessor.
TransformationAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransformationAccessor
INTERNAL:
TransformationAccessor(MetadataAnnotation, MetadataAnnotatedElement, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransformationAccessor
INTERNAL:
TransformationImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
TransformationImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.TransformationImpl
 
TransformationMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,TRANSFORMATION_RECORD extends TransformationRecord,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
TransformationMapping - Class in org.eclipse.persistence.mappings
Purpose: A transformation mapping is used for a specialized translation between how a value is represented in Java and its representation on the databae.
TransformationMapping() - Constructor for class org.eclipse.persistence.mappings.TransformationMapping
PUBLIC: Default constructor.
TransformationMappingChangeRecord - Class in org.eclipse.persistence.internal.sessions
Purpose: To record the changes for attributes that can be represented as Transformation Mapping
TransformationMappingChangeRecord() - Constructor for class org.eclipse.persistence.internal.sessions.TransformationMappingChangeRecord
This default constructor.
TransformationMappingChangeRecord(ObjectChangeSet) - Constructor for class org.eclipse.persistence.internal.sessions.TransformationMappingChangeRecord
This is the basic constructor for this change Record.
TransformationMappingChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
Purpose: To Provide API to the TransformationMappingChangeRecord.
TransformationRecord - Interface in org.eclipse.persistence.internal.oxm.record
 
transformAttributeName(String) - Method in class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
By default do not make changes to attribute names
transformAttributeName(String) - Method in interface org.eclipse.persistence.oxm.XMLNameTransformer
Method called when creating an attribute from a Java field
transformElementName(String) - Method in class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
By default do not make changes to element names
transformElementName(String) - Method in interface org.eclipse.persistence.oxm.XMLNameTransformer
Method called when creating an element from a Java field or method
TRANSFORMER_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
TransformerBasedFieldTransformation - Class in org.eclipse.persistence.internal.descriptors
INTERNAL: An implementation of FieldTransformation which holds onto a transformer class-name which will be instantiated to do transformations
TransformerBasedFieldTransformation() - Constructor for class org.eclipse.persistence.internal.descriptors.TransformerBasedFieldTransformation
 
TransformerBasedFieldTransformation(FieldTransformer) - Constructor for class org.eclipse.persistence.internal.descriptors.TransformerBasedFieldTransformation
 
TransformerBasedValueHolder - Class in org.eclipse.persistence.internal.indirection
 
TransformerBasedValueHolder(AttributeTransformer, Object, AbstractRecord, AbstractSession) - Constructor for class org.eclipse.persistence.internal.indirection.TransformerBasedValueHolder
Initialize the method-based value holder.
transformerClassNotFound(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: Transformer class could not be loaded.
TransformerFactory - Class in org.eclipse.persistence.internal.jpa.weaving
This class creates a ClassFileTransformer that is used for dynamic bytecode weaving.
TransformerFactory(Session, Collection<MetadataClass>, ClassLoader, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
 
TransformerHelper - Class in org.eclipse.persistence.internal.helper
Transformer helper class.
TransformerHelper() - Constructor for class org.eclipse.persistence.internal.helper.TransformerHelper
 
TransformerPropertyBuilder - Class in org.eclipse.persistence.jaxb.compiler.builder
This class is building properties from write transformers.
TransformerPropertyBuilder(Property, TypeInfo, Helper, String) - Constructor for class org.eclipse.persistence.jaxb.compiler.builder.TransformerPropertyBuilder
 
TransformerReflectionHelper - Class in org.eclipse.persistence.jaxb.compiler.builder.helper
Provides return type from write transformation method.
TransformerReflectionHelper(Helper) - Constructor for class org.eclipse.persistence.jaxb.compiler.builder.helper.TransformerReflectionHelper
 
transformFromXML(String) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
Set the XML from an XML string.
transformFromXML(Reader) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
Set the XML from an XML reader.
transformRootElementName(String) - Method in class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
By default convert class names to xml names based the rules defined in the JAXB specification
transformRootElementName(String) - Method in interface org.eclipse.persistence.oxm.XMLNameTransformer
Method called when creating a simpletype or complextype from a class
transformToWriter(Writer) - Method in class org.eclipse.persistence.oxm.record.DOMRecord
Write the XML string representation of the DOM.
transformToXML() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
transformToXML() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
Return the XML string representation of the DOM.
transformToXML() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
 
transformToXML() - Method in class org.eclipse.persistence.oxm.record.NodeRecord
 
transformToXML() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
transformToXML() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
transformToXML() - Method in class org.eclipse.persistence.oxm.record.XMLRecord
Return the XML string representation of the DOM.
transformTypeName(String) - Method in class org.eclipse.persistence.jaxb.DefaultXMLNameTransformer
By default convert class names to xml names based the rules defined in the JAXB specification
transformTypeName(String) - Method in interface org.eclipse.persistence.oxm.XMLNameTransformer
Method called when creating a simpletype or complextype from a class
Transient - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
TRANSIENT - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for an attribute that is not persistent.
TRANSIENT_IN_PROP_ORDER - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
TRANSIENT_REF_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
TransientAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: An transient accessor ...
TransientAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.TransientAccessor
INTERNAL:
TransientCompatibleAnnotations - Class in org.eclipse.persistence.annotations
PUBLIC: This class is used by our JPA annotation processing to discover which annotations may coexist with a javax.persistence.Transient annotation.
TransientCompatibleAnnotations() - Constructor for class org.eclipse.persistence.annotations.TransientCompatibleAnnotations
 
TransientImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
TransientImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.TransientImpl
 
transientInProporder(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
transitionToDeferredLock() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyManager
 
transitionToDeferredLocks(MergeManager) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
INTERNAL: This method will transition the previously acquired active locks to deferred locks in the case a readlock could not be acquired for a related object.
transitionToDeferredLocks() - Method in class org.eclipse.persistence.internal.sessions.MergeManager
INTERNAL: Records that this merge manager has transitioned to use deferred locks during the merge.
translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.EISInteraction
Arguments to the interaction can be passed two ways.
translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.QueryStringInteraction
Allow the call to translate the query arguments.
translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
INTERNAL: Allow the call to translate the XQuery arguments.
translate(Object, Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the string with each char from the from string converted to the char in the to string.
Translate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
translate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Allow the call to translate from the translation for predefined calls.
translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
Allow the call to translate from the translation for predefined calls.
translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
Allow the call to translate from the translation for predefined calls.
translate(PLSQLargument, AbstractRecord, AbstractRecord, List<DatabaseField>, List<DatabaseField>, List, StoredProcedureCall) - Method in class org.eclipse.persistence.internal.helper.ComplexDatabaseType
 
translate(PLSQLargument, AbstractRecord, AbstractRecord, List, List, List, StoredProcedureCall) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
 
translate(PLSQLargument, AbstractRecord, AbstractRecord, List<DatabaseField>, List<DatabaseField>, List, StoredProcedureCall) - Method in interface org.eclipse.persistence.internal.helper.DatabaseType
 
translate() - Method in class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
Translates from the criteria query to a EclipseLink Database Query.
translate() - Method in class org.eclipse.persistence.internal.jpa.querydef.ConstructorSelectionImpl
 
translate() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Translates from the criteria query to a EclipseLink Database Query.
translate(PLSQLargument, AbstractRecord, AbstractRecord, List<DatabaseField>, List<DatabaseField>, List, StoredProcedureCall) - Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
translate(PLSQLargument, AbstractRecord, AbstractRecord, List<DatabaseField>, List<DatabaseField>, List, StoredProcedureCall) - Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
INTERNAL: Translate the argument value from the query translation row to call translation row.
translate(PLSQLargument, AbstractRecord, AbstractRecord, List<DatabaseField>, List<DatabaseField>, List, StoredProcedureCall) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
 
translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
Translate the PLSQL procedure translation row, into the row expected by the SQL procedure.
translate(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.queries.JPQLCall
INTERNAL: translate method comment.
translateCustomQuery() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
INTERNAL: Parse the query string for # markers for custom query based on a query language.
translateCustomQuery() - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
Parse the query string for # markers for custom query based on a query language.
translateCustomQuery() - Method in class org.eclipse.persistence.queries.SQLCall
INTERNAL: Keep track of the fact that this call has been translated.
translateLoggingLevelToString(int) - Static method in class org.eclipse.persistence.logging.AbstractSessionLog
INTERNAL: Translate the string value of the log level to the constant value.
translatePureSQLCustomQuery() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
INTERNAL: Parse the query string for ? markers for custom query based on a query language.
translatePureSQLCustomQuery() - Method in class org.eclipse.persistence.queries.SQLCall
INTERNAL: Only translate the call if it was not previously translated This code ensures the translation code for a custom SQLCall is only run once In the case of inheritance we will try to call the translation code once to get the list of types and again for each subclass
translateQueryString(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
INTERNAL: Allow the call to translate from the translation for predefined calls.
translateQueryString(AbstractRecord, AbstractRecord, AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.QueryStringCall
Allow the call to translate from the translation for predefined calls.
translateQueryStringForParameterizedIN(AbstractRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
INTERNAL: Translate only IN() parameter values (List parameters).
translateStringToLoggingLevel(String) - Static method in class org.eclipse.persistence.logging.AbstractSessionLog
INTERNAL: Translate the string value of the log level to the constant value.
TRANSLATION - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceCall
 
TransparentIndirectionPolicy - Class in org.eclipse.persistence.internal.indirection
Purpose
TransparentIndirectionPolicy() - Constructor for class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Construct a new indirection policy.
Transporter - Class in org.eclipse.persistence.internal.sessions.remote
As the name signifies the object is responsible for carrying read objects from the server to the client.
Transporter() - Constructor for class org.eclipse.persistence.internal.sessions.remote.Transporter
 
Transporter(Object) - Constructor for class org.eclipse.persistence.internal.sessions.remote.Transporter
 
TransporterDefaultFactory - Class in org.eclipse.persistence.sessions.remote.corba.sun
INTERNAL: org/eclipse/persistence/internal/remote/TransporterDefaultFactory.java Generated by the IDL-to-Java compiler (portable), version "3.0" from d:/StarTeam/DIDev/Pine/TopLink/DISource/IDLs/CorbaRemoteSessionControllerSun.idl Thursday, May 3, 2001 1:36:59 PM EDT
TransporterDefaultFactory() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.TransporterDefaultFactory
 
TransporterHelper - Class in org.eclipse.persistence.sessions.remote.corba.sun
INTERNAL: org/eclipse/persistence/internal/remote/TransporterHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from d:/StarTeam/DIDev/Pine/TopLink/DISource/IDLs/CorbaRemoteSessionControllerSun.idl Thursday, May 3, 2001 1:36:59 PM EDT
TransporterHelper() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHelper
 
TransporterHolder - Class in org.eclipse.persistence.sessions.remote.corba.sun
INTERNAL: org/eclipse/persistence/internal/remote/TransporterHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from d:/StarTeam/DIDev/Pine/TopLink/DISource/IDLs/CorbaRemoteSessionControllerSun.idl Thursday, May 3, 2001 1:36:59 PM EDT
TransporterHolder() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHolder
 
TransporterHolder(Transporter) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHolder
 
TransportManager - Class in org.eclipse.persistence.sessions.coordination
Purpose: Provide an abstract class that offers a common API to handling remote command connections.
TransportManager() - Constructor for class org.eclipse.persistence.sessions.coordination.TransportManager
 
TransportManagerConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.transport
INTERNAL:
TransportManagerConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.transport.TransportManagerConfig
 
traverseRelatedLocks(Object, Map, Map, ClassDescriptor, AbstractSession) - Method in class org.eclipse.persistence.internal.helper.WriteLockManager
INTERNAL: Traverse the object and acquire locks on all related objects.
traverseSourceDirectory(File) - Method in class org.eclipse.persistence.tools.PackageRenamer
This traverseSourceDirectory() traverse source-root-directory, creating an corresponding output directory, and calling another method for replacing old TopLink package name.
treat(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") downcast uses Expression.type() internally to guarantee the results are of the specified class.
treat(Class) - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
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") downcast uses Expression.type() internally to guarantee the results are of the specified class.
treat(Class) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
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") downcast uses Expression.type() internally to guarantee the results are of the specified class.
TREAT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
TREAT - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
treat(Join<X, T>, Class<V>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
 
treat(CollectionJoin<X, T>, Class<E>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
 
treat(SetJoin<X, T>, Class<E>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
 
treat(ListJoin<X, T>, Class<E>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
 
treat(MapJoin<X, K, T>, Class<V>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
 
treat(Path<X>, Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
 
treat(Root<X>, Class<T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
 
TREAT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'TREAT', which is an EclipseLink specific identifier that was added in version 2.1.
TreatAsExpression - Class in org.eclipse.persistence.internal.expressions
 
TreatAsExpression(Class, ObjectExpression) - Constructor for class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
TreatExpression - Class in org.eclipse.persistence.jpa.jpql.parser
Returns an expression that allows to treat its base as if it were a subclass of the class returned by the base.
TreatExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TreatExpression
Creates a new TreatExpression.
TreatExpression_InvalidJPAPlatform - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TreatExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a TREAT expression.
TreatExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionBNF
Creates a new TreatExpressionBNF.
TreatExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This TreatExpressionFactory creates a new TreatExpression when the portion of the query to parse starts with TREAT.
TreatExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TreatExpressionFactory
Creates a new TreatExpressionFactory.
TreatExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
Returns an expression that allows to treat its base as if it were a subclass of the class returned by the base.
TreatExpressionStateObject(JoinStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Creates a new TreatExpressionStateObject.
TreatExpressionStateObject(JoinStateObject, boolean, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Creates a new TreatExpressionStateObject.
TreatExpressionStateObject(JoinStateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TreatExpressionStateObject
Creates a new TreatExpressionStateObject.
TreatResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver resolves a path and casts it as another entity type.
TreatResolver(Resolver, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.TreatResolver
Creates a new TreatResolver.
TreeObjectBuilder - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
TreeObjectBuilder(ClassDescriptor) - Constructor for class org.eclipse.persistence.internal.oxm.TreeObjectBuilder
 
Trigger - Static variable in class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
If conforming encounters an uninstantiated indirection/lazy object it is triggered.
triggerIndirection() - Method in class org.eclipse.persistence.queries.InMemoryQueryIndirectionPolicy
 
triggerMetadataRefresh(Map) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
This method is just a wrapper on refreshMetadata so that core does not need a dependency on JPA due to the EntityManagerSetupImpl return value.
triggerMetadataRefresh(Map) - Method in interface org.eclipse.persistence.sessions.coordination.MetadataRefreshListener
 
trim() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the string trimmed for white space.
trim(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, returns the string right and left trimmed for the substring.
Trim - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
trim() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
TRIM - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
TRIM - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
trim() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
trim(Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to trim blanks from both ends of a string.
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to trim blanks from a string.
trim(Expression<Character>, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to trim character from both ends of a string.
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to trim character from a string.
trim(char, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to trim character from both ends of a string.
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression to trim character from a string.
TRIM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'TRIM'.
trim(TrimExpression.Specification, String, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
trim(TrimExpression.Specification, T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
trim(TrimExpression.Specification, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
trim(TrimExpression.Specification, String, IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
trim(TrimExpression.Specification, String, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
trim(TrimExpression.Specification, T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
Trim2 - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
trim2() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build Trim operator.
trim2Operator() - Static method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: Build Trim operator.
trim2Operator() - Static method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL: Build Trim operator.
TRIM_CHARACTER_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Notify the state object representing the trim character has changed.
TRIM_STRINGS_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
trimChar() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
TrimExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The TRIM function trims the specified character from a string.
TrimExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TrimExpression
Creates a new TrimExpression.
TrimExpression.Specification - Enum in org.eclipse.persistence.jpa.jpql.parser
The possible ways to trim the string.
TrimExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TrimExpression_InvalidTrimCharacter - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TrimExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TrimExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TrimExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TrimExpression_NotSingleStringLiteral - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TrimExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This TrimExpressionFactory creates a new TrimExpression when the portion of the query to parse starts with TRIM.
TrimExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TrimExpressionFactory
Creates a new TrimExpressionFactory.
TrimExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The TRIM function trims the specified character from a string.
TrimExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Creates a new TrimExpressionStateObject.
TrimExpressionStateObject(StateObject, TrimExpression.Specification, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Creates a new TrimExpressionStateObject.
TrimExpressionStateObject(StateObject, TrimExpression.Specification, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Creates a new TrimExpressionStateObject.
TrimExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TrimExpressionStateObject
Creates a new TrimExpressionStateObject.
trimFieldsForInsert(AbstractSession, AbstractRecord) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL Remove a potential sequence number field and invoke the ReturningPolicy trimModifyRowsForInsert method
trimFieldsForInsert() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
INTERNAL Remove a potential sequence number field and invoke the ReturningPolicy trimModifyRowsForInsert method
trimModifyRowForInsert(AbstractRecord) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
TrimNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
TrimNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.TrimNode
TrimNode constructor.
trimOperator() - Static method in class org.eclipse.persistence.platform.database.HSQLPlatform
INTERNAL: Use TRIM(FROM ?) function for trim.
trimOperator() - Static method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL: Use RTRIM(LTRIM(?)) function for trim.
trimOperator() - Static method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL: Use RTRIM(LTRIM(?)) function for trim.
trimRowForJoin(AbstractRecord, JoinedAttributeManager, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return a sub-partition of the row starting at the index for the mapping.
trimRowForJoin(AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return a sub-partition of the row starting at the index.
trimSpec() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
trimToSize() - Method in class org.eclipse.persistence.indirection.IndirectList
 
trimToSize() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedVector
 
trimToSize() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
First wait until complete.
TRUE - Static variable in class org.eclipse.persistence.config.HintValues
 
TRUE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
TRUE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
TRUE - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
TRUE - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
TRUE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'TRUE'.
TRUE() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
TRUE() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
TRUE() - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
trunc(Expression, int) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
trunc(Expression, Object) - Static method in class org.eclipse.persistence.expressions.ExpressionMath
PUBLIC: Return a new expression that applies the function to the given expression.
Trunc - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
trunc() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
truncate(String, int) - Static method in class org.eclipse.persistence.internal.helper.Helper
If the size of the original string is larger than the passed in size, this method will remove the vowels from the original string.
truncateDate(String) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: return the date truncated to the indicated datePart.
TruncateDate - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
truncateDate() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
truncateDate(Date) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return a sql.Date with time component zeroed out.
truncateDateIgnoreMilliseconds(Date) - Static method in class org.eclipse.persistence.internal.helper.Helper
Return a sql.Date with time component zeroed out (with possible exception of milliseconds).
tuneDeploy(Session) - Method in class org.eclipse.persistence.tools.tuning.SafeModeTuner
Allow any Session configuration to be tune after meta-data has been processed, but before connecting the session.
tuneDeploy(Session) - Method in interface org.eclipse.persistence.tools.tuning.SessionTuner
Allow any Session configuration to be tune after meta-data has been processed, but before connecting the session.
tuneDeploy(Session) - Method in class org.eclipse.persistence.tools.tuning.StandardTuner
Allow any Session configuration to be tune after meta-data has been processed, but before connecting the session.
tunePostDeploy(Session) - Method in class org.eclipse.persistence.tools.tuning.SafeModeTuner
Allow any Session configuration to be tune after deploying and connecting the session.
tunePostDeploy(Session) - Method in interface org.eclipse.persistence.tools.tuning.SessionTuner
Allow any Session configuration to be tune after deploying and connecting the session.
tunePostDeploy(Session) - Method in class org.eclipse.persistence.tools.tuning.StandardTuner
Allow any Session configuration to be tune after deploying and connecting the session.
tunePreDeploy(Map) - Method in class org.eclipse.persistence.tools.tuning.SafeModeTuner
Allow any JPA persistence unit properties to be configured, prior to deployment.
tunePreDeploy(Map) - Method in interface org.eclipse.persistence.tools.tuning.SessionTuner
Allow any JPA persistence unit properties to be configured, prior to deployment.
tunePreDeploy(Map) - Method in class org.eclipse.persistence.tools.tuning.StandardTuner
Allow any JPA persistence unit properties to be configured, prior to deployment.
TunerType - Class in org.eclipse.persistence.config
Tuning persistence property values.
TunerType() - Constructor for class org.eclipse.persistence.config.TunerType
 
TUNING - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.tuning"property configures the type of tuner to use to configure the persistence unit.
tuple(Selection<?>...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
 
TupleImpl - Class in org.eclipse.persistence.internal.jpa.querydef
 
TupleImpl(List<? super Selection<?>>, ReportQueryResult) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.TupleImpl
 
TupleQuery - Class in org.eclipse.persistence.internal.jpa.querydef
Purpose: This is a special subclass of the ReportQuery that constructs Tuple results.
TupleQuery(List<? super Selection<?>>) - Constructor for class org.eclipse.persistence.internal.jpa.querydef.TupleQuery
 
TW_CT_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
TW_LAZY_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
twist(Expression, Expression) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: We are given an expression that comes from a different context than the one in which this was built, e.g.
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
 
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTRENAL: Used to change an expression off of one base to an expression off of a different base.
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.ManualQueryKeyExpression
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: Rebuild against the base, with the values of parameters supplied by the context expression.
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
 
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.TableExpression
INTERNAL: Rebuild myself against the base, with the values of parameters supplied by the context expression.
twistedForBaseAndContext(Expression, Expression, Expression) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
TWO_STRUCT_CONVERTERS_ADDED_FOR_SAME_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
twoStructConvertersAddedForSameClass(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
TX_SESSION_TEST_ERROR - Static variable in exception org.eclipse.persistence.eis.EISException
 
txActiveException() - Method in class org.eclipse.persistence.internal.jpa.ExceptionFactory
 
txMarkedForRollbackException() - Method in class org.eclipse.persistence.internal.jpa.ExceptionFactory
 
txNotActiveException() - Method in class org.eclipse.persistence.internal.jpa.ExceptionFactory
 
type() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression that wraps the inheritance type field in an expression.
type() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
PUBLIC: Return an expression that wraps the inheritance type field in an expression.
type - Variable in class org.eclipse.persistence.internal.helper.DatabaseField
Respective Java type desired for the field's value, used to optimize performance and for binding.
TYPE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
TYPE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
type() - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicCollectionJoinImpl
Return an expression corresponding to the type of the path.
type() - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicListJoinImpl
Return an expression corresponding to the type of the path.
type() - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicMapJoinImpl
Return an expression corresponding to the type of the path.
type() - Method in class org.eclipse.persistence.internal.jpa.querydef.BasicSetJoinImpl
Return an expression corresponding to the type of the path.
type() - Method in class org.eclipse.persistence.internal.jpa.querydef.FromImpl
Return an expression corresponding to the type of the path.
type() - Method in class org.eclipse.persistence.internal.jpa.querydef.PathImpl
Return an expression corresponding to the type of the path.
type() - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHelper
 
type() - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHelper
 
TYPE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'TYPE'.
type(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression TYPE(identification_variable | single_valued_object_path_expression | input_parameter).
type(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
Creates the expression TYPE(identification_variable | single_valued_object_path_expression | input_parameter).
type(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression TYPE(identification_variable | single_valued_object_path_expression | input_parameter).
TYPE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
type() - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
 
type() - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHelper
 
TYPE_CANNOT_BE_OPEN_AND_DATATYPE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
TYPE_FORWARD_ONLY - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
JDBC 2.0 The type for a ResultSet object whose cursor may move only forward.
TYPE_LOAD_OPTION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
TYPE_MISMATCH_BETWEEN_ATTRIBUTE_AND_CONSTANT_ON_EXPRESSION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
TYPE_NAME - Static variable in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
 
TYPE_NAME_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
TYPE_NOT_FOUND - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
TYPE_NOT_FOUND_FOR_INTERFACE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
TYPE_PROPERTY_MUST_BE_A_TYPE - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
TYPE_REFERENCED_BUT_NEVER_DEFINED - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
TYPE_SCROLL_INSENSITIVE - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
JDBC 2.0 The type for a ResultSet object that is scrollable but generally not sensitive to changes made by others.
TYPE_SCROLL_SENSITIVE - Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
JDBC 2.0 The type for a ResultSet object that is scrollable and generally sensitive to changes made by others.
TYPE_STR - Static variable in class org.eclipse.persistence.internal.xr.Util
 
typeCannotBeOpenAndDataType(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to set a type to be both open and dataType
TypeConversionConverter - Class in org.eclipse.persistence.mappings.converters
Purpose: Type conversion converters are used to explicitly map a database type to a Java type.
TypeConversionConverter() - Constructor for class org.eclipse.persistence.mappings.converters.TypeConversionConverter
PUBLIC: Default constructor.
TypeConversionConverter(DatabaseMapping) - Constructor for class org.eclipse.persistence.mappings.converters.TypeConversionConverter
PUBLIC: Default constructor.
TypeConverter - Annotation Type in org.eclipse.persistence.annotations
The TypeConverter annotation is used to specify an EclipseLink org.eclipse.persistence.mappings.converters.TypeConversionConverter for modification of the data value(s) during the reading and writing of a mapped attribute.
TypeConverter - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
TypeConverterImpl - Class in org.eclipse.persistence.internal.jpa.config.converters
JPA scripting API implementation.
TypeConverterImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.converters.TypeConverterImpl
 
TypeConverterMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: Object to hold onto a type converter metadata.
TypeConverterMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL: Used for XML loading.
TypeConverterMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.TypeConverterMetadata
INTERNAL: Used for annotation loading.
TypeConverters - Annotation Type in org.eclipse.persistence.annotations
A TypeConverters annotation allows the definition of multiple TypeConverter.
TypedAssociation - Class in org.eclipse.persistence.mappings
Purpose: Generic association object.
TypedAssociation() - Constructor for class org.eclipse.persistence.mappings.TypedAssociation
Default constructor.
TypedAssociation(Object, Object) - Constructor for class org.eclipse.persistence.mappings.TypedAssociation
PUBLIC: Create an association.
TypeDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Allow for Oracle 8 object-relational user defined type to be created.
TypeDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.TypeDefinition
 
TypeDefParticle - Class in org.eclipse.persistence.internal.oxm.schema.model
Purpose: Base class for Sequence, Choice and All
TypeDefParticle() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.TypeDefParticle
 
TypeDefParticleOwner - Interface in org.eclipse.persistence.internal.oxm.schema.model
Purpose: Class to represent an object that can be the owner of sequence, choice, all in a Schema
typeDiscriminator() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
TypeExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An entity type expression can be used to restrict query polymorphism.
TypeExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TypeExpression
Creates a new TypeExpression.
TypeExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TypeExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TypeExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TypeExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TypeExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
TypeExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a type expression.
TypeExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionBNF
Creates a new TypeExpressionBNF.
TypeExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This TypeExpressionFactory creates a new TypeExpression when the portion of the query to parse starts with TYPE.
TypeExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.TypeExpressionFactory
Creates a new TypeExpressionFactory.
TypeExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
An entity type expression can be used to restrict query polymorphism.
TypeExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
Creates a new TypeExpressionStateObject.
TypeExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
Creates a new TypeExpressionStateObject.
TypeExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.TypeExpressionStateObject
Creates a new TypeExpressionStateObject.
TypeHelper - Interface in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
TypeHelper - Class in org.eclipse.persistence.jpa.jpql.tools
This helper contains methods related to IType and can perform equivalency checks.
TypeHelper(ITypeRepository) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Creates a new TypeHelper.
TypeHelperImpl - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
TypeHelperImpl(AbstractSession, ClassLoader) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.TypeHelperImpl
 
TypeImpl<X> - Class in org.eclipse.persistence.internal.jpa.metamodel
Purpose: Provides the implementation for the Type interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
TypeImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOTypeType.TypeImpl
 
TypeInfo - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
TypeInfo(Helper, JavaClass) - Constructor for class org.eclipse.persistence.jaxb.compiler.TypeInfo
This constructor sets the Helper to be used throughout XML and Annotations processing.
TypeInstantiationPolicy(SDOType) - Constructor for class org.eclipse.persistence.sdo.SDOType.TypeInstantiationPolicy
 
TypeMapping - Class in org.eclipse.persistence.internal.descriptors
Purpose: Used to define object-type converter object->data values mapping.
TypeMapping() - Constructor for class org.eclipse.persistence.internal.descriptors.TypeMapping
Default constructor.
TypeMapping(Object, Object) - Constructor for class org.eclipse.persistence.internal.descriptors.TypeMapping
Create an association.
TypeMappingInfo - Class in org.eclipse.persistence.jaxb
Purpose: Provides a wrapper for a java type to be used when creating a JAXB context.
TypeMappingInfo() - Constructor for class org.eclipse.persistence.jaxb.TypeMappingInfo
 
TypeMappingInfo.ElementScope - Enum in org.eclipse.persistence.jaxb
 
typeMismatchBetweenAttributeAndConstantOnExpression(Class, Class) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
typeName - Variable in class org.eclipse.persistence.internal.helper.DatabaseField
 
typeNameNotSet(DatabaseType) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
TypeNodeValue - Class in org.eclipse.persistence.internal.oxm
 
TypeNodeValue() - Constructor for class org.eclipse.persistence.internal.oxm.TypeNodeValue
 
typeNotFound(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to lookup a type with the given uri and name
typeNotFoundForInterface(String, boolean) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception trying to lookup a type with the given interface
typePropertyMustBeAType(Exception) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: thrown from SDOXMLHelperDelegate
typeReferencedButNotDefined(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
 
Types_NCLOB - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
Types_SQLXML - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
TypeStringConverter - Class in org.eclipse.persistence.sdo.helper.metadata
 
TypeStringConverter(SDOTypeHelper) - Constructor for class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
 
TypeTableDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Allow for tabels of Oracle 8 object-relational user defined type to be created.
TypeTableDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.TypeTableDefinition
 
typeValueFromObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
INTERNAL This method returns the inheritance field value for an object to conform in an in-memory query.
TypeVisitor<R,P> - Class in org.eclipse.persistence.internal.jpa.modelgen.visitors
A type visitor.
TypeVisitor() - Constructor for class org.eclipse.persistence.internal.jpa.modelgen.visitors.TypeVisitor
INTERNAL:

U

UN_EXPECTED_VALUE_OF_TAG - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
UNABLE_TO_ACQUIRE_CONNECTION_FROM_DRIVER - Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
 
UNABLE_TO_CONNECT - Static variable in exception org.eclipse.persistence.exceptions.CommunicationException
 
UNABLE_TO_DETERMINE_MAP_KEY_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
UNABLE_TO_DETERMINE_TARGET_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
UNABLE_TO_DETERMINE_TARGET_ENTITY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
UNABLE_TO_LOAD_CLASS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
UNABLE_TO_LOAD_METADATA_FROM_LOCATION - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
UNABLE_TO_LOAD_PROJECT_CLASS - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
UNABLE_TO_PARSE_XML - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
UNABLE_TO_PROCESS_TAG - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
UNABLE_TO_PROPAGATE_CHANGES - Static variable in exception org.eclipse.persistence.exceptions.CommunicationException
 
UNABLE_TO_SET_PROPERTIES - Static variable in exception org.eclipse.persistence.exceptions.ConversionException
 
UNABLE_TO_SET_REDIRECTOR_FROM_HINT - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
unableToAcquireConnectionFromDriverException(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
The connection returned from this driver was null, the driver may be missing(using the default) or the wrong one for the database.
unableToAcquireConnectionFromDriverException(SQLException, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.DatabaseException
The connection returned from this driver was null, the driver may be missing(using the default) or the wrong one for the database.
unableToConnect(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.CommunicationException
 
unableToDetermineMapKeyClass(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
unableToDetermineTargetClass(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
unableToDetermineTargetEntity(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Possible cause: the type of the attribute is Map, Set, List or Collection, and no target-entity is defined.
unableToLoadClass(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
unableToLoadMetadataFromLocation(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
unableToMapDataHandlerDueToMissingDependency(String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
 
unableToPropagateChanges(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.CommunicationException
 
unableToPropagateCommand(String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.RemoteCommandManagerException
 
unableToSetRedirectorOnQueryFromHint(DatabaseQuery, String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
UnaryMinus - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
UnaryMinus() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.UnaryMinus
 
UnaryTableSequence - Class in org.eclipse.persistence.sequencing
Purpose: Defines sequencing through using a singleton sequence table.
UnaryTableSequence() - Constructor for class org.eclipse.persistence.sequencing.UnaryTableSequence
 
UnaryTableSequence(String) - Constructor for class org.eclipse.persistence.sequencing.UnaryTableSequence
Create a new sequence with the name.
UnaryTableSequence(String, int) - Constructor for class org.eclipse.persistence.sequencing.UnaryTableSequence
Create a new sequence with the name and sequence pre-allocation size.
UnaryTableSequence(String, String) - Constructor for class org.eclipse.persistence.sequencing.UnaryTableSequence
 
UnaryTableSequence(String, int, String) - Constructor for class org.eclipse.persistence.sequencing.UnaryTableSequence
 
UnaryTableSequenceConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.sequencing
INTERNAL:
UnaryTableSequenceConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.sequencing.UnaryTableSequenceConfig
 
UnaryTableSequenceDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Creates / drops an unary sequence table: the name of the table is sequence name; its only field is named unarySequenceCounterFieldName
UnaryTableSequenceDefinition(Sequence) - Constructor for class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
INTERNAL: Should be a sequence defining unary table sequence in the db: either UnaryTableSequence DefaultSequence (only if case platform.getDefaultSequence() is an UnaryTableSequence).
UnaryTableSequenceDefinition(Sequence, boolean) - Constructor for class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
 
UNBOUNDED - Static variable in class org.eclipse.persistence.internal.oxm.schema.model.Occurs
 
UNCOMPUTED_DISTINCT - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
UNDEFINED - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
undefined if it is non-deferred issue sql at create
UNDEFINED - Static variable in class org.eclipse.persistence.internal.jpa.QueryImpl
 
UNDEFINED - Static variable in interface org.eclipse.persistence.internal.sequencing.Sequencing
 
UNDEFINED_ISOLATATION - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
 
UNDEFINED_ISOLATATION - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
UNDEFINED_LOOKUP - Static variable in class org.eclipse.persistence.sessions.JNDIConnector
 
UNDEFINED_OBJECT_CHANGE_BEHAVIOR - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
 
UNDEFINED_OBJECT_CHANGE_BEHAVIOR - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
undeploy() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
Undeploy may be called several times, but only the call that decreases factoryCount to 0 disconnects the session and removes it from the session manager.
UNDERSCORE - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '_'.
UNDERSCORE_STR - Static variable in class org.eclipse.persistence.internal.xr.Util
 
undoChanges(SDOChangeSummary) - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
INTERNAL: Undo any changes and return the original List
undoChanges() - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
This method is intended for use by service implementations only.
undoChanges(boolean, ChangeSummary, SDODataObject, String) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: This function reverses any operations that were performed on this object since change tracking was turned on.
unescape(CharSequence, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Converts the string representation of the escape characters contained by the given CharSequence into the actual escape characters.
unescape(String, int[]) - Static method in class org.eclipse.persistence.jpa.jpql.tools.utility.XmlEscapeCharacterConverter
Converts the references (escape characters) the given string may have into their corresponding Unicode characters.
UNEXPECTED_INVOCATION - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
unexpectedChar - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
unexpectedChar(String, int, int, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
unexpectedEOF - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
unexpectedEOF(String, int, int, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
unexpectedInvocation(String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
unexpectedToken - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
unexpectedToken(String, int, int, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
unexpectedValueOfTag(String, String) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
UNFETCHED_ATTRIBUTE_NOT_EDITABLE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
unfetchedAttributeNotEditable(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
UNI_DIRECTIONAL_ONE_TO_MANY_HAS_JOINCOLUMN_ANNOTATIONS - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
uniDirectionalOneToManyHasJoinColumnAnnotations(String, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
UnidirectionalOneToManyMapping - Class in org.eclipse.persistence.mappings
Purpose: UnidirectionalOneToManyMapping doesn't have 1:1 back reference mapping.
UnidirectionalOneToManyMapping() - Constructor for class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
PUBLIC: Default constructor.
union(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a union expression with the subquery.
union(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a union expression with the subquery.
Union - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
Union operators
union() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the UNION operator.
Union - Class in org.eclipse.persistence.internal.oxm.schema.model
 
Union() - Constructor for class org.eclipse.persistence.internal.oxm.schema.model.Union
 
UNION - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'UNION'.
union(ReportQuery) - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
PUBLIC: Union the query results with the other query.
unionAll(ReportQuery) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a union all expression with the subquery.
unionAll(Expression) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return a union all expression with the subquery.
UnionAll - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
unionAll() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the UNION ALL operator.
unionClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor
 
UnionClause - Class in org.eclipse.persistence.jpa.jpql.parser
The UNION clause allows the results of two queries to be combined.
UnionClause(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UnionClause
Creates a new UnionClause.
UnionClause_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UnionClause_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UnionClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the order by clause.
UnionClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UnionClauseBNF
Creates a new UnionClauseBNF.
UnionClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UnionClauseFactory creates a new UnionClause when the portion of the query to parse starts with UNION, INTERSECT or EXCEPT.
UnionClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UnionClauseFactory
Creates a new UnionClauseFactory.
unionEntityFetchGroupIntoObject(Object, EntityFetchGroup, AbstractSession, boolean) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Union the fetch group of the domain object with the new fetch group.
unionFetchGroups(FetchGroup, FetchGroup) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Union two fetch groups.
UnionField<CONVERSION_MANAGER extends ConversionManager,NAMESPACE_RESOLVER extends NamespaceResolver> - Interface in org.eclipse.persistence.internal.oxm.mappings
Subclass of Field for fields that are mapped to unions.
UnionPartitioning - Annotation Type in org.eclipse.persistence.annotations
UnionPartitioning sends queries to all connection pools and unions the results.
UnionPartitioning - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
UnionPartitioningImpl - Class in org.eclipse.persistence.internal.jpa.config.partitioning
JPA scripting API implementation.
UnionPartitioningImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.partitioning.UnionPartitioningImpl
 
UnionPartitioningMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.partitioning
INTERNAL: Define JPA meta-data for partitioning policy.
UnionPartitioningMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.UnionPartitioningMetadata
INTERNAL: Used for XML loading.
UnionPartitioningMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.UnionPartitioningMetadata
INTERNAL: Used for annotation loading.
UnionPartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
PUBLIC: UnionPartitionPolicy sends queries to all connection pools and unions the results.
UnionPartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.UnionPartitioningPolicy
 
UnionPartitioningPolicy(boolean) - Constructor for class org.eclipse.persistence.descriptors.partitioning.UnionPartitioningPolicy
 
UnionPartitioningPolicy(String...) - Constructor for class org.eclipse.persistence.descriptors.partitioning.UnionPartitioningPolicy
 
UnionPartitioningPolicy(List<String>) - Constructor for class org.eclipse.persistence.descriptors.partitioning.UnionPartitioningPolicy
 
UniqueConstraint - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
UniqueConstraintImpl - Class in org.eclipse.persistence.internal.jpa.config.tables
JPA scripting API implementation.
UniqueConstraintImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.tables.UniqueConstraintImpl
 
UniqueConstraintMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.tables
INTERNAL: Object to hold onto a unique constraint metadata.
UniqueConstraintMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.UniqueConstraintMetadata
INTERNAL: Used for XML loading.
UniqueConstraintMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.tables.UniqueConstraintMetadata
INTERNAL: Used for annotation loading.
UniqueKeyConstraint - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Define a unique key constraint for a table.
UniqueKeyConstraint() - Constructor for class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
 
UniqueKeyConstraint(String, String) - Constructor for class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
 
UniqueKeyConstraint(String, String[]) - Constructor for class org.eclipse.persistence.tools.schemaframework.UniqueKeyConstraint
 
UNIT_OF_WORK_AFTER_WRITE_CHANGES_FAILED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
UNIT_OF_WORK_IN_TRANSACTION_COMMIT_PENDING - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
UNIT_OF_WORK_ISOLATED_OBJECTS_ACCESSED_IN_SESSION - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
UnitOfWork - Interface in org.eclipse.persistence.sessions
Purpose: To allow object level transactions.
UnitOfWork.CommitOrderType - Enum in org.eclipse.persistence.sessions
Defines the ordering of updates and deletes of a set of the same entity type during a commit or flush operation.
unitOfWorkAfterWriteChangesFailed(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
UnitOfWorkChangeSet - Class in org.eclipse.persistence.internal.sessions
Purpose: This is the overall collection of changes.
UnitOfWorkChangeSet() - Constructor for class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Create a ChangeSet
UnitOfWorkChangeSet(AbstractSession) - Constructor for class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
INTERNAL: Create a ChangeSet
UnitOfWorkChangeSet - Interface in org.eclipse.persistence.sessions.changesets
Purpose: To Provide API to the UnitOfWorkChangeSet.
UnitOfWorkIdentityMap - Class in org.eclipse.persistence.internal.identitymaps
Unit of work specific identity map which avoid additional overhead not required in unit of work, such as locking and synchronization.
UnitOfWorkIdentityMap(int, ClassDescriptor, AbstractSession, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.UnitOfWorkIdentityMap
 
UnitOfWorkIdentityMapAccessor - Class in org.eclipse.persistence.internal.sessions
INTERNAL: IdentityMapAccessor subclass for UnitOfWork Overrides some initialization functionality and some behavior having to do with getting objects from identity maps.
UnitOfWorkIdentityMapAccessor() - Constructor for class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
 
UnitOfWorkIdentityMapAccessor(AbstractSession, IdentityMapManager) - Constructor for class org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor
 
UnitOfWorkImpl - Class in org.eclipse.persistence.internal.sessions
Implementation of org.eclipse.persistence.sessions.UnitOfWork The public interface should be used.
UnitOfWorkImpl() - Constructor for class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL:
UnitOfWorkImpl(AbstractSession, ReferenceMode) - Constructor for class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Create and return a new unit of work with the session as its parent.
unitOfWorkInTransactionCommitPending(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
unitOfWorkInTransactionCommitPending() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
unitOfWorkIsolatedObjectsAccessedInSession(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
UnitOfWorkQueryValueHolder - Class in org.eclipse.persistence.internal.indirection
UnitOfWorkQueryValueHolder wraps a database-stored object and implements behavior to access it.
UnitOfWorkQueryValueHolder(ValueHolderInterface, Object, ForeignReferenceMapping, AbstractRecord, UnitOfWorkImpl) - Constructor for class org.eclipse.persistence.internal.indirection.UnitOfWorkQueryValueHolder
 
UnitOfWorkTransformerValueHolder - Class in org.eclipse.persistence.internal.indirection
UnitOfWorkTransformerValueHolder wraps a database-stored object and implements behavior to access it.
UnitOfWorkTransformerValueHolder(ValueHolderInterface, Object, Object, AbstractTransformationMapping, UnitOfWorkImpl) - Constructor for class org.eclipse.persistence.internal.indirection.UnitOfWorkTransformerValueHolder
 
UnitOfWorkValueHolder - Class in org.eclipse.persistence.internal.indirection
A UnitOfWorkValueHolder is put in a clone object.
UniversalAsOfClause - Class in org.eclipse.persistence.internal.history
INTERNAL: Purpose: Represents a query level AS OF TIMESTAMP/SCN Oracle SQL clause.
UniversalAsOfClause(AsOfClause) - Constructor for class org.eclipse.persistence.internal.history.UniversalAsOfClause
 
Unknown - Static variable in class org.eclipse.persistence.config.ResultSetType
The order in which rows in a result set will be processed is unknown.
UNKNOWN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
UNKNOWN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
UNKNOWN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'UNKNOWN', which is an unused keyword.
UNKNOWN_ATTRIBUTE_OF_TAG - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
UNKNOWN_INTERACTION_SPEC_TYPE - Static variable in exception org.eclipse.persistence.eis.EISException
 
UNKNOWN_OR_TRANSIENT_CLASS - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
UNKNOWN_PROPERTY_FOR_VARIABLE_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
UNKNOWN_PROXY_TYPE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
UNKNOWN_TAG - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
UNKNOWN_TYPE_FOR_VARIABLE_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
UNKNOWN_XSI_TYPE - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
unknownAttribute - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
unknownAttribute(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
unknownAttributeOfTag(String) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
UnknownDeclaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Declaration represents an unknown (invalid/incomplete) declaration.
UnknownDeclaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.UnknownDeclaration
Creates a new UnknownDeclaration.
UnknownExpression - Class in org.eclipse.persistence.jpa.jpql.parser
This expression contains a portion of the query that is unknown to the parser.
UnknownExpression(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UnknownExpression
Creates a new UnknownExpression.
UnknownExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UnknownExpressionFactory creates a new UnknownExpression when the portion of the query to parse is unknown.
UnknownExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UnknownExpressionFactory
Creates a new UnknownExpressionFactory.
UnknownExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This StateObject holds onto an unknown portion of a JPQL query that could not be parsed.
UnknownExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UnknownExpressionStateObject
Creates a new UnknownExpressionStateObject.
unknownInteractionSpecType() - Static method in exception org.eclipse.persistence.eis.EISException
 
unknownPropertyForVariableNode(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
unknownProxyType(int, String, String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Proxy property corresponding to the specified proxy type was not found.
unknownType() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Retrieves the;@link IType} that represents an unknown type.
unknownType() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Retrieves the;@link IType} that represents an unknown type.
unknownType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType that represents an unknown type.
unknownTypeDeclaration() - Method in interface org.eclipse.persistence.jpa.jpql.ITypeHelper
Returns the;@link Object } for the;@link IType} representing an unknown type.
unknownTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.GenericTypeHelper
Returns the;@link Object } for the;@link IType} representing an unknown type.
unknownTypeDeclaration() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Returns the ITypeDeclaration for the IType representing an unknown type.
unknownTypeForVariableNode(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
unknownXsiTypeValue(String, Mapping) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
unknownXsiTypeValue(String, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
unkownTagAtNode(String, String, Throwable) - Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
UNMAPPED_CONTENTHANDLER_DOESNT_IMPLEMENT - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
unmappedContent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.ChoiceUnmarshalContext
 
unmappedContent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.ObjectUnmarshalContext
 
unmappedContent(UnmarshalRecord) - Method in class org.eclipse.persistence.internal.oxm.record.SequencedUnmarshalContext
 
unmappedContent(UnmarshalRecord) - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalContext
This method is called when unmapped content (XML content that does not correspond to any specified mapping, policy, etc.) is encountered during the unmarshal process.
unmappedContent() - Method in interface org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
 
unmappedContent() - Method in class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
unmappedContent() - Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
UnmappedContentHandler<UNMARSHAL_RECORD extends UnmarshalRecord> - Interface in org.eclipse.persistence.internal.oxm.unmapped
Purpose:Provide an interface that can be implemented for handling unmapped content during unmarshal operations with SAXPlatform.
UnmappedContentHandler - Interface in org.eclipse.persistence.oxm.unmapped
Purpose:Provide an interface that can be implemented for handling unmapped content during unmarshal operations with SAXPlatform.
unmappedContentHandlerDoesntImplement(Exception, String) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
UnmappedContentHandlerWrapper - Class in org.eclipse.persistence.internal.oxm.record
INTERNAL: This class delegates all events corresponding to the UnmappedContentHandler.
UnmappedContentHandlerWrapper(UnmarshalRecord, UnmappedContentHandler) - Constructor for class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
 
UnmappedContentHandlerWrapper(UnmappedContentHandler, SAXUnmarshallerHandler) - Constructor for class org.eclipse.persistence.internal.oxm.record.UnmappedContentHandlerWrapper
 
unmarshal(File) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(File, Class) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(InputStream) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(InputStream, Class) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(InputSource) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(InputSource, Class) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(Node) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(Node, Class) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(Reader) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(Reader, Class) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(Source) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(Source, Class) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(URL) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(URL, Class) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(XMLReader, InputSource) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(XMLReader, InputSource, Class) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
 
unmarshal(File) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(File, Class) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(InputStream) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(InputStream, Class) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(InputSource) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(InputSource, Class) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(Node) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(Node, Class) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(Reader) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(Reader, Class) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(Source) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(Source, Class) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(URL) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(URL, Class) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(XMLReader, InputSource) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(XMLReader, InputSource, Class) - Method in interface org.eclipse.persistence.internal.oxm.record.PlatformUnmarshaller
 
unmarshal(File) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(File, Class) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(InputStream) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(InputStream, Class) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(InputSource) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(InputSource, XMLReader) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(InputSource, Class) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(InputSource, Class, XMLReader) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(Node) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(DOMReader, Node) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(Node, Class) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(DOMReader, Node, Class) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(Reader) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(Reader, Class) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(Source) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(Source, Class) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(URL) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(URL, Class) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(String) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(String, Class) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(XMLReader, InputSource) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(XMLReader, InputSource, Class) - Method in class org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
 
unmarshal(File) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Read and parse the XML document from the file and map the XML data into an object.
unmarshal(File, Class) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Read and parse the XML document from the file and map the XML data into an object.
unmarshal(InputStream) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Read and parse the XML document from the inputStream and map the XML data into an object.
unmarshal(InputStream, Class) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Read and parse the XML document from the inputStream and map the XML data into an object.
unmarshal(Reader) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Read and parse the XML document from the reader and map the XML data into an object.
unmarshal(Reader, Class) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Read and parse the XML document from the reader and map the XML data into an object.
unmarshal(URL) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Read and parse the XML document from the url and map the XML data into an object.
unmarshal(URL, Class) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Read and parse the XML document from the url and map the XML data into an object.
unmarshal(InputSource) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Read and parse the XML document from the inputSource and map the XML data into an object.
unmarshal(InputSource, Class) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Read and parse the XML document from the inputSource and map the XML data into an object.
unmarshal(Node) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Map the XML node into an object.
unmarshal(Node, Class) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Map the XML node into an object.
unmarshal(Source) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Read and parse the XML document from the source and map the XML data into an object.
unmarshal(Source, Class) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
PUBLIC: Read and parse the XML document from the source and map the XML data into an object.
unmarshal(XMLReader, InputSource) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
unmarshal(XMLReader, InputSource, Class) - Method in class org.eclipse.persistence.internal.oxm.XMLUnmarshaller
 
unmarshal(Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
unmarshal(Object, Class) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
unmarshal(File) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(InputStream) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(URL) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(InputSource) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(Reader) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(Node) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(Node, Class) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(Source) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(Source, Class) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(Source, Type) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(Source, TypeMappingInfo) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
Unmarshal the object based on the binding metadata associated with the TypeMappingInfo.
unmarshal(XMLStreamReader, Class) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(XMLStreamReader, Type) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(XMLStreamReader, TypeMappingInfo) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
Unmarshal the object based on the binding metadata associated with the TypeMappingInfo.
unmarshal(XMLStreamReader) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(XMLEventReader, Class) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(XMLEventReader, Type) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(XMLEventReader, TypeMappingInfo) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
Unmarshal the object based on the binding metadata associated with the TypeMappingInfo.
unmarshal(XMLEventReader) - Method in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
unmarshal(Class, MediaType, InputStream) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Unmarshal.
unmarshal(String) - Method in class org.eclipse.persistence.jpa.rs.util.xmladapters.LinkAdapter
 
unmarshal(Object) - Method in class org.eclipse.persistence.jpa.rs.util.xmladapters.ReferenceAdapter
 
unmarshal(T) - Method in class org.eclipse.persistence.jpa.rs.util.xmladapters.ReferenceAdapterV2
If 'canonical' or 'self' link is present loads entity from the database.
unmarshal(Link) - Method in class org.eclipse.persistence.jpa.rs.util.xmladapters.RelationshipLinkAdapter
 
unmarshal(CollectionWrapper<T>) - Method in class org.eclipse.persistence.jpa.rs.util.xmladapters.RestCollectionAdapter
 
unmarshal(Node) - Method in class org.eclipse.persistence.oxm.XMLBinder
This method will unmarshal the provided node into mapped java objects.
unmarshal(Node, Class) - Method in class org.eclipse.persistence.oxm.XMLBinder
 
UNMARSHAL_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
UNMARSHAL_FROM_STRING_FAILED - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
UnmarshalCallback - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
UnmarshalCallback() - Constructor for class org.eclipse.persistence.jaxb.compiler.UnmarshalCallback
 
UnmarshalContext - Interface in org.eclipse.persistence.internal.oxm.record
The UnmarshalContext allows mappings to be unmarshalled differently depending on the type of object.
unmarshalEntity(String, MediaType, InputStream) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Unmarshal entity.
unmarshalException() - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
unmarshalException(Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
unmarshalFromStringException(String, Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
UnmarshalKeepAsElementPolicy - Interface in org.eclipse.persistence.internal.oxm.mappings
 
UnmarshalKeepAsElementPolicy - Enum in org.eclipse.persistence.oxm.mappings
Purpose: Used in conjunction with XMLAnyObject/CollectionMapping and XMLCompositeObject/CollectionMapping to specify when (if at all) to keep parts of the unmarshalled document as nodes.
Unmarshaller<ABSTRACT_SESSION extends CoreAbstractSession,CONTEXT extends Context,DESCRIPTOR extends Descriptor,ID_RESOLVER extends IDResolver,MEDIA_TYPE extends MediaType,ROOT extends Root,UNMARSHALLER_HANDLER extends UnmarshallerHandler,UNMARSHALLER_LISTENER extends Unmarshaller.Listener> - Class in org.eclipse.persistence.internal.oxm
 
Unmarshaller(CONTEXT) - Constructor for class org.eclipse.persistence.internal.oxm.Unmarshaller
 
Unmarshaller.Listener - Interface in org.eclipse.persistence.internal.oxm
An implementation of UnmarshalListener can be set on an Unmarshaller to provide additional behaviour during unmarshal operations.
UnmarshallerHandler - Interface in org.eclipse.persistence.internal.oxm
Class used to unmarshal SAX events to objects.
UnmarshallerProperties - Class in org.eclipse.persistence.jaxb
These are properties that may be set on an instance of Unmarshaller.
UnmarshallerProperties() - Constructor for class org.eclipse.persistence.jaxb.UnmarshallerProperties
 
UNMARSHALLING_CASE_INSENSITIVE - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
If set to Boolean.TRUE, JAXBUnmarshaller will match XML Elements and XML Attributes to Java fields case insensitively.
UNMARSHALLING_CASE_INSENSITIVE - Static variable in class org.eclipse.persistence.jaxb.UnmarshallerProperties
If set to Boolean.TRUE, JAXBUnmarshaller will match XML Elements and XML Attributes to Java fields case insensitively.
UnmarshalNamespaceContext - Class in org.eclipse.persistence.internal.oxm.record.namespaces
An UnmarshalNamespaceResolver that delegates all work to a NamespaceContext.
UnmarshalNamespaceContext() - Constructor for class org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceContext
 
UnmarshalNamespaceContext(XMLStreamReader) - Constructor for class org.eclipse.persistence.internal.oxm.record.namespaces.UnmarshalNamespaceContext
 
UnmarshalNamespaceResolver - Interface in org.eclipse.persistence.internal.oxm.record.namespaces
An abstraction to represent a namespace resolver for unmarshalling based on the XML input.
UnmarshalRecord<ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,ID_RESOLVER extends IDResolver,OBJECT_BUILDER extends ObjectBuilder,TRANSFORMATION_RECORD extends TransformationRecord,UNMARSHALLER extends Unmarshaller> - Interface in org.eclipse.persistence.internal.oxm.record
This class represents unmarshal record behaviour that is specific to the SAX platform.
UnmarshalRecord - Class in org.eclipse.persistence.oxm.record
 
UnmarshalRecord(UnmarshalRecord) - Constructor for class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
UnmarshalRecord(TreeObjectBuilder) - Constructor for class org.eclipse.persistence.oxm.record.UnmarshalRecord
 
UnmarshalRecordImpl<TRANSFORMATION_RECORD extends TransformationRecord> - Class in org.eclipse.persistence.internal.oxm.record
Purpose:Provide an implementation of ContentHandler that is used by TopLink OXM to build mapped Java Objects from SAX events.
UnmarshalRecordImpl(ObjectBuilder) - Constructor for class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
 
UnmarshalXPathEngine<XML_FIELD extends Field> - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
UnmarshalXPathEngine() - Constructor for class org.eclipse.persistence.internal.oxm.UnmarshalXPathEngine
The default constructor creates a platform instance
UNNAMED_ARG_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
UNNAMED_QUERY_ON_SESSION_BROKER - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
unnamedArgumentsNotSupported() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
unnamedQueryOnSessionBroker(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
unprepare() - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
Unprepare the call if required.
unprepare() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Unprepare the call if required.
UNQUALIFIED - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
unquote(String) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Returns the string literal without the single or double quotes.
unregister() - Method in interface org.eclipse.persistence.jpa.rs.eventlistener.ChangeListener
 
unregisterBNF(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.parser.ExpressionRegistry
Unregisters the given JPQLQueryBNF.
unregisterMBean() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: unregisterMBean(): Unregister the JMX MBean that was providing runtime services for my databaseSession.
unregisterMBean() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: unregisterMBean(): Unregister the JMX MBean that was providing runtime services for my databaseSession.
unregisterObject(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
PUBLIC: Unregister the object with the unit of work.
unregisterObject(Object, int) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Unregister the object with the unit of work.
unregisterObject(Object, int, boolean) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Unregister the object with the unit of work.
unregisterObject(Object) - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Unregister the object with the unit of work.
unregisterVariable(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
INTERNAL
UNRESOLVABLE_TYPE - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IType
Special constant used to specify this IType represents an unresolvable type, or simply an unknown type.
unset(String, DataObject) - Method in class org.eclipse.persistence.sdo.helper.XPathEngine
Unset the value of a property through the path base access.
unset(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
unset(int) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
unset(Property) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
unset(Property, boolean, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Unset the specified property on this DataObject.
unsetDeclaredProperty(int) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
 
unsetDeclaredProperty(int) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
For isMany=false properties set the value to null.
unsetDeclaredProperty(int) - Method in interface org.eclipse.persistence.sdo.ValueStore
 
unsetOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.DefaultValueStore
 
unsetOpenContentProperty(Property) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
 
unsetOpenContentProperty(Property) - Method in interface org.eclipse.persistence.sdo.ValueStore
 
unsetPropertyInternal(DataObject, Property) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
UNSIGNED_BYTE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
UNSIGNED_BYTE_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
UNSIGNED_INT - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
UNSIGNED_INT_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
UNSIGNED_LONG - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
UNSIGNED_LONG_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
UNSIGNED_SHORT - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
UNSIGNED_SHORT_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
UNSIGNEDLONG - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
UNSIGNEDLONG_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
UNSPECIFIED_COMPOSITE_PK_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
unspecifiedCompositePKNotSupported(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
UNSUPPORTED_CASCADE_LOCKING_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
UNSUPPORTED_CASCADE_LOCKING_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
UNSUPPORTED_CASCADE_LOCKING_MAPPING_WITH_CUSTOM_QUERY - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
UNSUPPORTED_MAPPING_FOR_OBJECT_COMPARISON - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
UNSUPPORTED_MAPPING_FOR_QUERYBYEXAMPLE - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
UNSUPPORTED_NODE_CLASS - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
UNSUPPORTED_TYPE_FOR_BIDIRECTIONAL_RELATIONSHIP_MAINTENANCE - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
unsupportedCascadeLockingDescriptor(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
unsupportedCascadeLockingMapping(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
unsupportedCascadeLockingMappingWithCustomQuery(DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
unsupportedMappingForObjectComparison(DatabaseMapping, Expression) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
unsupportedMappingQueryByExample(String, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
unsupportedMediaTypeForPlatform() - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
unsupportedMessageInInputRecord() - Static method in exception org.eclipse.persistence.eis.EISException
 
unsupportedMessageInOutputRecord() - Static method in exception org.eclipse.persistence.eis.EISException
 
unsupportedNodeClass(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
unsupportedTypeForBidirectionalRelationshipMaintenance(DatabaseMapping, ContainerPolicy) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
unsupportJoinArgument - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
unsupportJoinArgument(String, int, int, String, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
unwrap(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
 
unwrap() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
Gets the underlying implementation of the EntityManagerFactory.
unwrap(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
 
unwrap() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
Gets the underlying implementation of the EntityManagerFactory.
unwrap(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
 
unwrap(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
Return an object of the specified type to allow access to the provider-specific API.
unwrap(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
 
unwrap(Class<T>) - Method in class org.eclipse.persistence.internal.jpa.QueryImpl
Unwrap the query into the JPA implementation classes/interfaces or the underlying native EclipseLink query.
unwrap() - Method in class org.eclipse.persistence.jaxb.ConstraintViolationWrapper
Unwraps original object and returns it.
unwrap(JAXBContext, Class<T>) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
Unwraps a given JAXBContext resulting in an EclipseLink JAXBContext, or the EclipseLink JAXBContext's underlying XMLContext.
unwrap(Unmarshaller, Class<T>) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
Unwraps a given Unmarshaller resulting in an EclipseLink JAXBUnmarshaller, or the EclipseLink JAXBUnmarshaller's underlying XMLUnmarshaller.
unwrap(Marshaller, Class<T>) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
Unwraps a given Marshaller resulting in an EclipseLink JAXBMarshaller, or the EclipseLink JAXBMarshaller's underlying XMLMarshaller.
unwrap(Binder, Class<T>) - Static method in class org.eclipse.persistence.jaxb.JAXBHelper
Unwraps a given Binder resulting in an EclipseLink JAXBBinder, or the EclipseLink JAXBBinder's underlying XMLBinder.
unwrap() - Method in interface org.eclipse.persistence.jpa.JpaEntityManagerFactory
Gets the underlying implementation of the EntityManagerFactory.
unwrap(DataObject) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
Return the POJO that is wrapped by the DataObject.
unwrap(Collection<DataObject>) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
Perform the unwrap operation on each of the DataObjects in the collection, and return the results as a List.
unwrap(Type, Class<T>) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Unwraps a given Type resulting in an EclipseLink SDOType.
unwrap(Property, Class<T>) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Unwraps a given Property resulting in an EclipseLink SDOProperty.
unwrap(DataObject, Class<T>) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Unwraps a given DataObject resulting in an EclipseLink SDODataObject.
unwrap(ChangeSummary, Class<T>) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Unwraps a given ChangeSummary resulting in an EclipseLink SDOChangeSummary.
unwrap(Sequence, Class<T>) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Unwraps a given Sequence resulting in an EclipseLink SDOSequence.
unwrap(HelperContext, Class<T>) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Unwraps a given HelperContext resulting in an EclipseLink SDOHelperContext.
unwrap(CopyHelper, Class<T>) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Unwraps a given CopyHelper resulting in an EclipseLink SDOCopyHelper.
unwrap(DataFactory, Class<T>) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Unwraps a given DataFactory resulting in an EclipseLink SDODataFactory.
unwrap(DataHelper, Class<T>) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Unwraps a given DataHelper resulting in an EclipseLink SDODataHelper.
unwrap(EqualityHelper, Class<T>) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Unwraps a given EqualityHelper resulting in an EclipseLink SDOEqualityHelper.
unwrap(TypeHelper, Class<T>) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Unwraps a given TypeHelper resulting in an EclipseLink SDOTypeHelper.
unwrap(XMLHelper, Class<T>) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Unwraps a given XMLHelper resulting in an EclipseLink SDOXMLHelper or an EclipseLink XMLContext depending on clazz.
unwrap(XSDHelper, Class<T>) - Static method in class org.eclipse.persistence.sdo.SDOHelper
Unwraps a given XSDHelper resulting in an EclipseLink SDOXSDHelper.
unwrapConnection(Connection) - Method in class org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform
 
unwrapConnection(Connection) - Method in class org.eclipse.persistence.platform.server.NoServerPlatform
INTERNAL: When there is no server, the original connection will be returned
unwrapConnection(Connection) - Method in class org.eclipse.persistence.platform.server.oc4j.Oc4jPlatform
INTERNAL: This method is used to unwrap the oracle connection wrapped by the application server.
unwrapConnection(Connection) - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: This method is used to unwrap the oracle connection wrapped by the application server.
unwrapConnection(Connection) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: This method is used to unwrap the connection wrapped by the application server.
unwrapConnection(Connection) - Method in class org.eclipse.persistence.platform.server.was.WebSphere_Liberty_Platform
This method overrides functionality exposed in the base WebSpherePlatform as Liberty doesn't provide the same support.
unwrapConnection(Connection) - Method in class org.eclipse.persistence.platform.server.was.WebSpherePlatform
Unwraps the WebSphere JDBC connection wrapping using the WebLogic API reflectively.
unwrapConnection(Connection) - Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
Unwraps the WebLogic JDBC connection wrapping using the WebLogic API reflectively.
unwrapElement(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: MapContainerPolicy's iterator iterates on the Entries of a Map.
unwrapElement(Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: MapContainerPolicy's iterator iterates on the Entries of a Map.
unwrapIteratorResult(Object) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Depending on the container, the entries returned of iteration using the ContainerPolicy.iteratorFor() method may be wrapped.
unwrapIteratorResult(Object) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: MapContainerPolicy's iterator iterates on the Entries of a Map.
unwrapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: Allow the key to be unwrapped.
unwrapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Allow the key to be unwrapped.
unwrapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Allow the key mapping to unwrap the object.
unwrapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Allow the key mapping to unwrap the object.
unwrapKey(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Allow the key mapping to unwrap the object
unwrapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Allow the key mapping to unwrap the object.
unwrapObject(Object, AbstractSession) - Method in interface org.eclipse.persistence.descriptors.WrapperPolicy
PUBLIC: Required: Unwrap the object to return the implementation that is meant to be used by EclipseLink.
unwrapObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Unwrap the object if required.
unwrapObject(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Unwrap the object if required.
unwrapOracleConnection(Connection) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
INTERNAL: If can unwrap returns unwrapped Oracle connection, otherwise original connection.
unwrapOracleConnection(Connection) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: If can unwrap returns unwrapped Oracle connection, otherwise original connection.
UNWRAPPING_OBJECT_DELETED_SINCE_LAST_READ - Static variable in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
unwrappingObjectDeletedSinceLastRead(Vector, String) - Static method in exception org.eclipse.persistence.exceptions.OptimisticLockException
 
unwrapPrimitive(AttributeDetails, MethodVisitor) - Static method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Used for primitive conversion.
unwrapType(DatabaseTypeWrapper) - Static method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
Unwrap the type from a type wrapper to handle XML conversion.
UowCommit - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
UowCommits - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
UowCreated - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
UowReleased - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
UowRollbacks - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
Updatable - Static variable in class org.eclipse.persistence.config.ResultSetConcurrency
The concurrency mode for a ResultSet object that may be updated.
UPDATE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
UPDATE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
UPDATE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'UPDATE'.
update(String, String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
update(String, String, HttpHeaders, UriInfo, InputStream) - Method in class org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource
Deprecated.
 
update(String, Object) - Method in interface org.eclipse.persistence.sessions.SessionProfiler
INTERNAL: Update the value of the State sensor.(DMS)
update(String, Object) - Method in class org.eclipse.persistence.sessions.SessionProfilerAdapter
INTERNAL: Update the value of the State sensor.(DMS)
update(String, Object) - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
UPDATE_ALL_FIELDS_NOT_SET - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
UPDATE_ALL_QUERY_ADD_UPDATE_DEFINES_WRONG_FIELD - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
UPDATE_ALL_QUERY_ADD_UPDATE_DOES_NOT_DEFINE_FIELD - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
UPDATE_ALL_QUERY_ADD_UPDATE_FIELD_IS_NULL - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
UPDATE_ITEMS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Notify the list of StateObjects representing the update items.
UPDATE_MODIFICATIONS - Static variable in class org.eclipse.persistence.descriptors.CMPPolicy
defer updates
UPDATE_ORIGINAL_TABLE - Static variable in class org.eclipse.persistence.internal.expressions.SQLModifyAllStatementForTempTable
 
UPDATE_STATEMENTS_NOT_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.QueryException
 
updateAccess() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
Notifies that cache key that it has been accessed.
updateAccess() - Method in class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey
Notifies that cache key that it has been accessed.
updateAccess() - Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
 
UpdateAll - Static variable in class org.eclipse.persistence.config.QueryType
 
updateAll() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Issue update SQL statement
updateAll() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Update the rows on the database.
updateAllFieldsNotSet(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
UpdateAllQuery - Class in org.eclipse.persistence.queries
PUBLIC: A Query Class used to perform a bulk update using TopLink's expression framework.
UpdateAllQuery() - Constructor for class org.eclipse.persistence.queries.UpdateAllQuery
PUBLIC: Constructs a default update all query.
UpdateAllQuery(Class) - Constructor for class org.eclipse.persistence.queries.UpdateAllQuery
PUBLIC: Constructs an update all query for the Class type specified.
UpdateAllQuery(Class, Expression) - Constructor for class org.eclipse.persistence.queries.UpdateAllQuery
PUBLIC: Constructs an update all query for the specified Class type and selection criteria.
UpdateAllQuery(Class, ExpressionBuilder) - Constructor for class org.eclipse.persistence.queries.UpdateAllQuery
PUBLIC: Constructs an update all query for the Class type specified and the given ExpressionBuilder.
updateAllQueryAddUpdateDefinesWrongField(ClassDescriptor, DatabaseQuery, String, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
updateAllQueryAddUpdateDoesNotDefineField(ClassDescriptor, DatabaseQuery, String) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
updateAllQueryAddUpdateFieldIsNull(DatabaseQuery) - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
updateAllUsingTempTables() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Execute updateAll using temp tables
updateAttributeAddObjectToCollection(String, Object, Object) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
ADVANCED: Use this method when updating object attribute values, with unmapped objects Integer, String or others.
updateAttributeRemoveObjectFromCollection(String, Object, Object) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
ADVANCED: Use this method when updating object attribute values, with unmapped objects Integer, String or others.
updateAttributeWithObject(String, Object) - Method in class org.eclipse.persistence.descriptors.DescriptorEvent
ADVANCED: Use this method when updating object attribute values, with unmapped objects Integer, String or others.
updateCachedAttributes(PersistenceEntity, CacheKey, Object) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
INTERNAL: Used to updated any attributes that may be cached on a woven entity
updateCacheSize(String, int) - Method in class org.eclipse.persistence.services.DevelopmentServices
This method is used to update the cache size of a particular Identity Map
updateCacheSize(String, int) - Method in interface org.eclipse.persistence.services.mbean.MBeanDevelopmentServicesMBean
This method is used to update the cache size of a particular Identity Map If ClassNotFoundException is thrown then the IdenityMap for that class name could not be found
updateCaseSensitivitySettings(Map, MetadataProject, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
/** Enable or disable forcing field names to be case insensitive.
updateChangeRecord(Object, Object, Object, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Either create a new change record or update the change record with the new value.
updateChangeRecord(Object, Object, Object, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Either create a new change record or update with the new value.
updateChangeRecord(Object, Object, Object, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Either create a new change record or update the change record with the new value.
updateChangeRecord(Object, Object, Object, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Either create a new change record or update with the new value.
updateChangeRecord(Object, Object, Object, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Either create a new change record or update the change record with the new value.
updateChangeRecord(Object, Object, Object, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Either create a new change record or update with the new value.
updateChangeRecord(Object, Object, Object, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Either create a new change record or update the change record with the new value.
updateChangeRecord(Object, Object, Object, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Either create a new change record or update the change record with the new value.
updateChangeRecordForAttribute(String, Object) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Used to update a changeRecord that is stored in the CHangeSet with a new value.
updateChangeRecordForAttribute(DatabaseMapping, Object, AbstractSession, Object) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Used to update a changeRecord that is stored in the CHangeSet with a new value.
updateChangeRecordForAttributeWithMappedObject(String, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
ADVANCED: Used to update a changeRecord that is stored in the CHangeSet with a new value.
updateChangeRecordForSelfMerge(ChangeRecord, Object, Object, ForeignReferenceMapping, UnitOfWorkChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Update a ChangeRecord to replace the ChangeSet for the old entity with the changeSet for the new Entity.
updateChangeRecordForSelfMerge(ChangeRecord, Object, Object, ForeignReferenceMapping, UnitOfWorkChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.queries.ListContainerPolicy
INTERNAL: Update a ChangeRecord to replace the ChangeSet for the old entity with the changeSet for the new Entity.
updateChangeRecordForSelfMerge(ChangeRecord, Object, Object, ForeignReferenceMapping, UnitOfWorkChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: Update a ChangeRecord to replace the ChangeSet for the old entity with the changeSet for the new Entity.
updateChangeRecordForSelfMerge(ChangeRecord, Object, Object, UnitOfWorkChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Update a ChangeRecord to replace the ChangeSet for the old entity with the changeSet for the new Entity.
updateChangeRecordForSelfMerge(ChangeRecord, Object, Object, UnitOfWorkChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Update a ChangeRecord to replace the ChangeSet for the old entity with the changeSet for the new Entity.
updateChangeRecordForSelfMerge(ChangeRecord, Object, Object, UnitOfWorkChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Update a ChangeRecord to replace the ChangeSet for the old entity with the changeSet for the new Entity.
updateChangeRecordWithNewValue(Object) - Method in class org.eclipse.persistence.internal.sessions.ChangeRecord
INTERNAL: used by the record to update the new value ignores the value in the default implementation
updateChangeRecordWithNewValue(Object) - Method in class org.eclipse.persistence.internal.sessions.DirectToFieldChangeRecord
INTERNAL: used by the record to update the new value ignores the value in the default implementation
updateChangeTrackersIfRequired(Object, ObjectChangeSet, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: This method is used internally to update the tracked objects if required
updateChangeTrackersIfRequired(Object, ObjectChangeSet, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This method is used internally to update the tracked objects if required
updateClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
updateClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
UpdateClause - Class in org.eclipse.persistence.jpa.jpql.parser
This is the update clause of the update statement.
UpdateClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateClause
Creates a new UpdateClause.
UpdateClause_MissingRangeVariableDeclaration - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateClause_MissingSet - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateClause_MissingUpdateItems - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateClause_UpdateItemEndsWithComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateClause_UpdateItemIsMissingComma - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the update clause.
UpdateClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseBNF
Creates a new UpdateClauseBNF.
UpdateClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UpdateClauseFactory creates a new UpdateClause when the portion of the query to parse starts with UPDATE.
UpdateClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateClauseFactory
Creates a new UpdateClauseFactory.
UpdateClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This is the UPDATE clause of the UPDATE statement.
UpdateClauseStateObject(UpdateStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateClauseStateObject
Creates a new UpdateClauseStateObject.
updateCollectionChangeRecord(CollectionChangeEvent, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Add or removes a new value and its change set to the collection change record based on the event passed in.
updateCollectionChangeRecord(CollectionChangeEvent, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Add or removes a new value and its change set to the collection change record based on the event passed in.
updateCollectionChangeRecord(CollectionChangeEvent, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Add or removes a new value and its change set to the collection change record based on the event passed in.
updateCollectionChangeRecord(CollectionChangeEvent, ObjectChangeSet, UnitOfWorkImpl) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
INTERNAL: Add or removes a new value and its change set to the collection change record based on the event passed in.
updateContainment(Property, Collection, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Update containment with flagged update sequence state
updateContainment(Property, Collection) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Update containment on the specified collection of values and default to true = update the sequence
updateContainment(Property, SDODataObject, boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Update containment on the dataObject with specified update sequence state
updateContainment(Property, SDODataObject) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: update containment and the update the sequence value by default.
updateForeignKeyFieldBeforeDelete() - Method in class org.eclipse.persistence.internal.queries.CallQueryMechanism
Update the foreign key fields to null when resolving a deletion cycle.
updateForeignKeyFieldBeforeDelete() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Update the foreign key fields to null when resolving a deletion cycle.
updateForeignReferenceRemove(Object) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkQueryValueHolder
INTERNAL: Here we now must check for bi-directional relationship.
updateForeignReferenceSet(Object, Object) - Method in class org.eclipse.persistence.internal.indirection.UnitOfWorkQueryValueHolder
INTERNAL: Here we now must check for bi-directional relationship.
updateGlobalElements(JavaClass[]) - Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
 
UpdateItem - Class in org.eclipse.persistence.jpa.jpql.parser
The new_value specified for an update operation must be compatible in type with the field to which it is assigned.
UpdateItem(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateItem
Creates a new UpdateItem.
UpdateItem_MissingEqualSign - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItem_MissingNewValue - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItem_MissingStateFieldPathExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItem_NotAssignable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItem_NotResolvable - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItem_NullNotAssignableToPrimitive - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItem_RelationshipPathExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpdateItemBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the update item expression.
UpdateItemBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateItemBNF
Creates a new UpdateItemBNF.
UpdateItemFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UpdateItemFactory creates a new UpdateItem.
UpdateItemFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateItemFactory
Creates a new UpdateItemFactory.
UpdateItemStateFieldPathExpressionBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for a state field path expression used in an update item.
UpdateItemStateFieldPathExpressionBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionBNF
Creates a new UpdateItemStateFieldPathExpressionBNF.
UpdateItemStateFieldPathExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UpdateItemStateFieldPathExpressionFactory is meant to handle the parsing of a portion of the query when it's expected to be a state field path.
UpdateItemStateFieldPathExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateItemStateFieldPathExpressionFactory
Creates a new UpdateItemStateFieldPathExpressionFactory.
UpdateItemStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The new_value specified for an update operation must be compatible in type with the field to which it is assigned.
UpdateItemStateObject(UpdateClauseStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Creates a new UpdateItemStateObject.
UpdateItemStateObject(UpdateClauseStateObject, String, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Creates a new UpdateItemStateObject.
UpdateItemStateObject(UpdateClauseStateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateItemStateObject
Creates a new UpdateItemStateObject.
updateJAXB(Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
updateJoinedMappingIndexesForMapKey(Map<DatabaseMapping, Object>, int) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Update the joined mapping indices This method is a no-op, but will be overridden by subclasses
updateJoinedMappingIndexesForMapKey(Map<DatabaseMapping, Object>, int) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: Update the joined mapping indices Adds the key mapping and it's index to the list of joined mappings.
updateJoinedMappingIndexesForMapKey(Map<DatabaseMapping, Object>, int) - Method in class org.eclipse.persistence.internal.queries.OrderedListContainerPolicy
INTERNAL: Add the index field count.
updateListenerForSelfMerge(ObjectChangeListener, ForeignReferenceMapping, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
INTERNAL: In cases where a relationship with detached or new entities is merged into itself previous changes may have been recorded for the detached/new entity that need to be updated.
updateListenerForSelfMerge(ObjectChangeListener, ForeignReferenceMapping, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: In cases where a relationship with detached or new entities is merged into itself previous changes may have been recorded for the detached/new entity that need to be updated.
updateListenerForSelfMerge(ObjectChangeListener, ForeignReferenceMapping, Object, Object, UnitOfWorkImpl) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: In cases where a relationship with detached or new entities is merged into itself previous changes may have been recorded for the detached/new entity that need to be updated.
updateMaxSize(int) - Method in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
This method will be used to update the max cache size, any objects exceeding the max cache size will be remove from the cache.
updateMaxSize(int) - Method in class org.eclipse.persistence.internal.identitymaps.CacheIdentityMap
INTERNAL: This method will be used to update the max cache size, any objects exceeding the max cache size will be remove from the cache.
updateMaxSize(int) - Method in class org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
This method will be used to update the max cache size.
updateMaxSize(int) - Method in interface org.eclipse.persistence.internal.identitymaps.IdentityMap
This method will be used to update the max cache size, any objects exceeding the max cache size will be remove from the cache.
updateMaxSize(int) - Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
This method will be used to update the max cache size, any objects exceeding the max cache size will be remove from the cache.
UpdateNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL: UpdateNode is a ModifyNode that represents an UpdateAllQuery
UpdateNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.UpdateNode
 
updateObject() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Update an object.
updateObject() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Update the object.
updateObject() - Method in class org.eclipse.persistence.internal.queries.StatementQueryMechanism
Update the object
updateObject(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Update the object and all of its privately owned parts in the database.
updateObject(Node) - Method in class org.eclipse.persistence.oxm.XMLBinder
Updates the object associated with the provided node to reflect any changed made to that node.
updateObject(Object) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Update the object and all of its privately owned parts in the database.
updateObjectForWrite() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Update the object.
updateObjectForWriteWithChangeSet() - Method in class org.eclipse.persistence.internal.queries.DatabaseQueryMechanism
Update the object.
UpdateObjectQuery - Class in org.eclipse.persistence.queries
Purpose: Used for updating existing objects into the database.
UpdateObjectQuery() - Constructor for class org.eclipse.persistence.queries.UpdateObjectQuery
PUBLIC: Default constructor.
UpdateObjectQuery(Object) - Constructor for class org.eclipse.persistence.queries.UpdateObjectQuery
PUBLIC: Create an update query with the object being updated.
UpdateObjectQuery(Call) - Constructor for class org.eclipse.persistence.queries.UpdateObjectQuery
PUBLIC: Create an update query with the custom call.
updateObjectWithWriteValue(ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
 
UpdateOperation - Class in org.eclipse.persistence.internal.xr
 
UpdateOperation() - Constructor for class org.eclipse.persistence.internal.xr.UpdateOperation
 
updateOrAddAttribute(Map<String, String>, String, Object, Map<String, Object>, String, Object, String) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Update or add attribute.
updatePoolSize(String, int, int) - Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
This method allows the client to set the pool size for a particular pool, based on the pool name
updatePoolSize(String, int, int) - Method in class org.eclipse.persistence.services.RuntimeServices
This method allows the client to set the pool size for a particular pool, based on the pool name
updateProfile(String, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Updates the value of SessionProfiler state
updateProfile(String, Object) - Method in interface org.eclipse.persistence.sessions.coordination.CommandProcessor
Log the profile event.
updateReferences(UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.AggregateChangeRecord
INTERNAL: This method will be used to update the objectsChangeSets references If this is an aggregate change set then there is no need to update the reference as the ChangeSet has no identity outside of this record Check to see if it exists here already to prevent us from creating a little extra garbage.
updateReferences(UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.AggregateCollectionChangeRecord
INTERNAL: This method will be used to update the objectsChangeSets references If this is an aggregate change set then there is no need to update the reference as the ChangeSet has no identity outside of this record Check to see if it exists here already to prevent us from creating a little extra garbage.
updateReferences(UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.ChangeRecord
INTERNAL: This method will be used to update the objectsChangeSets references
updateReferences(UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.CollectionChangeRecord
This method will be used to update the objectsChangeSets references.
updateReferences(UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord
This method will be used to update the objectsChangeSets references
updateReferences(UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.DirectMapChangeRecord
This method will be used to update the objectsChangeSets references.
updateReferences(UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.DirectToFieldChangeRecord
INTERNAL: This method will be used to update the objectsChangeSets references
updateReferences(UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: This method will be used when merging changesets into other changesets.
updateReferences(UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.ObjectReferenceChangeRecord
INTERNAL: This method will be used to update the objectsChangeSets references
updateReferences(UnitOfWorkChangeSet, UnitOfWorkChangeSet) - Method in class org.eclipse.persistence.internal.sessions.TransformationMappingChangeRecord
INTERNAL: This method will be used to update the objectsChangeSets references There is nothing to do for this mapping type as there are no object references
updateRowAndObjectForUpdate(ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Nothing to do because all updates are handled by the application
updateRowAndObjectForUpdate(ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: This method updates the modify row, and the domain object with the new lock value.
updateRowAndObjectForUpdate(ObjectLevelModifyQuery, Object) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
INTERNAL: This method should update the translation row, the modify row and the domain object with th lock value.
updateSettingWithoutModifyingDataObject(Property, Object, Object) - Method in class org.eclipse.persistence.sdo.SDOSequence
INTERNAL:
updateStatement() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
UpdateStatement - Class in org.eclipse.persistence.jpa.jpql.parser
The UPDATE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression.
UpdateStatement(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateStatement
Creates a new UpdateStatement.
UpdateStatementBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the update statement.
UpdateStatementBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementBNF
Creates a new UpdateStatementBNF.
UpdateStatementFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UpdateStatementFactory creates a new UpdateStatement when the portion of the query to parse starts with UPDATE.
UpdateStatementFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpdateStatementFactory
Creates a new UpdateStatementFactory.
updateStatementsNotSpecified() - Static method in exception org.eclipse.persistence.exceptions.QueryException
 
UpdateStatementStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The UPDATE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression.
UpdateStatementStateObject(JPQLQueryStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpdateStatementStateObject
Creates a new UpdateStatementStateObject.
updateTablePerTenantDescriptors(String, Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Set the table per tenant.
updateTargetForeignKeyPostUpdateSource_ObjectAdded(ObjectLevelModifyQuery, Object, Map) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Update target foreign key after a target object was added to the source.
updateTargetForeignKeyPostUpdateSource_ObjectRemoved(ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Update target foreign key after a target object was removed from the source.
updateTargetRowPostInsertSource(WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Update target foreign keys after a new source was inserted.
updateTargetRowPreDeleteSource(ObjectLevelModifyQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Update target foreign key after a target object was removed from the source.
updateValueInObject(Object, Object, Object) - Method in class org.eclipse.persistence.internal.indirection.WeavedObjectBasicIndirectionPolicy
Coordinate the valueholder for this mapping with the underlying property by calling the initial setter method.
updateWithChanges(Object, ObjectChangeSet, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
INTERNAL: Clear the change set in the change event listener.
updateWithChanges(Object, ObjectChangeSet, UnitOfWorkImpl, ClassDescriptor) - Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
INTERNAL: Clear changes in the ChangeListener of the clone
updateWithChanges(Object, ObjectChangeSet, UnitOfWorkImpl, ClassDescriptor) - Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
INTERNAL: This method is used internally to rest the policies back to original state This is used when the clones are to be reused.
updateWriteLockValue(Object, Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Update the write lock value in the cache.
updateWriteLockValue(Vector, Class, Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
Deprecated.
updateWriteLockValue(Object, Class, Object) - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
ADVANCED: Update the write lock value in the cache.
updateWriteLockValue(Object, Class, Object) - Method in class org.eclipse.persistence.internal.sessions.IsolatedClientSessionIdentityMapAccessor
ADVANCED: Update the write lock value in the identity map.
updateWriteLockValue(Object, Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Updates the write lock value in the identity map for cache key of the primary key the given Object.
updateWriteLockValue(Vector, Class, Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
Deprecated.
since EclipseLink 2.1, replaced by updateWriteLockValue(Object, Class, Object)
updateWriteLockValue(Object, Class, Object) - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: Updates the write lock value in the cache for the Object with same primary key as the given Object.
updateXML(Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
updateXML(Object, Object) - Method in class org.eclipse.persistence.jaxb.JAXBBinder
 
updateXML(Object) - Method in class org.eclipse.persistence.oxm.XMLBinder
This method will update the cached XML node for the provided object.
updateXML(Object, Node) - Method in class org.eclipse.persistence.oxm.XMLBinder
 
UPPER - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
UPPER - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
upper() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
upper(Expression<String>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create expression for converting a string to uppercase.
UPPER - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'UPPER'.
upper(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
upper(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
upper(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
UPPER_STATE_OBJECT_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.BetweenExpressionStateObject
Notifies the StateObject representing the upper bound expression has changed.
UPPERCASE_COLUMN_NAMES - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.jpa.uppercase-column-names" property configures JPA processing to uppercase all column name definitions.
UpperExpression - Class in org.eclipse.persistence.jpa.jpql.parser
The UPPER function converts a string to upper case and it returns a string.
UpperExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpperExpression
Creates a new UpperExpression.
UpperExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpperExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpperExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpperExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpperExpression_WrongType - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
UpperExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This UpperExpressionFactory creates a new UpperExpression when the portion of the query to parse starts with UPPER.
UpperExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.UpperExpressionFactory
Creates a new UpperExpressionFactory.
UpperExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The UPPER function converts a string to upper case and it returns a string.
UpperExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
Creates a new UpperExpressionStateObject.
UpperExpressionStateObject(StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
Creates a new UpperExpressionStateObject.
UpperExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.UpperExpressionStateObject
Creates a new UpperExpressionStateObject.
UpperNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
UpperNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.UpperNode
UpperNode constructor comment.
URI - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
URI - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
URI - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
URI_QNameWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.URI_QNameWrapperImpl
 
URIWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.URIWrapperImpl
 
url - Variable in class org.eclipse.persistence.internal.jpa.DataSourceConfig
URL that is passed to the driver to determine db
URL - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
URL_Class - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
URL_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
URLArchive - Class in org.eclipse.persistence.internal.jpa.deployment
This is an implementation of Archive when container returns a url that is not one of the familiar URL types like file or jar URLs.
URLArchive(URL, String) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.URLArchive
 
usage() - Static method in class org.eclipse.persistence.tools.PackageRenamer
 
USE_DISTINCT - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
USE_SESSION_CACHE_AFTER_TRANSACTION - Static variable in class org.eclipse.persistence.descriptors.CachePolicy
 
USE_SESSION_CACHE_AFTER_TRANSACTION - Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
USE_SINGLE_THREADED_NOTIFICATION_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
 
useAccess() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the database platform to be Access.
useAllFieldsLocking() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the locking policy an all fields locking policy.
useAscending() - Method in class org.eclipse.persistence.internal.jpa.parsing.SortDirectionNode
 
useAttributeAccess() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
useBasicIndirection() - 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.
useBasicIndirection() - 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.
useBatchReading() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Indicates whether the referenced object should always be batch read on read all queries.
useBatchWriting() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use batch writing.
useByteArrayBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use parameter binding for large binary data.
useCacheIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the cache identity map.
useCacheIdentityMap() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to use the cache identity map.
useCacheIdentityMap(int) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to use the cache identity map the size.
useChangedFieldsLocking() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the locking policy a changed fields locking policy.
useClassNameAsIndicator() - Method in class org.eclipse.persistence.descriptors.InheritancePolicy
PUBLIC: Set the descriptor to use the classes full name as the indicator.
useCloneCopyPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Specifies that the creation of clones within a unit of work is done by sending the #clone() method to the original object.
useCloneCopyPolicy(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Specifies that the creation of clones within a unit of work is done by sending the cloneMethodName method to the original object.
useCloudscape() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the database platform to be Cloudscape.
useCloudscapeDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the Cloudscape JDBC driver.
useCollectionClass(Class) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyCollectionMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeCollectionMapping
Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in interface org.eclipse.persistence.internal.oxm.mappings.InverseReferenceMapping
 
useCollectionClass(Class) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in interface org.eclipse.persistence.mappings.ContainerMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the nested objects.
useCollectionClass(Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
useCollectionClass(Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
useCollectionClass(Class) - Method in class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Configure the query to use an instance of the specified container class to hold the target objects.
useCollectionClass(Class) - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClassName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
 
useCollectionClassName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
 
useCollectionClassName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CollectionReferenceMapping
 
useCollectionClassName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.CompositeCollectionMapping
 
useCollectionClassName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
 
useCollectionClassName(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Used to set the collection class by name.
useCollectionClassName(String) - Method in interface org.eclipse.persistence.mappings.ContainerMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useCollectionClassName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
 
useCollectionClassName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Used to set the collection class by name.
useCollectionClassName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
useCollectionClassName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
useCollectionClassName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
 
useCollectionClassName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
 
useCollectionClassName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
useContainerIndirection(Class) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Indirection means that a IndirectContainer (wrapping a ValueHolder) will be put in-between the attribute and the real object.
useContainerIndirection(Class) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
PUBLIC: Indirection means that a IndirectContainer (wrapping a ValueHolder) will be put in-between the attribute and the real object.
useCurrentDate() - Method in class org.eclipse.persistence.internal.jpa.parsing.DateFunctionNode
 
useCurrentTime() - Method in class org.eclipse.persistence.internal.jpa.parsing.DateFunctionNode
 
useCurrentTimestamp() - Method in class org.eclipse.persistence.internal.jpa.parsing.DateFunctionNode
 
useCursoredStream() - Method in class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Use a CursoredStream as the result collection.
useCursoredStream(int, int) - Method in class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Use a CursoredStream as the result collection.
useCursoredStream(int, int, ValueReadQuery) - Method in class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Use a CursoredStream as the result collection.
useCursoredStream() - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Use a CursoredStream as the result collection.
useCursoredStream(int, int) - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Use a CursoredStream as the result collection.
useCursoredStream(int, int, ValueReadQuery) - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Use a CursoredStream as the result collection.
useCustomSQLCursorOutputAsResultSet(String) - Method in class org.eclipse.persistence.queries.SQLCall
PUBLIC: This method should only be used with custom SQL: Used for Oracle result sets through procedures.
useDatabaseTime() - Method in class org.eclipse.persistence.history.HistoryPolicy
Answers if the Timestamp used in maintaining history should be the current time according to the database.
useDataSource(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Specify the J2EE DataSource name to connect to.
useDB2() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the database platform to be DB2.
useDB2JDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the IBM DB2 native client interface.
useDB2NetJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the IBM DB2 thin JDBC driver.
useDBase() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the database platform to be DBase.
useDefaultConstructorInstantiationPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Use the default constructor to create new instances of objects built from the database.
useDefaultConstructorInstantiationPolicy() - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
useDefaultDriverConnect() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Connect to the JDBC driver via DriverManager.
useDefaultDriverConnect(String, String, String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Connect to the JDBC driver via DriverManager.
useDelimitedIdentifier() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL:
useDerby() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
 
useDescending() - Method in class org.eclipse.persistence.internal.jpa.parsing.SortDirectionNode
 
UseDescriptorSetting - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
useDirectDriverConnect() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Some JDBC drivers don't support connecting correctly (via DriverManager), but do support connecting incorrectly (e.g.
useDirectDriverConnect(String, String, String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Some JDBC drivers don't support connecting correctly (via DriverManager), but do support connecting incorrectly (e.g.
useDistinct() - Method in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
useDistinct() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
ADVANCED: If a distinct has been set the DISTINCT clause will be printed.
usedVariable(String) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTreeContext
Mark the specified variable as used if it is declared in the current scope.
UseEntityDefault - Static variable in class org.eclipse.persistence.config.CacheUsage
By default the descriptor default is used, which is to not check the cache first.
useExclusiveReadConnectionPool(int, int) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Sets the read connection pool to be a separate exclusive ConnectionPool with the minimum and maximum number of connections.
useExclusiveReadConnectionPool(int, int, int) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Sets the read connection pool to be a separate exclusive ConnectionPool with the initial, minimum and maximum number of connections.
useExclusiveReadConnectionPool(int, int) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Configure the read connection pool.
useExclusiveReadConnectionPool(int, int, int) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Configure the read connection pool.
useExternalConnectionPooling() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use external connection pooling, such as WebLogic's JTS driver.
useExternalConnectionPooling() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Use external connection pooling.
useExternalReadConnectionPool() - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Sets the read connection pool to be an ExternalConnectionPool.
useExternalReadConnectionPool() - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Configure the read connection pool.
useExternalTransactionController() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use an external transaction controller such as a JTS service
useExternalTransactionController() - Method in class org.eclipse.persistence.sessions.DatasourceLogin
PUBLIC: Use an external transaction controller such as a JTS service
useFactoryInstantiationPolicy(Class, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Use an object factory to create new instances of objects built from the database.
useFactoryInstantiationPolicy(String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the factory class name, used by the MW.
useFactoryInstantiationPolicy(Class, String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Use an object factory to create new instances of objects built from the database.
useFactoryInstantiationPolicy(String, String, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Set the factory class name, used by the MW.
useFactoryInstantiationPolicy(Object, String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Use an object factory to create new instances of objects built from the database.
useFactoryInstantiationPolicy(String, String) - Method in class org.eclipse.persistence.internal.core.descriptors.CoreInstantiationPolicy
 
useFactoryInstantiationPolicy(Class, String) - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
useFactoryInstantiationPolicy(Class, String, String) - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
useFactoryInstantiationPolicy(String, String) - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
useFactoryInstantiationPolicy(String, String, String) - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
useFactoryInstantiationPolicy(Object, String) - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
useFullCache() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Set the type of the cache used for the query results to a FullIdentityMap.
useFullIdentityMap() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Set the class of identity map to be the full identity map.
useFullIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the full identity map.
useFullIdentityMap() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to use the full identity map.
useFullIdentityMap(int) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to use the full identity map with initial cache size.
useHardCacheWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Set the class of identity map to be the hard cache weak identity map.
useHardCacheWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the hard cache weak identity map.
useHSQL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the HSQL JDBC driver.
useHSQLDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the HSQL JDBC driver.
useIndexedRecordFormat() - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Configure the data format to use indexed records.
useIndirection() - 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.
useINetSQLServerDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the i-net SQL Server JDBC driver.
useInformix() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the database platform to be Informix.
useInnerJoinFetch() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Specify this relationship to always be join fetched using an INNER join.
useInstantiationCopyPolicy() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Specifies that the creation of clones within a unit of work is done by building a new instance using the technique indicated by the descriptor's instantiation policy (which by default is to use the the default constructor).
useIntersolvSequeLinkDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the Intersolv/Merant SequeLink JDBC driver.
useJConnect50Driver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the Sybase JConnect JDBC driver.
useJConnectDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the Sybase JConnect JDBC driver.
useJDBC() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the database platform to be JDBC.
useJDBCBatchWriting() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink support batch writing in both JDK 1.1 abd JDK 1.2.
useJDBCConnectDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the Borland JDBCConnect JDBC driver.
useJDBCConnectRemoteDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the Borland JDBCConnect JDBC driver.
useJDBCODBCBridge() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: User the Sun/Merant JDBC-ODBC bridge driver.
useJDBCStoredProcedureSyntax() - Method in class org.eclipse.persistence.platform.database.OraclePlatform
Return true if JDBC syntax should be used for stored procedure calls.
useJDBCStoredProcedureSyntax() - Method in class org.eclipse.persistence.platform.database.SybasePlatform
Return true if this platform is to use the JDBC supported syntax for executing stored procedures.
useJDK15() - Static method in class org.eclipse.persistence.Version
Deprecated.
Use JavaSEPlatform instead. Will be removed in 2.7.
useJDK16() - Static method in class org.eclipse.persistence.Version
Deprecated.
Use JavaSEPlatform instead. Will be removed in 2.7.
useJsonTypeCompatibility() - Method in class org.eclipse.persistence.internal.oxm.JsonTypeConfiguration
If we should treat unqualified type property in JSON as MOXy type discriminator.
useJTADataSource(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Specify the J2EE JTA enabled DataSource name to connect to.
useLazyConnection() - 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.
useListClassName(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Used to set the collection class by name.
useListClassName(String) - Method in interface org.eclipse.persistence.mappings.ContainerMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useListClassName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
 
useListClassName(String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Used to set the collection class by name.
useListClassName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
useListClassName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
 
useListClassName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
useLocalTime() - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
PUBLIC: set this policy to get the time from the local machine.
useLocalTime() - Method in class org.eclipse.persistence.history.HistoryPolicy
Answers if the Timestamp used in maintaining history should be System.currentTimeMillis();
useLRUCache() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Set the type of the cache used for the query results to a CacheIdentityMap.
useMapClass(Class, String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClass(Class) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClass(Class, String) - Method in interface org.eclipse.persistence.mappings.ContainerMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClass(Class, String) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
PUBLIC: It is illegal to use a Map as the container of a DirectCollectionMapping.
useMapClass(Class) - Method in class org.eclipse.persistence.mappings.DirectMapMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClass(Class, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClass(Class, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
PUBLIC: Mapping does not support Map containers.
useMapClass(Class) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
useMapClass(Class, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
useMapClass(Class, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClass(Class, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
useMapClass(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
useMapClass(Class, String) - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Configure the query to use an instance of the specified container class to hold the result objects.
useMapClassName(String) - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyAttributeMapping
INTERNAL: Indicates the name of the Map class to be used.
useMapClassName(String, String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Not sure were this is used, MW?
useMapClassName(String, String) - Method in interface org.eclipse.persistence.mappings.ContainerMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClassName(String, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
 
useMapClassName(String, String) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
 
useMapClassName(String) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
INTERNAL: Indicates the name of the Map class to be used.
useMapClassName(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
useMapClassName(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useMapClassName(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
useMapClassName(String, String) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
useMappedRecordFormat() - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Configure the data format to use mapped records.
useMethodInstantiationPolicy(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Use the specified static method to create new instances of objects built from the database.
useMethodInstantiationPolicy(String) - Method in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
 
useMySQL() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the database platform to be MySQL.
useNamedCursorOutputAsResultSet() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
useNamedCursorOutputAsResultSet(String) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
useNamedCursorOutputAsResultSet(String, DatabaseType) - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
PUBLIC: Add a named OUT cursor argument to the stored procedure.
useNamedCursorOutputAsResultSet(String) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Used for Oracle result sets through procedures.
useNativeSequencing() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use a sequence table or native sequencing to generate unique object IDs.
useNativeSQL() - 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.
useNoCache() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
useNoIdentityMap() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Set the class of identity map to be the no identity map.
useNoIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the no identity map.
useNoIdentityMap() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to use no identity map.
useOracle() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the database platform to be Oracle.
useOracle7JDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the Oracle 7.x native OCI JDBC driver.
useOracleJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the Oracle 8.x native OCI JDBC driver.
useOracleServerJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the Oracle server JDBC driver.
useOracleThinJDBCDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the Oracle thin JDBC driver.
useOuterJoinFetch() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Specify this relationship to always be join fetched using an OUTER join.
useOuterJoins() - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
 
useParallelExpressions() - Method in class org.eclipse.persistence.internal.jpa.parsing.GenerationContext
 
useParallelExpressions() - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectGenerationContext
 
usePlatform(DatabasePlatform) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
ADVANCED: Set the database platform to be custom platform.
usePlatform(Platform) - Method in class org.eclipse.persistence.sessions.DatasourceLogin
ADVANCED: Set the database platform to be custom platform.
usePointBase() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the database platform to be PointBase.
usePointBaseDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the PointBase JDBC driver.
usePropertyAccessForWeaving() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Record that this descriptor uses property access.
useProxyIndirection() - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
PUBLIC: Set this mapping to use Proxy Indirection.
useProxyIndirection(Class[]) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
PUBLIC: Set this mapping to use Proxy Indirection.
useProxyIndirection(Class) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
PUBLIC: Set this mapping to use Proxy Indirection.
USER - Static variable in class org.eclipse.persistence.eis.EISConnectionSpec
 
user - Variable in class org.eclipse.persistence.internal.jpa.DataSourceConfig
User name to use when connecting to the db
UserDefinedTransportManagerConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.transport
INTERNAL:
UserDefinedTransportManagerConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.transport.UserDefinedTransportManagerConfig
 
useReadConnectionPool(int, int) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Sets the read connection pool to be a separate shared ConnectionPool with the minimum and maximum number of connections.
useReadConnectionPool(int, int, int) - Method in interface org.eclipse.persistence.sessions.server.Server
PUBLIC: Sets the read connection pool to be a separate shared ConnectionPool with the minimum and maximum number of connections.
useReadConnectionPool(int, int) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Configure the read connection pool.
useReadConnectionPool(int, int, int) - Method in class org.eclipse.persistence.sessions.server.ServerSession
PUBLIC: Configure the read connection pool.
useRemoteCacheIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the cache identity map.
useRemoteFullIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the full identity map.
useRemoteHardCacheWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the hard cache weak identity map.
useRemoteNoIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the no identity map.
useRemoteSoftCacheWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the soft cache weak identity map.
useRemoteSoftIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the soft identity map.
useRemoteWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the weak identity map.
USERNAME_DEFAULT - Static variable in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
usesAgent() - Static method in class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
Indicates whether Java agent and globalInstrumentation was used.
usesAttributeAccess() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
If one attribute of this class uses attribute access, by the JPA specification, all attributes must use attribute access This method assumes it is called when this class details is completely initialized.
usesBatchWriting() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
usesBinding(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
The call may specify that its parameters should be bound.
usesBinding(DatabasePlatform) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
The call may specify that its parameters should be bound.
usesByteArrayBinding() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
usesCascadedOptimisticLocking() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
usesContextProperty(String) - Method in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
INTERNAL: Return true if this policy accepts the given property.
useScrollableCursor() - Method in class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Use a ScrollableCursor as the result collection.
useScrollableCursor(int) - Method in class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Use a ScrollableCursor as the result collection.
useScrollableCursor(ScrollableCursorPolicy) - Method in class org.eclipse.persistence.queries.DataReadQuery
PUBLIC: Use a ScrollableCursor as the result collection.
useScrollableCursor() - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Use a ScrollableCursor as the result collection.
useScrollableCursor(int) - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Use a ScrollableCursor as the result collection.
useScrollableCursor(ScrollableCursorPolicy) - Method in class org.eclipse.persistence.queries.ReadAllQuery
PUBLIC: Use a ScrollableCursor as the result collection.
usesDefaultPropertyAccess() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Returns true if this class uses default property access.
usesDistinct() - Method in class org.eclipse.persistence.internal.jpa.parsing.AggregateNode
 
usesDistinct() - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Answer true if DISTINCT has been chosen.
usesDistinct() - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
 
useSelectedFieldsLocking(Vector) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the locking policy a selected fields locking policy.
useServerTime() - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
PUBLIC: set this policy to get the time from the server.
usesExternalConnectionPooling() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Return whether the accessor uses external connection pooling.
usesExternalConnectionPooling() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return true if some external connection pool is in use.
usesExternalTransactionController() - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
Return whether the accessor uses an external transaction controller (e.g.
usesExternalTransactionController() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Return true if some external transaction service is controlling transactions.
usesFieldAccess() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Returns true if this class uses field access.
usesFieldAccess() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Returns true if this mapping or class uses property field.
usesFieldLocking() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return true if the receiver uses either all or changed fields for optimistic locking.
usesGroup() - Method in class org.eclipse.persistence.internal.descriptors.DescriptorIterator
 
usesImplementorDescriptor() - Method in class org.eclipse.persistence.descriptors.InterfacePolicy
INTERNAL: Returns true if this descriptor should be ignored and the implementing descriptor should be used instead.
usesIndirection() - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return whether the indirection policy actually uses indirection.
usesIndirection() - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return whether the indirection policy actually uses indirection.
usesIndirection() - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
PUBLIC: Indirection means that some sort of indirection object will be put in-between the attribute and the real object.
usesIndirection() - 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.
useSingleThreadedNotification() - Method in class org.eclipse.persistence.internal.sessions.factories.model.transport.Oc4jJGroupsTransportManagerConfig
 
usesJDBCBatchWriting() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Some JDBC 2 drivers to not support batching, so this lets are own batching be used.
usesJoinedStrategy() - Method in class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
INTERNAL:
usesLocalTime() - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
PUBLIC: Return true if policy uses local time.
usesMultitenantSharedCache() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return true if the entity manager factory cache for this project is intended to be shared amongst multitenants.
usesMultitenantSharedEmf() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
INTERNAL: Return true if the entity manager factory for this project is intended to be shared amongst multitenants.
usesNativeBatchWriting() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
usesNativeSQL() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
useSoftCache() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Set the type of the cache used for the query results to a SoftIdentityMap.
useSoftCacheWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the soft cache weak identity map.
useSoftCacheWeakIdentityMap() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to use the soft cache weak identity map.
useSoftCacheWeakIdentityMap(int) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to use the soft cache weak identity map with soft cache size.
useSoftIdentityMap() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Set the class of identity map to be the soft identity map.
useSoftIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the soft identity map.
useSoftLRUCache() - Method in class org.eclipse.persistence.queries.QueryResultsCachePolicy
PUBLIC: Set the type of the cache used for the query results to a SoftCacheWeakIdentityMap.
usesOptimisticLocking() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if the receiver uses write (optimistic) locking.
usesOptimisticLocking() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL:
usesOptimisticLocking() - Method in class org.eclipse.persistence.queries.DeleteObjectQuery
INTERNAL: Indicating whether the query should use optimistic locking.
usesOptimisticLocking() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Asks each descriptor if is uses optimistic locking.
usesOrdinalValues() - Method in class org.eclipse.persistence.jaxb.JAXBEnumTypeConverter
PUBLIC: Returns true if this converter uses ordinal values for the enum conversion.
useSortedSetClass(Class, Comparator) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useSortedSetClassName(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Configure the mapping to use an instance of the specified container class name to hold the target objects.
useSortedSetClassName(String, String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Configure the mapping to use an instance of the specified container class name to hold the target objects.
usesPartitions() - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: Some servers may support partitioning
usesPartitions() - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
 
usesPartitions() - Method in class org.eclipse.persistence.platform.server.wls.WebLogic_12_Platform
 
usesPlatformDefaultSequence() - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
INTERNAL: Indicates whether defaultSequence is the same as platform default sequence.
usesPlatformDefaultSequence() - Method in interface org.eclipse.persistence.internal.databaseaccess.Platform
INTERNAL: Indicates whether defaultSequence is the same as platform default sequence.
usesPropertyAccess() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Returns true if this class uses property access.
usesPropertyAccess() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Returns true if this mapping or class uses property access.
usesPropertyAccessForWeaving() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
INTERNAL: Return whether this descriptor uses property access.
useSQLServer() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the database platform to be SQL Server.
usesResultSetAccessOptimization() - Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
INTERNAL: Return if the query uses ResultSet optimization.
usesResultSetAccessOptimization() - Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
INTERNAL: Return if the query uses ResultSet optimization.
usesSequenceNumbers() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if the receiver uses sequence numbers.
usesSequenceTable() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
usesSequencing() - Method in class org.eclipse.persistence.sessions.Project
INTERNAL: Asks each descriptor if is uses sequencing.
usesServerTime() - Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
PUBLIC: Return true if policy uses server time.
usesSingleNode() - Method in interface org.eclipse.persistence.internal.oxm.mappings.CollectionReferenceMapping
For the purpose of XMLCollectionReferenceMappings, 'usesSingleNode' refers to the fact that the source key xpath fields should all be written as space-separated lists.
usesSingleNode() - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
Checks whether the mapping uses a single node.
usesSingleNode() - Method in interface org.eclipse.persistence.internal.oxm.mappings.Field
Checks whether the mapping uses a single node.
usesSingleNode() - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
PUBLIC: Checks whether the mapping uses a single node.
usesSingleNode() - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
INTERNAL: For the purpose of XMLCollectionReferenceMappings, 'usesSingleNode' refers to the fact that the source key xpath fields should all be written as space-separated lists.
usesSingleNode() - Method in class org.eclipse.persistence.oxm.XMLField
PUBLIC: Checks whether the mapping uses a single node.
usesSingleTableInheritanceStrategy() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Indicates if the strategy on the descriptor's inheritance policy is SINGLE_TABLE.
usesSingleTableStrategy() - Method in class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
INTERNAL:
usesStreamsForBinding() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
usesStringBinding() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
usesStringBinding() - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
usesTablePerClassInheritanceStrategy() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return true if this descriptor uses a table per class inheritance policy.
usesTablePerClassStrategy() - Method in class org.eclipse.persistence.internal.jpa.metadata.inheritance.InheritanceMetadata
INTERNAL:
usesTransparentIndirection() - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return whether the indirection policy uses transparent indirection.
usesTransparentIndirection() - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return whether the indirection policy uses transparent indirection.
useStreamsForBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: EclipseLink can be configured to use streams to store large binary data.
useStringBinding() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Bind strings larger than 255 characters.
useStringBinding(int) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Bind strings that are larger than the specified size.
usesVersionColumnOptimisticLocking() - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: Return true if this descriptors class processed OptimisticLocking meta data of type VERSION_COLUMN.
usesVersionLocking() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Return true if the receiver uses version optimistic locking.
usesVirtualAccess() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.ClassAccessor
INTERNAL: Returns true if this class uses virtual access.
usesVirtualAccess() - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.MappingAccessor
INTERNAL: Returns true if this mapping or class uses virtual access.
usesXMLRoot() - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyCollectionMapping
 
usesXMLRoot() - Method in interface org.eclipse.persistence.internal.oxm.mappings.AnyObjectMapping
 
usesXMLRoot() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
usesXMLRoot() - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
useSybase() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the database platform to be Sybase.
useSymfoware() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the database platform to be Symfoware.
useTimestampLocking(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Use the Timestamps locking policy and storing the value in the cache key #see useVersionLocking(String)
useTimestampLocking(String, boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the locking policy to use timestamp version locking.
useTransparentCollection() - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: If transparent indirection is used, a special collection will be placed in the source object's attribute.
useTransparentList() - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: If transparent indirection is used, a special collection will be placed in the source object's attribute.
useTransparentMap(String) - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: If transparent indirection is used, a special map will be placed in the source object's attribute.
useTransparentMap() - Method in class org.eclipse.persistence.mappings.DirectMapMapping
PUBLIC: Configure the mapping to use an instance of the specified container class to hold the target objects.
useTransparentSet() - Method in class org.eclipse.persistence.mappings.CollectionMapping
PUBLIC: If transparent indirection is used, a special collection will be placed in the source object's attribute.
useUnnamedCursorOutputAsResultSet() - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseCall
PUBLIC: Used for Oracle result sets through procedures.
useUnnamedCursorOutputAsResultSet() - Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLStoredProcedureCall
 
useUnnamedCursorOutputAsResultSet() - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Used for Oracle result sets through procedures.
useUnnamedCursorOutputAsResultSet(int) - Method in class org.eclipse.persistence.queries.StoredProcedureCall
PUBLIC: Used for Oracle result sets through procedures.
useUpperCaseForComparisons(boolean) - Method in class org.eclipse.persistence.internal.helper.DatabaseField
INTERNAL: Sets the useUpperCaseForComparisons flag which is used to force using the uppercase version of the field's name to determine field equality and its hashcode, but will still use the original name when writing/printing operations.
useVersionLocking(String) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Default to use the version locking policy and storing the value in the cache key #see useVersionLocking(String)
useVersionLocking(String, boolean) - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the locking policy to use numeric version locking.
useWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.CachePolicy
PUBLIC: Set the class of identity map to be the weak identity map.
useWeakIdentityMap() - Method in class org.eclipse.persistence.descriptors.ClassDescriptor
PUBLIC: Set the class of identity map to be the weak identity map.
useWeakIdentityMap() - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to use the weak identity map.
useWeakIdentityMap(int) - Method in class org.eclipse.persistence.sessions.Project
PUBLIC: Switch all descriptors to use the weak identity map.
useWeavedIndirection(String, String, boolean) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Configures the mapping to used weaved indirection.
useWebLogicDriverCursoredOutputCode() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set the prepare cursor code to what the WebLogic Oracle OCI JDBC driver expects.
useWebLogicJDBCConnectionPool(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Set a WebLogic JDBC connection pool (a pool must be defined for the entity beans that are to be deployed)
useWebLogicOracleOCIDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the WebLogic Oracle OCI JDBC driver.
useWebLogicSQLServerDBLibDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the WebLogic SQL Server dblib JDBC driver.
useWebLogicSQLServerDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the WebLogic SQL Server JDBC driver.
useWebLogicSybaseDBLibDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the WebLogic Sybase dblib JDBC driver.
useWebLogicThinClientDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the WebLogic thin client JDBC driver.
useWebLogicThinDriver() - Method in class org.eclipse.persistence.sessions.DatabaseLogin
PUBLIC: Use the WebLogic thin JDBC driver.
useXMLRecordFormat() - Method in class org.eclipse.persistence.eis.EISDescriptor
PUBLIC: Configure the data format to use xml records.
useXsdTypesWithPrefix() - Method in class org.eclipse.persistence.internal.oxm.JsonTypeConfiguration
If there should be xsd prefix when using simple types, e.g.
Util - Class in org.eclipse.persistence.internal.xr
INTERNAL: provides useful constants, SQL Column <-> to XML name mapping and a few other misc.
Util() - Constructor for class org.eclipse.persistence.internal.xr.Util
 
UTIL_DATE - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
UTILDATE - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
UTILDATE - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
utilDateFromLong(Long) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a Date from a long This implementation is based on the java.sql.Date class, not java.util.Date.
utilDateFromSQLDate(Date) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a java.util.Date from a sql.date
utilDateFromTime(Time) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a java.util.Date from a sql.Time
utilDateFromTimestamp(Timestamp) - Static method in class org.eclipse.persistence.internal.helper.Helper
Answer a java.util.Date from a timestamp
UUID - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
UUID - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
UuidGenerator - Annotation Type in org.eclipse.persistence.annotations
Defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
UuidGenerator - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
UuidGeneratorImpl - Class in org.eclipse.persistence.internal.jpa.config.sequencing
JPA scripting API implementation.
UuidGeneratorImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.sequencing.UuidGeneratorImpl
 
UuidGeneratorMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.sequencing
A wrapper class to the @UuidGenerator for its metadata values.
UuidGeneratorMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.UuidGeneratorMetadata
INTERNAL: Used for XML loading.
UuidGeneratorMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.sequencing.UuidGeneratorMetadata
INTERNAL: Used for annotation loading.
UUIDSequence - Class in org.eclipse.persistence.sequencing
 
UUIDSequence() - Constructor for class org.eclipse.persistence.sequencing.UUIDSequence
 
UUIDSequence(String) - Constructor for class org.eclipse.persistence.sequencing.UUIDSequence
 

V

validate(AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Validates the object builder.
validate() - Method in class org.eclipse.persistence.internal.jpa.CacheImpl
This can be used to help debugging an Object identity problem.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AbsNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AllNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AnyNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AttributeNode
INTERNAL Validate the current node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.AvgNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.BetweenNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.BinaryOperatorNode
INTERNAL Validate the current node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.BooleanLiteralNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.CaseNode
 
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ClassForInheritanceNode
 
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.CoalesceNode
 
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.CollectionMemberDeclNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ConcatNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ConstructorNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.CountNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DateFunctionNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DivideNode
INTERNAL Validate node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DotNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.DoubleLiteralNode
INTERNAL Validate the current node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.EmptyCollectionComparisonNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.EqualsAssignmentNode
INTERNAL Validate the current node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.EqualsNode
INTERNAL Validate node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.EscapeNode
INTERNAL Validate the current node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ExistsNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.FetchJoinNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.FloatLiteralNode
INTERNAL Validate the current node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.FromNode
INTERNAL Validate the current node.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.FuncNode
 
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.GreaterThanEqualToNode
INTERNAL Validate the current node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.GreaterThanNode
INTERNAL Validate the current node and calculates its type.
validate(ParseTreeContext, SelectNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.GroupByNode
INTERNAL Validate the current node.
validate(ParseTreeContext, GroupByNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.HavingNode
INTERNAL Validate the current node.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.IdentificationVariableDeclNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.IndexNode
 
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.InNode
INTERNAL Validate the current node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.IntegerLiteralNode
INTERNAL Validate the current node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.JoinDeclNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LengthNode
INTERNAL Validate the current node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LessThanEqualToNode
INTERNAL Validate the current node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LessThanNode
INTERNAL Validate the current node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LikeNode
INTERNAL Validate the current node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LocateNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LogicalOperatorNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LongLiteralNode
INTERNAL Validate the current node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.LowerNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MapEntryNode
 
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MapKeyNode
 
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MaxNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MemberOfNode
INTERNAL Validate node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MinNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MinusNode
INTERNAL Validate node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ModifyNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ModNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.MultiplyNode
INTERNAL Validate node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.NotEqualsNode
INTERNAL Validate node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.NotNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.NullComparisonNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.NullIfNode
 
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.OrderByItemNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext, SelectNode) - Method in class org.eclipse.persistence.internal.jpa.parsing.OrderByNode
INTERNAL Validate node.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.OrNode
INTERNAL Validate node and calculate its type.
validate(TypeHelper) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Validate the parse tree.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Validate the parse tree.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.PlusNode
INTERNAL Validate node and calculates its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.RangeDeclNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
Validate node.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SetNode
INTERNAL Validate node.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SizeNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SomeNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SqrtNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.StringLiteralNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SubqueryNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SubstringNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SumNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.TemporalLiteralNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.TrimNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.UnaryMinus
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.UpperNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.VariableNode
INTERNAL Validate node and calculate its type.
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.WhenThenNode
 
validate(ParseTreeContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.WhereNode
INTERNAL Validate node and calculate its type.
validate(XRServiceAdapter) - Method in class org.eclipse.persistence.internal.xr.BatchQueryOperation
No validation can be done for a batch query operation.
validate(XRServiceAdapter) - Method in class org.eclipse.persistence.internal.xr.DeleteOperation
 
validate(XRServiceAdapter, QueryOperation) - Method in class org.eclipse.persistence.internal.xr.NamedQueryHandler
validate(XRServiceAdapter) - Method in class org.eclipse.persistence.internal.xr.Operation
 
validate(XRServiceAdapter, String) - Method in class org.eclipse.persistence.internal.xr.Parameter
 
validate(XRServiceAdapter, QueryOperation) - Method in class org.eclipse.persistence.internal.xr.QueryHandler
 
validate(XRServiceAdapter) - Method in class org.eclipse.persistence.internal.xr.QueryOperation
 
validate(Object) - Method in class org.eclipse.persistence.jaxb.JAXBValidator
Validate a non-root object against a schema.
validate() - Method in interface org.eclipse.persistence.jpa.JpaCache
This can be used to help debugging an Object identity problem.
validate(JPQLQueryBNF) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Validates the given JPQLQueryBNF by making sure it is the one expected or one of the children from the "root" BNF passed to this validator's constructor.
validate() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Validates the query by introspecting it grammatically and semantically.
validate(Expression, List<JPQLQueryProblem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Validates the query by introspecting it grammatically and semantically.
validate(Object) - Method in class org.eclipse.persistence.oxm.XMLValidator
Validate the given object.
validate(Element, XMLDescriptor, ErrorHandler) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
validate(Element, XMLDescriptor, ErrorHandler) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Validates a document fragment against a complex type or element in the XML schema
VALIDATE_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
VALIDATE_EXISTENCE - Static variable in class org.eclipse.persistence.config.EntityManagerProperties
Configures if the existence of an object should be verified on persist(), otherwise it will assume to be new if not in the persistence context.
VALIDATE_EXISTENCE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.validate-existence" property configures if the existence of an object should be verified on persist(), otherwise it will assume to be new if not in the persistence context.
validateAfterInitialization(AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Allow for subclasses to perform validation.
validateAttributeOfInstantiatedObject(Object) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Verify that the value of the attribute within an instantiated object is of the appropriate type for the indirection policy.
validateAttributeOfInstantiatedObject(Object) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Verify that the value of the attribute within an instantiated object is of the appropriate type for the indirection policy.
validateAttributeOfInstantiatedObject(Object) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Verify that the value of the attribute within an instantiated object is of the appropriate type for the indirection policy.
validateAttributeOfInstantiatedObject(Object) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Verify that the value of the attribute within an instantiated object is of the appropriate type for the indirection policy.
validateAttributeOfInstantiatedObject(Object) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Verify that the value of the attribute within an instantiated object is of the appropriate type for the indirection policy.
validateBeforeInitialization(AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: To validate mappings declaration
validateBeforeInitialization(AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Allow for subclasses to perform validation.
validateBeforeInitialization(AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: To validate mappings declaration
validateBeforeInitialization(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Allow for subclasses to perform validation.
validateBeforeInitialization(AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Validate mapping declaration
validateCache() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
ADVANCED: This can be used to help debugging an object identity problem.
validateCache() - Method in class org.eclipse.persistence.internal.sessions.IdentityMapAccessor
INTERNAL: This can be used to help debugging an object identity problem.
validateCache() - Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
ADVANCED: This can be used to help debugging an Object identity problem.
validateCache() - Method in interface org.eclipse.persistence.sessions.Session
ADVANCED: This can be used to help debugging an object identity problem.
validateContainerPolicy(IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Verify that the container policy is compatible with the indirection policy.
validateContainerPolicy(IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Verify that the container policy is compatible with the indirection policy.
validateDeclaredAttributeType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Verify that attributeType is correct for the indirection policy.
validateDeclaredAttributeType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Verify that attributeType is correct for the indirection policy.
validateDeclaredAttributeType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Verify that attributeType is correct for the indirection policy.
validateDeclaredAttributeType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Verify that attribute type is correct for the indirection policy.
validateDeclaredAttributeType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Verify that attributeType is correct for the indirection policy.
validateDeclaredAttributeTypeForCollection(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Verify that attributeType is an appropriate collection type for the indirection policy.
validateDeclaredAttributeTypeForCollection(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Verify that attributeType is an appropriate collection type for the indirection policy.
validateDelete(int, Object, DeleteObjectQuery) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Check the row count for lock failure.
validateDelete(int, Object, DeleteObjectQuery) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Check the row count for lock failure.
validateDelete(int, Object, DeleteObjectQuery) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
 
validateDerivedPKClassId(String, String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: This method is used to validate derived id fields only.
validateDocument(Document, URL, ErrorHandler) - Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
 
validateDocument(Document, URL, ErrorHandler) - Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
Validate the document against the XML Schema
validateException(Exception) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
validateGetMethodReturnType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Verify that getter returnType is correct for the indirection policy.
validateGetMethodReturnType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Verify that getter returnType is correct for the indirection policy.
validateGetMethodReturnType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Verify that getter returnType is correct for the indirection policy.
validateGetMethodReturnType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Verify that the return type of the attribute's get method is correct for the indirection policy.
validateGetMethodReturnType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Verify that getter returnType is correct for the indirection policy.
validateGetMethodReturnTypeForCollection(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Verify that getter returnType is an appropriate collection type for the indirection policy.
validateGetMethodReturnTypeForCollection(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Verify that getter returnType is an appropriate collection type for the indirection policy.
validateGrammar() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Validates the query by only introspecting it grammatically.
validateGrammar(Expression, List<JPQLQueryProblem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Validates the query by only introspecting it grammatically.
validateNode() - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Do any required validation for this node.
validateNode() - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
 
validateNode() - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
Do any required validation for this node.
validateNode() - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
Do any required validation for this node.
validateNode() - Method in class org.eclipse.persistence.internal.expressions.ManualQueryKeyExpression
Do any required validation for this node.
validateNode() - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
Do any required validation for this node.
validateNode() - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
Do any required validation for this node.
validateNode() - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
Do any required validation for this node.
validateNode() - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
validateObjectSpace() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: This can be used to help debugging an object-space corruption.
validateObjectSpace() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: This can be used to help debugging an object-space corruption.
validateOperations() - Method in class org.eclipse.persistence.internal.xr.XRServiceFactory
INTERNAL:
validateParameter(ParseTreeContext, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.AbsNode
INTERNAL
validateParameter(ParseTreeContext, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.Node
INTERNAL
validateParameter(ParseTreeContext, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParameterNode
INTERNAL
validateParameter(ParseTreeContext, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.SqrtNode
INTERNAL
validateParameter(ParseTreeContext, Object) - Method in class org.eclipse.persistence.internal.jpa.parsing.UnaryMinus
INTERNAL
validatePKClassId(String, String) - Method in class org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor
INTERNAL: This method is used only to validate id fields that were found on a pk class were also found on the entity.
validateQuery(DatabaseQuery) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: This method will be used to update the query with any settings required For this session.
validateQuery(DatabaseQuery) - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: This method will be used to update the query with any settings required For this session.
validateRoot(Object) - Method in class org.eclipse.persistence.jaxb.JAXBValidator
Validate a root object against a schema.
validateRoot(Object) - Method in class org.eclipse.persistence.oxm.XMLValidator
Validate the given root object.
validateSemantic() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Validates the query by only introspecting it semantically.
validateSemantic(Expression, List<JPQLQueryProblem>) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractJPQLQueryHelper
Validates the query by only introspecting it semantically.
validateSetMethodParameterType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Verify that setter parameterType is correct for the indirection policy.
validateSetMethodParameterType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Verify that setter parameterType is correct for the indirection policy.
validateSetMethodParameterType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Verify that setter parameterType is correct for the indirection policy.
validateSetMethodParameterType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Verify that the parameter type of the attribute's set method is correct for the indirection policy.
validateSetMethodParameterType(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Verify that setter parameterType is correct for the indirection policy.
validateSetMethodParameterTypeForCollection(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Verify that setter parameterType is an appropriate collection type for the indirection policy.
validateSetMethodParameterTypeForCollection(Class, IntegrityChecker) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Verify that setter parameterType is an appropriate collection type for the indirection policy.
validateUpdate(int, Object, WriteObjectQuery) - Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
INTERNAL: Check the row count for lock failure.
validateUpdate(int, Object, WriteObjectQuery) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: Check the row count for lock failure.
validateUpdate(int, Object, WriteObjectQuery) - Method in interface org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy
 
ValidatingMarshalRecord - Class in org.eclipse.persistence.oxm.record
 
ValidatingMarshalRecord(MarshalRecord, XMLMarshaller) - Constructor for class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
ValidatingMarshalRecord.MarshalSAXParseException - Exception in org.eclipse.persistence.oxm.record
 
VALIDATION_GROUP_PRE_PERSIST - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.validation.group.pre-persist" property specifies the name of the validator groups to execute for preUpdate event.
VALIDATION_GROUP_PRE_REMOVE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.validation.group.pre-remove" property specifies the name of the validator groups to execute for preRemove event.
VALIDATION_GROUP_PRE_UPDATE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.validation.group.pre-update" property specifies the name of the validator groups to execute for preUpdate event.
VALIDATION_MODE - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.validation.mode" property specifies whether the automatic lifecycle event validation is in effect.
VALIDATION_ONLY_PROPERTY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.validation-only" property validates deployment which includes initializing descriptors but does not connect (no login to the database).
validationAfterDescriptorInitialization(AbstractSession) - Method in class org.eclipse.persistence.descriptors.ReturningPolicy
INTERNAL:
ValidationException - Exception in org.eclipse.persistence.exceptions
Purpose: This exception is used if incorrect state or method arguments are detected in a general TopLink object.
ValidationException() - Constructor for exception org.eclipse.persistence.exceptions.ValidationException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
ValidationExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for ValidationException messages.
ValidationExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.ValidationExceptionResource
 
ValidationXMLReader - Class in org.eclipse.persistence.internal.jpa.metadata.beanvalidation
Detects external Bean Validation configuration.
ValidationXMLReader() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.beanvalidation.ValidationXMLReader
 
ValidationXMLReader - Class in org.eclipse.persistence.jaxb
Detects external Bean Validation configuration.
ValidationXMLReader() - Constructor for class org.eclipse.persistence.jaxb.ValidationXMLReader
 
VALIDATOR_FACTORY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "javax.persistence.validation.factory" property specifies an instance of javax.validation.ValidatorFactory used by EclipseLink to perform Automatic Validation upon Lifecycle Events.
Value - Static variable in class org.eclipse.persistence.config.ResultType
The first value of the first rows is returned.
value() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, this represents the value function, used in nestedtable
value(byte) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression on the constant.
value(char) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression on the constant.
value(double) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression on the constant.
value(float) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression on the constant.
value(int) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression on the constant.
value(long) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression on the constant.
value(Object) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression on the constant.
value(short) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression on the constant.
value(boolean) - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Return an expression on the constant.
Value - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
value() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
VALUE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
VALUE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
value(X) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CoalesceImpl
Add an argument to the coalesce expression.
value(Expression<? extends X>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CoalesceImpl
Add an argument to the coalesce expression.
value(T) - Method in class org.eclipse.persistence.internal.jpa.querydef.InImpl
Add to list of values to be tested against.
value(Expression<? extends T>) - Method in class org.eclipse.persistence.internal.jpa.querydef.InImpl
Add to list of values to be tested against.
value() - Method in class org.eclipse.persistence.internal.jpa.querydef.MapJoinImpl
 
value() - Method in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
value - Variable in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHolder
 
value - Variable in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHolder
 
value - Variable in class org.eclipse.persistence.internal.xr.ValueObject
 
value() - Method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlAccessOrder
 
value() - Method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlAccessType
 
Value() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlMap.Value
 
value() - Method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlMarshalNullRepresentation
 
value() - Method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlNsForm
 
value() - Method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethodsSchema
 
value(String) - Static method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
Retrieves the enumeration constant for the given value.
value(String) - Static method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Retrieves the enumeration constant for the given value.
VALUE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'VALUE'.
value() - Method in enum org.eclipse.persistence.oxm.annotations.XmlMarshalNullRepresentation
 
value() - Method in enum org.eclipse.persistence.oxm.annotations.XmlVirtualAccessMethodsSchema
 
VALUE - Static variable in class org.eclipse.persistence.queries.DataReadQuery
A single value is returned.
value - Variable in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHolder
 
value - Variable in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHolder
 
VALUE_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
VALUE_HOLDER_INSTANTIATION_MISMATCH - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
VALUE_NOT_FOUND_IN_CLASS_INDICATOR_MAPPING - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
VALUE_PARAMETER_TYPE_INCORRECT - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
VALUE_PARAMETER_TYPE_INCORRECT_FOR_OXM_XML - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
value_return() - Constructor for class org.eclipse.persistence.internal.oxm.record.json.JSONParser.value_return
 
VALUE_WRAPPER - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
ValueExpression - Class in org.eclipse.persistence.jpa.jpql.parser
An identification variable qualified by the VALUE operator is a path expression.
ValueExpression(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ValueExpression
Creates a new ValueExpression.
ValueExpression_InvalidExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ValueExpression_InvalidJPAVersion - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ValueExpression_MissingExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ValueExpression_MissingLeftParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ValueExpression_MissingRightParenthesis - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
ValueExpressionFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This ValueExpressionFactory creates a new ValueExpression when the portion of the query to parse starts with VALUE.
ValueExpressionFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.ValueExpressionFactory
Creates a new ValueExpressionFactory.
ValueExpressionStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
This object represents an identification variable that maps the values of a Map.
ValueExpressionStateObject(StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
Creates a new ValueExpressionStateObject.
ValueExpressionStateObject(StateObject, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.ValueExpressionStateObject
Creates a new ValueExpressionStateObject.
valueFromBatchQuery(ReadQuery, AbstractRecord, ObjectLevelReadQuery, CacheKey) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromBatchQuery(ReadQuery, AbstractRecord, ObjectLevelReadQuery, CacheKey) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromBatchQuery(ReadQuery, AbstractRecord, ObjectLevelReadQuery, CacheKey) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromBatchQuery(ReadQuery, AbstractRecord, ObjectLevelReadQuery, CacheKey) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromBatchQuery(ReadQuery, AbstractRecord, ObjectLevelReadQuery, CacheKey) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromBatchQuery(ReadQuery, AbstractRecord, ObjectLevelReadQuery, CacheKey) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromMethod(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromMethod(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromMethod(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromMethod(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromMethod(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromMethod(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromObject(Object, FIELD, ABSTRACT_SESSION) - Method in class org.eclipse.persistence.core.mappings.CoreMapping
INTERNAL: A subclass should extract the value from the object for the field, if it does not map the field then it should return null.
valueFromObject(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return the value for in memory comparison.
valueFromObject(Object, AbstractSession, AbstractRecord, int) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Return the value for in memory comparison.
valueFromObject(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: The expression builder represent the entire object, just return it.
valueFromObject(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
INTERNAL: Return the value for in memory comparison.
valueFromObject(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.internal.expressions.CollectionExpression
INTERNAL: Return the value for in memory comparison.
valueFromObject(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
INTERNAL: Return the value for in memory comparison.
valueFromObject(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: Return the value for in memory comparison.
valueFromObject(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Return the value for in memory comparison.
valueFromObject(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
INTERNAL: Return the value for in memory comparison.
valueFromObject(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: Return the value for in memory comparison.
valueFromObject(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Return the value for in memory comparison.
valueFromObject(Object, AbstractSession, AbstractRecord, int, boolean) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
valueFromObject(Object, AbstractSession, AbstractRecord, int) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
valueFromObject(Object, FIELD, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.oxm.mappings.DirectMapping
 
valueFromObject(Object, DatabaseField, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Extract value of the field from the object
valueFromObject(Object, DatabaseField, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass should extract the value from the object for the field, if it does not map the field then it should return null.
valueFromObject(Object, DatabaseField, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Extract and return value of the field from the object
valueFromObject(Object, DatabaseField, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Get the value from the object for this mapping.
valueFromObject(Object, DatabaseField, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
valueFromObject(Object, DatabaseField, AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL: Return the Value from the object.
valueFromObject(Object, DatabaseField, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
valueFromObject(Object, DatabaseField, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
valueFromPKList(Object[], AbstractRecord, ForeignReferenceMapping, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: This method is used to load a relationship from a list of PKs.
valueFromPKList(Object[], AbstractRecord, ForeignReferenceMapping, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ListContainerPolicy
INTERNAL: This method is used to load a relationship from a list of PKs.
valueFromPKList(Object[], AbstractRecord, ForeignReferenceMapping, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MapContainerPolicy
INTERNAL: This method is used to load a relationship from a list of PKs.
valueFromPKList(Object[], AbstractRecord, ForeignReferenceMapping, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.MappedKeyMapContainerPolicy
INTERNAL: This method is used to load a relationship from a list of PKs.
valueFromPKList(Object[], AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: This method is used to load a relationship from a list of PKs.
valueFromPKList(Object[], AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
This method is used to load a relationship from a list of PKs.
valueFromPKList(Object[], AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: This method is used to load a relationship from a list of PKs.
valueFromQuery(ReadQuery, AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromQuery(ReadQuery, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromQuery(ReadQuery, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromQuery(ReadQuery, AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromQuery(ReadQuery, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromQuery(ReadQuery, AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromQuery(ReadQuery, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromQuery(ReadQuery, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromQuery(ReadQuery, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromQuery(ReadQuery, AbstractRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: A combination of valueFromQuery and valueFromRow(object).
valueFromResultSet(ResultSet, ObjectBuildingQuery, AbstractSession, DatabaseAccessor, ResultSetMetaData, int, DatabasePlatform) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Returns the value for the mapping directly from the result-set.
valueFromResultSet(ResultSet, ObjectBuildingQuery, AbstractSession, DatabaseAccessor, ResultSetMetaData, int, DatabasePlatform) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Returns the value for the mapping directly from the result-set.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Return the value of the reference attribute or a value holder.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: Return the value of the field from the row or a value holder on the query to obtain the object.
valueFromRow(Object) - Method in class org.eclipse.persistence.internal.indirection.BasicIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromRow(Object) - Method in class org.eclipse.persistence.internal.indirection.ContainerIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromRow(Object) - Method in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromRow(Object) - Method in class org.eclipse.persistence.internal.indirection.NoIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromRow(Object) - Method in class org.eclipse.persistence.internal.indirection.ProxyIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromRow(Object) - Method in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
INTERNAL: Return the value to be stored in the object's attribute.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, boolean) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Return the value of the reference attribute or a value holder.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return the value of the reference attribute or a value holder.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Build and return an aggregate collection from the specified row.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Build the nested collection from the database row.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Extract and return the aggregate object from the specified row.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Return the mapping's attribute value from the row.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Return the value of the field from the row or a value holder on the query to obtain the object.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Return the value of the field from the row or a value holder on the query to obtain the object.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
INTERNAL: Build the nested collection from the database row.
valueFromRow(Object, XMLRecord, JoinedAttributeManager, ObjectBuildingQuery, AbstractSession, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
INTERNAL: Return the mapping's attribute value from the row.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
INTERNAL: Build the nested collection from the database row.
valueFromRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean, Boolean[]) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentMapping
 
ValueHolder - Class in org.eclipse.persistence.indirection
Purpose: Act as a place holder for a variable that required a value holder interface.
ValueHolder() - Constructor for class org.eclipse.persistence.indirection.ValueHolder
PUBLIC: Initialize the holder.
ValueHolder(Object) - Constructor for class org.eclipse.persistence.indirection.ValueHolder
PUBLIC: Initialize the holder with an object.
valueHolderInstantiationMismatch(Object, DatabaseMapping) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
ValueHolderInterface - Interface in org.eclipse.persistence.indirection
Purpose: Interface to allow lazy loading of an object's relationships from the database.
ValueHolderInterface_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
valueIsNull(Attributes) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
INTERNAL: When using the SAX or DOM Platform during unmarshal operations.
valueIsNull(Element) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
INTERNAL: When using the DOM Platform during unmarshal operations.
valueNotFoundInClassIndicatorMapping(ClassDescriptor, ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
ValueObject - Class in org.eclipse.persistence.internal.xr
INTERNAL: simple helper object to hold scalar query results (xsd:int, xsd:decimal, etc)
ValueObject() - Constructor for class org.eclipse.persistence.internal.xr.ValueObject
 
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.BatchFetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.CacheCoordinationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.CacheKeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.ChangeTrackingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.DatabaseChangeNotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.ExistenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.IdValidation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.JoinFetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.MultitenantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.OptimisticLockingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.OrderCorrectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.annotations.TenantTableDiscriminatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.config.CacheIsolationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.config.ReferenceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.expressions.spatial.SpatialParameters.Mask
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.expressions.spatial.SpatialParameters.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.expressions.spatial.SpatialParameters.Units
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy.LockOnChange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.internal.jaxb.json.schema.model.JsonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.internal.jpa.parsing.NodeFactory.TrimSpecification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.internal.jpa.parsing.TemporalLiteralNode.TemporalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.internal.mappings.converters.AttributeNamePrefix
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jaxb.BeanValidationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jaxb.javamodel.JavaClassInstanceOf
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jaxb.TypeMappingInfo.ElementScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlAccessOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlAccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlMarshalNullRepresentation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlNsForm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethodsSchema
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.LiteralType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory.ParameterCount
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.ClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.jpql.WordParser.WordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.rs.features.FeatureSet.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.jpa.rs.features.ServiceVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.mappings.DatabaseMapping.WriteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.oxm.annotations.XmlMarshalNullRepresentation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.oxm.annotations.XmlVirtualAccessMethodsSchema
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.oxm.mappings.nullpolicy.XMLNullRepresentationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.oxm.mappings.UnmarshalKeepAsElementPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.oxm.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.queries.DatabaseQuery.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.queries.ReadAllQuery.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.sessions.server.ConnectionPolicy.ExclusiveMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.persistence.sessions.UnitOfWork.CommitOrderType
Returns the enum constant of this type with the specified name.
ValuePartition - Annotation Type in org.eclipse.persistence.annotations
Represent a specific value partition.
ValuePartition - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ValuePartitionImpl - Class in org.eclipse.persistence.internal.jpa.config.partitioning
JPA scripting API implementation.
ValuePartitionImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.partitioning.ValuePartitionImpl
 
ValuePartitioning - Annotation Type in org.eclipse.persistence.annotations
ValuePartitioning partitions access to a database cluster by a field value from the object, such as the object's location, or tenant.
ValuePartitioning - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
ValuePartitioningImpl - Class in org.eclipse.persistence.internal.jpa.config.partitioning
JPA scripting API implementation.
ValuePartitioningImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.partitioning.ValuePartitioningImpl
 
ValuePartitioningMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.partitioning
INTERNAL: Define JPA meta-data for partitioning policy.
ValuePartitioningMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitioningMetadata
INTERNAL: Used for XML loading.
ValuePartitioningMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitioningMetadata
INTERNAL: Used for annotation loading.
ValuePartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
PUBLIC: ValuePartitioningPolicy partitions access to a database cluster by a field value from the object, such as the object's location, or tenant.
ValuePartitioningPolicy() - Constructor for class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
 
ValuePartitioningPolicy(String) - Constructor for class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
 
ValuePartitioningPolicy(String, boolean) - Constructor for class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
 
ValuePartitionMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.partitioning
INTERNAL: Define JPA meta-data for partitioning policy.
ValuePartitionMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitionMetadata
INTERNAL: Used for XML loading.
ValuePartitionMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitionMetadata
INTERNAL: Used for annotation loading.
ValueRead - Static variable in class org.eclipse.persistence.config.QueryType
 
ValueReadQuery - Class in org.eclipse.persistence.queries
Purpose: Concrete class to perform a read of a single data value.
ValueReadQuery() - Constructor for class org.eclipse.persistence.queries.ValueReadQuery
PUBLIC: Initialize the state of the query.
ValueReadQuery(String) - Constructor for class org.eclipse.persistence.queries.ValueReadQuery
PUBLIC: Initialize the query to use the specified SQL string.
ValueReadQuery(Call) - Constructor for class org.eclipse.persistence.queries.ValueReadQuery
PUBLIC: Initialize the query to use the specified call.
ValueResolver - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This Resolver is responsible to return the map value, which means that for identification variables referring to an instance of an association or collection represented as a Map, the identification variable is of the abstract schema type of the map value.
ValueResolver(Resolver) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.ValueResolver
Creates a new ValueResolver.
values() - Static method in enum org.eclipse.persistence.annotations.BatchFetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.annotations.CacheCoordinationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.annotations.CacheKeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.annotations.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.annotations.ChangeTrackingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.annotations.DatabaseChangeNotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.annotations.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.annotations.ExistenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.annotations.IdValidation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.annotations.JoinFetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.annotations.MultitenantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.annotations.OptimisticLockingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.annotations.OrderCorrectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.annotations.TenantTableDiscriminatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.config.CacheIsolationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.config.ReferenceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.persistence.eis.EISMappedRecord
Forward the request to the record.
values() - Static method in enum org.eclipse.persistence.expressions.spatial.SpatialParameters.Mask
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.expressions.spatial.SpatialParameters.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.expressions.spatial.SpatialParameters.Units
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.persistence.indirection.IndirectMap
 
values() - Static method in enum org.eclipse.persistence.internal.descriptors.OptimisticLockingPolicy.LockOnChange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.persistence.internal.expressions.TableAliasLookup
 
values() - Static method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.persistence.internal.helper.IdentityWeakHashMap
Returns a collection view of the values contained in this IdentityWeakHashMap.
values() - Static method in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.persistence.internal.helper.NonSynchronizedProperties
 
values() - Method in class org.eclipse.persistence.internal.indirection.jdk8.IndirectMap
 
values() - Static method in enum org.eclipse.persistence.internal.jaxb.json.schema.model.JsonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessor.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.persistence.internal.jpa.IsolatedHashMap
values() - Static method in enum org.eclipse.persistence.internal.jpa.parsing.NodeFactory.TrimSpecification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.internal.jpa.parsing.TemporalLiteralNode.TemporalType
Returns an array containing the constants of this enum type, in the order they are declared.
values(M) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an expression that returns the values of a map.
values() - Static method in enum org.eclipse.persistence.internal.mappings.converters.AttributeNamePrefix
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.persistence.internal.sessions.AbstractRecord
PUBLIC: Returns an collection of the values.
values() - Static method in enum org.eclipse.persistence.jaxb.BeanValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jaxb.javamodel.JavaClassInstanceOf
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jaxb.TypeMappingInfo.ElementScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlAccessOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlMarshalNullRepresentation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlNsForm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethodsSchema
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.LiteralType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.parser.FunctionExpressionFactory.ParameterCount
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.parser.IdentifierRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.tools.ContentAssistProposals.ClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.tools.model.IJPQLQueryFormatter.IdentifierStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.jpql.WordParser.WordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.rs.features.FeatureSet.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.rs.features.fieldsfiltering.FieldsFilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.jpa.rs.features.ServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.mappings.DatabaseMapping.WriteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.oxm.annotations.XmlMarshalNullRepresentation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.oxm.annotations.XmlVirtualAccessMethodsSchema
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.oxm.mappings.nullpolicy.XMLNullRepresentationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.oxm.mappings.UnmarshalKeepAsElementPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.oxm.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.persistence.oxm.record.DOMRecord
PUBLIC: Return the collection of element values from the DOM.
values() - Static method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.queries.DatabaseQuery.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.queries.ReadAllQuery.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eclipse.persistence.queries.ReportQueryResult
PUBLIC: Returns an collection of the values.
values() - Static method in enum org.eclipse.persistence.sessions.server.ConnectionPolicy.ExclusiveMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.persistence.sessions.UnitOfWork.CommitOrderType
Returns an array containing the constants of this enum type, in the order they are declared.
ValuesAccessor - Class in org.eclipse.persistence.internal.dynamic
ValueAccessor is a specialized AttributeAccessor enabling access to property values
ValuesAccessor(DatabaseMapping) - Constructor for class org.eclipse.persistence.internal.dynamic.ValuesAccessor
 
valuesAreDifferent(Object, Object) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Determines whether the values are different, with the appropriate null checks.
valuesAreEqual(Object, Object) - Static method in class org.eclipse.persistence.jpa.jpql.ExpressionTools
Determines whether the values are equal or equivalent, with the appropriate null checks.
valuesFromCollection(Object, AbstractSession, int, boolean) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL This method iterates through a collection and gets the values from the objects to conform in an in-memory query.
valuesToExclude - Variable in class org.eclipse.persistence.queries.QueryByExamplePolicy
 
ValueStore - Interface in org.eclipse.persistence.sdo
Purpose The ValueStore interface exposes the property model in SDO to pluggable implementers that wish to wrap their object model in the SDO API.
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
Creates the expression representing an identification variable.
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
Creates the expression representing an identification variable.
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSelectExpressionStateObjectBuilder
Creates the expression representing an identification variable.
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractEclipseLinkSimpleSelectExpressionStateObjectBuilder
Creates the expression representing an identification variable.
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractNewValueStateObjectBuilder
Creates the expression representing an identification variable.
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSelectExpressionStateObjectBuilder
Creates the expression representing an identification variable.
variable(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractSimpleSelectExpressionStateObjectBuilder
Creates the expression representing an identification variable.
variable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
Creates the expression representing an identification variable.
variable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IEclipseLinkSelectExpressionStateObjectBuilder
Creates the expression representing an identification variable.
variable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.INewValueStateObjectBuilder
Creates the expression representing an identification variable.
variable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISelectExpressionStateObjectBuilder
Creates the expression representing an identification variable.
variable(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ISimpleSelectExpressionStateObjectBuilder
Creates the expression representing an identification variable.
VARIABLE_DECLARATIONS_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Notifies the content of the list of VariableDeclarationStateObject has changed.
VARIABLE_ONE_TO_ONE - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IEclipseLinkMappingType
The constant for a variable one to one mapping.
VARIABLE_ONE_TO_ONE_DISCRIMINATOR_COLUMN - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
VARIABLE_ONE_TO_ONE_MAPPING - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
VARIABLE_ONE_TO_ONE_MAPPING_IS_NOT_DEFINED - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
VARIABLE_ONE_TO_ONE_MAPPING_REFERENCE_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
variableAccessOrTypeConstant() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
variableCannotHaveMapKey - Static variable in exception org.eclipse.persistence.exceptions.JPQLException
 
variableCannotHaveMapKey(String, int, int, String) - Static method in exception org.eclipse.persistence.exceptions.JPQLException
 
VariableDeclarationStateObject - Interface in org.eclipse.persistence.jpa.jpql.tools.model.query
This defines a variable declaration, which has a "root" object and an identification variable.
VariableNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
VariableNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.VariableNode
VariableNode constructor comment.
VariableNode(String) - Constructor for class org.eclipse.persistence.internal.jpa.parsing.VariableNode
 
VariableOneToOne - Annotation Type in org.eclipse.persistence.annotations
Variable one to one mappings are used to represent a pointer references between a java object and an implementer of an interface.
VariableOneToOne - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
VariableOneToOneAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: A variable one to one relationship accessor.
VariableOneToOneAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
INTERNAL: Used for OX mapping.
VariableOneToOneAccessor(MetadataAnnotation, MetadataAnnotatedElement, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VariableOneToOneAccessor
INTERNAL:
VariableOneToOneImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
VariableOneToOneImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.VariableOneToOneImpl
 
VariableOneToOneMapping - Class in org.eclipse.persistence.mappings
Purpose: Variable one to one mappings are used to represent a pointer references between a java object and an implementer of an interface.
VariableOneToOneMapping() - Constructor for class org.eclipse.persistence.mappings.VariableOneToOneMapping
PUBLIC: Default constructor.
variableOneToOneMappingIsNotDefinedProperly(DatabaseMapping, ClassDescriptor, String) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
variableOrSingleValuedPath() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
VariableXPathCollectionMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,CONVERTER extends CoreConverter,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MARSHALLER extends Marshaller,SESSION extends CoreSession,UNMARSHALLER extends Unmarshaller,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
VariableXPathObjectMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,CONVERTER extends CoreConverter,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MARSHALLER extends Marshaller,SESSION extends CoreSession,UNMARSHALLER extends Unmarshaller,XML_RECORD extends XMLRecord> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
variance() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, this represents the aggregate function Variance.
Variance - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
variance() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
VarrayDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Allow for creation of varray type.
VarrayDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.VarrayDefinition
 
Vector_class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
VECTOR_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
VectorContainerPolicy - Class in org.eclipse.persistence.internal.queries
PERF: Avoids reflection usage for Vectors.
VectorContainerPolicy() - Constructor for class org.eclipse.persistence.internal.queries.VectorContainerPolicy
INTERNAL: Construct a new policy.
VectorContainerPolicy(Class) - Constructor for class org.eclipse.persistence.internal.queries.VectorContainerPolicy
INTERNAL: Construct a new policy for the specified class.
VectorContainerPolicy(String) - Constructor for class org.eclipse.persistence.internal.queries.VectorContainerPolicy
INTERNAL: Construct a new policy for the specified class name.
vectorFor(Object, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.core.queries.CoreContainerPolicy
INTERNAL: Return a Vector populated with the contents of container.
vectorFor(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.queries.ContainerPolicy
INTERNAL: Return a Vector populated with the contents of container.
vectorFromArray(Object[]) - Static method in class org.eclipse.persistence.internal.helper.Helper
Convert the specified array into a vector.
verify(Map, String, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.QueryHintsHandler
Verifies the hints.
verify(String, Object, String, AbstractSession) - Static method in class org.eclipse.persistence.internal.jpa.QueryHintsHandler
Verifies the hint.
verifyDelete(Object, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Used to verify whether the specified object is deleted or not.
verifyDelete(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Verify that an object has been deleted from the database.
verifyDelete(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
TESTING: This is used by testing code to ensure that a deletion was successful.
verifyDelete(Object) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
TESTING: This is used by testing code to ensure that a deletion was successful.
verifyDelete(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
INTERNAL: Checks if object is deleted from the database or not.
verifyDelete(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateMapping
INTERNAL: Return whether the specified object and all its components have been deleted.
verifyDelete(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Checks if object is deleted from the database or not.
verifyDelete(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: To verify if the specified object has been deleted or not.
verifyDelete(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
INTERNAL: Checks if object is deleted from the database or not.
verifyDelete(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: To verify if the specified object is deleted or not.
verifyDelete(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
INTERNAL: Used to verify whether the specified object is deleted or not.
verifyMutexThreadIntegrityBeforeRelease() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: 272022: Avoid releasing locks on the wrong server thread.
verifyOpen() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
verifyOpenWithSetRollbackOnly() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
used to save having to constantly use a try/catch to call setRollbackOnly
verifySelect(DatabaseQuery, GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.ParseTree
INTERNAL Verify that the alias in the SELECT is valid.
verifySelectedAlias(GenerationContext) - Method in class org.eclipse.persistence.internal.jpa.parsing.SelectNode
Verify that the selected alias is a valid alias.
Version - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar1
The EclipseLink version, which is 1.x.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_0
The EclipseLink version, which is 2.0.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_1
The EclipseLink version, which is 2.1.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_2
The EclipseLink version, which is 2.2.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_3
The EclipseLink version, which is 2.3.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_4
The EclipseLink version, which is 2.4.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_5
The EclipseLink version, which is 2.5.
VERSION - Static variable in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkJPQLGrammar2_6
The EclipseLink version, which is 2.6.
VERSION - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.spi.IMappingType
The constant for a version mapping.
Version - Class in org.eclipse.persistence
This class stores variables for the version and build numbers that are used in printouts and exceptions.
Version() - Constructor for class org.eclipse.persistence.Version
 
VersionAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
INTERNAL: A basic version accessor.
VersionAccessor() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VersionAccessor
INTERNAL: Used for OX mapping.
VersionAccessor(MetadataAnnotation, MetadataAnnotatedElement, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.VersionAccessor
INTERNAL:
VersionImpl - Class in org.eclipse.persistence.internal.jpa.config.mappings
JPA scripting API implementation.
VersionImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.mappings.VersionImpl
 
VersionLockingPolicy - Class in org.eclipse.persistence.descriptors
Purpose: Used to allow a single version number to be used for optimistic locking.
VersionLockingPolicy() - Constructor for class org.eclipse.persistence.descriptors.VersionLockingPolicy
PUBLIC: Create a new VersionLockingPolicy.
VersionLockingPolicy(String) - Constructor for class org.eclipse.persistence.descriptors.VersionLockingPolicy
PUBLIC: Create a new VersionLockingPolicy.
VersionLockingPolicy(DatabaseField) - Constructor for class org.eclipse.persistence.descriptors.VersionLockingPolicy
PUBLIC: Create a new VersionLockingPolicy.
versions() - Static method in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
versions() - Static method in enum org.eclipse.persistence.jpa.jpql.JPAVersion
Returns the list of JPAVersion excluding JPAVersion.DEFAULT_VERSION.
versionString(int, int) - Static method in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Generate String containing minor and major version numbers in <major> '.' <minor> format.
versionString() - Method in enum org.eclipse.persistence.internal.helper.JavaSEPlatform
Generate String containing minor and major version numbers in <major> '.' <minor> format.
versionString - Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
 
VERTICAL_BAR - Static variable in class org.eclipse.persistence.internal.helper.StringHelper
Vertical bar.
VH_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
VHI_CLASSNAME - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
VHI_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
VHI_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
ViewDefinition - Class in org.eclipse.persistence.tools.schemaframework
Purpose: Allow for creation of views.
ViewDefinition() - Constructor for class org.eclipse.persistence.tools.schemaframework.ViewDefinition
 
VIRTUAL_GETTER_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
VIRTUAL_SETTER_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
VirtualAccessMethods - Annotation Type in org.eclipse.persistence.annotations
Specifies that this class contains virtual attributes.
VirtualAttributeAccessor - Class in org.eclipse.persistence.internal.descriptors
 
VirtualAttributeAccessor() - Constructor for class org.eclipse.persistence.internal.descriptors.VirtualAttributeAccessor
 
VirtualAttributeMethodInfo - Class in org.eclipse.persistence.internal.descriptors
Data-holding object that holds information about object used by mappings with a VIRTUAL access type.
VirtualAttributeMethodInfo(String, String) - Constructor for class org.eclipse.persistence.internal.descriptors.VirtualAttributeMethodInfo
 
VirtualJPQLQueryBNF - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQLQueryBNF can be used as a virtual BNF, which can wrap another BNF or BNFs and modify the default behavior.
VirtualJPQLQueryBNF(JPQLGrammar) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.VirtualJPQLQueryBNF
Creates a new VirtualJPQLQueryBNF.
visit(int, int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAsmFactory.ClassMetadataVisitor
 
visit(int, int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Visit the class byte-codes and modify to weave Persistence interfaces.
visit() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
visit(DecimalMinFacet, P) - Method in interface org.eclipse.persistence.jaxb.compiler.facets.FacetVisitor
 
visit(DecimalMaxFacet, P) - Method in interface org.eclipse.persistence.jaxb.compiler.facets.FacetVisitor
 
visit(DigitsFacet, P) - Method in interface org.eclipse.persistence.jaxb.compiler.facets.FacetVisitor
 
visit(MaxFacet, P) - Method in interface org.eclipse.persistence.jaxb.compiler.facets.FacetVisitor
 
visit(MinFacet, P) - Method in interface org.eclipse.persistence.jaxb.compiler.facets.FacetVisitor
 
visit(PatternFacet, P) - Method in interface org.eclipse.persistence.jaxb.compiler.facets.FacetVisitor
 
visit(PatternListFacet, P) - Method in interface org.eclipse.persistence.jaxb.compiler.facets.FacetVisitor
 
visit(SizeFacet, P) - Method in interface org.eclipse.persistence.jaxb.compiler.facets.FacetVisitor
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
Visits the AsOfClause expression.
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
Visits the CastExpression expression.
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
Visits the ConnectByClause expression.
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
Visits the DatabaseType expression.
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
Visits the ExtractExpression expression.
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
Visits the HierarchicalQueryClause expression.
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
Visits the OrderSiblingsByClause expression.
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
Visits the RegexpExpression expression.
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
Visits the StartWithClause expression.
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
Visits the TableExpression expression.
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
Visits the TableVariableDeclaration expression.
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkParameterTypeVisitor
Visits the UnionClause expression.
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor
 
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
Visits the AsOfClause expression.
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
Visits the CastExpression expression.
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
Visits the ConnectByClause expression.
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
Visits the DatabaseType expression.
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
Visits the ExtractExpression expression.
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
Visits the HierarchicalQueryClause expression.
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
Visits the OrderSiblingsByClause expression.
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
Visits the RegexpExpression expression.
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
Visits the StartWithClause expression.
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
Visits the TableExpression expression.
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
Visits the TableVariableDeclaration expression.
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator
Visits the UnionClause expression.
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the AbsExpression expression.
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the AbstractSchemaName expression.
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the AdditionExpression expression.
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the AllOrAnyExpression expression.
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the AndExpression expression.
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the ArithmeticFactor expression.
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the AvgFunction expression.
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the BadExpression expression.
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the BetweenExpression expression.
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the CaseExpression expression.
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the CoalesceExpression expression.
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the CollectionExpression expression.
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the CollectionMemberDeclaration expression.
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the CollectionMemberExpression expression.
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the CollectionValuedPathExpression expression.
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the ComparisonExpression expression.
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the ConcatExpression expression.
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the ConstructorExpression expression.
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the CountFunction expression.
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the DateTime expression.
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the DeleteClause expression.
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the DeleteStatement expression.
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the DivisionExpression expression.
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the EntityTypeLiteral expression.
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the EntryExpression expression.
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the ExistsExpression expression.
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the FromClause expression.
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the FunctionExpression expression.
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the GroupByClause expression.
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the HavingClause expression.
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the IdentificationVariable expression.
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the IdentificationVariableDeclaration expression.
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the IndexExpression expression.
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the InExpression expression.
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the InputParameter expression.
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the Join expression.
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the JPQLExpression expression.
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the KeyExpression expression.
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the KeywordExpression expression.
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the LengthExpression expression.
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the LikeExpression expression.
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the LocateExpression expression.
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the LowerExpression expression.
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the MaxFunction expression.
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the MinFunction expression.
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the ModExpression expression.
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the MultiplicationExpression expression.
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the NotExpression expression.
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the NullComparisonExpression expression.
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the NullExpression expression.
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the NullIfExpression expression.
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the NumericLiteral expression.
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the ObjectExpression expression.
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the OnClause expression.
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the OrderByClause expression.
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the OrderByItem expression.
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the OrExpression expression.
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the RangeVariableDeclaration expression.
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the ResultVariable expression.
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the SelectClause expression.
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the SelectStatement expression.
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the SimpleFromClause expression.
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the SimpleSelectClause expression.
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the SimpleSelectStatement expression.
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the SizeExpression expression.
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the SqrtExpression expression.
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the StateFieldPathExpression expression.
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the StringLiteral expression.
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the SubExpression expression.
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the SubstringExpression expression.
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the SubtractionExpression expression.
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the SumFunction expression.
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the TreatExpression expression.
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the TrimExpression expression.
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the TypeExpression expression.
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the UnknownExpression expression.
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the UpdateClause expression.
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the UpdateItem expression.
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the UpdateStatement expression.
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the UpperExpression expression.
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the ValueExpression expression.
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the WhenClause expression.
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
Visits the WhereClause expression.
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the AbsExpression expression.
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the AbstractSchemaName expression.
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the AdditionExpression expression.
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the AllOrAnyExpression expression.
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the AndExpression expression.
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the ArithmeticFactor expression.
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the AvgFunction expression.
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the BadExpression expression.
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the BetweenExpression expression.
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the CaseExpression expression.
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the CoalesceExpression expression.
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the CollectionExpression expression.
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the CollectionMemberDeclaration expression.
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the CollectionMemberExpression expression.
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the CollectionValuedPathExpression expression.
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the ComparisonExpression expression.
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the ConcatExpression expression.
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the ConstructorExpression expression.
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the CountFunction expression.
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the DateTime expression.
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the DeleteClause expression.
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the DeleteStatement expression.
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the DivisionExpression expression.
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the EntityTypeLiteral expression.
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the EntryExpression expression.
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the ExistsExpression expression.
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the FromClause expression.
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the FunctionExpression expression.
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the GroupByClause expression.
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the HavingClause expression.
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the IdentificationVariable expression.
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the IdentificationVariableDeclaration expression.
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the IndexExpression expression.
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the InExpression expression.
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the InputParameter expression.
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the Join expression.
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the JPQLExpression expression.
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the KeyExpression expression.
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the KeywordExpression expression.
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the LengthExpression expression.
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the LikeExpression expression.
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the LocateExpression expression.
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the LowerExpression expression.
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the MaxFunction expression.
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the MinFunction expression.
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the ModExpression expression.
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the MultiplicationExpression expression.
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the NotExpression expression.
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the NullComparisonExpression expression.
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the NullExpression expression.
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the NullIfExpression expression.
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the NumericLiteral expression.
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the ObjectExpression expression.
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the OnClause expression.
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the OrderByClause expression.
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the OrderByItem expression.
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the OrExpression expression.
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the RangeVariableDeclaration expression.
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the ResultVariable expression.
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the SelectClause expression.
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the SelectStatement expression.
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the SimpleFromClause expression.
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the SimpleSelectClause expression.
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the SimpleSelectStatement expression.
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the SizeExpression expression.
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the SqrtExpression expression.
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the StateFieldPathExpression expression.
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the StringLiteral expression.
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the SubExpression expression.
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the SubstringExpression expression.
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the SubtractionExpression expression.
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the SumFunction expression.
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the TreatExpression expression.
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the TrimExpression expression.
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the TypeExpression expression.
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the UnknownExpression expression.
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the UpdateClause expression.
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the UpdateItem expression.
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the UpdateStatement expression.
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the UpperExpression expression.
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the ValueExpression expression.
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the WhenClause expression.
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
Visits the WhereClause expression.
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassChildCollectionExpressionVisitor
Visits the CollectionExpression expression.
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassChildCollectionExpressionVisitor
Visits the NullExpression expression.
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassParentSubExpressionVisitor
Visits the SubExpression expression.
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.ChildrenCollectorVisitor
Visits the CollectionExpression expression.
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.ChildrenCollectorVisitor
Visits the NullExpression expression.
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Visits the BadExpression expression.
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Visits the CollectionExpression expression.
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Visits the NullExpression expression.
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Visits the SubExpression expression.
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.JPQLQueryBNFValidator
Visits the UnknownExpression expression.
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Visits the DeleteClause expression.
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Visits the FromClause expression.
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Visits the GroupByClause expression.
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Visits the HavingClause expression.
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Visits the OrderByClause expression.
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Visits the SelectClause expression.
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Visits the SimpleFromClause expression.
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Visits the SimpleSelectClause expression.
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Visits the UpdateClause expression.
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
Visits the WhereClause expression.
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the BadExpression expression.
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the CollectionExpression expression.
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the DeleteClause expression.
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the DeleteStatement expression.
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the FromClause expression.
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the IdentificationVariable expression.
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the IdentificationVariableDeclaration expression.
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the JPQLExpression expression.
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the NullExpression expression.
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the RangeVariableDeclaration expression.
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the SelectStatement expression.
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the UnknownExpression expression.
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the UpdateClause expression.
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.BaseDeclarationIdentificationVariableFinder
Visits the UpdateStatement expression.
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Visits the AsOfClause expression.
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Visits the CastExpression expression.
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Visits the ConnectByClause expression.
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Visits the DatabaseType expression.
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Visits the ExtractExpression expression.
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Visits the HierarchicalQueryClause expression.
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Visits the OrderSiblingsByClause expression.
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Visits the RegexpExpression expression.
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Visits the StartWithClause expression.
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Visits the TableExpression expression.
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Visits the TableVariableDeclaration expression.
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
Visits the UnionClause expression.
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Visits the AsOfClause expression.
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Visits the CastExpression expression.
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Visits the ConnectByClause expression.
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Visits the DatabaseType expression.
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Visits the ExtractExpression expression.
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Visits the HierarchicalQueryClause expression.
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Visits the OrderSiblingsByClause expression.
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Visits the RegexpExpression expression.
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Visits the StartWithClause expression.
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Visits the TableExpression expression.
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Visits the TableVariableDeclaration expression.
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkLiteralVisitor
Visits the UnionClause expression.
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Visits the AbstractSchemaName expression.
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Visits the CollectionMemberDeclaration expression.
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Visits the CollectionValuedPathExpression expression.
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Visits the EntityTypeLiteral expression.
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Visits the FunctionExpression expression.
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Visits the IdentificationVariable expression.
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Visits the InputParameter expression.
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Visits the Join expression.
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Visits the RangeVariableDeclaration expression.
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Visits the ResultVariable expression.
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Visits the StateFieldPathExpression expression.
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Visits the StringLiteral expression.
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.LiteralVisitor
Visits the TreatExpression expression.
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the AbsExpression expression.
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the AbstractSchemaName expression.
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the AdditionExpression expression.
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the AllOrAnyExpression expression.
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the AndExpression expression.
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the ArithmeticFactor expression.
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the AvgFunction expression.
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the BetweenExpression expression.
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the CaseExpression expression.
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the CoalesceExpression expression.
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the CollectionMemberExpression expression.
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the CollectionValuedPathExpression expression.
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the ComparisonExpression expression.
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the ConcatExpression expression.
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the ConstructorExpression expression.
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the CountFunction expression.
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the DateTime expression.
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the DivisionExpression expression.
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the EntityTypeLiteral expression.
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the EntryExpression expression.
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the ExistsExpression expression.
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the FunctionExpression expression.
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the IdentificationVariable expression.
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the IndexExpression expression.
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the InExpression expression.
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the InputParameter expression.
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the KeyExpression expression.
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the KeywordExpression expression.
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the LengthExpression expression.
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the LikeExpression expression.
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the LocateExpression expression.
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the LowerExpression expression.
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the MaxFunction expression.
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the MinFunction expression.
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the ModExpression expression.
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the MultiplicationExpression expression.
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the NotExpression expression.
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the NullComparisonExpression expression.
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the NullIfExpression expression.
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the NumericLiteral expression.
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the ObjectExpression expression.
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the OrExpression expression.
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the SizeExpression expression.
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the SqrtExpression expression.
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the StateFieldPathExpression expression.
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the StringLiteral expression.
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the SubstringExpression expression.
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the SubtractionExpression expression.
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the SumFunction expression.
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the TrimExpression expression.
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the TypeExpression expression.
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the UpdateItem expression.
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the UpperExpression expression.
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the ValueExpression expression.
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.ParameterTypeVisitor
Visits the WhenClause expression.
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
Visits the AsOfClause expression.
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
Visits the CastExpression expression.
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
Visits the ConnectByClause expression.
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
Visits the DatabaseType expression.
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
Visits the ExtractExpression expression.
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
Visits the HierarchicalQueryClause expression.
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
Visits the OrderSiblingsByClause expression.
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
Visits the RegexpExpression expression.
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
Visits the StartWithClause expression.
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
Visits the TableExpression expression.
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
Visits the TableVariableDeclaration expression.
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkExpressionVisitor
Visits the UnionClause expression.
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
Visits the AsOfClause expression.
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
Visits the CastExpression expression.
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
Visits the ConnectByClause expression.
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
Visits the DatabaseType expression.
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
Visits the ExtractExpression expression.
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
Visits the HierarchicalQueryClause expression.
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
Visits the OrderSiblingsByClause expression.
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
Visits the RegexpExpression expression.
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
Visits the StartWithClause expression.
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
Visits the TableExpression expression.
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
Visits the TableVariableDeclaration expression.
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseChildrenVisitor
Visits the UnionClause expression.
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
Visits the AsOfClause expression.
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
Visits the CastExpression expression.
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
Visits the ConnectByClause expression.
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
Visits the DatabaseType expression.
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
Visits the ExtractExpression expression.
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
Visits the HierarchicalQueryClause expression.
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
Visits the OrderSiblingsByClause expression.
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
Visits the RegexpExpression expression.
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
Visits the StartWithClause expression.
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
Visits the TableExpression expression.
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
Visits the TableVariableDeclaration expression.
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractEclipseLinkTraverseParentVisitor
Visits the UnionClause expression.
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the AbsExpression expression.
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the AbstractSchemaName expression.
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the AdditionExpression expression.
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the AllOrAnyExpression expression.
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the AndExpression expression.
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the ArithmeticFactor expression.
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the AvgFunction expression.
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the BadExpression expression.
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the BetweenExpression expression.
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the CaseExpression expression.
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the CoalesceExpression expression.
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the CollectionExpression expression.
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the CollectionMemberDeclaration expression.
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the CollectionMemberExpression expression.
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the CollectionValuedPathExpression expression.
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the ComparisonExpression expression.
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the ConcatExpression expression.
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the ConstructorExpression expression.
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the CountFunction expression.
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the DateTime expression.
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the DeleteClause expression.
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the DeleteStatement expression.
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the DivisionExpression expression.
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the EntityTypeLiteral expression.
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the EntryExpression expression.
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the ExistsExpression expression.
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the FromClause expression.
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the FunctionExpression expression.
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the GroupByClause expression.
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the HavingClause expression.
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the IdentificationVariable expression.
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the IdentificationVariableDeclaration expression.
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the IndexExpression expression.
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the InExpression expression.
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the InputParameter expression.
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the Join expression.
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the JPQLExpression expression.
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the KeyExpression expression.
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the KeywordExpression expression.
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the LengthExpression expression.
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the LikeExpression expression.
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the LocateExpression expression.
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the LowerExpression expression.
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the MaxFunction expression.
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the MinFunction expression.
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the ModExpression expression.
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the MultiplicationExpression expression.
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the NotExpression expression.
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the NullComparisonExpression expression.
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the NullExpression expression.
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the NullIfExpression expression.
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the NumericLiteral expression.
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the ObjectExpression expression.
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the OnClause expression.
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the OrderByClause expression.
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the OrderByItem expression.
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the OrExpression expression.
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the RangeVariableDeclaration expression.
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the ResultVariable expression.
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the SelectClause expression.
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the SelectStatement expression.
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the SimpleFromClause expression.
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the SimpleSelectClause expression.
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the SimpleSelectStatement expression.
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the SizeExpression expression.
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the SqrtExpression expression.
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the StateFieldPathExpression expression.
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the StringLiteral expression.
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the SubExpression expression.
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the SubstringExpression expression.
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the SubtractionExpression expression.
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the SumFunction expression.
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the TreatExpression expression.
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the TrimExpression expression.
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the TypeExpression expression.
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the UnknownExpression expression.
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the UpdateClause expression.
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the UpdateItem expression.
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the UpdateStatement expression.
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the UpperExpression expression.
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the ValueExpression expression.
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the WhenClause expression.
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpressionVisitor
Visits the WhereClause expression.
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AbstractTraverseParentVisitor
Visits the JPQLExpression expression.
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the AbsExpression expression.
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the AbstractSchemaName expression.
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the AdditionExpression expression.
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the AllOrAnyExpression expression.
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the AndExpression expression.
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the ArithmeticFactor expression.
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the AvgFunction expression.
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the BadExpression expression.
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the BetweenExpression expression.
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the CaseExpression expression.
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the CoalesceExpression expression.
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the CollectionExpression expression.
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the CollectionMemberDeclaration expression.
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the CollectionMemberExpression expression.
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the CollectionValuedPathExpression expression.
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the ComparisonExpression expression.
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the ConcatExpression expression.
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the ConstructorExpression expression.
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the CountFunction expression.
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the DateTime expression.
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the DeleteClause expression.
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the DeleteStatement expression.
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the DivisionExpression expression.
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the EntityTypeLiteral expression.
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the EntryExpression expression.
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the ExistsExpression expression.
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the FromClause expression.
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the FunctionExpression expression.
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the GroupByClause expression.
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the HavingClause expression.
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the IdentificationVariable expression.
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the IdentificationVariableDeclaration expression.
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the IndexExpression expression.
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the InExpression expression.
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the InputParameter expression.
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the Join expression.
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the JPQLExpression expression.
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the KeyExpression expression.
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the KeywordExpression expression.
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the LengthExpression expression.
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the LikeExpression expression.
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the LocateExpression expression.
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the LowerExpression expression.
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the MaxFunction expression.
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the MinFunction expression.
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the ModExpression expression.
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the MultiplicationExpression expression.
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the NotExpression expression.
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the NullComparisonExpression expression.
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the NullExpression expression.
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the NullIfExpression expression.
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the NumericLiteral expression.
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the ObjectExpression expression.
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the OnClause expression.
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the OrderByClause expression.
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the OrderByItem expression.
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the OrExpression expression.
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the RangeVariableDeclaration expression.
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the ResultVariable expression.
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the SelectClause expression.
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the SelectStatement expression.
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the SimpleFromClause expression.
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the SimpleSelectClause expression.
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the SimpleSelectStatement expression.
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the SizeExpression expression.
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the SqrtExpression expression.
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the StateFieldPathExpression expression.
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the StringLiteral expression.
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the SubExpression expression.
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the SubstringExpression expression.
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the SubtractionExpression expression.
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the SumFunction expression.
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the TreatExpression expression.
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the TrimExpression expression.
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the TypeExpression expression.
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the UnknownExpression expression.
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the UpdateClause expression.
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the UpdateItem expression.
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the UpdateStatement expression.
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the UpperExpression expression.
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the ValueExpression expression.
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the WhenClause expression.
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.AnonymousExpressionVisitor
Visits the WhereClause expression.
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
Visits the AsOfClause expression.
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
Visits the CastExpression expression.
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
Visits the ConnectByClause expression.
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
Visits the DatabaseType expression.
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
Visits the ExtractExpression expression.
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
Visits the HierarchicalQueryClause expression.
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
Visits the OrderSiblingsByClause expression.
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
Visits the RegexpExpression expression.
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
Visits the StartWithClause expression.
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
Visits the TableExpression expression.
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
Visits the TableVariableDeclaration expression.
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.EclipseLinkAnonymousExpressionVisitor
Visits the UnionClause expression.
visit(AsOfClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the AsOfClause expression.
visit(CastExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the CastExpression expression.
visit(ConnectByClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the ConnectByClause expression.
visit(DatabaseType) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the DatabaseType expression.
visit(ExtractExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the ExtractExpression expression.
visit(HierarchicalQueryClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the HierarchicalQueryClause expression.
visit(OrderSiblingsByClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the OrderSiblingsByClause expression.
visit(RegexpExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the RegexpExpression expression.
visit(StartWithClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the StartWithClause expression.
visit(TableExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the TableExpression expression.
visit(TableVariableDeclaration) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the TableVariableDeclaration expression.
visit(UnionClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.EclipseLinkExpressionVisitor
Visits the UnionClause expression.
visit(AbsExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the AbsExpression expression.
visit(AbstractSchemaName) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the AbstractSchemaName expression.
visit(AdditionExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the AdditionExpression expression.
visit(AllOrAnyExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the AllOrAnyExpression expression.
visit(AndExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the AndExpression expression.
visit(ArithmeticFactor) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ArithmeticFactor expression.
visit(AvgFunction) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the AvgFunction expression.
visit(BadExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the BadExpression expression.
visit(BetweenExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the BetweenExpression expression.
visit(CaseExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CaseExpression expression.
visit(CoalesceExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CoalesceExpression expression.
visit(CollectionExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CollectionExpression expression.
visit(CollectionMemberDeclaration) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CollectionMemberDeclaration expression.
visit(CollectionMemberExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CollectionMemberExpression expression.
visit(CollectionValuedPathExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CollectionValuedPathExpression expression.
visit(ComparisonExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ComparisonExpression expression.
visit(ConcatExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ConcatExpression expression.
visit(ConstructorExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ConstructorExpression expression.
visit(CountFunction) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the CountFunction expression.
visit(DateTime) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the DateTime expression.
visit(DeleteClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the DeleteClause expression.
visit(DeleteStatement) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the DeleteStatement expression.
visit(DivisionExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the DivisionExpression expression.
visit(EmptyCollectionComparisonExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
visit(EntityTypeLiteral) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the EntityTypeLiteral expression.
visit(EntryExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the EntryExpression expression.
visit(ExistsExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ExistsExpression expression.
visit(FromClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the FromClause expression.
visit(FunctionExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the FunctionExpression expression.
visit(GroupByClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the GroupByClause expression.
visit(HavingClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the HavingClause expression.
visit(IdentificationVariable) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the IdentificationVariable expression.
visit(IdentificationVariableDeclaration) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the IdentificationVariableDeclaration expression.
visit(IndexExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the IndexExpression expression.
visit(InExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the InExpression expression.
visit(InputParameter) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the InputParameter expression.
visit(Join) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the Join expression.
visit(JPQLExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the JPQLExpression expression.
visit(KeyExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the KeyExpression expression.
visit(KeywordExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the KeywordExpression expression.
visit(LengthExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the LengthExpression expression.
visit(LikeExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the LikeExpression expression.
visit(LocateExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the LocateExpression expression.
visit(LowerExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the LowerExpression expression.
visit(MaxFunction) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the MaxFunction expression.
visit(MinFunction) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the MinFunction expression.
visit(ModExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ModExpression expression.
visit(MultiplicationExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the MultiplicationExpression expression.
visit(NotExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the NotExpression expression.
visit(NullComparisonExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the NullComparisonExpression expression.
visit(NullExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the NullExpression expression.
visit(NullIfExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the NullIfExpression expression.
visit(NumericLiteral) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the NumericLiteral expression.
visit(ObjectExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ObjectExpression expression.
visit(OnClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the OnClause expression.
visit(OrderByClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the OrderByClause expression.
visit(OrderByItem) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the OrderByItem expression.
visit(OrExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the OrExpression expression.
visit(RangeVariableDeclaration) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the RangeVariableDeclaration expression.
visit(ResultVariable) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ResultVariable expression.
visit(SelectClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SelectClause expression.
visit(SelectStatement) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SelectStatement expression.
visit(SimpleFromClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SimpleFromClause expression.
visit(SimpleSelectClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SimpleSelectClause expression.
visit(SimpleSelectStatement) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SimpleSelectStatement expression.
visit(SizeExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SizeExpression expression.
visit(SqrtExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SqrtExpression expression.
visit(StateFieldPathExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the StateFieldPathExpression expression.
visit(StringLiteral) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the StringLiteral expression.
visit(SubExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SubExpression expression.
visit(SubstringExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SubstringExpression expression.
visit(SubtractionExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SubtractionExpression expression.
visit(SumFunction) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the SumFunction expression.
visit(TreatExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the TreatExpression expression.
visit(TrimExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the TrimExpression expression.
visit(TypeExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the TypeExpression expression.
visit(UnknownExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the UnknownExpression expression.
visit(UpdateClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the UpdateClause expression.
visit(UpdateItem) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the UpdateItem expression.
visit(UpdateStatement) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the UpdateStatement expression.
visit(UpperExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the UpperExpression expression.
visit(ValueExpression) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the ValueExpression expression.
visit(WhenClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the WhenClause expression.
visit(WhereClause) - Method in interface org.eclipse.persistence.jpa.jpql.parser.ExpressionVisitor
Visits the WhereClause expression.
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
Visits the AbstractSchemaName expression.
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
Visits the CollectionMemberDeclaration expression.
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
Visits the CollectionValuedPathExpression expression.
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
Visits the DeleteClause expression.
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
Visits the DeleteStatement expression.
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
Visits the IdentificationVariable expression.
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
Visits the Join expression.
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
Visits the RangeVariableDeclaration expression.
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
Visits the SelectStatement expression.
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
Visits the SimpleSelectStatement expression.
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
Visits the StateFieldPathExpression expression.
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
Visits the UpdateClause expression.
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.parser.FullyQualifyPathExpressionVisitor
Visits the UpdateStatement expression.
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the AbsExpression expression.
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the AbstractSchemaName expression.
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the AdditionExpression expression.
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the AllOrAnyExpression expression.
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the AndExpression expression.
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the ArithmeticFactor expression.
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the AvgFunction expression.
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the BadExpression expression.
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the BetweenExpression expression.
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the CaseExpression expression.
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the CoalesceExpression expression.
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the CollectionExpression expression.
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the CollectionMemberDeclaration expression.
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the CollectionMemberExpression expression.
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the CollectionValuedPathExpression expression.
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the ComparisonExpression expression.
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the ConcatExpression expression.
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the ConstructorExpression expression.
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the CountFunction expression.
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the DateTime expression.
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the DeleteClause expression.
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the DeleteStatement expression.
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the DivisionExpression expression.
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the EntityTypeLiteral expression.
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the EntryExpression expression.
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the ExistsExpression expression.
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the FromClause expression.
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the FunctionExpression expression.
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the GroupByClause expression.
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the HavingClause expression.
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the IdentificationVariable expression.
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the IdentificationVariableDeclaration expression.
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the IndexExpression expression.
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the InExpression expression.
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the InputParameter expression.
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the Join expression.
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the JPQLExpression expression.
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the KeyExpression expression.
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the KeywordExpression expression.
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the LengthExpression expression.
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the LikeExpression expression.
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the LocateExpression expression.
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the LowerExpression expression.
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the MaxFunction expression.
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the MinFunction expression.
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the ModExpression expression.
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the MultiplicationExpression expression.
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the NotExpression expression.
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the NullComparisonExpression expression.
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the NullExpression expression.
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the NullIfExpression expression.
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the NumericLiteral expression.
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the ObjectExpression expression.
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the OnClause expression.
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the OrderByClause expression.
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the OrderByItem expression.
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the OrExpression expression.
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the RangeVariableDeclaration expression.
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the ResultVariable expression.
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the SelectClause expression.
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the SelectStatement expression.
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the SimpleFromClause expression.
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the SimpleSelectClause expression.
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the SimpleSelectStatement expression.
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the SizeExpression expression.
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the SqrtExpression expression.
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the StateFieldPathExpression expression.
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the StringLiteral expression.
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the SubExpression expression.
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the SubstringExpression expression.
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the SubtractionExpression expression.
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the SumFunction expression.
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the TreatExpression expression.
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the TrimExpression expression.
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the TypeExpression expression.
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the UnknownExpression expression.
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the UpdateClause expression.
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the UpdateItem expression.
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the UpdateStatement expression.
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the UpperExpression expression.
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the ValueExpression expression.
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the WhenClause expression.
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor
Visits the WhereClause expression.
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Visits the AsOfClause expression.
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Visits the CastExpression expression.
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Visits the ConnectByClause expression.
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Visits the DatabaseType expression.
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Visits the ExtractExpression expression.
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Visits the HierarchicalQueryClause expression.
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Visits the OrderByItem expression.
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Visits the OrderSiblingsByClause expression.
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Visits the RegexpExpression expression.
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Visits the StartWithClause expression.
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Visits the TableExpression expression.
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Visits the TableVariableDeclaration expression.
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkContentAssistVisitor
Visits the UnionClause expression.
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Visits the AsOfClause expression.
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Visits the CastExpression expression.
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Visits the ConnectByClause expression.
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Visits the DatabaseType expression.
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Visits the ExtractExpression expression.
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Visits the HierarchicalQueryClause expression.
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Visits the OrderSiblingsByClause expression.
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Visits the RegexpExpression expression.
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Visits the StartWithClause expression.
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Visits the TableExpression expression.
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Visits the TableVariableDeclaration expression.
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.EclipseLinkResolverBuilder
Visits the UnionClause expression.
visit(AbsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given AbsExpressionStateObject.
visit(AbstractSchemaNameStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(AdditionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(AllOrAnyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(AndExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given AndExpressionStateObject.
visit(ArithmeticFactorStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given ArithmeticFactorStateObject.
visit(AvgFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given AvgFunctionStateObject.
visit(BadExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given BadExpressionStateObject.
visit(BetweenExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(CaseExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given CaseExpressionStateObject.
visit(CoalesceExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(CollectionMemberDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(CollectionMemberExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(CollectionValuedPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(ComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(ConcatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given ConcatExpressionStateObject.
visit(ConstructorExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(CountFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given CountFunctionStateObject.
visit(DateTimeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given DateTimeStateObject.
visit(DeleteClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given DeleteClauseStateObject.
visit(DeleteStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given DeleteStatementStateObject.
visit(DerivedPathIdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(DerivedPathVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(DivisionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(EmptyCollectionComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(EntityTypeLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(EntryExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given EntryExpressionStateObject.
visit(EnumTypeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given EnumTypeStateObject.
visit(ExistsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given ExistsExpressionStateObject.
visit(FromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given FromClauseStateObject.
visit(FunctionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(GroupByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given GroupByClauseStateObject.
visit(HavingClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given HavingClauseStateObject.
visit(IdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(IdentificationVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(IndexExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given IndexExpressionStateObject.
visit(InExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given InExpressionStateObject.
visit(InputParameterStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given InputParameterStateObject.
visit(JoinStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given JoinStateObject.
visit(JPQLQueryStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given JPQLQueryStateObject.
visit(KeyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given KeyExpressionStateObject.
visit(KeywordExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(LengthExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given LengthExpressionStateObject.
visit(LikeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given LikeExpressionStateObject.
visit(LocateExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given LocateExpressionStateObject.
visit(LowerExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given LowerExpressionStateObject.
visit(MaxFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given MaxFunctionStateObject.
visit(MinFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given WhereClauseStateObject.
visit(ModExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given ModExpressionStateObject.
visit(MultiplicationExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(NotExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given NotExpressionStateObject.
visit(NullComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(NullIfExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given NullIfExpressionStateObject.
visit(NumericLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given NumericLiteralStateObject.
visit(ObjectExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given ObjectExpressionStateObject.
visit(OrderByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given OrderByClauseStateObject.
visit(OrderByItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given OrderByItemStateObject.
visit(OrExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given OrExpressionStateObject.
visit(RangeVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(ResultVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given ResultVariableStateObject.
visit(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given SelectClauseStateObject.
visit(SelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given SelectStatementStateObject.
visit(SimpleFromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given SimpleFromClauseStateObject.
visit(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(SizeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given SizeExpressionStateObject.
visit(SqrtExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given SqrtExpressionStateObject.
visit(StateFieldPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(StringLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given StringLiteralStateObject.
visit(SubExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given SubExpressionStateObject.
visit(SubstringExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(SubtractionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(SumFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given SumFunctionStateObject.
visit(TreatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given TreatExpressionStateObject.
visit(TrimExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given TrimExpressionStateObject.
visit(TypeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given TypeExpressionStateObject.
visit(UnknownExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
visit(UpdateClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given UpdateClauseStateObject.
visit(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given UpdateItemStateObject.
visit(UpdateStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given UpdateStatementStateObject.
visit(UpperExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given UpperExpressionStateObject.
visit(ValueExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given ValueExpressionStateObject.
visit(WhenClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given WhenClauseStateObject.
visit(WhereClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractActualJPQLQueryFormatter
Visits the given WhereClauseStateObject.
visit(AbsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given AbsExpressionStateObject.
visit(AbstractSchemaNameStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(AdditionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(AllOrAnyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(AndExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given AndExpressionStateObject.
visit(ArithmeticFactorStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given ArithmeticFactorStateObject.
visit(AvgFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given AvgFunctionStateObject.
visit(BadExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given BadExpressionStateObject.
visit(BetweenExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(CaseExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given CaseExpressionStateObject.
visit(CoalesceExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(CollectionMemberDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(CollectionMemberExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(CollectionValuedPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(ComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(ConcatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given ConcatExpressionStateObject.
visit(ConstructorExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(CountFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given CountFunctionStateObject.
visit(DateTimeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given DateTimeStateObject.
visit(DeleteClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given DeleteClauseStateObject.
visit(DeleteStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given DeleteStatementStateObject.
visit(DerivedPathIdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(DerivedPathVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(DivisionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(EmptyCollectionComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(EntityTypeLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(EntryExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given EntryExpressionStateObject.
visit(EnumTypeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given EnumTypeStateObject.
visit(ExistsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given ExistsExpressionStateObject.
visit(FromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given FromClauseStateObject.
visit(FunctionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(GroupByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given GroupByClauseStateObject.
visit(HavingClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given HavingClauseStateObject.
visit(IdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(IdentificationVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(IndexExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given IndexExpressionStateObject.
visit(InExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given InExpressionStateObject.
visit(InputParameterStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given InputParameterStateObject.
visit(JoinStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given JoinStateObject.
visit(JPQLQueryStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given JPQLQueryStateObject.
visit(KeyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given KeyExpressionStateObject.
visit(KeywordExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(LengthExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given LengthExpressionStateObject.
visit(LikeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given LikeExpressionStateObject.
visit(LocateExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given LocateExpressionStateObject.
visit(LowerExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given LowerExpressionStateObject.
visit(MaxFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given MaxFunctionStateObject.
visit(MinFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given WhereClauseStateObject.
visit(ModExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given ModExpressionStateObject.
visit(MultiplicationExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(NotExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given NotExpressionStateObject.
visit(NullComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(NullIfExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given NullIfExpressionStateObject.
visit(NumericLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given NumericLiteralStateObject.
visit(ObjectExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given ObjectExpressionStateObject.
visit(OrderByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given OrderByClauseStateObject.
visit(OrderByItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given OrderByItemStateObject.
visit(OrExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given OrExpressionStateObject.
visit(RangeVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(ResultVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given ResultVariableStateObject.
visit(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given SelectClauseStateObject.
visit(SelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given SelectStatementStateObject.
visit(SimpleFromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given SimpleFromClauseStateObject.
visit(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(SizeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given SizeExpressionStateObject.
visit(SqrtExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given SqrtExpressionStateObject.
visit(StateFieldPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(StringLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given StringLiteralStateObject.
visit(SubExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given SubExpressionStateObject.
visit(SubstringExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(SubtractionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(SumFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given SumFunctionStateObject.
visit(TreatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given TreatExpressionStateObject.
visit(TrimExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given TrimExpressionStateObject.
visit(TypeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given TypeExpressionStateObject.
visit(UnknownExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
visit(UpdateClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given UpdateClauseStateObject.
visit(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given UpdateItemStateObject.
visit(UpdateStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given UpdateStatementStateObject.
visit(UpperExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given UpperExpressionStateObject.
visit(ValueExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given ValueExpressionStateObject.
visit(WhenClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given WhenClauseStateObject.
visit(WhereClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractJPQLQueryFormatter
Visits the given WhereClauseStateObject.
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the AbsExpression expression.
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the AbstractSchemaName expression.
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the AdditionExpression expression.
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the AllOrAnyExpression expression.
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the AndExpression expression.
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the ArithmeticFactor expression.
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the AvgFunction expression.
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the BadExpression expression.
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the BetweenExpression expression.
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the CaseExpression expression.
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the CoalesceExpression expression.
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the CollectionExpression expression.
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the CollectionMemberDeclaration expression.
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the CollectionMemberExpression expression.
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the CollectionValuedPathExpression expression.
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the ComparisonExpression expression.
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the ConcatExpression expression.
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the ConstructorExpression expression.
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the CountFunction expression.
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the DateTime expression.
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the DeleteClause expression.
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the DeleteStatement expression.
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the DivisionExpression expression.
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the EntityTypeLiteral expression.
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the EntryExpression expression.
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the ExistsExpression expression.
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the FromClause expression.
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the FunctionExpression expression.
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the GroupByClause expression.
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the HavingClause expression.
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the IdentificationVariable expression.
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the IdentificationVariableDeclaration expression.
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the IndexExpression expression.
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the InExpression expression.
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the InputParameter expression.
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the Join expression.
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the JPQLExpression expression.
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the KeyExpression expression.
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the KeywordExpression expression.
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the LengthExpression expression.
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the LikeExpression expression.
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the LocateExpression expression.
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the LowerExpression expression.
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the MaxFunction expression.
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the MinFunction expression.
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the ModExpression expression.
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the MultiplicationExpression expression.
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the NotExpression expression.
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the NullComparisonExpression expression.
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the NullExpression expression.
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the NullIfExpression expression.
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the NumericLiteral expression.
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the ObjectExpression expression.
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the OnClause expression.
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the OrderByClause expression.
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the OrderByItem expression.
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the OrExpression expression.
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the RangeVariableDeclaration expression.
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the ResultVariable expression.
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the SelectClause expression.
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the SelectStatement expression.
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the SimpleFromClause expression.
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the SimpleSelectClause expression.
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the SimpleSelectStatement expression.
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the SizeExpression expression.
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the SqrtExpression expression.
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the StateFieldPathExpression expression.
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the StringLiteral expression.
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the SubExpression expression.
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the SubstringExpression expression.
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the SubtractionExpression expression.
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the SumFunction expression.
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the TreatExpression expression.
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the TrimExpression expression.
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the TypeExpression expression.
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the UnknownExpression expression.
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the UpdateClause expression.
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the UpdateItem expression.
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the UpdateStatement expression.
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the UpperExpression expression.
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the ValueExpression expression.
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the WhenClause expression.
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
Visits the WhereClause expression.
visit(AsOfClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Visits the AsOfClause expression.
visit(CastExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Visits the CastExpression expression.
visit(ConnectByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Visits the ConnectByClause expression.
visit(DatabaseType) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Visits the DatabaseType expression.
visit(ExtractExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Visits the ExtractExpression expression.
visit(HierarchicalQueryClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Visits the HierarchicalQueryClause expression.
visit(OrderSiblingsByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Visits the OrderSiblingsByClause expression.
visit(RegexpExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Visits the RegexpExpression expression.
visit(StartWithClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Visits the StartWithClause expression.
visit(TableExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Visits the TableExpression expression.
visit(TableVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Visits the TableVariableDeclaration expression.
visit(UnionClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.EclipseLinkStateObjectBuilder
Visits the UnionClause expression.
visit(JPQLQueryStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractEclipseLinkTraverseParentVisitor
Visits the given JPQLQueryStateObject.
visit(AbsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given AbsExpressionStateObject.
visit(AbstractSchemaNameStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(AdditionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(AllOrAnyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(AndExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given AndExpressionStateObject.
visit(ArithmeticFactorStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given ArithmeticFactorStateObject.
visit(AvgFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given AvgFunctionStateObject.
visit(BadExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given BadExpressionStateObject.
visit(BetweenExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(CaseExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given CaseExpressionStateObject.
visit(CoalesceExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(CollectionMemberDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(CollectionMemberExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(CollectionValuedPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(ComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(ConcatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given ConcatExpressionStateObject.
visit(ConstructorExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(CountFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given CountFunctionStateObject.
visit(DateTimeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given DateTimeStateObject.
visit(DeleteClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given DeleteClauseStateObject.
visit(DeleteStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given DeleteStatementStateObject.
visit(DerivedPathIdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(DerivedPathVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(DivisionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(EmptyCollectionComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(EntityTypeLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(EntryExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given EntryExpressionStateObject.
visit(EnumTypeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given EnumTypeStateObject.
visit(ExistsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given ExistsExpressionStateObject.
visit(FromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given FromClauseStateObject.
visit(FunctionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(GroupByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given GroupByClauseStateObject.
visit(HavingClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given HavingClauseStateObject.
visit(IdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(IdentificationVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(IndexExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given IndexExpressionStateObject.
visit(InExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given InExpressionStateObject.
visit(InputParameterStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given InputParameterStateObject.
visit(JoinStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given JoinStateObject.
visit(JPQLQueryStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given JPQLQueryStateObject.
visit(KeyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given KeyExpressionStateObject.
visit(KeywordExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(LengthExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given LengthExpressionStateObject.
visit(LikeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given LikeExpressionStateObject.
visit(LocateExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given LocateExpressionStateObject.
visit(LowerExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given LowerExpressionStateObject.
visit(MaxFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given MaxFunctionStateObject.
visit(MinFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given WhereClauseStateObject.
visit(ModExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given ModExpressionStateObject.
visit(MultiplicationExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(NotExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given NotExpressionStateObject.
visit(NullComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(NullIfExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given NullIfExpressionStateObject.
visit(NumericLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given NumericLiteralStateObject.
visit(ObjectExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given ObjectExpressionStateObject.
visit(OrderByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given OrderByClauseStateObject.
visit(OrderByItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given OrderByItemStateObject.
visit(OrExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given OrExpressionStateObject.
visit(RangeVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(ResultVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given ResultVariableStateObject.
visit(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given SelectClauseStateObject.
visit(SelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given SelectStatementStateObject.
visit(SimpleFromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given SimpleFromClauseStateObject.
visit(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(SizeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given SizeExpressionStateObject.
visit(SqrtExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given SqrtExpressionStateObject.
visit(StateFieldPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(StringLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given StringLiteralStateObject.
visit(SubExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given SubExpressionStateObject.
visit(SubstringExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(SubtractionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(SumFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given SumFunctionStateObject.
visit(TreatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given TreatExpressionStateObject.
visit(TrimExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given TrimExpressionStateObject.
visit(TypeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given TypeExpressionStateObject.
visit(UnknownExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
visit(UpdateClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given UpdateClauseStateObject.
visit(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given UpdateItemStateObject.
visit(UpdateStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given UpdateStatementStateObject.
visit(UpperExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given UpperExpressionStateObject.
visit(ValueExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given ValueExpressionStateObject.
visit(WhenClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given WhenClauseStateObject.
visit(WhereClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObjectVisitor
Visits the given WhereClauseStateObject.
visit(JPQLQueryStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractTraverseParentVisitor
Visits the given JPQLQueryStateObject.
visit(AbsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given AbsExpressionStateObject.
visit(AbstractSchemaNameStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(AdditionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(AllOrAnyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(AndExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given AndExpressionStateObject.
visit(ArithmeticFactorStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given ArithmeticFactorStateObject.
visit(AvgFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given AvgFunctionStateObject.
visit(BadExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given BadExpressionStateObject.
visit(BetweenExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(CaseExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given CaseExpressionStateObject.
visit(CoalesceExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(CollectionMemberDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(CollectionMemberExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(CollectionValuedPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(ComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(ConcatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given ConcatExpressionStateObject.
visit(ConstructorExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(CountFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given CountFunctionStateObject.
visit(DateTimeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given DateTimeStateObject.
visit(DeleteClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given DeleteClauseStateObject.
visit(DeleteStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given DeleteStatementStateObject.
visit(DerivedPathIdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(DerivedPathVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(DivisionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(EmptyCollectionComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(EntityTypeLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(EntryExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given EntryExpressionStateObject.
visit(EnumTypeStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given EnumTypeStateObject.
visit(ExistsExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given ExistsExpressionStateObject.
visit(FromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given FromClauseStateObject.
visit(FunctionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(GroupByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given GroupByClauseStateObject.
visit(HavingClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given HavingClauseStateObject.
visit(IdentificationVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(IdentificationVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(IndexExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given IndexExpressionStateObject.
visit(InExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given InExpressionStateObject.
visit(InputParameterStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given InputParameterStateObject.
visit(JoinStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given JoinStateObject.
visit(JPQLQueryStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given JPQLQueryStateObject.
visit(KeyExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given KeyExpressionStateObject.
visit(KeywordExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(LengthExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given LengthExpressionStateObject.
visit(LikeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given LikeExpressionStateObject.
visit(LocateExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given LocateExpressionStateObject.
visit(LowerExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given LowerExpressionStateObject.
visit(MaxFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given MaxFunctionStateObject.
visit(MinFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given WhereClauseStateObject.
visit(ModExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given ModExpressionStateObject.
visit(MultiplicationExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(NotExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given NotExpressionStateObject.
visit(NullComparisonExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(NullIfExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given NullIfExpressionStateObject.
visit(NumericLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given NumericLiteralStateObject.
visit(ObjectExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given ObjectExpressionStateObject.
visit(OrderByClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given OrderByClauseStateObject.
visit(OrderByItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given OrderByItemStateObject.
visit(OrExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given OrExpressionStateObject.
visit(RangeVariableDeclarationStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(ResultVariableStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given ResultVariableStateObject.
visit(SelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given SelectClauseStateObject.
visit(SelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given SelectStatementStateObject.
visit(SimpleFromClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given SimpleFromClauseStateObject.
visit(SimpleSelectClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(SimpleSelectStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(SizeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given SizeExpressionStateObject.
visit(SqrtExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given SqrtExpressionStateObject.
visit(StateFieldPathExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(StringLiteralStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given StringLiteralStateObject.
visit(SubExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given SubExpressionStateObject.
visit(SubstringExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(SubtractionExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(SumFunctionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given SumFunctionStateObject.
visit(TreatExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given TreatExpressionStateObject.
visit(TrimExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given TrimExpressionStateObject.
visit(TypeExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given TypeExpressionStateObject.
visit(UnknownExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
visit(UpdateClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given UpdateClauseStateObject.
visit(UpdateItemStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given UpdateItemStateObject.
visit(UpdateStatementStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given UpdateStatementStateObject.
visit(UpperExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given UpperExpressionStateObject.
visit(ValueExpressionStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given ValueExpressionStateObject.
visit(WhenClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given WhenClauseStateObject.
visit(WhereClauseStateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AnonymousStateObjectVisitor
Visits the given WhereClauseStateObject.
visit(AbsExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given AbsExpressionStateObject.
visit(AbstractSchemaNameStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(AdditionExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(AllOrAnyExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(AndExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given AndExpressionStateObject.
visit(ArithmeticFactorStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ArithmeticFactorStateObject.
visit(AvgFunctionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given AvgFunctionStateObject.
visit(BadExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given BadExpressionStateObject.
visit(BetweenExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(CaseExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given CaseExpressionStateObject.
visit(CoalesceExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(CollectionMemberDeclarationStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(CollectionMemberExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(CollectionValuedPathExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(ComparisonExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(ConcatExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ConcatExpressionStateObject.
visit(ConstructorExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(CountFunctionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given CountFunctionStateObject.
visit(DateTimeStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given DateTimeStateObject.
visit(DeleteClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given DeleteClauseStateObject.
visit(DeleteStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given DeleteStatementStateObject.
visit(DerivedPathIdentificationVariableDeclarationStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(DerivedPathVariableDeclarationStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(DivisionExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(EmptyCollectionComparisonExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(EntityTypeLiteralStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(EntryExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given EntryExpressionStateObject.
visit(EnumTypeStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given EnumTypeStateObject.
visit(ExistsExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ExistsExpressionStateObject.
visit(FromClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given FromClauseStateObject.
visit(FunctionExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(GroupByClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given GroupByClauseStateObject.
visit(HavingClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given HavingClauseStateObject.
visit(IdentificationVariableDeclarationStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(IdentificationVariableStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(IndexExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given IndexExpressionStateObject.
visit(InExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given InExpressionStateObject.
visit(InputParameterStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given InputParameterStateObject.
visit(JoinStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given JoinStateObject.
visit(JPQLQueryStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given JPQLQueryStateObject.
visit(KeyExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given KeyExpressionStateObject.
visit(KeywordExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(LengthExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given LengthExpressionStateObject.
visit(LikeExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given LikeExpressionStateObject.
visit(LocateExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given LocateExpressionStateObject.
visit(LowerExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given LowerExpressionStateObject.
visit(MaxFunctionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given MaxFunctionStateObject.
visit(MinFunctionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given WhereClauseStateObject.
visit(ModExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ModExpressionStateObject.
visit(MultiplicationExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(NotExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given NotExpressionStateObject.
visit(NullComparisonExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(NullIfExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given NullIfExpressionStateObject.
visit(NumericLiteralStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given NumericLiteralStateObject.
visit(ObjectExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ObjectExpressionStateObject.
visit(OrderByClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given OrderByClauseStateObject.
visit(OrderByItemStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given OrderByItemStateObject.
visit(OrExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given OrExpressionStateObject.
visit(RangeVariableDeclarationStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(ResultVariableStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ResultVariableStateObject.
visit(SelectClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SelectClauseStateObject.
visit(SelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SelectStatementStateObject.
visit(SimpleFromClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SimpleFromClauseStateObject.
visit(SimpleSelectClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(SimpleSelectStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(SizeExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SizeExpressionStateObject.
visit(SqrtExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SqrtExpressionStateObject.
visit(StateFieldPathExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(StringLiteralStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given StringLiteralStateObject.
visit(SubExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SubExpressionStateObject.
visit(SubstringExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(SubtractionExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(SumFunctionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given SumFunctionStateObject.
visit(TreatExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given TreatExpressionStateObject.
visit(TrimExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given TrimExpressionStateObject.
visit(TypeExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given TypeExpressionStateObject.
visit(UnknownExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
visit(UpdateClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given UpdateClauseStateObject.
visit(UpdateItemStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given UpdateItemStateObject.
visit(UpdateStatementStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given UpdateStatementStateObject.
visit(UpperExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given UpperExpressionStateObject.
visit(ValueExpressionStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given ValueExpressionStateObject.
visit(WhenClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given WhenClauseStateObject.
visit(WhereClauseStateObject) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectVisitor
Visits the given WhereClauseStateObject.
visit(AbsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the AbsExpression expression.
visit(AbstractSchemaName) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the AbstractSchemaName expression.
visit(AdditionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the AdditionExpression expression.
visit(AllOrAnyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the AllOrAnyExpression expression.
visit(AndExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the AndExpression expression.
visit(ArithmeticFactor) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the ArithmeticFactor expression.
visit(AvgFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the AvgFunction expression.
visit(BadExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the BadExpression expression.
visit(BetweenExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the BetweenExpression expression.
visit(CaseExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the CaseExpression expression.
visit(CoalesceExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the CoalesceExpression expression.
visit(CollectionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the CollectionExpression expression.
visit(CollectionMemberDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the CollectionMemberDeclaration expression.
visit(CollectionMemberExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the CollectionMemberExpression expression.
visit(CollectionValuedPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the CollectionValuedPathExpression expression.
visit(ComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the ComparisonExpression expression.
visit(ConcatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the ConcatExpression expression.
visit(ConstructorExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the ConstructorExpression expression.
visit(CountFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the CountFunction expression.
visit(DateTime) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the DateTime expression.
visit(DeleteClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the DeleteClause expression.
visit(DeleteStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the DeleteStatement expression.
visit(DivisionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the DivisionExpression expression.
visit(EmptyCollectionComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
visit(EntityTypeLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the EntityTypeLiteral expression.
visit(EntryExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the EntryExpression expression.
visit(ExistsExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the ExistsExpression expression.
visit(FromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the FromClause expression.
visit(FunctionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the FunctionExpression expression.
visit(GroupByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the GroupByClause expression.
visit(HavingClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the HavingClause expression.
visit(IdentificationVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the IdentificationVariable expression.
visit(IdentificationVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the IdentificationVariableDeclaration expression.
visit(IndexExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the IndexExpression expression.
visit(InExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the InExpression expression.
visit(InputParameter) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the InputParameter expression.
visit(Join) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the Join expression.
visit(JPQLExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the JPQLExpression expression.
visit(KeyExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the KeyExpression expression.
visit(KeywordExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the KeywordExpression expression.
visit(LengthExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the LengthExpression expression.
visit(LikeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the LikeExpression expression.
visit(LocateExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the LocateExpression expression.
visit(LowerExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the LowerExpression expression.
visit(MaxFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the MaxFunction expression.
visit(MinFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the MinFunction expression.
visit(ModExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the ModExpression expression.
visit(MultiplicationExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the MultiplicationExpression expression.
visit(NotExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the NotExpression expression.
visit(NullComparisonExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the NullComparisonExpression expression.
visit(NullExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the NullExpression expression.
visit(NullIfExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the NullIfExpression expression.
visit(NumericLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the NumericLiteral expression.
visit(ObjectExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the ObjectExpression expression.
visit(OnClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the OnClause expression.
visit(OrderByClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the OrderByClause expression.
visit(OrderByItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the OrderByItem expression.
visit(OrExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the OrExpression expression.
visit(RangeVariableDeclaration) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the RangeVariableDeclaration expression.
visit(ResultVariable) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the ResultVariable expression.
visit(SelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the SelectClause expression.
visit(SelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the SelectStatement expression.
visit(SimpleFromClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the SimpleFromClause expression.
visit(SimpleSelectClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the SimpleSelectClause expression.
visit(SimpleSelectStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the SimpleSelectStatement expression.
visit(SizeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the SizeExpression expression.
visit(SqrtExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the SqrtExpression expression.
visit(StateFieldPathExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the StateFieldPathExpression expression.
visit(StringLiteral) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the StringLiteral expression.
visit(SubExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the SubExpression expression.
visit(SubstringExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the SubstringExpression expression.
visit(SubtractionExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the SubtractionExpression expression.
visit(SumFunction) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the SumFunction expression.
visit(TreatExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the TreatExpression expression.
visit(TrimExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the TrimExpression expression.
visit(TypeExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the TypeExpression expression.
visit(UnknownExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the UnknownExpression expression.
visit(UpdateClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the UpdateClause expression.
visit(UpdateItem) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the UpdateItem expression.
visit(UpdateStatement) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the UpdateStatement expression.
visit(UpperExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the UpperExpression expression.
visit(ValueExpression) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the ValueExpression expression.
visit(WhenClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the WhenClause expression.
visit(WhereClause) - Method in class org.eclipse.persistence.jpa.jpql.tools.resolver.ResolverBuilder
Visits the WhereClause expression.
visit(IEmbeddable) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeVisitor
Visits the given IEmbeddable object.
visit(IEntity) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeVisitor
Visits the given IEntity object.
visit(IMappedSuperclass) - Method in interface org.eclipse.persistence.jpa.jpql.tools.spi.IManagedTypeVisitor
Visits the given IMappedSuperclass object.
visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAsmFactory.ClassMetadataVisitor
 
visitAnnotation(AnnotationMirror, Object) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL: Visits an annotation mirror.
visitArray(List<? extends AnnotationValue>, Object) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL: e.g.
visitArray(ArrayType, MetadataAnnotatedElement) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.TypeVisitor
INTERNAL: Visit a declared array field.
visitAttribute(Attribute) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitBoolean(boolean, Object) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL: e.g.
visitByte(byte, Object) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL: e.g.
visitChar(char, Object) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL: e.g.
visitDeclared(DeclaredType, MetadataAnnotatedElement) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.TypeVisitor
INTERNAL: Visit a declared field or Class.
visitDouble(double, Object) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL: e.g.
Visited - Static variable in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
visitEnd() - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Visit the end of the class byte codes.
visitEnumConstant(VariableElement, Object) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL: e.g.
visitError(ErrorType, MetadataAnnotatedElement) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.TypeVisitor
INTERNAL:
visitExecutable(ExecutableElement, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.ElementVisitor
INTERNAL: Visit an executable and create a MetadataMethod object.
visitExecutable(ExecutableType, MetadataAnnotatedElement) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.TypeVisitor
INTERNAL: Visit a method.
visitField(int, String, String, String, Object) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAsmFactory.ClassMetadataVisitor
 
visitFieldInsn(int, String, String, String) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitFloat(float, Object) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL: e.g.
visitIincInsn(int, int) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitInsn(int) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitInt(int, Object) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL: e.g.
visitIntInsn(int, int) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitJumpInsn(int, Label) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitLabel(Label) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitLdcInsn(Object) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitLineNumber(int, Label) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitLong(long, Object) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL: e.g.
visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitMaxs(int, int) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitMethod(int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataAsmFactory.ClassMetadataVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Construct a MethodWeaver and allow it to process the method.
visitMethodInsn(int, String, String, String, boolean) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitMultiANewArrayInsn(String, int) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitNoType(NoType, MetadataAnnotatedElement) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.TypeVisitor
INTERNAL: Method that returns void.
visitNull(NullType, MetadataAnnotatedElement) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.TypeVisitor
INTERNAL:
visitor - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassChildCollectionExpressionVisitor
The visitor that will visit the Expression.
visitor - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.BypassParentSubExpressionVisitor
The ExpressionVisitor that will visit the Expression.
visitPackage(PackageElement, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.ElementVisitor
INTERNAL: Visit a packing-info.java file.
visitPrimitive(PrimitiveType, MetadataAnnotatedElement) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.TypeVisitor
INTERNAL: Visit a declared primitive field.
visitShort(short, Object) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL: e.g.
visitString(String, Object) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL: e.g.
visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitTryCatchBlock(Label, Label, Label, String) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitType(TypeMirror, Object) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.AnnotationValueVisitor
INTERNAL: e.g.
visitType(TypeElement, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.ElementVisitor
INTERNAL:
visitTypeInsn(int, String) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitTypeParameter(TypeParameterElement, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.ElementVisitor
INTERNAL: Visit a generic type parameter (either to a field or method) e.g Collection, the type parameter being X.
visitTypeVariable(TypeVariable, MetadataAnnotatedElement) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.TypeVisitor
INTERNAL:
visitVariable(VariableElement, MetadataClass) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.ElementVisitor
INTERNAL: Visit a variable and create a MetadataField object.
visitVarInsn(int, int) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
 
visitWildcard(WildcardType, MetadataAnnotatedElement) - Method in class org.eclipse.persistence.internal.jpa.modelgen.visitors.TypeVisitor
INTERNAL:
vmVersion() - Static method in class org.eclipse.persistence.internal.helper.JavaVersion
Java specification version detector.
vmVersionString() - Static method in class org.eclipse.persistence.internal.helper.JavaVersion
Retrieves Java specification version String from JDK system property.
Void_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
VPD_MULTIPLE_IDENTIFIERS_SPECIFIED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
VPD_NOT_SUPPORTED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
VPDMultitenantPolicy - Class in org.eclipse.persistence.descriptors
A vpd multitenant policy.
VPDMultitenantPolicy(ClassDescriptor) - Constructor for class org.eclipse.persistence.descriptors.VPDMultitenantPolicy
 
vpdNotSupported(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 

W

WAIT_FAILURE_CLIENT - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
WAIT_FAILURE_SEQ_DATABASE_SESSION - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
WAIT_FAILURE_SERVER - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
WAIT_ON_ERROR_RECEIVING_JMS_MESSAGE - Static variable in class org.eclipse.persistence.internal.sessions.coordination.jms.JMSTopicRemoteConnection
 
WAIT_TIMEOUT - Static variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
WAIT_WAS_INTERRUPTED - Static variable in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
waitFailureOnClientSession(InterruptedException) - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
waitFailureOnSequencingForDatabaseSession(InterruptedException) - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
waitFailureOnServerSession(InterruptedException) - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
waitForObject() - Method in class org.eclipse.persistence.internal.identitymaps.CacheKey
 
waitUntilAdd() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Wait until a new element has been added.
waitUntilComplete() - Method in class org.eclipse.persistence.internal.helper.ThreadCursoredList
Wait until the list has been fully populated.
waitWasInterrupted(String) - Static method in exception org.eclipse.persistence.exceptions.ConcurrencyException
 
warning(SAXParseException) - Method in class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLExceptionHandler
 
warning(String, String) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC:
warning(SAXParseException) - Method in class org.eclipse.persistence.jaxb.JAXBErrorHandler
Handle warnings The exception will be given to the ValidationEventHandler at to attempt to handle.
warning(String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Warning
warning(SessionLog, String, Object[]) - Static method in class org.eclipse.persistence.jpa.rs.util.JPARSLogger
Warning
warning(String) - Method in class org.eclipse.persistence.logging.AbstractSessionLog
PUBLIC:
WARNING - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
warning(String) - Method in interface org.eclipse.persistence.logging.SessionLog
PUBLIC: This method is called when a warning level message needs to be logged.
warning(SAXParseException) - Method in class org.eclipse.persistence.platform.xml.DefaultErrorHandler
 
warning(SAXParseException) - Method in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler
 
WARNING_INCORRECT_DISCRIMINATOR_FORMAT - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
WARNING_INVALID_COLLECTION_USED_ON_LAZY_RELATION - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
WARNING_LABEL - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
WARNING_PARTIONED_NOT_SET - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataLogger
 
wasAdditionJoinCriteriaUsed() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: If the additional Join Criteria for the class this builder represents has been added to the statement this method will return true;
wasDeleted(Object) - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: Return if the object was deleted previously (in a flush).
wasDeleted(Object) - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Return if the object was deleted previously (in a flush).
wasFailureCommunicationBased(SQLException, Connection, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
wasFailureCommunicationBased(SQLException, Connection, AbstractSession) - Method in class org.eclipse.persistence.platform.database.OraclePlatform
INTERNAL: A call to this method will perform a platform based check on the connection and exception error code to determine if the connection is still valid or if a communication error has occurred.
wasFailureCommunicationBased(SQLException, Connection, AbstractSession) - Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
Fail-over is not implemented on platform.
wasFailureCommunicationBased(SQLException, Accessor, AbstractSession) - Method in interface org.eclipse.persistence.platform.server.ServerPlatform
INTERNAL: A call to this method will perform a platform based check on the connection and exception error code to determine if the connection is still valid or if a communication error has occurred.
wasFailureCommunicationBased(SQLException, Accessor, AbstractSession) - Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
INTERNAL: A call to this method will perform a platform based check on the connection and exception error code to determine if the connection is still valid or if a communication error has occurred.
wasJTSTransactionInternallyStarted() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Return if a JTS transaction was started by the session.
wasNonObjectLevelModifyQueryExecuted() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: True if either DataModifyQuery or ModifyAllQuery was executed.
wasOperationSuccessful - Variable in class org.eclipse.persistence.internal.sessions.remote.Transporter
 
wasOperationSuccessful() - Method in class org.eclipse.persistence.internal.sessions.remote.Transporter
Return whether the operation which caused this transporter to be returned was successful.
wasQueryClassSetInternally() - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: Returns true if TopLink set the query class as opposed to the customer.
wasSet(DataObject, Property) - Method in class org.eclipse.persistence.sdo.SDOChangeSummary
INTERNAL:
wasTransactionBegunPrematurely() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Indicates if a transaction was begun by a pessimistic locking or non-selecting query.
Weak - Static variable in class org.eclipse.persistence.config.CacheType
A Weak cache holds all objects in use by the application, but allows any un-referenced objects to be free to garbage collection.
WeakCacheKey - Class in org.eclipse.persistence.internal.identitymaps
Purpose: Container class for storing objects in an IdentityMap.
WeakCacheKey(Object, Object, Object, long, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.WeakCacheKey
Initialize the newly allocated instance of this class.
WeakIdentityMap - Class in org.eclipse.persistence.internal.identitymaps
Purpose: A WeakIdentityMap holds all objects referenced by the application only.
WeakIdentityMap(int, ClassDescriptor, AbstractSession, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.WeakIdentityMap
 
WeakIdentityMap_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
WeakObjectWrapper - Class in org.eclipse.persistence.internal.oxm
INTENRAL:
WeakObjectWrapper(Object) - Constructor for class org.eclipse.persistence.internal.oxm.WeakObjectWrapper
 
WeakUnitOfWorkIdentityMap - Class in org.eclipse.persistence.internal.identitymaps
 
WeakUnitOfWorkIdentityMap(int, ClassDescriptor, AbstractSession, boolean) - Constructor for class org.eclipse.persistence.internal.identitymaps.WeakUnitOfWorkIdentityMap
 
weaveAttributesIfRequired(int, String, String, String) - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
Change GETFIELD and PUTFIELD for fields that use attribute access to make use of new convenience methods.
weaveBeginningOfMethodIfRequired() - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
Makes modifications to the beginning of a method.
weaved - Variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
WEAVED_FETCHGROUPS_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
WEAVED_REST_LAZY_SHORT_SIGNATURE - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
WeavedAttributeValueHolderInterface - Interface in org.eclipse.persistence.indirection
INTERNAL: This interface defines functionality required by ValueHolders for OneToOneMappings that have LAZY access weaved into them and use Property (method) based access The weaving feature adds a paralell valueholder to the class it weaves and uses that valueholder to control the lazy loading.
WeavedAttributeValueHolderInterface_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
weavedChangeTracker - Variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
weavedFetchGroups - Variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
weavedLazy - Variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
WeavedObjectBasicIndirectionPolicy - Class in org.eclipse.persistence.internal.indirection
A WeavedObjectBasicIndirectionPolicy is used by OneToOne mappings that are LAZY through weaving and which use Property(method) access.
WeavedObjectBasicIndirectionPolicy(String, String, String, boolean) - Constructor for class org.eclipse.persistence.internal.indirection.WeavedObjectBasicIndirectionPolicy
 
weavedPersistenceEntity - Variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
weavedRest - Variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
weaveEndOfMethodIfRequired() - Method in class org.eclipse.persistence.internal.jpa.weaving.MethodWeaver
Modifies methods just before the return.
weaveInplaceForJar(String) - Static method in exception org.eclipse.persistence.exceptions.StaticWeaveException
INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
WEAVER - Static variable in interface org.eclipse.persistence.logging.SessionLog
 
WEAVER_CLASS_NOT_IN_PROJECT - Static variable in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
 
WEAVER_DISABLE_BY_SYSPROP - Static variable in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
 
WEAVER_DISABLE_CT_NOT_SUPPORTED - Static variable in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
 
WEAVER_FOUND_USER_IMPL_CT - Static variable in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
 
WEAVER_NULL_PROJECT - Static variable in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
 
WEAVER_PROCESSING_CLASS - Static variable in class org.eclipse.persistence.internal.jpa.weaving.TransformerFactory
 
WeaverLogger - Class in org.eclipse.persistence.internal.weaving
Deprecated.
This is minimal temporary solution for 2.6. Will be removed in 2.7.
WeaverLogger() - Constructor for class org.eclipse.persistence.internal.weaving.WeaverLogger
Deprecated.
 
weaveTransientFieldValueHolders() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
weaveValueHolders() - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
weaveVH(boolean, DatabaseMapping) - Method in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
 
WEAVING - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.weaving" property configures whether weaving should be performed.
WEAVING_CHANGE_TRACKING - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.weaving.changetracking" property configures whether AttributeLevelChangeTracking should be enabled through weaving.
WEAVING_EAGER - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.weaving.eager" property configures whether EAGER mapping's attributes should be woven to use indirection.
WEAVING_FETCHGROUPS - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.weaving.fetchgroups" property configures whether FetchGroup support should be enabled through weaving.
WEAVING_INTERNAL - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.weaving.internal" property indicates whether internal optimizations should be enabled through weaving.
WEAVING_LAZY - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.weaving.lazy" property configures whether LAZY OneToOne and ManyToOne mappings should be enabled through weaving.
WEAVING_OUTPUT_PATH - Static variable in class org.eclipse.persistence.config.SystemProperties
This property is used to debug weaving issues.
WEAVING_REFLECTIVE_INTROSPECTION - Static variable in class org.eclipse.persistence.config.SystemProperties
This property can be used to tell EclipseLink to process classes in the ASM Default manner.
WEAVING_REST - Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
The "eclipselink.weaving.rest" property configures whether classes will be weaved to support EclipseLink JPA_RS functionality
WEAVING_SHOULD_OVERWRITE - Static variable in class org.eclipse.persistence.config.SystemProperties
This property is used in conjunction with WEAVING_OUTPUT_PATH.
WEB_INF_DIR - Static variable in class org.eclipse.persistence.internal.xr.Util
 
WebLogic - Static variable in class org.eclipse.persistence.config.TargetServer
 
WebLogic_10 - Static variable in class org.eclipse.persistence.config.TargetServer
 
WebLogic_10_Platform - Class in org.eclipse.persistence.platform.server.wls
PUBLIC: This is the concrete subclass responsible for representing WebLogic 10 specific behavior.
WebLogic_10_Platform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform
INTERNAL: Default Constructor: All behavior for the default constructor is inherited
WebLogic_10_PlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
WebLogic_10_PlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.WebLogic_10_PlatformConfig
 
WebLogic_12 - Static variable in class org.eclipse.persistence.config.TargetServer
 
WebLogic_12_Platform - Class in org.eclipse.persistence.platform.server.wls
 
WebLogic_12_Platform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.wls.WebLogic_12_Platform
 
WebLogic_6_1_PlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
WebLogic_6_1_PlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.WebLogic_6_1_PlatformConfig
 
WebLogic_7_0_PlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
WebLogic_7_0_PlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.WebLogic_7_0_PlatformConfig
 
WebLogic_8_1_PlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
WebLogic_8_1_PlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.WebLogic_8_1_PlatformConfig
 
WebLogic_9 - Static variable in class org.eclipse.persistence.config.TargetServer
 
WebLogic_9_Platform - Class in org.eclipse.persistence.platform.server.wls
PUBLIC: This is the concrete subclass responsible for representing WebLogic9 specific behavior.
WebLogic_9_Platform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.wls.WebLogic_9_Platform
INTERNAL: Default Constructor: All behavior for the default constructor is inherited
WebLogic_9_PlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
WebLogic_9_PlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.WebLogic_9_PlatformConfig
 
WebLogicPlatform - Class in org.eclipse.persistence.platform.server.wls
PUBLIC: This is the concrete subclass responsible for representing WebLogic-specific server behavior.
WebLogicPlatform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
INTERNAL: Default Constructor: All behavior for the default constructor is inherited.
WebLogicPlatformDetector - Class in org.eclipse.persistence.platform.server.wls
 
WebLogicPlatformDetector() - Constructor for class org.eclipse.persistence.platform.server.wls.WebLogicPlatformDetector
 
WebLogicRuntimeServices - Class in org.eclipse.persistence.services.weblogic
Purpose: Provide a dynamic interface into the EclipseLink Session.
WebLogicRuntimeServices() - Constructor for class org.eclipse.persistence.services.weblogic.WebLogicRuntimeServices
PUBLIC: Default Constructor
WebLogicRuntimeServices(AbstractSession) - Constructor for class org.eclipse.persistence.services.weblogic.WebLogicRuntimeServices
PUBLIC: Create an instance of WebLogicRuntimeServices to be associated with the provided session
WebLogicRuntimeServices(Locale) - Constructor for class org.eclipse.persistence.services.weblogic.WebLogicRuntimeServices
Create an instance of WebLogicRuntimeServices to be associated with the provided locale The user must call setSession(Session) afterwards to define the session.
WebLogicTransactionController - Class in org.eclipse.persistence.transaction.wls
Purpose: TransactionController implementation for WLS JTA
WebLogicTransactionController() - Constructor for class org.eclipse.persistence.transaction.wls.WebLogicTransactionController
 
WebSphere - Static variable in class org.eclipse.persistence.config.TargetServer
 
WebSphere_4_0_PlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
WebSphere_4_0_PlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.WebSphere_4_0_PlatformConfig
 
WebSphere_5_0_PlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
WebSphere_5_0_PlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.WebSphere_5_0_PlatformConfig
 
WebSphere_5_1_PlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
WebSphere_5_1_PlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.WebSphere_5_1_PlatformConfig
 
WebSphere_6_0_PlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
WebSphere_6_0_PlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.WebSphere_6_0_PlatformConfig
 
WebSphere_6_1 - Static variable in class org.eclipse.persistence.config.TargetServer
 
WebSphere_6_1_Platform - Class in org.eclipse.persistence.platform.server.was
PUBLIC: This is the concrete subclass responsible for representing WebSphere 6.1-specific server behavior.
WebSphere_6_1_Platform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.was.WebSphere_6_1_Platform
INTERNAL: Default Constructor: All behavior for the default constructor is inherited
WebSphere_6_1_PlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
WebSphere_6_1_PlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.WebSphere_6_1_PlatformConfig
 
WebSphere_7 - Static variable in class org.eclipse.persistence.config.TargetServer
 
WebSphere_7_0_PlatformConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
INTERNAL:
WebSphere_7_0_PlatformConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.WebSphere_7_0_PlatformConfig
 
WebSphere_7_Platform - Class in org.eclipse.persistence.platform.server.was
PUBLIC: This is the concrete subclass responsible for representing WebSphere 7 -specific server behavior.
WebSphere_7_Platform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.was.WebSphere_7_Platform
INTERNAL: Default Constructor: All behavior for the default constructor is inherited
WebSphere_Liberty - Static variable in class org.eclipse.persistence.config.TargetServer
 
WebSphere_Liberty_Platform - Class in org.eclipse.persistence.platform.server.was
PUBLIC: This is the concrete subclass responsible for representing WebSphere-specific server behavior.
WebSphere_Liberty_Platform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.was.WebSphere_Liberty_Platform
INTERNAL: Default Constructor: All behavior for the default constructor is inherited
WebSphere_Liberty_Platform_Config - Class in org.eclipse.persistence.internal.sessions.factories.model.platform
 
WebSphere_Liberty_Platform_Config() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.platform.WebSphere_Liberty_Platform_Config
 
WebSphereLibertyTransactionController - Class in org.eclipse.persistence.transaction.was
 
WebSphereLibertyTransactionController() - Constructor for class org.eclipse.persistence.transaction.was.WebSphereLibertyTransactionController
 
WebSpherePlatform - Class in org.eclipse.persistence.platform.server.was
PUBLIC: This is the concrete subclass responsible for representing WebSphere-specific server behavior.
WebSpherePlatform(DatabaseSession) - Constructor for class org.eclipse.persistence.platform.server.was.WebSpherePlatform
INTERNAL: Default Constructor: All behavior for the default constructor is inherited
WebSpherePlatformDetector - Class in org.eclipse.persistence.platform.server.was
 
WebSpherePlatformDetector() - Constructor for class org.eclipse.persistence.platform.server.was.WebSpherePlatformDetector
 
WebSphereRuntimeServices - Class in org.eclipse.persistence.services.websphere
Purpose: Provide a dynamic interface into the EclipseLink Session.
WebSphereRuntimeServices() - Constructor for class org.eclipse.persistence.services.websphere.WebSphereRuntimeServices
PUBLIC: Default Constructor
WebSphereRuntimeServices(AbstractSession) - Constructor for class org.eclipse.persistence.services.websphere.WebSphereRuntimeServices
PUBLIC: Create an instance of WebSphereRuntimeServices to be associated with the provided session
WebSphereRuntimeServices(Locale) - Constructor for class org.eclipse.persistence.services.websphere.WebSphereRuntimeServices
Create an instance of WebSphereRuntimeServices to be associated with the provided locale The user must call setSession(Session) afterwards to define the session.
WebSphereTransactionController - Class in org.eclipse.persistence.transaction.was
Purpose: TransactionController implementation for WebSphere
WebSphereTransactionController() - Constructor for class org.eclipse.persistence.transaction.was.WebSphereTransactionController
 
WHEN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
WHEN - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
when(Expression<Boolean>, R) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl
Add a when/then clause to the case expression.
when(Expression<Boolean>, Expression<? extends R>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.CaseImpl
Add a when/then clause to the case expression.
when(C, R) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.SimpleCaseImpl
Add a when/then clause to the case expression.
when(C, Expression<? extends R>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl.SimpleCaseImpl
Add a when/then clause to the case expression.
WHEN - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for the identifier 'WHEN'.
when(ICaseExpressionStateObjectBuilder, ICaseExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractCaseExpressionStateObjectBuilder
Creates a single WHEN expression.
when(ICaseExpressionStateObjectBuilder, ICaseExpressionStateObjectBuilder) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.ICaseExpressionStateObjectBuilder
Creates a single WHEN expression.
WHEN_CLAUSE_STATE_OBJECT_LIST - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.CaseExpressionStateObject
Notify the list of StateObjects representing the when clauses that follow the WHEN has changed.
whenClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
WhenClause - Class in org.eclipse.persistence.jpa.jpql.parser
A WHEN predicate is used to calculate a condition and when it's true, its THEN will be executed.
WhenClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.WhenClause
Creates a new WhenClause.
WhenClause_MissingThenExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
WhenClause_MissingThenIdentifier - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
WhenClause_MissingWhenExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
WhenClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the when clause of the case expression.
WhenClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.WhenClauseBNF
Creates a new WhenClauseBNF.
WhenClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This WhenClauseFactory creates a new WhenClause when the portion of the query to parse starts with WHEN.
WhenClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.WhenClauseFactory
Creates a new WhenClauseFactory.
WhenClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
A WHEN predicate is used to calculate a condition and when it's true, its THEN will be executed.
WhenClauseStateObject(CaseExpressionStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Creates a new WhenClauseStateObject.
WhenClauseStateObject(CaseExpressionStateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Creates a new WhenClauseStateObject.
WhenClauseStateObject(CaseExpressionStateObject, String, String) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.WhenClauseStateObject
Creates a new WhenClauseStateObject.
WhenClauseStateObject_MissingThenStateObject - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectProblem
 
WhenClauseStateObject_MissingWhenStateObject - Static variable in interface org.eclipse.persistence.jpa.jpql.tools.model.query.StateObjectProblem
 
whenShouldAcquireValueForAll() - Method in interface org.eclipse.persistence.internal.sequencing.Sequencing
INTERNAL: Indicates when sequencing value should be acquired for all classes.
WhenShouldAcquireValueForAll() - Constructor for class org.eclipse.persistence.internal.sessions.remote.SequencingFunctionCall.WhenShouldAcquireValueForAll
 
WhenThenNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
WhenThenNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.WhenThenNode
 
WHERE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
WHERE - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
where(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
Modify the query to restrict the query result according to the specified boolean expression.
where(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
Modify the query to restrict the query results according to the specified boolean expression.
where(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CommonAbstractCriteriaImpl
Modify the query to restrict the query results according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaDeleteImpl
 
where(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaDeleteImpl
 
where(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Modify the query to restrict the query result according to the specified boolean expression.
where(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaQueryImpl
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
where(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl
 
where(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaUpdateImpl
 
where(Expression<Boolean>) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Modify the query to restrict the query result according to the specified boolean expression.
where(Predicate...) - Method in class org.eclipse.persistence.internal.jpa.querydef.SubQueryImpl
Modify the query to restrict the query result according to the conjunction of the specified restriction predicates.
WHERE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'WHERE'.
WHERE_CLAUSE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyStatementStateObject
Notify the state object representing the WHERE clause has changed.
WHERE_CLAUSE_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
Notify the state object representing the WHERE clause has changed.
whereClause() - Method in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
whereClause - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningClauseVisitor
 
WhereClause - Class in org.eclipse.persistence.jpa.jpql.parser
The WHERE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression.
WhereClause(AbstractExpression) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.WhereClause
Creates a new WhereClause.
WhereClause_InvalidConditionalExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
WhereClause_MissingConditionalExpression - Static variable in interface org.eclipse.persistence.jpa.jpql.JPQLQueryProblemMessages
 
WhereClauseBNF - Class in org.eclipse.persistence.jpa.jpql.parser
The query BNF for the where clause.
WhereClauseBNF() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.WhereClauseBNF
Creates a new WhereClauseBNF.
WhereClauseFactory - Class in org.eclipse.persistence.jpa.jpql.parser
This WhereClauseFactory creates a new WhereClause when the portion of the query to parse starts with WHERE.
WhereClauseFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.WhereClauseFactory
Creates a new WhereClauseFactory.
WhereClauseStateObject - Class in org.eclipse.persistence.jpa.jpql.tools.model.query
The WHERE clause of a query consists of a conditional expression used to select objects or values that satisfy the expression.
WhereClauseStateObject(AbstractModifyStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
Creates a new WhereClauseStateObject.
WhereClauseStateObject(AbstractSelectStatementStateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.WhereClauseStateObject
Creates a new WhereClauseStateObject.
WhereNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
WhereNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.WhereNode
 
Whitespace - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONLexer
 
Whitespace - Static variable in class org.eclipse.persistence.internal.oxm.record.json.JSONParser
 
whitespaceCount() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Calculates the number of whitespace that are in the query.
whitespaceCount(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Calculates the number of whitespace that are in the query.
withAllSubclasses(CommitOrderDependencyNode) - Method in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
withinDistance(Expression, Object, SpatialParameters) - Static method in class org.eclipse.persistence.expressions.spatial.SpatialExpressionFactory
PUBLIC: Return an Expression for the MDSYS.SDO_WITHIN_DISTANCE Spatial Operator on the Oracle Database Use of this expression requires the Java spatial classes
withinDistance() - Static method in class org.eclipse.persistence.internal.expressions.SpatialExpressionOperators
ExpressionOperator for the MDSYS.SDO_WITHIN_DISTANCE Spatial Operator on the Oracle Database Use of this operator requires the Java spatial classes
word() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Retrieves the first word starting at the current position.
wordEndPosition() - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Returns the position a word would end based on the current cursor position.
wordEndPosition(int) - Method in class org.eclipse.persistence.jpa.jpql.WordParser
Returns the position a word would end based on the given start position.
WordParser - Class in org.eclipse.persistence.jpa.jpql
This "parser/scanner" holds onto the string version of the JPQL query that is parsed into a parsed tree.
WordParser(CharSequence) - Constructor for class org.eclipse.persistence.jpa.jpql.WordParser
Creates a new WordParser.
WordParser.WordType - Enum in org.eclipse.persistence.jpa.jpql
This enumeration determines the type of word that was scanned.
wrap(Object) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
Return a DataObject that wraps a POJO.
wrap(Collection<Object>) - Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBHelperContext
Perform the wrap operation on each of the POJOs in the collection, and return the results as a List.
wrapCollections(Object) - Method in class org.eclipse.persistence.jpa.rs.util.CollectionWrapperBuilder
Builds proxies for collections containing in a given object.
wrapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Allow the key mapping to wrap the object.
wrapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Allow the key mapping to wrap the object.
wrapKey(Object, AbstractSession) - Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
INTERNAL: Allow the key mapping to wrap the object
wrapKey(Object, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Allow the key mapping to wrap the object.
wrapObject(Object, AbstractSession) - Method in interface org.eclipse.persistence.descriptors.WrapperPolicy
PUBLIC: Required: Wrap the object to return the implementation that the application requires.
wrapObject(Object, AbstractSession) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Wrap the object if required.
wrapObject(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: Wrap the object if required.
wrapObjectInXMLRoot(Object, String, String, String, boolean, boolean, UNMARSHALLER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL: Determines the appropriate object to return from the unmarshal call.
wrapObjectInXMLRoot(Object, String, String, String, String, String, boolean, boolean, UNMARSHALLER) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL:
wrapObjectInXMLRoot(UNMARSHAL_RECORD, boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Descriptor
INTERNAL: Determines the appropriate object to return from the unmarshal call.
wrapObjectInXMLRoot(UnmarshalRecord, boolean) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Determines the appropriate object to return from the unmarshal call.
wrapObjectInXMLRoot(Object, String, String, String, boolean, boolean, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL: Determines the appropriate object to return from the unmarshal call.
wrapObjectInXMLRoot(Object, String, String, String, String, String, boolean, boolean, XMLUnmarshaller) - Method in class org.eclipse.persistence.oxm.XMLDescriptor
INTERNAL:
WRAPPED_ID_RESOLVER_WITH_MULTI_ID - Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
wrappedIDResolverWithMultiID(String, Object) - Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
 
WrappedValue - Class in org.eclipse.persistence.internal.jaxb
INTERNAL:
WrappedValue(QName, Class, Object) - Constructor for class org.eclipse.persistence.internal.jaxb.WrappedValue
 
wrapperFor(int) - Static method in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
Used for primitive conversion.
WrapperPolicy - Interface in org.eclipse.persistence.descriptors
Purpose: The wrapper policy can be used to wrap all objects read from the database in another object.
WrappingValueHolder - Interface in org.eclipse.persistence.internal.indirection
WrappingValueHolder is an interface type that implementors use when they will be wrapping another ValueHolder that has the original value.
wrapType(DatabaseType) - Static method in class org.eclipse.persistence.internal.sessions.factories.ObjectPersistenceRuntimeXMLProject_11_1_1
Wrap the type in a type wrapper to handle XML conversion.
write(CodeGenerator) - Method in class org.eclipse.persistence.internal.codegen.AccessLevel
 
write(CodeGenerator) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
Write the code out to the generator's stream.
write(CodeGenerator) - Method in class org.eclipse.persistence.internal.codegen.CodeDefinition
Write the code out to the generator's stream.
write(Object) - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
 
write(XMLEntityMappings, OutputStream) - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsWriter
INTERNAL:
write(XMLEntityMappings, Writer) - Static method in class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsWriter
INTENAL:
write(OutputStream, byte[]) - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHelper
 
write(OutputStream, SunCORBAConnection) - Static method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHelper
 
write(SessionConfigs, String) - Static method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigWriter
Given the file name (including path), and a SessionConfigs, this writes out the session XML file.
write(SessionConfigs, Writer) - Static method in class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigWriter
Given the writer, and a SessionConfigs, this writes out the session XML file.
write(OutputStream) - Method in class org.eclipse.persistence.jpa.rs.util.StreamingOutputMarshaller
 
WRITE - Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
 
write(Project, String, Writer) - Static method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Generate the source code to a project class to the project's descriptor into the writer.
write(Project, String, String) - Static method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
PUBLIC: Generate the source code to a project class to the project's descriptor into the file.
write(TableCreator, String, Writer) - Static method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Generate the source code to a table creator class to the table creator's tables into the writer.
write(TableCreator, String, String) - Static method in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
PUBLIC: Generate the source code to a table creator class to the table creator's tables into the file.
write(Project, String) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectWriter
PUBLIC: Given the file name (including path), and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.
write(Project, Writer) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectWriter
PUBLIC: Given the writer, and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.
write(String, Project) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectWriter
INTERNAL: This should not be used.
write(String, Project, Writer) - Static method in class org.eclipse.persistence.sessions.factories.XMLProjectWriter
INTERNAL: This should not be used.
write(OutputStream, CORBARemoteSessionController) - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
 
write(OutputStream, Transporter) - Static method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHelper
 
write(Writer, PerformanceProfiler) - Method in class org.eclipse.persistence.tools.profiler.Profile
 
WRITE_LOCK_FIELD_IN_CHILD_DESCRIPTOR - Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
 
WRITE_OBJECT_NOT_ALLOWED_IN_UNIT_OF_WORK - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
WRITE_STATEMENTS_COUNT_PROPERTY - Static variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
 
WRITE_TRANSFORMER_CLASS_DOESNT_IMPLEMENT_FIELD_TRANSFORMER - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
WRITE_TRANSFORMER_HAS_BOTH_CLASS_AND_METHOD - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
WRITE_TRANSFORMER_HAS_BOTH_CLASS_AND_METHOD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
WRITE_TRANSFORMER_HAS_NEITHER_CLASS_NOR_METHOD - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
WRITE_TRANSFORMER_HAS_NEITHER_CLASS_NOR_METHOD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
WRITE_TRANSFORMER_HAS_NO_COLUMN_NAME - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
WRITE_TRANSFORMER_HAS_NO_XMLPATH - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
write_value(OutputStream, Serializable) - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHelper
 
writeAddColumnClause(Writer, AbstractSession, TableDefinition, FieldDefinition) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: May need to override this method if the platform supports ALTER TABLE ADD <column> and the generated sql doesn't work.
writeAddColumnClause(Writer, AbstractSession, TableDefinition, FieldDefinition) - Method in class org.eclipse.persistence.platform.database.HANAPlatform
 
writeAllObjects(Collection) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Write all of the objects and all of their privately owned parts in the database.
writeAllObjects(Vector) - Method in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
PUBLIC: Write all of the objects and all of their privately owned parts in the database.
writeAllObjects(Collection) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Write all of the objects and all of their privately owned parts in the database.
writeBody(CodeGenerator) - Method in class org.eclipse.persistence.internal.codegen.AttributeDefinition
 
writeBody(CodeGenerator) - Method in class org.eclipse.persistence.internal.codegen.ClassDefinition
Write the code out to the generator's stream.
writeBody(CodeGenerator) - Method in class org.eclipse.persistence.internal.codegen.CodeDefinition
Write the code out to the generator's stream.
writeBody(CodeGenerator) - Method in class org.eclipse.persistence.internal.codegen.MethodDefinition
Write the code out to the generator's stream.
writeChanges() - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteUnitOfWork
Simulate a flush, current just begins a transaction and commits.
writeChanges() - Method in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
INTERNAL: This will flush all changes to the database, and create or merge into the cumulativeUOWChangeSet.
writeChanges() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
ADVANCED: Writes all changes now before commit().
writeChanges(ObjectChangeSet, WriteObjectQuery) - Method in class org.eclipse.persistence.mappings.CollectionMapping
INTERNAL: Write the changes defined in the change set for the mapping.
writeChanges() - Method in interface org.eclipse.persistence.sessions.UnitOfWork
ADVANCED: Writes all changes now before commit().
WriteChangesFailed - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
writeChangesOnNestedUnitOfWork() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
writeClass(DynamicClassLoader, String) - Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
 
writeClass(DynamicClassLoader, String) - Method in interface org.eclipse.persistence.dynamic.EclipseLinkClassWriter
 
writeClass(DynamicClassLoader, String) - Method in class org.eclipse.persistence.internal.jpa.weaving.CollectionProxyClassWriter
public class Proxy extends SuperType implements CollectionProxy { private List links; public CollectionProxy(Collection c) { super(); this.addAll(c); }
writeClass(DynamicClassLoader, String) - Method in class org.eclipse.persistence.internal.jpa.weaving.RestAdapterClassWriter
 
writeClass(DynamicClassLoader, String) - Method in class org.eclipse.persistence.internal.jpa.weaving.RestCollectionAdapterClassWriter
public class _EntityRestCollectionAdapter extends RestCollectionAdapter { public _EntityRestCollectionAdapter() { super(); } public _EntityRestCollectionAdapter(PersistentContext context) { super(context); } }
writeClass(DynamicClassLoader, String) - Method in class org.eclipse.persistence.internal.jpa.weaving.RestReferenceAdapterV2ClassWriter
public class Adapter extends ReferenceAdapterV2 { public Adapter() { super(); } public Adapter(PersistentContext context) { super(context); } }
writeClass(DynamicClassLoader, String) - Method in class org.eclipse.persistence.internal.xr.XRClassWriter
 
writeCleanUpTempTableSql(Writer, DatabaseTable) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Don't override this method.
writeCompleteChangeSet(ObjectOutputStream) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Helper method to readObject.
WriteConnectionPoolConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.pool
INTERNAL:
WriteConnectionPoolConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.pool.WriteConnectionPoolConfig
 
writeCreateTempTableSql(Writer, DatabaseTable, AbstractSession, Collection, Collection, Collection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Don't override this method.
writeDDL(Map, DatabaseSessionImpl, ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
INTERNAL: Generate the DDL per the properties specified.
writeDefinition(StoredProcedureDefinition) - Method in class org.eclipse.persistence.tools.schemaframework.StoredProcedureGenerator
 
writeDeleteFromTargetTableUsingTempTableSql(Writer, DatabaseTable, DatabaseTable, Collection, Collection, DatasourcePlatform) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Write an sql string for deletion from target table using temporary table.
writeDeleteFromTargetTableUsingTempTableSql(Writer, DatabaseTable, DatabaseTable, Collection, Collection, DatasourcePlatform) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Writes MySQL specific SQL for accessing temp tables for delete-all queries.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Used to print a debug form of the expression tree.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.expressions.ExpressionBuilder
INTERNAL: For debug printing purposes.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.internal.expressions.ClassTypeExpression
INTERNAL: Used to print a debug form of the expression tree.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL: Used to print a debug form of the expression tree.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
INTERNAL: Used to print a debug form of the expression tree.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: Used to print a debug form of the expression tree.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.internal.expressions.FromSubSelectExpression
INTERNAL: Used to print a debug form of the expression tree.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Used to print a debug form of the expression tree.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
INTERNAL: Used to print a debug form of the expression tree.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.internal.expressions.MapEntryExpression
INTERNAL: Used to print a debug form of the expression tree.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: Used to print a debug form of the expression tree.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.internal.expressions.QueryKeyExpression
INTERNAL: Used to print a debug form of the expression tree.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
INTERNAL: Used to print a debug form of the expression tree.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.internal.expressions.TableExpression
INTERNAL: Used to print a debug form of the expression tree.
writeDescriptionOn(BufferedWriter) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
writeExternal(ObjectOutput) - Method in class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
Override the default serialization for a remote valueholder so as not to serialize the value Note: Changed for bug 3145211.
writeExternal(ObjectOutput) - Method in class org.eclipse.persistence.sdo.AbstractExternalizableDelegator
 
writeExternal(ObjectOutput) - Method in class org.eclipse.persistence.sdo.SDOResolvable
Purpose: Serialize an SDODataObject to an ObjectOutputStream This function is mandated by the Externalizable interface.
writeExtraNamespaces(List, XMLRecord) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
writeFields(ExpressionSQLPrinter, Vector, SQLSelectStatement) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: called from SQLSelectStatement.writeFieldsFromExpression(...)
writeFields(ExpressionSQLPrinter, Vector, SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.ConstantExpression
INTERNAL: Append the constant value into the printer
writeFields(ExpressionSQLPrinter, Vector, SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.FieldExpression
INTERNAL: called from SQLSelectStatement.writeFieldsFromExpression(...)
writeFields(ExpressionSQLPrinter, Vector, SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: called from SQLSelectStatement.writeFieldsFromExpression(...)
writeFields(ExpressionSQLPrinter, Vector, SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.LiteralExpression
INTERNAL: Append the literal value into the printer, accounting for the first element
writeFields(ExpressionSQLPrinter, Vector, SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
INTERNAL: Append the parameter into the printer.
writeFields(ExpressionSQLPrinter, Vector, SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
INTERNAL: called from SQLSelectStatement.writeFieldsFromExpression(...) This allows a sub query in the select clause.
writeFields(ExpressionSQLPrinter, Vector, SQLSelectStatement) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
writeFile(String, String, StringBuffer) - Method in class org.eclipse.persistence.sdo.helper.FileCodeWriter
Called by both writeInterface and writeImpl
writeFromAttributeIntoRow(UnmarshalRecord, Field, Object, boolean) - Method in interface org.eclipse.persistence.internal.oxm.mappings.TransformationMapping
INTERNAL: Put value into a record keyed on field.
writeFromAttributeIntoRow(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
writeFromAttributeIntoRow(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
writeFromAttributeIntoRow(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
writeFromAttributeIntoRow(UnmarshalRecord, Field, Object, boolean) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
INTERNAL: Put value into a record keyed on field.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.eis.mappings.EISCompositeObjectMapping
INTERNAL: Build the value for the database field and put it in the specified database row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.eis.mappings.EISDirectMapping
INTERNAL: We override this method in order to set the session on the record if the data format is XML.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Get the appropriate attribute value from the object and put it in the appropriate field of the database row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Get the attribute value from the object and add the appropriate values to the specified database row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Get the attribute value from the object and add the appropriate values to the specified database row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Get the attribute value from the object and store it in the appropriate field of the row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Build the value for the database field and put it in the specified database row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
INTERNAL: Write the attribute value from the object to the row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
INTERNAL:
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
INTERNAL:
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
INTERNAL:
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
INTERNAL:
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
INTERNAL: Write the attribute value from the object to the row.
writeFromObjectIntoRow(Object, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
writeFromObjectIntoRowForShallowInsert(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForShallowInsert(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForShallowInsert(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForShallowInsert(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForShallowInsert(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForShallowInsert(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForShallowInsert(Object, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForShallowInsertWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForShallowInsertWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForShallowInsertWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForShallowInsertWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForShallowInsertWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForShallowInsertWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: This row is built for shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForUpdate(WriteObjectQuery, AbstractRecord) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: If any of the references objects has changed, write out all the keys.
writeFromObjectIntoRowForUpdate(WriteObjectQuery, AbstractRecord) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Get the attribute value from the object and add the changed values to the specified database row.
writeFromObjectIntoRowForUpdate(WriteObjectQuery, AbstractRecord) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL:
writeFromObjectIntoRowForUpdate(WriteObjectQuery, AbstractRecord) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Get the attribute value from the object and add the changed values to the specified database row.
writeFromObjectIntoRowForUpdate(WriteObjectQuery, AbstractRecord) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: If any part of the nested collection has changed, the whole thing is written.
writeFromObjectIntoRowForUpdate(WriteObjectQuery, AbstractRecord) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: If it has changed, build the value for the database field and put it in the specified database row.
writeFromObjectIntoRowForUpdate(WriteObjectQuery, AbstractRecord) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Write the attribute value from the object to the row for update.
writeFromObjectIntoRowForUpdate(WriteObjectQuery, AbstractRecord) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRowForUpdate(WriteObjectQuery, AbstractRecord) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRowForUpdate(WriteObjectQuery, AbstractRecord) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: Write the entire structure into the row as a special type that prints as the constructor.
writeFromObjectIntoRowForUpdateAfterShallowInsert(Object, AbstractRecord, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: This row is built for update after shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForUpdateAfterShallowInsert(Object, AbstractRecord, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: This row is built for update after shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForUpdateAfterShallowInsert(Object, AbstractRecord, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: This row is built for update after shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForUpdateAfterShallowInsert(Object, AbstractRecord, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: This row is built for update after shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForUpdateAfterShallowInsert(Object, AbstractRecord, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: This row is built for update after shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForUpdateAfterShallowInsert(Object, AbstractRecord, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: This row is built for update after shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForUpdateAfterShallowInsert(Object, AbstractRecord, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: This row is built for update after shallow insert which happens in case of bidirectional inserts.
writeFromObjectIntoRowForUpdateBeforeShallowDelete(Object, AbstractRecord, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: This row is built for update before shallow delete which happens in case of bidirectional inserts.
writeFromObjectIntoRowForUpdateBeforeShallowDelete(Object, AbstractRecord, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: This row is built for update before shallow delete which happens in case of bidirectional inserts.
writeFromObjectIntoRowForUpdateBeforeShallowDelete(Object, AbstractRecord, AbstractSession, DatabaseTable) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: This row is built for update before shallow delete which happens in case of bidirectional inserts.
writeFromObjectIntoRowForWhereClause(ObjectLevelModifyQuery, AbstractRecord) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
writeFromObjectIntoRowForWhereClause(ObjectLevelModifyQuery, AbstractRecord) - Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRowForWhereClause(ObjectLevelModifyQuery, AbstractRecord) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRowInternal(Object, AbstractRecord, AbstractSession, boolean) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRowWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Get the appropriate attribute value from the object and put it in the appropriate field of the database row.
writeFromObjectIntoRowWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Get the attribute value from the object and add the appropriate values to the specified database row.
writeFromObjectIntoRowWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: A subclass should implement this method if it wants different behavior.
writeFromObjectIntoRowWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Get the attribute value from the object and add the appropriate values to the specified database row.
writeFromObjectIntoRowWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Get the appropriate attribute value from the object and put it in the appropriate field of the database row.
writeFromObjectIntoRowWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Get the attribute value from the object and add the appropriate values to the specified database row.
writeFromObjectIntoRowWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRowWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRowWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRowWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRowWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeFromObjectIntoRowWithChangeRecord(ChangeRecord, AbstractRecord, AbstractSession, DatabaseMapping.WriteType) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Get a value from the object and set that in the respective field of the row.
writeHeader() - Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
INTERNAL
writeHeader() - Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
INTERNAL
writeHeader() - Method in class org.eclipse.persistence.oxm.record.MarshalRecord
INTERNAL Writes the header, if appropriate.
writeHeader() - Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
INTERNAL
writeHeader() - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
writeHeader() - Method in class org.eclipse.persistence.oxm.record.WriterRecord
INTERNAL
writeHexString(byte[], Writer) - Static method in class org.eclipse.persistence.internal.helper.Helper
Convert the byte array to a HEX string.
writeIdentityInformation(ObjectOutputStream) - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
INTERNAL: Helper method to writeObject.
writeImpl(String, String, StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.CodeWriter
Called from org.eclipse.persistence.sdo.helper.SDOClassGenerator for each generated interface if a CodeWriter was passed into the generate method.
writeImpl(String, String, StringBuffer) - Method in class org.eclipse.persistence.sdo.helper.FileCodeWriter
Called from org.eclipse.persistence.sdo.helper.SDOClassGenerator for each generated interface if a CodeWriter was passed into the generate method.
writeInsertFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
INTERNAL: Write fields needed for insert into the template for with null values.
writeInsertFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
INTERNAL: Write fields needed for insert into the template for with null values.
writeInsertFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Write fields needed for insert into the template for with null values.
writeInsertFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
INTERNAL: Write fields needed for insert into the template with null values.
writeInsertFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
INTERNAL: Write the fields needed for insert into the template with null values.
writeInsertFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
INTERNAL: Write fields needed for insert into the template for with null values.
writeInsertFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Write fields needed for insert into the template for with null values.
writeInsertFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
INTERNAL: Write fields needed for insert into the template for with null values.
writeInsertFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.MultitenantPrimaryKeyMapping
INTERNAL: Write fields needed for insert into the template for with null values.
writeInsertFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToOneMapping
INTERNAL: Write fields needed for insert into the template for with null values.
writeInsertFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
INTERNAL: Write fields needed for insert into the template for with null values.
writeInsertFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
INTERNAL: Write fields needed for insert into the template for with null values.
writeInsertFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
INTERNAL: Write fields needed for insert into the template for with null values.
writeInsertIntoTableSql(Writer, DatabaseTable, Collection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: May need to override this method if the platform supports temporary tables and the generated sql doesn't work.
writeInterface(String, String, StringBuffer) - Method in interface org.eclipse.persistence.sdo.helper.CodeWriter
Called from org.eclipse.persistence.sdo.helper.SDOClassGenerator for each generated interface if a CodeWriter was passed into the generate method.
writeInterface(String, String, StringBuffer) - Method in class org.eclipse.persistence.sdo.helper.FileCodeWriter
Called from org.eclipse.persistence.sdo.helper.SDOClassGenerator for each generated interface if a CodeWriter was passed into the generate method.
writeIntoRowFromPrimaryKeyValues(AbstractRecord, Object, AbstractSession, boolean) - Method in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
Build the row from the primary key values.
writeLineSeperator(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
 
writeln(Object) - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
 
writeLOB(DatabaseField, Object, ResultSet, AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Write LOB value - only on Oracle8 and up
writeLOB(DatabaseField, Object, ResultSet, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle10Platform
INTERNAL: Write LOB value - Oracle 10 deprecates some methods used in the superclass
writeLOB(DatabaseField, Object, ResultSet, AbstractSession) - Method in class org.eclipse.persistence.platform.database.oracle.Oracle8Platform
INTERNAL: Write LOB value - only on Oracle8 and up
writeLockFieldInChildDescriptor(ClassDescriptor) - Static method in exception org.eclipse.persistence.exceptions.DescriptorException
 
WriteLockManager - Class in org.eclipse.persistence.internal.helper
INTERNAL:
WriteLockManager() - Constructor for class org.eclipse.persistence.internal.helper.WriteLockManager
 
writeLockValueIntoRow(ObjectLevelModifyQuery, Object) - Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
INTERNAL: This method updates the modify row with the old lock value.
writeObject(Object) - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
PUBLIC: Write the object and all of its privately owned parts in the database.
writeObject(Object) - Method in interface org.eclipse.persistence.sessions.DatabaseSession
PUBLIC: Write the object and all of its privately owned parts in the database.
writeObjectNotAllowedInUnitOfWork() - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
WriteObjectQuery - Class in org.eclipse.persistence.queries
Purpose: Used for inserting or updating objects WriteObjectQuery determines whether to perform a insert or an update on the database.
WriteObjectQuery() - Constructor for class org.eclipse.persistence.queries.WriteObjectQuery
 
WriteObjectQuery(Object) - Constructor for class org.eclipse.persistence.queries.WriteObjectQuery
 
WriteObjectQuery(Call) - Constructor for class org.eclipse.persistence.queries.WriteObjectQuery
 
writeOutMappings(XMLRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
 
writeOutMappings(XMLRecord, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.oxm.XMLSequencedObjectBuilder
 
writeParameterMarker(Writer, ParameterExpression, AbstractRecord, DatabaseCall) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
writeParameterMarker(Writer, ParameterExpression, AbstractRecord, DatabaseCall) - Method in class org.eclipse.persistence.platform.database.DB2Platform
INTERNAL: DB2 requires casting on certain operations, such as the CONCAT function, and parameterized queries of the form, ":param = :param".
writeParameterMarker(Writer, ParameterExpression, AbstractRecord, DatabaseCall) - Method in class org.eclipse.persistence.platform.database.TimesTenPlatform
INTERNAL: TimesTen and requires cast around parameter markers if both operands of certain operators are parameter markers This method generates CAST for parameter markers whose type is correctly identified by the query compiler.
writePartialIntoClones(Object, Object, Object, UnitOfWorkImpl) - Method in class org.eclipse.persistence.descriptors.FetchGroupManager
INTERNAL: Write data of the partially fetched object into the working and backup clones
writeReplace() - Method in class org.eclipse.persistence.sdo.helper.ListWrapper
INTERNAL: Defined in SDO 2.01 spec on page 65 Externalizable function is called by ObjectStream.writeObject() A replacement object for serialization can be called here.
writeReplace() - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Defined in SDO 2.01 spec on page 65 Externalizable function is called by ObjectStream.writeObject() A replacement object for serialization can be called here.
WriterRecord - Class in org.eclipse.persistence.oxm.record
Use this type of MarshalRecord when the marshal target is a Writer and the XML should not be formatted with carriage returns or indenting.
WriterRecord() - Constructor for class org.eclipse.persistence.oxm.record.WriterRecord
 
writesCompleted(AbstractSession) - Method in interface org.eclipse.persistence.internal.databaseaccess.Accessor
This method will be called after a series of writes have been issued to mark where a particular set of writes has completed.
writesCompleted(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
This method will be called after a series of writes have been issued to mark where a particular set of writes has completed.
writesCompleted(AbstractSession) - Method in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
This method will be called after a series of writes have been issued to mark where a particular set of writes has completed.
writesCompleted() - Method in class org.eclipse.persistence.internal.sessions.AbstractSession
INTERNAL: This method notifies the accessor that a particular sets of writes has completed.
writesCompleted() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: This method notifies the accessor that a particular sets of writes has completed.
writesCompleted() - Method in class org.eclipse.persistence.sessions.broker.SessionBroker
INTERNAL: This method notifies the accessor that a particular sets of writes has completed.
writeShouldreadWholeDocument(NonreflectiveMethodDefinition, String, DatabaseMapping) - Method in class org.eclipse.persistence.internal.sessions.factories.DirectToXMLTypeMappingHelper
Write the Project.class code for the XMLType property.
writeShouldreadWholeDocument(NonreflectiveMethodDefinition, String, DatabaseMapping) - Method in class org.eclipse.persistence.sessions.factories.OracleDirectToXMLTypeMappingHelper
Write the Project.class code for the XMLType property.
writeSingleValue(Object, Object, XML_RECORD, ABSTRACT_SESSION) - Method in interface org.eclipse.persistence.internal.oxm.mappings.Mapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLFragmentMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in interface org.eclipse.persistence.oxm.mappings.XMLMapping
INTERNAL: A method that marshals a single value to the provided Record based on this mapping's XPath.
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
 
writeSingleValue(Object, Object, XMLRecord, AbstractSession) - Method in class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
writeStatementsCount - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Keep track of the number of the write statement that being executed.
writeSubexpressionsTo(BufferedWriter, int) - Method in class org.eclipse.persistence.expressions.Expression
INTERNAL: Used in SQL printing.
writeSubexpressionsTo(BufferedWriter, int) - Method in class org.eclipse.persistence.internal.expressions.CompoundExpression
INTERNAL: Used for toString for debugging only.
writeSubexpressionsTo(BufferedWriter, int) - Method in class org.eclipse.persistence.internal.expressions.DataExpression
Print the base for debuggin purposes.
writeSubexpressionsTo(BufferedWriter, int) - Method in class org.eclipse.persistence.internal.expressions.FunctionExpression
INTERNAL: Used in SQL printing.
writeSubexpressionsTo(BufferedWriter, int) - Method in class org.eclipse.persistence.internal.expressions.ParameterExpression
Print the base for debuggin purposes.
writeSubexpressionsTo(BufferedWriter, int) - Method in class org.eclipse.persistence.internal.expressions.SubSelectExpression
INTERNAL: Used in SQL printing.
writeSubexpressionsTo(BufferedWriter, int) - Method in class org.eclipse.persistence.internal.expressions.TreatAsExpression
 
writeTableCreationSuffix(Writer, String) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: Write used on all table creation statements generated from the DefaultTableGenerator with a session using this project (DDL generation).
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.eclipse.persistence.jaxb.rs.MOXyJsonProvider
 
writeToEventWriter(Node, String, String, XMLEventWriter) - Method in class org.eclipse.persistence.internal.oxm.record.DomToXMLEventWriter
 
writeToStream(Node, String, String, XMLStreamWriter) - Method in class org.eclipse.persistence.internal.oxm.record.DomToXMLStreamWriter
 
WriteTransformer - Annotation Type in org.eclipse.persistence.annotations
Annotation for org.eclipse.persistence.mappings.TransformationMapping.
WriteTransformer - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
writeTransformerClassDoesntImplementFieldTransformer(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Cause: WriteTransformer for the specified attribute of the specified class and specified column doesn't implement the required interface FieldTransforer.
writeTransformerHasBothClassAndMethod(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: WriteTransformer for the specified attribute of the specified class and specified xml-path specifies both class and method.
writeTransformerHasBothClassAndMethod(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Cause: WriteTransformer for the specified attribute of the specified class and specified column specifies both class and method.
writeTransformerHasNeitherClassNorMethod(String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: WriteTransformer for the specified attribute of the specified class and specified xml-path specifies neither class nor method.
writeTransformerHasNeitherClassNorMethod(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Cause: WriteTransformer for the specified attribute of the specified class and specified column specifies neither class nor method.
writeTransformerHasNoColumnName(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
PUBLIC: Cause: WriteTransformer for the specified attribute of the specified class has no column specified, of the specified column doesn't have name.
writeTransformerHasNoXmlPath(String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
PUBLIC: Cause: WriteTransformer for the specified attribute of the specified class has no xml-path specified, or the specified xml-path is invalid.
WriteTransformerImpl - Class in org.eclipse.persistence.internal.jpa.config.transformers
JPA scripting API implementation.
WriteTransformerImpl() - Constructor for class org.eclipse.persistence.internal.jpa.config.transformers.WriteTransformerImpl
 
WriteTransformerMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.transformers
INTERNAL: Matadata for WriteTransformer.
WriteTransformerMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.transformers.WriteTransformerMetadata
INTERNAL: Used for XML loading.
WriteTransformerMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.transformers.WriteTransformerMetadata
INTERNAL: Used for annotation loading.
WriteTransformers - Annotation Type in org.eclipse.persistence.annotations
An optional annotation for org.eclipse.persistence.mappings.TransformationMapping.
writeTransporter(Transporter, OutputStream) - Static method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
Insert the method's description here.
writeTransporter(Transporter, OutputStream) - Static method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
Insert the method's description here.
writeType(String) - Method in class org.eclipse.persistence.internal.codegen.CodeGenerator
Write the type checking if its package is required.
writeUpdateFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
 
writeUpdateFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.DatabaseMapping
INTERNAL: Write fields needed for update into the template for with null values.
writeUpdateFieldsIntoRow(AbstractRecord, AbstractSession) - Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
INTERNAL: Write fields needed for update into the template for with null values.
writeUpdateOriginalFromTempTableSql(Writer, DatabaseTable, Collection, Collection) - Method in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
INTERNAL: May need to override this method if the platform supports temporary tables and the generated sql doesn't work.
writeUpdateOriginalFromTempTableSql(Writer, DatabaseTable, Collection, Collection) - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
INTERNAL: May need to override this method if the platform supports temporary tables and the generated sql doesn't work.
writeUpdateOriginalFromTempTableSql(Writer, DatabaseTable, Collection, Collection) - Method in class org.eclipse.persistence.platform.database.H2Platform
H2 does not allow using () in the update if only one field.
writeUpdateOriginalFromTempTableSql(Writer, DatabaseTable, Collection, Collection) - Method in class org.eclipse.persistence.platform.database.HSQLPlatform
INTERNAL: HSQL does not allow multiple fields to be set as a list, so each field needs to be set one by one.
writeUpdateOriginalFromTempTableSql(Writer, DatabaseTable, Collection, Collection) - Method in class org.eclipse.persistence.platform.database.Informix11Platform
Overrides DatabasePlatform.writeUpdateOriginalFromTempTableSql(Writer, DatabaseTable, Collection, Collection) to ensure that a SET clause that is supposed to set a value for only one column does not wrap that column name in parentheses.
writeUpdateOriginalFromTempTableSql(Writer, DatabaseTable, Collection, Collection) - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Writes MySQL specific SQL for accessing temp tables for update-all queries.
writeUpdateOriginalFromTempTableSql(Writer, DatabaseTable, Collection, Collection) - Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
INTERNAL: May need to override this method if the platform supports temporary tables and the generated sql doesn't work.
writeUpdateOriginalFromTempTableSql(Writer, DatabaseTable, Collection, Collection) - Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
INTERNAL:
writeUpdateOriginalFromTempTableSql(Writer, DatabaseTable, Collection, Collection) - Method in class org.eclipse.persistence.platform.database.SybasePlatform
INTERNAL:
writeValue(Object, QName, boolean) - Method in class org.eclipse.persistence.oxm.record.JsonRecord
 
writeXsiTypeAttribute(Descriptor, String, String, String, boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
writeXsiTypeAttribute(Descriptor, XMLSchemaReference, boolean) - Method in interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
 
writeXsiTypeAttribute(Descriptor, String, String, String, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
writeXsiTypeAttribute(Descriptor, XMLSchemaReference, boolean) - Method in class org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecordImpl
 
writeXsiTypeAttribute(Descriptor, String, String, String, boolean) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
writeXsiTypeAttribute(Descriptor, XMLSchemaReference, boolean) - Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
 
writeXsiTypeAttribute(Descriptor, String, String, String, boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL
writeXsiTypeAttribute(Descriptor, XMLSchemaReference, boolean) - Method in class org.eclipse.persistence.oxm.record.XMLRecord
INTERNAL
WRONG_CHANGE_EVENT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
WRONG_COLLECTION_CHANGE_EVENT_TYPE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
WRONG_OBJECT_REGISTERED - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
WRONG_PROPERTY_NAME_IN_CHANGE_EVENT - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
WRONG_PROPERTY_VALUE_TYPE - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
WRONG_SEQUENCE_TYPE - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
WRONG_SESSION_TYPE_EXCEPTION - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
WRONG_USAGE_OF_SET_CUSTOM_SQL_ARGUMENT_TYPE_METOD - Static variable in exception org.eclipse.persistence.exceptions.ValidationException
 
WRONG_VALUE_FOR_PROPERTY - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
WRONG_WEAVING_PROPERTY_VALUE - Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
wrongChangeEvent(Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
wrongCollectionChangeEventType(int) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
wrongObjectRegistered(Object, Object) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
wrongPropertyNameInChangeEvent(Object, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
wrongPropertyValueType(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
wrongSequenceType(String, String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
wrongSessionTypeException(String, String, Exception) - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
wrongUsageOfSetCustomArgumentTypeMethod(String) - Static method in exception org.eclipse.persistence.exceptions.ValidationException
 
wrongValueForProperty(String, String, Class) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when trying to set a property to value that is an unsupported conversion
wrongWeavingPropertyValue() - Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
 
WS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLLexer
 
WS - Static variable in class org.eclipse.persistence.internal.jpa.parsing.jpql.antlr.JPQLParser
 
WSDL_DIR - Static variable in class org.eclipse.persistence.internal.xr.Util
 

X

XDK_PLATFORM_CLASS_NAME - Static variable in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
 
XJB_NOT_SOURCE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
xjbNotSource() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 
XJC_BINDING_ERROR - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
xjcBindingError() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception is thrown if XJC was unable to generate a CodeModel.
XJCJavaAnnotationImpl - Class in org.eclipse.persistence.jaxb.javamodel.xjc
INTERNAL:
XJCJavaAnnotationImpl(JAnnotationUse, DynamicClassLoader) - Constructor for class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaAnnotationImpl
Construct a new instance of XJCJavaAnnotationImpl.
XJCJavaClassImpl - Class in org.eclipse.persistence.jaxb.javamodel.xjc
INTERNAL:
XJCJavaClassImpl(JDefinedClass, JCodeModel, DynamicClassLoader) - Constructor for class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Construct a new instance of XJCJavaClassImpl.
XJCJavaClassImpl(JDefinedClass, JCodeModel, DynamicClassLoader, boolean, boolean) - Constructor for class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaClassImpl
Construct a new instance of XJCJavaClassImpl.
XJCJavaConstructorImpl - Class in org.eclipse.persistence.jaxb.javamodel.xjc
INTERNAL:
XJCJavaConstructorImpl(JMethod, JCodeModel, DynamicClassLoader, JavaClass) - Constructor for class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaConstructorImpl
Construct a new instance of XJCJavaConstructorImpl.
XJCJavaFieldImpl - Class in org.eclipse.persistence.jaxb.javamodel.xjc
INTERNAL:
XJCJavaFieldImpl(JFieldVar, JCodeModel, DynamicClassLoader, JavaClass) - Constructor for class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaFieldImpl
Construct a new instance of XJCJavaFieldImpl.
XJCJavaMethodImpl - Class in org.eclipse.persistence.jaxb.javamodel.xjc
INTERNAL:
XJCJavaMethodImpl(JMethod, JCodeModel, DynamicClassLoader, JavaClass) - Constructor for class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaMethodImpl
Construct a new instance of XJCJavaMethodImpl.
XJCJavaModelImpl - Class in org.eclipse.persistence.jaxb.javamodel.xjc
INTERNAL:
XJCJavaModelImpl(JCodeModel, DynamicClassLoader) - Constructor for class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelImpl
Construct a new instance of XJCJavaModelImpl.
XJCJavaModelInputImpl - Class in org.eclipse.persistence.jaxb.javamodel.xjc
INTERNAL:
XJCJavaModelInputImpl(JavaClass[], JavaModel) - Constructor for class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl
Construct a new instance of XJCJavaModelInputImpl.
XJCJavaModelInputImpl(Type[], JavaModel) - Constructor for class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl
Construct a new instance of XJCJavaModelInputImpl.
XJCJavaModelInputImpl(TypeMappingInfo[], JavaModel) - Constructor for class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl
Construct a new instance of XJCJavaModelInputImpl.
XJCJavaModelInputImpl(Class<?>[], JavaModel) - Constructor for class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl
Construct a new instance of XJCJavaModelInputImpl.
XJCJavaPackageImpl - Class in org.eclipse.persistence.jaxb.javamodel.xjc
INTERNAL:
XJCJavaPackageImpl(JPackage, DynamicClassLoader) - Constructor for class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaPackageImpl
Construct a new instance of XJCJavaPackageImpl.
XML - Static variable in annotation type org.eclipse.persistence.annotations.Convert
Constant name for the reserved XML converter.
XML - Static variable in class org.eclipse.persistence.eis.EISDescriptor
 
XML_ACCESSOR_FACTORY_SUPPORT - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties
The name of the boolean property used to enable custom XmlAccessorFactories.
XML_DATATYPE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
XML_DURATION - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
XML_ELEMENT_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
XML_GREGORIAN_CALENDAR - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
XML_GREGORIAN_CALENDAR - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
XML_ID_EXTENSION - Static variable in class org.eclipse.persistence.jaxb.MOXySystemProperties
User can specify via org.eclipse.persistence.moxy.annotation.xml-id-extension property, that he wants to use extended behavior of XmlId annotation.
XML_ID_PROPERTY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
XML_JAVATYPE_ADAPTERS - Static variable in class org.eclipse.persistence.jaxb.JAXBMarshaller
 
XML_JAVATYPE_ADAPTERS - Static variable in class org.eclipse.persistence.jaxb.JAXBUnmarshaller
 
XML_LOCATION_ANNOTATION_CLASS - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
XML_LOCATION_ANNOTATION_NAME - Static variable in class org.eclipse.persistence.jaxb.compiler.CompilerHelper
 
XML_MIME_TYPE_PROPERTY_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
XML_MIME_TYPE_QNAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
XML_MIME_URL - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
XML_NAMESPACE_PREFIX - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
XML_NAMESPACE_SCHEMA_LOCATION - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
XML_NAMESPACE_URL - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
XML_PLATFORM - Static variable in class org.eclipse.persistence.internal.xr.Util
 
XML_PLATFORM_CLASS_NOT_FOUND - Static variable in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
XML_PLATFORM_COULD_NOT_CREATE_DOCUMENT - Static variable in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
XML_PLATFORM_COULD_NOT_INSTANTIATE - Static variable in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
XML_PLATFORM_INVALID_TYPE - Static variable in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
XML_PLATFORM_INVALID_XPATH - Static variable in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
XML_PLATFORM_PARSE_EXCEPTION - Static variable in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
XML_PLATFORM_PARSER_ERROR_RESOLVING_XML_SCHEMA - Static variable in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
XML_PLATFORM_PARSER_FILE_NOT_FOUND_EXCEPTION - Static variable in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
XML_PLATFORM_PARSER_SAX_PARSE_EXCEPTION - Static variable in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
XML_PLATFORM_PROPERTY - Static variable in class org.eclipse.persistence.platform.xml.XMLPlatformFactory
 
XML_PLATFORM_TRANSFORM_EXCEPTION - Static variable in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
XML_PLATFORM_VALIDATION_EXCEPTION - Static variable in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
XML_SCHEMA_KEY - Static variable in class org.eclipse.persistence.jaxb.dynamic.DynamicJAXBContextFactory
 
XML_SCHEMA_PARSING_ERROR - Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
 
XML_SCHEMA_TYPE_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
XML_TRANSIENT_DESCRIPTION - Static variable in class org.eclipse.persistence.internal.jpa.weaving.ClassWeaver
 
XML_VALUE_EXTENSION - Static variable in class org.eclipse.persistence.jaxb.MOXySystemProperties
User can specify via org.eclipse.persistence.moxy.annotation.xml-value-extension property, that he wants to use extended behavior of XmlValue annotation.
XMLAbstractAnyMapping - Class in org.eclipse.persistence.oxm.mappings
Purpose: An abstract superclass for XMLAnyObjectMapping and XMLAnyCollectionMapping.
XMLAbstractAnyMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLAbstractAnyMapping
 
XmlAbstractNullPolicy - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for xml-abstract-null-policy complex type.
XmlAbstractNullPolicy() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
 
XmlAccessMethods - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for xml-access-methods complex type.
XmlAccessMethods() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlAccessMethods
 
XmlAccessMethods - Annotation Type in org.eclipse.persistence.oxm.annotations
Purpose:This annotation allows the userTo specify accessor methods for a given property.
XMLAccessor - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLAccessor() - Constructor for class org.eclipse.persistence.internal.oxm.XMLAccessor
Default Constructor.
XmlAccessOrder - Enum in org.eclipse.persistence.jaxb.xmlmodel
Java class for xml-access-order.
XmlAccessType - Enum in org.eclipse.persistence.jaxb.xmlmodel
Java class for xml-access-type.
XmlAnyAttribute - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlAnyAttribute() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
 
XMLAnyAttributeMapping - Class in org.eclipse.persistence.oxm.mappings
Purpose:The XMLAnyAttributeMapping is used to map to an attribute in an object to any xml attributes contained on a specific element in the XML Document.
XMLAnyAttributeMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
 
XMLAnyAttributeMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLAnyAttributeMappingNodeValue(AnyAttributeMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLAnyAttributeMappingNodeValue
 
XMLAnyCollectionMapping - Class in org.eclipse.persistence.oxm.mappings
Any collection XML mappings map an attribute that contains a heterogenous collection of objects to multiple XML elements.
XMLAnyCollectionMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
 
XMLAnyCollectionMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLAnyCollectionMappingNodeValue(AnyCollectionMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLAnyCollectionMappingNodeValue
 
XmlAnyElement - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlAnyElement() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
 
XMLANYELEMENT_ALREADY_SET - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
xmlAnyElementAlreadySet(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception should be used when an attempt is made to set an XmlAnyElement property when one has already been set.
XMLAnyObjectMapping - Class in org.eclipse.persistence.oxm.mappings
Any object XML mappings map an attribute that contains a single object to an XML element.
XMLAnyObjectMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
 
XMLAnyObjectMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLAnyObjectMappingNodeValue(AnyObjectMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLAnyObjectMappingNodeValue
 
XMLAttachmentMarshaller - Interface in org.eclipse.persistence.oxm.attachment
Purpose: Provides an interface through which EclipseLink can allow a user to do special handling for Binary Data.
XMLAttachmentUnmarshaller - Interface in org.eclipse.persistence.oxm.attachment
Purpose: Provides an interface through which EclipseLink can allow a user to do special handling for Binary Data.
XmlAttribute - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlAttribute() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
 
XMLAttributes - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Object to represent all the attributes of an XML defined entity, mapped-superclass or embeddable.
XMLAttributes() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.XMLAttributes
INTERNAL:
XMLBinaryAttachmentHandler - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLBinaryAttachmentHandler(UnmarshalRecord, NodeValue, Mapping, XMLConverterMapping, boolean) - Constructor for class org.eclipse.persistence.internal.oxm.XMLBinaryAttachmentHandler
 
XMLBinaryDataCollectionMapping - Class in org.eclipse.persistence.oxm.mappings
Purpose:Provide a mapping for a collection of binary data values that can be treated as either inline binary values or as an attachment.
XMLBinaryDataCollectionMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLBinaryDataCollectionMapping
 
XMLBinaryDataCollectionMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLBinaryDataCollectionMappingNodeValue(BinaryDataCollectionMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLBinaryDataCollectionMappingNodeValue
 
XMLBinaryDataHelper - Class in org.eclipse.persistence.internal.oxm
 
XMLBinaryDataHelper() - Constructor for class org.eclipse.persistence.internal.oxm.XMLBinaryDataHelper
 
XMLBinaryDataHelper.EncodedData - Class in org.eclipse.persistence.internal.oxm
INTERNAL
XMLBinaryDataMapping - Class in org.eclipse.persistence.oxm.mappings
Purpose:Provide a mapping for binary data that can be treated as either inline or as an attachment.
XMLBinaryDataMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLBinaryDataMapping
 
XMLBinaryDataMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLBinaryDataMappingNodeValue(BinaryDataMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLBinaryDataMappingNodeValue
 
XMLBinder - Class in org.eclipse.persistence.oxm
PUBLIC:
XMLBinder(XMLContext) - Constructor for class org.eclipse.persistence.oxm.XMLBinder
 
XMLBinder(XMLContext, XMLMarshaller, XMLUnmarshaller) - Constructor for class org.eclipse.persistence.oxm.XMLBinder
 
XMLBinderCacheEntry - Class in org.eclipse.persistence.internal.oxm.documentpreservation
INTERNAL:
XMLBinderCacheEntry(Object) - Constructor for class org.eclipse.persistence.internal.oxm.documentpreservation.XMLBinderCacheEntry
 
XMLBinderPolicy - Class in org.eclipse.persistence.internal.oxm.documentpreservation
INTERNAL:
XMLBinderPolicy() - Constructor for class org.eclipse.persistence.internal.oxm.documentpreservation.XMLBinderPolicy
 
XMLBinderPolicyConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
 
XMLBinderPolicyConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.XMLBinderPolicyConfig
 
XmlBindings - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlBindings() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings
 
XmlBindings.JavaTypes - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlBindings.XmlEnums - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlBindings.XmlRegistries - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlBindingsModel - Class in org.eclipse.persistence.internal.xr
This class is responsible for holding a list of XmlBindings.
XmlBindingsModel() - Constructor for class org.eclipse.persistence.internal.xr.XmlBindingsModel
 
XmlCDATA - Annotation Type in org.eclipse.persistence.oxm.annotations
Wrap the value inside a CDATA section.
XMLChoiceCollectionMapping - Class in org.eclipse.persistence.oxm.mappings
PUBLIC:
XMLChoiceCollectionMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
 
XMLChoiceCollectionMappingMarshalNodeValue - Class in org.eclipse.persistence.internal.oxm
 
XMLChoiceCollectionMappingMarshalNodeValue(ChoiceCollectionMapping, Field) - Constructor for class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingMarshalNodeValue
 
XMLChoiceCollectionMappingUnmarshalNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLChoiceCollectionMappingUnmarshalNodeValue(ChoiceCollectionMapping, Field) - Constructor for class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
XMLChoiceCollectionMappingUnmarshalNodeValue(ChoiceCollectionMapping, Field, Mapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLChoiceCollectionMappingUnmarshalNodeValue
 
XMLChoiceFieldToClassAssociation<CONVERTER extends CoreConverter,XML_FIELD extends Field> - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLChoiceFieldToClassAssociation() - Constructor for class org.eclipse.persistence.internal.oxm.XMLChoiceFieldToClassAssociation
 
XMLChoiceFieldToClassAssociation(XML_FIELD, String) - Constructor for class org.eclipse.persistence.internal.oxm.XMLChoiceFieldToClassAssociation
 
XMLChoiceObjectMapping - Class in org.eclipse.persistence.oxm.mappings
PUBLIC:
XMLChoiceObjectMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
 
XMLChoiceObjectMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLChoiceObjectMappingNodeValue(ChoiceObjectMapping, Field) - Constructor for class org.eclipse.persistence.internal.oxm.XMLChoiceObjectMappingNodeValue
 
XmlClassExtractor - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for xml-class-extractor complex type.
XmlClassExtractor() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
 
XmlClassExtractor - Annotation Type in org.eclipse.persistence.oxm.annotations
A ClassExtractor allows for a user defined class indicator in place of using xsi:type.
XMLCollectionReferenceMapping - Class in org.eclipse.persistence.oxm.mappings
TopLink OXM version of a 1-M mapping.
XMLCollectionReferenceMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
PUBLIC: The default constructor initializes the sourceToTargetKeyFieldAssociations and sourceToTargetKeys data structures.
XMLCollectionReferenceMappingMarshalNodeValue - Class in org.eclipse.persistence.internal.oxm
 
XMLCollectionReferenceMappingMarshalNodeValue(CollectionReferenceMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingMarshalNodeValue
 
XMLCollectionReferenceMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLCollectionReferenceMappingNodeValue(CollectionReferenceMapping, Field) - Constructor for class org.eclipse.persistence.internal.oxm.XMLCollectionReferenceMappingNodeValue
This constructor sets the XMLCollectionReferenceMapping and XMLField members to the provided values.
XMLComparer - Class in org.eclipse.persistence.platform.xml
This class is used to compare if two DOM nodes are equal.
XMLComparer() - Constructor for class org.eclipse.persistence.platform.xml.XMLComparer
 
XMLCompositeCollectionMapping - Class in org.eclipse.persistence.oxm.mappings
Composite collection XML mappings map an attribute that contains a homogeneous collection of objects to multiple XML elements.
XMLCompositeCollectionMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping
 
XMLCompositeCollectionMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLCompositeCollectionMappingNodeValue(CompositeCollectionMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
XMLCompositeCollectionMappingNodeValue(CompositeCollectionMapping, boolean) - Constructor for class org.eclipse.persistence.internal.oxm.XMLCompositeCollectionMappingNodeValue
 
XMLCompositeDirectCollectionMapping - Class in org.eclipse.persistence.oxm.mappings
Composite direct collection XML mappings map a collection of simple types (String, Number, Date, etc.) to and from a sequence of composite XML nodes.
XMLCompositeDirectCollectionMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLCompositeDirectCollectionMapping
 
XMLCompositeDirectCollectionMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLCompositeDirectCollectionMappingNodeValue(DirectCollectionMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLCompositeDirectCollectionMappingNodeValue
 
XMLCompositeObjectMapping - Class in org.eclipse.persistence.oxm.mappings
Composite object XML mappings represent a relationship between two classes.
XMLCompositeObjectMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
 
XMLCompositeObjectMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLCompositeObjectMappingNodeValue(CompositeObjectMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
 
XMLCompositeObjectMappingNodeValue(CompositeObjectMapping, boolean) - Constructor for class org.eclipse.persistence.internal.oxm.XMLCompositeObjectMappingNodeValue
 
XMLConstants - Class in org.eclipse.persistence.oxm
XMLConstants maintains a list of useful XML constants.
XMLConstants() - Constructor for class org.eclipse.persistence.oxm.XMLConstants
 
XMLContainerMapping - Interface in org.eclipse.persistence.internal.oxm.mappings
This interface represents behaviour that is common to all XML mappings that involve containers: Collection, Map, Arrays, etc.
XmlContainerProperty - Annotation Type in org.eclipse.persistence.oxm.annotations
Deprecated.
As of EclipseLink 2.0, replaced by XmlInverseReference.
XMLContext - Class in org.eclipse.persistence.oxm
An XMLContext is created based on EclipseLink sessions or projects and can then used to create instances of XMLMarshaller, XMLUnmarshaller and XMLValidator.
XMLContext(String) - Constructor for class org.eclipse.persistence.oxm.XMLContext
Create a new XMLContext based on the specified session name or list of session names
XMLContext(String, ClassLoader) - Constructor for class org.eclipse.persistence.oxm.XMLContext
Create a new XMLContext based on the specified session name or list of session names
XMLContext(String, String) - Constructor for class org.eclipse.persistence.oxm.XMLContext
Create a new XMLContext based on passed in session names and session meta XML.
XMLContext(String, ClassLoader, String) - Constructor for class org.eclipse.persistence.oxm.XMLContext
Create a new XMLContext based on passed in session names, classloader and session meta XML.
XMLContext(Project) - Constructor for class org.eclipse.persistence.oxm.XMLContext
Create a new XMLContext based on the specified project
XMLContext(Project, ClassLoader) - Constructor for class org.eclipse.persistence.oxm.XMLContext
Create a new XMLContext based on the specified Project and ClassLoader.
XMLContext(Project, ClassLoader, SessionEventListener) - Constructor for class org.eclipse.persistence.oxm.XMLContext
Create a new XMLContext based on the specified Project and ClassLoader.
XMLContext(Project, ClassLoader, Collection<SessionEventListener>) - Constructor for class org.eclipse.persistence.oxm.XMLContext
Create a new XMLContext based on the specified Project and ClassLoader.
XMLContext(Collection) - Constructor for class org.eclipse.persistence.oxm.XMLContext
 
XMLContext(Collection, ClassLoader) - Constructor for class org.eclipse.persistence.oxm.XMLContext
 
XMLConversionException - Exception in org.eclipse.persistence.exceptions
Purpose: XML conversion exceptions are raised for any problem when converting Java types to/from XML.
XMLConversionException(String) - Constructor for exception org.eclipse.persistence.exceptions.XMLConversionException
 
XMLConversionExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL:
XMLConversionExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.XMLConversionExceptionResource
 
XMLConversionManager - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLConversionManager() - Constructor for class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
XMLConversionPair - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLConversionPair() - Constructor for class org.eclipse.persistence.internal.oxm.XMLConversionPair
 
XMLConversionPair(QName, String) - Constructor for class org.eclipse.persistence.internal.oxm.XMLConversionPair
 
XMLConverter - Interface in org.eclipse.persistence.oxm.mappings.converters
Purpose: Conversion interface to allow conversion between object and data types.
XMLConverterAdapter - Class in org.eclipse.persistence.oxm.mappings.converters
 
XMLConverterAdapter() - Constructor for class org.eclipse.persistence.oxm.mappings.converters.XMLConverterAdapter
 
XMLConverterMapping<MARSHALLER extends Marshaller,SESSION extends CoreSession,UNMARSHALLER extends Unmarshaller> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
XmlCustomizer - Annotation Type in org.eclipse.persistence.oxm.annotations
The XmlCustomizer annotation is used to specify a class that implements the org.eclipse.persistence.config.DescriptorCustomizer interface and is to run against a class descriptor after all metadata processing has been completed.
XMLDescriptor - Class in org.eclipse.persistence.oxm
Use an XML project for nontransactional, nonpersistent (in-memory) conversions between Java objects and XML documents.
XMLDescriptor() - Constructor for class org.eclipse.persistence.oxm.XMLDescriptor
PUBLIC: Return a new XMLDescriptor.
XMLDirectMapping - Class in org.eclipse.persistence.oxm.mappings
XML Direct Mappings map a Java attribute directly to XML attribute or text node.
XMLDirectMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLDirectMapping
 
XMLDirectMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLDirectMappingNodeValue(DirectMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLDirectMappingNodeValue
 
XmlDiscriminatorNode - Annotation Type in org.eclipse.persistence.oxm.annotations
The XmlDiscriminatorNode annotation is used to specify the class indicator field name when using inheritance.
XmlDiscriminatorValue - Annotation Type in org.eclipse.persistence.oxm.annotations
The XmlDiscriminatorValue annotation is used to specify the class indicator for a given type when using inheritance.
XmlElement - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlElement() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
 
XmlElement.XmlInverseReference - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XMLELEMENT_PROPERTY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
XMLELEMENT_PROPERTY_NAME - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
XmlElementDecl() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
 
XmlElementNillable - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlElementNillable() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlElementNillable
 
XmlElementNillable - Annotation Type in org.eclipse.persistence.oxm.annotations
Purpose: Provide a means of setting nillable on type and package level, which is not possible with standard XmlElement annotation.
XmlElementRef - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlElementRef() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
 
XmlElementRefs - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlElementRefs() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRefs
 
XmlElements - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlElements() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
 
XmlElementsJoinNodes - Annotation Type in org.eclipse.persistence.oxm.annotations
XmlElementsJoinNodes is used in conjunction with XmlElements in order to specify the key references for the targets of the XmlElements annotation.
XmlElementWrapper - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlElementWrapper() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlElementWrapper
 
XMLEntityMappings - Class in org.eclipse.persistence.internal.jpa.metadata.xml
Object to hold onto the XML entity mappings metadata.
XMLEntityMappings() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings
INTERNAL:
XMLEntityMappingsMappingProject - Class in org.eclipse.persistence.internal.jpa.metadata.xml
INTERNAL: EclipseLink ORM mapping file OX mapping project.
XMLEntityMappingsMappingProject(String, String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsMappingProject
 
XMLEntityMappingsReader - Class in org.eclipse.persistence.internal.jpa.metadata.xml
ORM.xml reader.
XMLEntityMappingsReader() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsReader
 
XMLEntityMappingsWriter - Class in org.eclipse.persistence.internal.jpa.metadata.xml
ORM.xml reader.
XMLEntityMappingsWriter() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsWriter
 
XMLEntry - Class in org.eclipse.persistence.oxm.record
INTERNAL:
XMLEntry() - Constructor for class org.eclipse.persistence.oxm.record.XMLEntry
 
XmlEnum - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlEnum() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlEnum
 
XmlEnums() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlEnums
 
XmlEnumValue - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlEnumValue() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlEnumValue
 
XmlEscapeCharacterConverter - Class in org.eclipse.persistence.jpa.jpql.tools.utility
This converter handles references when dealing with text or markup in an XML document.
XMLEventReaderInputSource - Class in org.eclipse.persistence.internal.oxm.record
This class is used to expose an XMLEventReader as an InputSource.
XMLEventReaderInputSource(XMLEventReader) - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLEventReaderInputSource
 
XMLEventReaderReader - Class in org.eclipse.persistence.internal.oxm.record
Convert and XMLEventReader into SAX events.
XMLEventReaderReader() - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLEventReaderReader
 
XMLEventReaderReader(Unmarshaller) - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLEventReaderReader
 
XMLEventWriterRecord - Class in org.eclipse.persistence.oxm.record
 
XMLEventWriterRecord(XMLEventWriter) - Constructor for class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
 
XMLException - Exception in org.eclipse.persistence.internal.jpa.deployment.xml.parser
 
XMLException() - Constructor for exception org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLException
 
XMLExceptionHandler - Class in org.eclipse.persistence.internal.jpa.deployment.xml.parser
 
XMLExceptionHandler() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLExceptionHandler
 
XMLField - Class in org.eclipse.persistence.oxm
TopLink XML mappings make use of XMLFields based on XPath statements to find the relevant data in an XML document.
XMLField() - Constructor for class org.eclipse.persistence.oxm.XMLField
Default constructor, create a new XMLField
XMLField(String) - Constructor for class org.eclipse.persistence.oxm.XMLField
Default constructor, create a new XMLField based on the specified xPath
XMLFileSequenceConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.sequencing
INTERNAL:
XMLFileSequenceConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.sequencing.XMLFileSequenceConfig
 
XMLFragmentCollectionMapping - Class in org.eclipse.persistence.oxm.mappings
Purpose: This mapping provides a means to keep a part of the xml tree as a collection of DOM elements.
XMLFragmentCollectionMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLFragmentCollectionMapping
 
XMLFragmentCollectionMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLFragmentCollectionMappingNodeValue(FragmentCollectionMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLFragmentCollectionMappingNodeValue
 
XMLFragmentMapping - Class in org.eclipse.persistence.oxm.mappings
Purpose: This mapping provides a means to keep a part of the xml tree as a DOM element.
XMLFragmentMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLFragmentMapping
 
XMLFragmentMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLFragmentMappingNodeValue(FragmentMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLFragmentMappingNodeValue
 
XMLFragmentReader - Class in org.eclipse.persistence.internal.oxm.record
Internal:
XMLFragmentReader(NamespaceResolver) - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLFragmentReader
 
XMLGREGORIANCALENDAR - Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
 
XMLHelper - Class in org.eclipse.persistence.internal.helper
 
XMLHelper() - Constructor for class org.eclipse.persistence.internal.helper.XMLHelper
 
XMLHELPER_LOAD_OPTIONS - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
xmlIdExtension - Static variable in class org.eclipse.persistence.jaxb.MOXySystemProperties
 
XmlIDExtension - Annotation Type in org.eclipse.persistence.oxm.annotations
Purpose: Provide a way to allow properties with XmlID annotation have different type than java.lang.String.
XMLInlineBinaryHandler - Class in org.eclipse.persistence.internal.oxm
 
XMLInlineBinaryHandler(UnmarshalRecord, NodeValue, Mapping, XMLConverterMapping, boolean) - Constructor for class org.eclipse.persistence.internal.oxm.XMLInlineBinaryHandler
 
XMLInteraction - Class in org.eclipse.persistence.eis.interactions
Defines the specification for a call to a JCA interaction that uses XML.
XMLInteraction() - Constructor for class org.eclipse.persistence.eis.interactions.XMLInteraction
Default constructor.
XmlInverseReference() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlElement.XmlInverseReference
 
XmlInverseReference - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlInverseReference() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
 
XmlInverseReference - Annotation Type in org.eclipse.persistence.oxm.annotations
This annotation is used to map a back-pointer during the unmarshal operation.
XMLInverseReferenceMapping - Class in org.eclipse.persistence.oxm.mappings
This mapping is used to map a back-pointer.
XMLInverseReferenceMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
 
XmlIsSetNullPolicy - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlIsSetNullPolicy() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlIsSetNullPolicy
 
XmlIsSetNullPolicy - Annotation Type in org.eclipse.persistence.oxm.annotations
Purpose: Provide a means of using annotations to customise the handling of null values and their xml representation.
XmlIsSetNullPolicy.IsSetParameter - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlJavaTypeAdapter - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlJavaTypeAdapter() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapter
 
XmlJavaTypeAdapters - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlJavaTypeAdapters() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlJavaTypeAdapters
 
XMLJavaTypeConverter - Class in org.eclipse.persistence.internal.jaxb
Converter that wraps an XmlAdapter.
XMLJavaTypeConverter() - Constructor for class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
The default constructor.
XMLJavaTypeConverter(Class) - Constructor for class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
This constructor takes the XmlAdapter class to be used with this converter.
XMLJavaTypeConverter(String) - Constructor for class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
This constructor takes an adapter class name.
XMLJavaTypeConverter(Class, QName) - Constructor for class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
This constructor takes the XmlAdapter class to be used with this converter, as well as a schema type to be used during the conversion operation.
XMLJavaTypeConverter(String, QName) - Constructor for class org.eclipse.persistence.internal.jaxb.XMLJavaTypeConverter
This constructor takes the XmlAdapter class name to be used with this converter (loaded during initialization), as well as a schema type to be used during the conversion operation.
XmlJoinNode() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes.XmlJoinNode
 
XmlJoinNode - Annotation Type in org.eclipse.persistence.oxm.annotations
XmlJoinNode is used in conjunction with XmlKey to specify a reference mapping.
XmlJoinNodes - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlJoinNodes() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
 
XmlJoinNodes - Annotation Type in org.eclipse.persistence.oxm.annotations
XmlJoinNodes is a holder for multiple XmlJoinNode annotations.
XmlJoinNodes.XmlJoinNode - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlKey - Annotation Type in org.eclipse.persistence.oxm.annotations
XmlKey is used to mark a property as a key, to be referenced using a key-based mapping via XmlJoinNode.
XMLListConverter - Class in org.eclipse.persistence.oxm.mappings.converters
Purpose: Provides an implementation of Converter that can be used to convert a collection of Objects into a space separated list of Strings and back.
XMLListConverter() - Constructor for class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
 
XmlLocation - Annotation Type in org.eclipse.persistence.oxm.annotations
XmlLocation can be used on a property of type Locator, to provide information about the XML location (line and column number, source location) that the owning object was unmarshalled from.
XMLLogFormatter - Class in org.eclipse.persistence.logging
Format a TopLink LogRecord into a standard XML format.
XMLLogFormatter() - Constructor for class org.eclipse.persistence.logging.XMLLogFormatter
 
XMLLogin - Class in org.eclipse.persistence.oxm
In OX, the platform determines which parsing method will be used, DOM vs SAX.
XMLLogin() - Constructor for class org.eclipse.persistence.oxm.XMLLogin
Default constructor.
XMLLogin(Platform) - Constructor for class org.eclipse.persistence.oxm.XMLLogin
Constructor, create a new XMLLogin based on the given platform.
XMLLoginConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
INTERNAL:
XMLLoginConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.XMLLoginConfig
 
XmlMap - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlMap() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlMap
 
XmlMap.Key - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlMap.Value - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XMLMapping - Interface in org.eclipse.persistence.oxm.mappings
INTERNAL All mappings which can be added to org.eclipse.persistence.oxm.XMLDescriptor must implement this interface.
XMLMARSHAL_EXCEPTION_OCCURRED - Static variable in exception org.eclipse.persistence.exceptions.SDOException
 
XMLMarshalException - Exception in org.eclipse.persistence.exceptions
Purpose: XMLMarshalExceptions are raised when issues are encountered during XMLMarshaller or XMLUnmarshaller operations.
xmlMarshalExceptionOccurred(XMLMarshalException, String, String) - Static method in exception org.eclipse.persistence.exceptions.SDOException
INTERNAL: Exception when an XMLMarshalException happens
XMLMarshalExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for XMLValidationException.
XMLMarshalExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.XMLMarshalExceptionResource
 
XMLMarshaller<ABSTRACT_SESSION extends CoreAbstractSession,CHARACTER_ESCAPE_HANDLER extends CharacterEscapeHandler,CONTEXT extends Context<ABSTRACT_SESSION,DESCRIPTOR,?,?,?,SESSION,?>,DESCRIPTOR extends Descriptor<?,?,?,?,?,?,?,?,?,?>,MARSHALLER_LISTENER extends Marshaller.Listener,MEDIA_TYPE extends MediaType,NAMESPACE_PREFIX_MAPPER extends NamespacePrefixMapper,OBJECT_BUILDER extends ObjectBuilder<?,ABSTRACT_SESSION,?,XMLMarshaller>,SESSION extends CoreSession> - Class in org.eclipse.persistence.internal.oxm
 
XMLMarshaller(CONTEXT) - Constructor for class org.eclipse.persistence.internal.oxm.XMLMarshaller
 
XMLMarshaller - Class in org.eclipse.persistence.oxm
Class used to marshal object to XML.
XMLMarshaller(XMLContext) - Constructor for class org.eclipse.persistence.oxm.XMLMarshaller
Create a new XMLMarshaller based on the specified session
XMLMarshalListener - Interface in org.eclipse.persistence.oxm
An implementation of XMLMarshalListener can be set on an XMLMarshaller to provide additional behaviour during marshal operations.
XmlMarshalNullRepresentation - Enum in org.eclipse.persistence.jaxb.xmlmodel
Java class for xml-marshal-null-representation.
XmlMarshalNullRepresentation - Enum in org.eclipse.persistence.oxm.annotations
Purpose: This enumeration provides a means of specifying how a null value in a java object should be marshalled to XML.
XMLMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.converters
INTERNAL: This class processes the reserve "xml" converter specified through @Convert.
XMLMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.XMLMetadata
INTERNAL: Used for defaulting case.
XMLMetadata(MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.XMLMetadata
INTERNAL: Used for defaulting.
XMLMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.converters.XMLMetadata
INTERNAL: Used for annotation loading.
XMLMetadataSource - Class in org.eclipse.persistence.jaxb.metadata
A concrete implementation of MetadataSource that can represent the following metadata input types; java.io.File java.io.InputStream java.io.Reader java.net.URL javax.xml.stream.XMLEventReader javax.xml.stream.XMLStreamReader javax.xml.transform.Source org.w3c.dom.Node org.xml.sax.InputSource
XMLMetadataSource(File) - Constructor for class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
The XML bindings metadata will be loaded from a File.
XMLMetadataSource(InputStream) - Constructor for class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
The XML bindings metadata will be loaded from an InputStream.
XMLMetadataSource(Reader) - Constructor for class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
The XML bindings metadata will be loaded from Reader.
XMLMetadataSource(URL) - Constructor for class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
The XML bindings metadata will be loaded from a URL.
XMLMetadataSource(XMLEventReader) - Constructor for class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
The XML bindings metadata will be loaded from an XMLEventReader.
XMLMetadataSource(XMLStreamReader) - Constructor for class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
The XML bindings metadata will be loaded from an XMLStreamReader.
XMLMetadataSource(Source) - Constructor for class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
The XML bindings metadata will be loaded from a Source.
XMLMetadataSource(Node) - Constructor for class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
The XML bindings metadata will be loaded from a Node.
XMLMetadataSource(InputSource) - Constructor for class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
The XML bindings metadata will be loaded from an InputSource.
XMLMetadataSource(String) - Constructor for class org.eclipse.persistence.jaxb.metadata.XMLMetadataSource
XML bindings metatdata will be loaded either as a URL or as a classpath reference
XMLMetadataSource - Class in org.eclipse.persistence.jpa.metadata
Purpose: Support reading metadata for a persistence unit in an XML format from a URL and if the property is undefined, it will look for a file.
XMLMetadataSource() - Constructor for class org.eclipse.persistence.jpa.metadata.XMLMetadataSource
 
XmlNamedAttributeNode - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for xml-named-attribute-node complex type.
XmlNamedAttributeNode() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedAttributeNode
 
XmlNamedAttributeNode - Annotation Type in org.eclipse.persistence.oxm.annotations
A XmlNamedAttributeNode is a member element of a XmlNamedObjectGraph.
XmlNamedObjectGraph - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlNamedObjectGraph() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraph
 
XmlNamedObjectGraph - Annotation Type in org.eclipse.persistence.oxm.annotations
Purpose: Used to define the boundaries for a marshal or unmarhsal operation.
XmlNamedObjectGraphs - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlNamedObjectGraphs() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedObjectGraphs
 
XmlNamedObjectGraphs - Annotation Type in org.eclipse.persistence.oxm.annotations
Used to group XmlNamedObjectGraph annotations.
XmlNamedSubgraph - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for xml-named-subgraph complex type.
XmlNamedSubgraph() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlNamedSubgraph
 
XmlNamedSubgraph - Annotation Type in org.eclipse.persistence.oxm.annotations
A XmlNamedSubgraph is a member element of a XmlNamedObjectGraph.
XMLNamespaceResolver - Interface in org.eclipse.persistence.platform.xml
 
XmlNameTransformer - Annotation Type in org.eclipse.persistence.oxm.annotations
An XmlNameTransformer allows for a user defined class to transform names.
XMLNameTransformer - Interface in org.eclipse.persistence.oxm
Interface used when converting from XML to Java names.
XmlNillableInfo - Class in org.eclipse.persistence.jaxb.compiler
 
XmlNillableInfo() - Constructor for class org.eclipse.persistence.jaxb.compiler.XmlNillableInfo
 
XMLNillableMapping - Interface in org.eclipse.persistence.oxm.mappings
INTERNAL All nillable mappings which can be added to org.eclipse.persistence.oxm.XMLDescriptor must implement this interface.
The default policy is AbstractNullPolicy.
XMLNodeList - Class in org.eclipse.persistence.internal.jpa.deployment.xml.parser
Implementation of the org.w3c.dom.NodeList interface
XMLNodeList() - Constructor for class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLNodeList
 
XMLNodeList(int) - Constructor for class org.eclipse.persistence.internal.jpa.deployment.xml.parser.XMLNodeList
 
XMLNodeList - Class in org.eclipse.persistence.platform.xml
Implementation of the org.w3c.dom.NodeList interface
XMLNodeList() - Constructor for class org.eclipse.persistence.platform.xml.XMLNodeList
 
XMLNodeList(int) - Constructor for class org.eclipse.persistence.platform.xml.XMLNodeList
 
XmlNs() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs
 
XMLNS - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
XMLNS_URL - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
XmlNsForm - Enum in org.eclipse.persistence.jaxb.xmlmodel
Java class for xml-ns-form.
XmlNullPolicy - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlNullPolicy() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlNullPolicy
 
XmlNullPolicy - Annotation Type in org.eclipse.persistence.oxm.annotations
Purpose: Provide a means of using annotations to customise the handling of null values and their xml representation.
XMLNullRepresentationType - Enum in org.eclipse.persistence.oxm.mappings.nullpolicy
Description: An enum that is used within a Node Null Policy to determine what to marshal for a null node.
We define 3 final instances available to the user (XSI_NIL, ABSENT_NODE(default) and EMPTY_NODE.
XMLObjectBuilder - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLObjectBuilder(ClassDescriptor) - Constructor for class org.eclipse.persistence.internal.oxm.XMLObjectBuilder
Create an XML object builder for the descriptor.
XMLObjectReferenceMapping - Class in org.eclipse.persistence.oxm.mappings
TopLink OXM version of a 1-1 mapping.
XMLObjectReferenceMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
PUBLIC: The default constructor initializes the sourceToTargetKeyFieldAssociations and sourceToTargetKeys data structures.
XMLObjectReferenceMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLObjectReferenceMappingNodeValue(ObjectReferenceMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLObjectReferenceMappingNodeValue
This constructor sets the XMLObjectReferenceMapping member to the provided value.
XMLObjectReferenceMappingNodeValue(ObjectReferenceMapping, Field) - Constructor for class org.eclipse.persistence.internal.oxm.XMLObjectReferenceMappingNodeValue
This constructor sets the XMLObjectReferenceMapping and XMLField members to the provided values.
XmlParameter - Annotation Type in org.eclipse.persistence.oxm.annotations
Purpose: An annotation representing a parameter to a method.
XMLParseException - Exception in org.eclipse.persistence.exceptions
 
XMLParseException() - Constructor for exception org.eclipse.persistence.exceptions.XMLParseException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
XMLParseExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
 
XMLParseExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.XMLParseExceptionResource
 
XMLParser - Interface in org.eclipse.persistence.platform.xml
 
XmlPath - Annotation Type in org.eclipse.persistence.oxm.annotations
XPath based mapping is what allows an existing object model to be mapped to an existing XML schema.
XmlPaths - Annotation Type in org.eclipse.persistence.oxm.annotations
Purpose: This annotation is used in conjunction with an XmlElements annotation to specify an XmlPath for each of the XmlElement annotations in the XmlElements.
XMLPersistenceUnitDefaults - Class in org.eclipse.persistence.internal.jpa.metadata.xml
Object to hold onto the XML persistence unit defaults.
XMLPersistenceUnitDefaults() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitDefaults
INTERNAL:
XMLPersistenceUnitMetadata - Class in org.eclipse.persistence.internal.jpa.metadata.xml
INTERNAL: Object to hold onto the XML persistence unit metadata.
XMLPersistenceUnitMetadata() - Constructor for class org.eclipse.persistence.internal.jpa.metadata.xml.XMLPersistenceUnitMetadata
INTERNAL:
XMLPlatform<XML_UNMARSHALLER extends XMLUnmarshaller> - Interface in org.eclipse.persistence.internal.oxm.record
 
XMLPlatform<XML_UNMARSHALLER extends XMLUnmarshaller> - Class in org.eclipse.persistence.oxm.platform
 
XMLPlatform() - Constructor for class org.eclipse.persistence.oxm.platform.XMLPlatform
 
XMLPlatform - Interface in org.eclipse.persistence.platform.xml
 
xmlPlatformClassNotFound(String, Exception) - Static method in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
xmlPlatformCouldNotCreateDocument(Exception) - Static method in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
xmlPlatformCouldNotInstantiate(String, Exception) - Static method in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
xmlPlatformErrorResolvingXMLSchema(URL, Exception) - Static method in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
xmlPlatformErrorResolvingXMLSchemas(Object[], Exception) - Static method in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
XMLPlatformException - Exception in org.eclipse.persistence.platform.xml
 
XMLPlatformExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL:
XMLPlatformExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.XMLPlatformExceptionResource
 
XMLPlatformFactory - Class in org.eclipse.persistence.platform.xml
 
xmlPlatformFileNotFoundException(File, IOException) - Static method in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
xmlPlatformInvalidTypeException(int) - Static method in exception org.eclipse.persistence.platform.xml.XMLPlatformException
Handles an invalid type setting in a schema reference.
xmlPlatformInvalidXPath(Exception) - Static method in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
xmlPlatformParseException(Exception) - Static method in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
xmlPlatformSAXParseException(SAXParseException) - Static method in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
xmlPlatformTransformException(Exception) - Static method in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
xmlPlatformValidationException(Exception) - Static method in exception org.eclipse.persistence.platform.xml.XMLPlatformException
 
xmlPlatformValidationException(String) - Static method in exception org.eclipse.persistence.platform.xml.XMLPlatformException
Takes an error messsage string
XMLProcessor - Class in org.eclipse.persistence.jaxb.compiler
INTERNAL:
XMLProcessor(Map<String, XmlBindings>) - Constructor for class org.eclipse.persistence.jaxb.compiler.XMLProcessor
This is the preferred constructor.
XMLProjectReader - Class in org.eclipse.persistence.sessions.factories
Purpose: Allow for a EclipseLink Mapping Workbench generated deployment XML project file to be read.
XMLProjectReader() - Constructor for class org.eclipse.persistence.sessions.factories.XMLProjectReader
 
XMLProjectWriter - Class in org.eclipse.persistence.sessions.factories
Purpose: Write the deployment XML (object persistence meta-data) for the TopLink project instance to a file.
XMLProjectWriter() - Constructor for class org.eclipse.persistence.sessions.factories.XMLProjectWriter
Default constructor.
XmlProperties - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for xml-properties complex type.
XmlProperties() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties
 
XmlProperties - Annotation Type in org.eclipse.persistence.oxm.annotations
Annotation for user defined properties.
XmlProperties.XmlProperty - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlProperty() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty
 
XmlProperty - Annotation Type in org.eclipse.persistence.oxm.annotations
Annotation for a user defined property.
XMLReader - Class in org.eclipse.persistence.internal.oxm.record
INTERNAL:
XMLReader(XMLReader) - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLReader
 
XMLReader() - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLReader
 
XMLReaderAdapter - Class in org.eclipse.persistence.internal.oxm.record
A common super class for all non SAX based XMLReaders.
XMLReaderAdapter() - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
XMLReaderAdapter(Unmarshaller) - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter
 
XmlReadOnly - Annotation Type in org.eclipse.persistence.oxm.annotations
Purpose: This annotation indicates that a specific property should be flagged as read-only by EclipseLink.
XmlReadTransformer() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
 
XmlReadTransformer - Annotation Type in org.eclipse.persistence.oxm.annotations
Purpose: XmlReadTransformer is used to allow the user direct access to the XML in order to populate their object model.
XMLRecord<ABSTRACT_SESSION extends CoreAbstractSession> - Interface in org.eclipse.persistence.internal.oxm.record
 
XMLRecord - Class in org.eclipse.persistence.oxm.record
PUBLIC: Provides a Record/Map API on an XML DOM element.
XMLRecord() - Constructor for class org.eclipse.persistence.oxm.record.XMLRecord
 
XMLRecord.Nil - Class in org.eclipse.persistence.internal.oxm.record
Nil: This is used to indicate that this field represents xsi:nil="true"
XmlRegistries() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlRegistries
 
XmlRegistry - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlRegistry() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry
 
XmlRegistry.XmlElementDecl - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XMLRelationshipMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
 
XMLRelationshipMappingNodeValue() - Constructor for class org.eclipse.persistence.internal.oxm.XMLRelationshipMappingNodeValue
 
XMLRoot - Class in org.eclipse.persistence.oxm
XMLRoot is used to hold an Object along with the corresponding QName and some other related information.
XMLRoot() - Constructor for class org.eclipse.persistence.oxm.XMLRoot
 
XMLRootConverter - Class in org.eclipse.persistence.oxm.mappings.converters
Purpose: Provides an implementation of XMLConverter to wrap/unwrap objects in an XMLRoot in order to capture element name information.
XMLRootConverter(XMLField) - Constructor for class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
 
XmlRootElement - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlRootElement() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlRootElement
 
XMLRootRecord - Class in org.eclipse.persistence.oxm.record
Record for handling simple root elements that have a single text child node, and are being unmarshalled to a primitive wrapper object.
XMLRootRecord(Class, XMLUnmarshaller) - Constructor for class org.eclipse.persistence.oxm.record.XMLRootRecord
Default constructor.
XmlSchema - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlSchema() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema
 
XmlSchema.XmlNs - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XMLSchemaClassPathReference - Class in org.eclipse.persistence.oxm.schema
A schema reference for accessing an XML Schema from the class path.
XMLSchemaClassPathReference() - Constructor for class org.eclipse.persistence.oxm.schema.XMLSchemaClassPathReference
 
XMLSchemaClassPathReference(String) - Constructor for class org.eclipse.persistence.oxm.schema.XMLSchemaClassPathReference
 
XMLSchemaFileReference - Class in org.eclipse.persistence.oxm.schema
A schema reference for accessing an XML Schema from a file.
XMLSchemaFileReference() - Constructor for class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
 
XMLSchemaFileReference(File) - Constructor for class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
 
XMLSchemaFileReference(String) - Constructor for class org.eclipse.persistence.oxm.schema.XMLSchemaFileReference
 
XMLSchemaReference - Class in org.eclipse.persistence.oxm.schema
Provides a way for a descriptor's reference to its schema to be specified.
XMLSchemaReference - Interface in org.eclipse.persistence.platform.xml
A schema reference is used to access a schema in order to validate a document.
XmlSchemaType - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlSchemaType() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaType
 
XmlSchemaTypes - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlSchemaTypes() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlSchemaTypes
 
XMLSchemaURLReference - Class in org.eclipse.persistence.oxm.schema
 
XMLSchemaURLReference() - Constructor for class org.eclipse.persistence.oxm.schema.XMLSchemaURLReference
 
XMLSchemaURLReference(URL) - Constructor for class org.eclipse.persistence.oxm.schema.XMLSchemaURLReference
 
XMLSchemaURLReference(String) - Constructor for class org.eclipse.persistence.oxm.schema.XMLSchemaURLReference
 
XMLSequencedDescriptor - Class in org.eclipse.persistence.internal.oxm
Purpose:An extnesion of XMLDescriptor that's used for sequened objects.
XMLSequencedDescriptor() - Constructor for class org.eclipse.persistence.internal.oxm.XMLSequencedDescriptor
 
XMLSequencedObjectBuilder - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLSequencedObjectBuilder(ClassDescriptor) - Constructor for class org.eclipse.persistence.internal.oxm.XMLSequencedObjectBuilder
 
XMLSerializer - Class in org.eclipse.persistence.sessions.serializers
Uses JAXB to convert an object to XML.
XMLSerializer() - Constructor for class org.eclipse.persistence.sessions.serializers.XMLSerializer
 
XMLSerializer(String) - Constructor for class org.eclipse.persistence.sessions.serializers.XMLSerializer
 
XMLSerializer(JAXBContext) - Constructor for class org.eclipse.persistence.sessions.serializers.XMLSerializer
 
XMLSessionConfigLoader - Class in org.eclipse.persistence.sessions.factories
Provide a mechanism for loading Session configuration XML files.
XMLSessionConfigLoader() - Constructor for class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: This constructor is used when the file resource named 'sessions.xml' will be parsed for configuration.
XMLSessionConfigLoader(String) - Constructor for class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
PUBLIC: This constructor is used when passing in the resource name of the configuration file that should be parsed
XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler - Class in org.eclipse.persistence.sessions.factories
INTERNAL:
XMLSessionConfigLoaderErrorHandler() - Constructor for class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler
 
XMLSessionConfigProject - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: This class was generated by the TopLink project class generator.
XMLSessionConfigProject() - Constructor for class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject
 
XMLSessionConfigProject_11_1_1 - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: OX mapping project for the 11gR1 sessions XML schema.
XMLSessionConfigProject_11_1_1() - Constructor for class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigProject_11_1_1
 
XMLSessionConfigToplinkProject - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: OX mapping project provides back compatibility for toplink 10g and 11g sessions XML meta-data reading.
XMLSessionConfigToplinkProject() - Constructor for class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigToplinkProject
 
XMLSessionConfigWriter - Class in org.eclipse.persistence.internal.sessions.factories
INTERNAL: This class is used by the Mapping Workbench Session Configuration to write the session config to XML.
XMLSessionConfigWriter() - Constructor for class org.eclipse.persistence.internal.sessions.factories.XMLSessionConfigWriter
 
XMLSetting - Interface in org.eclipse.persistence.internal.oxm
INTERNAL:
XMLStreamReaderInputSource - Class in org.eclipse.persistence.internal.oxm.record
This class is used to expose an XMLStreamReader as an InputSource.
XMLStreamReaderInputSource(XMLStreamReader) - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLStreamReaderInputSource
 
XMLStreamReaderReader - Class in org.eclipse.persistence.internal.oxm.record
Convert an XMLStreamReader into SAX events.
XMLStreamReaderReader() - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLStreamReaderReader
 
XMLStreamReaderReader(Unmarshaller) - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLStreamReaderReader
 
XMLStreamWriterRecord - Class in org.eclipse.persistence.oxm.record
Use this type of MarshalRecord when the marshal target is an XMLStreamWriter
XMLStreamWriterRecord(XMLStreamWriter) - Constructor for class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
 
xmlToObject(DOMRecord) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
INTERNAL: Find the Descriptor corresponding to the context node of the XMLRecord, and then convert the XMLRecord to an instance of the corresponding object.
xmlToObject(DOMRecord, Class) - Method in class org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller
INTERNAL: Convert the Oracle XMLDocument to the reference-class.
xmlToSqlName(String) - Static method in class org.eclipse.persistence.internal.xr.Util
Convert an escaped XML name back to the original SQL name
XmlTransformation - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlTransformation() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
 
XmlTransformation - Annotation Type in org.eclipse.persistence.oxm.annotations
Transformation is an optional annotation for org.eclipse.persistence.mappings.oxm.XMLTransformationMapping.
XmlTransformation.XmlReadTransformer - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlTransformation.XmlWriteTransformer - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XMLTransformationMapping - Class in org.eclipse.persistence.oxm.mappings
Transformation XML mappings are used to create a custom mapping where one or more XML nodes can be used to create the object to be stored in a Java class's attribute.
XMLTransformationMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
 
XMLTransformationRecord - Class in org.eclipse.persistence.internal.oxm.record
 
XMLTransformationRecord(UnmarshalRecord) - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLTransformationRecord
 
XMLTransformationRecord(String, UnmarshalRecord) - Constructor for class org.eclipse.persistence.internal.oxm.record.XMLTransformationRecord
 
XMLTransformer - Interface in org.eclipse.persistence.platform.xml
 
XmlTransient - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlTransient() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlTransient
 
XmlType - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlType() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlType
 
XMLTYPE - Static variable in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
XMLTYPE_STR - Static variable in class org.eclipse.persistence.internal.xr.Util
 
XMLTypePlaceholder - Class in org.eclipse.persistence.internal.platform.database
This is a dummy class which is used as a stand in for oracle.xdb.XMLType in class comparisions to prevent exceptions.
XMLTypePlaceholder() - Constructor for class org.eclipse.persistence.internal.platform.database.XMLTypePlaceholder
 
XMLUnionField - Class in org.eclipse.persistence.oxm
Subclass of XMLField for fields that are mapped to unions.
XMLUnionField() - Constructor for class org.eclipse.persistence.oxm.XMLUnionField
Constructs an XMLUnionField
XMLUnionField(String) - Constructor for class org.eclipse.persistence.oxm.XMLUnionField
Constructs an XMLUnionField with the xpath set to the specified xPath
XMLUnmarshaller<ABSTRACT_SESSION extends CoreAbstractSession,CONTEXT extends Context,DESCRIPTOR extends Descriptor,ID_RESOLVER extends IDResolver,MEDIA_TYPE extends MediaType,ROOT extends Root,UNMARSHALLER_HANDLER extends UnmarshallerHandler,UNMARSHALLER_LISTENER extends Unmarshaller.Listener> - Class in org.eclipse.persistence.internal.oxm
Class used to unmarshal XML & JSON to objects.
XMLUnmarshaller - Class in org.eclipse.persistence.oxm
Class used to unmarshal XML & JSON to objects.
XMLUnmarshallerHandler - Class in org.eclipse.persistence.oxm
Class used to unmarshal SAX events to objects.
XMLUnmarshalListener - Interface in org.eclipse.persistence.oxm
An implementation of XMLUnmarshalListener can be set on an XMLUnmarshaller to provide additional behaviour during unmarshal operations.
XMLValidator - Class in org.eclipse.persistence.oxm
Class used to validate XML.
XmlValue - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlValue() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
 
XMLVALUE_ALREADY_SET - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
XMLVALUE_ATTRIBUTE_CONFLICT - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
xmlValueAlreadySet(String, String, String) - Static method in exception org.eclipse.persistence.exceptions.JAXBException
This exception should be used when an attempt is made to set an XmlValue property when one has already been set.
xmlValueExtension - Static variable in class org.eclipse.persistence.jaxb.MOXySystemProperties
 
XmlValueExtension - Annotation Type in org.eclipse.persistence.oxm.annotations
Purpose: Provide a way to allow classes, which contain property annotated with XmlValue to extend classes other than java.lang.Object.
XmlVariableNode - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlVariableNode() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlVariableNode
 
XmlVariableNode - Annotation Type in org.eclipse.persistence.oxm.annotations
 
XmlVariableNode.DEFAULT - Class in org.eclipse.persistence.oxm.annotations
Used in XmlVariableNode.type() to signal that the type be inferred from the signature of the property.
XMLVariableXPathCollectionMapping - Class in org.eclipse.persistence.oxm.mappings
 
XMLVariableXPathCollectionMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLVariableXPathCollectionMapping
 
XMLVariableXPathCollectionMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
 
XMLVariableXPathCollectionMappingNodeValue(VariableXPathCollectionMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLVariableXPathCollectionMappingNodeValue
 
XMLVariableXPathMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
 
XMLVariableXPathMappingNodeValue() - Constructor for class org.eclipse.persistence.internal.oxm.XMLVariableXPathMappingNodeValue
 
XMLVariableXPathObjectMapping - Class in org.eclipse.persistence.oxm.mappings
 
XMLVariableXPathObjectMapping() - Constructor for class org.eclipse.persistence.oxm.mappings.XMLVariableXPathObjectMapping
 
XMLVariableXPathObjectMappingNodeValue - Class in org.eclipse.persistence.internal.oxm
 
XMLVariableXPathObjectMappingNodeValue(VariableXPathObjectMapping) - Constructor for class org.eclipse.persistence.internal.oxm.XMLVariableXPathObjectMappingNodeValue
 
XmlVirtualAccessMethods - Class in org.eclipse.persistence.jaxb.xmlmodel
Java class for anonymous complex type.
XmlVirtualAccessMethods() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlVirtualAccessMethods
 
XmlVirtualAccessMethods - Annotation Type in org.eclipse.persistence.oxm.annotations
The XmlVirtualAccessMethods annotation is used to indicate that this class has been configured to hold virtual properties.
XmlVirtualAccessMethodsSchema - Enum in org.eclipse.persistence.jaxb.xmlmodel
Purpose: XmlVirtualAccessMethodsSchema enumeration is used in conjunction with XmlVirtualAcessMethods to configure how virtual properties are generated into the schema.
XmlVirtualAccessMethodsSchema - Enum in org.eclipse.persistence.oxm.annotations
 
XmlWriteOnly - Annotation Type in org.eclipse.persistence.oxm.annotations
Purpose: This annotation indicates that a specific property should be flagged as write-only by EclipseLink.
XmlWriteTransformer() - Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
 
XmlWriteTransformer - Annotation Type in org.eclipse.persistence.oxm.annotations
Annotation for org.eclipse.persistence.mappings.oxm.XMLTransformationMapping.
XmlWriteTransformers - Annotation Type in org.eclipse.persistence.oxm.annotations
Purpose: Annotation used to wrap multiple XmlWriteTransformer annotations.
XOP_PREFIX - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
XOP_URL - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
XPATH_INDEX_CLOSED - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
XPATH_INDEX_OPEN - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
XPATH_SEPARATOR - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
XPathEngine - Class in org.eclipse.persistence.internal.jpa.deployment.xml.parser
INTERNAL Utility class for finding XML nodes using XPath expressions.
XPathEngine<XML_FIELD extends Field> - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XPathEngine - Class in org.eclipse.persistence.sdo.helper
Purpose: Perform operations based on SDO XPath against DataObjects.
XPathExpression - Class in org.eclipse.persistence.sdo.helper.extension
 
XPathExpression(String) - Constructor for class org.eclipse.persistence.sdo.helper.extension.XPathExpression
This constructor sets the expression to the provided value.
XPathFragment<XML_FIELD extends Field> - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XPathFragment() - Constructor for class org.eclipse.persistence.internal.oxm.XPathFragment
 
XPathFragment(String) - Constructor for class org.eclipse.persistence.internal.oxm.XPathFragment
 
XPathFragment(String, char, boolean) - Constructor for class org.eclipse.persistence.internal.oxm.XPathFragment
 
XPathHelper - Class in org.eclipse.persistence.sdo.helper.extension
This singleton provides support for querying DataObjects via xpath expression where the result is a List containing one or more simple types or DataObjects.
XPathHelper() - Constructor for class org.eclipse.persistence.sdo.helper.extension.XPathHelper
 
XPathHelper.QueryPart - Class in org.eclipse.persistence.sdo.helper.extension
A QueryPart knows the name of the property to be queried against on a given DataObject, as well as the value to be used in the comparison.
XPathNode - Class in org.eclipse.persistence.internal.oxm
INTERNAL:
XPathNode() - Constructor for class org.eclipse.persistence.internal.oxm.XPathNode
 
xPathNode(XPathNode, NullCapableValue) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
INTERNAL: When using the SAX Platform this allows a NodeValue to be registered to receive events from the TreeObjectBuilder.
xPathNode(XPathNode, NullCapableValue) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
xPathNode(XPathNode, NullCapableValue) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.NullPolicy
 
XPathObjectBuilder - Class in org.eclipse.persistence.internal.oxm
 
XPathObjectBuilder(CoreDescriptor) - Constructor for class org.eclipse.persistence.internal.oxm.XPathObjectBuilder
 
XPathPredicate - Class in org.eclipse.persistence.internal.oxm
 
XPathPredicate(XPathFragment, String) - Constructor for class org.eclipse.persistence.internal.oxm.XPathPredicate
 
XPathQName - Class in org.eclipse.persistence.internal.oxm
This class represents the pairing of a local name and a namespace uri.
XPathQName() - Constructor for class org.eclipse.persistence.internal.oxm.XPathQName
Create a new XPathQName.
XPathQName(String, boolean) - Constructor for class org.eclipse.persistence.internal.oxm.XPathQName
Create a new XPathQName with the specified local name.
XPathQName(String, String, boolean) - Constructor for class org.eclipse.persistence.internal.oxm.XPathQName
Create a new XPathQName with the specified local name and namespace
XPathQName(QName, boolean) - Constructor for class org.eclipse.persistence.internal.oxm.XPathQName
Create a new XPathQName with the specified QName
XQueryInteraction - Class in org.eclipse.persistence.eis.interactions
Defines the specification for a call to a JCA interaction that uses XQuery.
XQueryInteraction() - Constructor for class org.eclipse.persistence.eis.interactions.XQueryInteraction
Default constructor.
XQueryInteraction(String) - Constructor for class org.eclipse.persistence.eis.interactions.XQueryInteraction
Construct the interaction with the XQuery string.
XRClassWriter - Class in org.eclipse.persistence.internal.xr
INTERNAL: XRClassWriter uses ASM to dynamically generate subclasses of XRDynamicEntity
XRClassWriter() - Constructor for class org.eclipse.persistence.internal.xr.XRClassWriter
 
XRDynamicClassLoader - Class in org.eclipse.persistence.internal.xr
INTERNAL: XRDynamicClassLoader uses ASM to dynamically generate subclasses of XRDynamicEntity
XRDynamicClassLoader(ClassLoader) - Constructor for class org.eclipse.persistence.internal.xr.XRDynamicClassLoader
 
XRDynamicEntity - Class in org.eclipse.persistence.internal.xr
INTERNAL: XRDynamicEntity is used for models where Java classes do not exist.
XRDynamicEntity() - Constructor for class org.eclipse.persistence.internal.xr.XRDynamicEntity
 
XRDynamicEntity_CollectionWrapper - Class in org.eclipse.persistence.internal.xr
 
XRDynamicEntity_CollectionWrapper() - Constructor for class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
XRDynamicEntityAccessor - Class in org.eclipse.persistence.internal.xr
INTERNAL: XRDynamicEntityAccessor is used by dynamically generated subclasses of XRDynamicEntity to 'close over' information for the psuedo-attributes in the propertiesMap inherited from XRDynamicEntity.
XRDynamicEntityAccessor(DatabaseMapping) - Constructor for class org.eclipse.persistence.internal.xr.XRDynamicEntityAccessor
 
XRDynamicEntityVHAccessor - Class in org.eclipse.persistence.internal.xr
INTERNAL: XRDynamicEntityVHAccessor is similar to XRDynamicEntityAccessor; however, it is used exclusively by O-X mappings as they require attribute navigation through the ValueHolder to the contained value.
XRDynamicEntityVHAccessor(DatabaseMapping) - Constructor for class org.eclipse.persistence.internal.xr.XRDynamicEntityVHAccessor
 
XRDynamicPropertiesInitializatonPolicy - Class in org.eclipse.persistence.internal.xr
 
XRDynamicPropertiesInitializatonPolicy() - Constructor for class org.eclipse.persistence.internal.xr.XRDynamicPropertiesInitializatonPolicy
 
XRDynamicPropertiesManager - Class in org.eclipse.persistence.internal.xr
Local cache of property names
XRDynamicPropertiesManager() - Constructor for class org.eclipse.persistence.internal.xr.XRDynamicPropertiesManager
 
XRDynamicType - Class in org.eclipse.persistence.internal.xr
Dummy implementation of DynamicType
XRDynamicType() - Constructor for class org.eclipse.persistence.internal.xr.XRDynamicType
 
XRFieldInfo - Class in org.eclipse.persistence.internal.xr
 
XRFieldInfo() - Constructor for class org.eclipse.persistence.internal.xr.XRFieldInfo
 
XRPersistenceUnitInfo(XRDynamicClassLoader) - Constructor for class org.eclipse.persistence.internal.xr.XRServiceFactory.XRPersistenceUnitInfo
 
xrSchemaStream - Variable in class org.eclipse.persistence.internal.xr.XRServiceFactory
 
xrService - Variable in class org.eclipse.persistence.internal.xr.XRServiceFactory
 
XRServiceAdapter - Class in org.eclipse.persistence.internal.xr
INTERNAL: runtime implementation of TopLink XR Service
XRServiceAdapter() - Constructor for class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
XRServiceFactory - Class in org.eclipse.persistence.internal.xr
INTERNAL: helper class that knows how to build a XRServiceAdapter (a.k.a DBWS).
XRServiceFactory() - Constructor for class org.eclipse.persistence.internal.xr.XRServiceFactory
 
XRServiceFactory.JPAMetadataSource - Class in org.eclipse.persistence.internal.xr
INTERNAL: Implementation of MetadataSource to allow passing JPA metadata to the MetadataProcessor.
XRServiceFactory.OXMMetadataSource - Class in org.eclipse.persistence.internal.xr
INTERNAL: Implementation of MetadataSource to allow passing XmlBindings to the DynamicJAXBContextFactory
XRServiceFactory.XRPersistenceUnitInfo - Class in org.eclipse.persistence.internal.xr
INTERNAL: PersistenceUnitInfo implementation to allow creation of a MetadataProcessor instance.
XRServiceModel - Class in org.eclipse.persistence.internal.xr
INTERNAL: internal DBWS model object allows conformity across APIs
XRServiceModel() - Constructor for class org.eclipse.persistence.internal.xr.XRServiceModel
 
XRSessionConfigLoader - Class in org.eclipse.persistence.internal.xr
 
XRSessionConfigLoader(String) - Constructor for class org.eclipse.persistence.internal.xr.XRSessionConfigLoader
 
XRSessionsFactory - Class in org.eclipse.persistence.internal.xr
 
XRSessionsFactory() - Constructor for class org.eclipse.persistence.internal.xr.XRSessionsFactory
 
XSD_IMPORT_NOT_SOURCE - Static variable in exception org.eclipse.persistence.exceptions.JAXBException
 
xsdImportNotSource() - Static method in exception org.eclipse.persistence.exceptions.JAXBException
 

Y

YEAR - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
YEARMONTH - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
YEARMONTHDAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
YearMonthDayWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.YearMonthDayWrapperImpl
 
YearMonthWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.YearMonthWrapperImpl
 
YearWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.YearWrapperImpl
 

Z

ZERO - Static variable in class org.eclipse.persistence.internal.oxm.schema.model.Occurs
 

_

_CORBARemoteSessionControllerImplBase - Class in org.eclipse.persistence.sessions.remote.corba.sun
INTERNAL: org/eclipse/persistence/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java Generated by the IDL-to-Java compiler (portable), version "3.0" from d:/StarTeam/DIDev/Pine/TopLink/DISource/IDLs/CorbaRemoteSessionControllerSun.idl Thursday, May 3, 2001 1:36:59 PM EDT
_CORBARemoteSessionControllerImplBase() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerImplBase
 
_CORBARemoteSessionControllerStub - Class in org.eclipse.persistence.sessions.remote.corba.sun
INTERNAL: org/eclipse/persistence/remote/corba/sun/_CORBARemoteSessionControllerStub.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
_CORBARemoteSessionControllerStub() - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
_CORBARemoteSessionControllerStub(Delegate) - Constructor for class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
_getContainmentPropertyName() - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Return the name of the Property of the DataObject containing this data object or null if there is no container.
_getCurrentValueStore() - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Map interface into the currentValueStore of this DataObject.
Note: Implementers of the ValueStore interface require this accessor.
_getOpenContentProperties() - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Returns a list of the Properties currently used in this DataObject which are not included in getType().getProperties
_getOpenContentPropertiesAttributes() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
_getOpenContentPropertiesAttributesMap() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
_getOpenContentPropertiesWithXMLRoots() - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: This function is implemented by SDOType.setOpen() in a mapping setGet/SetMethodName call
_getPath() - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Return an SDO Path string from root of the caller to itself
_getSdoRef() - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Return the sdoref attribute value during unmarshaling
_ids() - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun._SunCORBAConnectionImplBase
 
_ids() - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun._SunCORBAConnectionStub
 
_ids() - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.iiop._RMIRemoteCommandConnectionImpl_Tie
 
_ids() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerImplBase
 
_ids() - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
 
_ids() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
_ids() - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
 
_invoke(String, InputStream, ResponseHandler) - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun._SunCORBAConnectionImplBase
 
_invoke(String, InputStream, ResponseHandler) - Method in class org.eclipse.persistence.internal.sessions.coordination.rmi.iiop._RMIRemoteCommandConnectionImpl_Tie
 
_invoke(String, InputStream, ResponseHandler) - Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerImplBase
 
_invoke(String, InputStream, ResponseHandler) - Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
 
_persistence_get(String) - Method in interface org.eclipse.persistence.internal.descriptors.PersistenceObject
 
_persistence_getCacheKey() - Method in interface org.eclipse.persistence.internal.descriptors.PersistenceEntity
 
_persistence_getCacheKey() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_getFetchGroup() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_getFetchGroup() - Method in interface org.eclipse.persistence.queries.FetchGroupTracker
Return the fetch group being tracked
_persistence_getHref() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_getHref() - Method in interface org.eclipse.persistence.internal.weaving.PersistenceWeavedRest
 
_persistence_getId() - Method in interface org.eclipse.persistence.internal.descriptors.PersistenceEntity
 
_persistence_getId() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_getLinks() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_getLinks() - Method in interface org.eclipse.persistence.internal.weaving.PersistenceWeavedRest
 
_persistence_getPropertyChangeListener() - Method in interface org.eclipse.persistence.descriptors.changetracking.ChangeTracker
PUBLIC: Return the PropertyChangeListener for the object.
_persistence_getPropertyChangeListener() - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Return the property change listener for change tracking.
_persistence_getPropertyChangeListener() - Method in class org.eclipse.persistence.indirection.IndirectMap
Return the property change listener for change tracking.
_persistence_getPropertyChangeListener() - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Return the property change listener for change tracking.
_persistence_getPropertyChangeListener() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_getRelationships() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_getRelationships() - Method in interface org.eclipse.persistence.internal.weaving.PersistenceWeavedRest
 
_persistence_getSession() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_getSession() - Method in interface org.eclipse.persistence.queries.FetchGroupTracker
Return the session for the object.
_persistence_isAttributeFetched(String) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
Return true if the attribute is in the fetch group being tracked.
_persistence_isAttributeFetched(String) - Method in interface org.eclipse.persistence.queries.FetchGroupTracker
Return true if the attribute is in the fetch group being tracked.
_persistence_new(PersistenceObject) - Method in interface org.eclipse.persistence.internal.descriptors.PersistenceObject
 
_persistence_resetFetchGroup() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
Reset all attributes of the tracked object to the un-fetched state with initial default values.
_persistence_resetFetchGroup() - Method in interface org.eclipse.persistence.queries.FetchGroupTracker
Reset all attributes of the tracked object to the unfetched state with initial default values.
_persistence_set(String, Object) - Method in interface org.eclipse.persistence.internal.descriptors.PersistenceObject
 
_persistence_setCacheKey(CacheKey) - Method in interface org.eclipse.persistence.internal.descriptors.PersistenceEntity
 
_persistence_setCacheKey(CacheKey) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_setFetchGroup(FetchGroup) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_setFetchGroup(FetchGroup) - Method in interface org.eclipse.persistence.queries.FetchGroupTracker
Set a fetch group to be tracked.
_persistence_setHref(Link) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_setHref(Link) - Method in interface org.eclipse.persistence.internal.weaving.PersistenceWeavedRest
 
_persistence_setId(Object) - Method in interface org.eclipse.persistence.internal.descriptors.PersistenceEntity
 
_persistence_setId(Object) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_setLinks(ItemLinks) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_setLinks(ItemLinks) - Method in interface org.eclipse.persistence.internal.weaving.PersistenceWeavedRest
 
_persistence_setPropertyChangeListener(PropertyChangeListener) - Method in interface org.eclipse.persistence.descriptors.changetracking.ChangeTracker
PUBLIC: Set the PropertyChangeListener for the object.
_persistence_setPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.persistence.indirection.IndirectList
INTERNAL: Set the property change listener for change tracking.
_persistence_setPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.persistence.indirection.IndirectMap
INTERNAL: Set the property change listener for change tracking.
_persistence_setPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.persistence.indirection.IndirectSet
INTERNAL: Set the property change listener for change tracking.
_persistence_setPropertyChangeListener(PropertyChangeListener) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_setRelationships(List<RelationshipInfo>) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_setRelationships(List<RelationshipInfo>) - Method in interface org.eclipse.persistence.internal.weaving.PersistenceWeavedRest
 
_persistence_setSession(Session) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_setSession(Session) - Method in interface org.eclipse.persistence.queries.FetchGroupTracker
Set true if the fetch group attributes should be refreshed
_persistence_setShouldRefreshFetchGroup(boolean) - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_setShouldRefreshFetchGroup(boolean) - Method in interface org.eclipse.persistence.queries.FetchGroupTracker
Set true if the fetch group attributes should be refreshed.
_persistence_shallow_clone() - Method in interface org.eclipse.persistence.internal.descriptors.PersistenceObject
 
_persistence_shouldRefreshFetchGroup() - Method in class org.eclipse.persistence.internal.dynamic.DynamicEntityImpl
 
_persistence_shouldRefreshFetchGroup() - Method in interface org.eclipse.persistence.queries.FetchGroupTracker
Return true if the fetch group attributes should be refreshed.
_read(InputStream) - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHolder
 
_read(InputStream) - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHolder
 
_read(InputStream) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHolder
 
_read(InputStream) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHolder
 
_RMIRemoteCommandConnectionImpl_Tie - Class in org.eclipse.persistence.internal.sessions.coordination.rmi.iiop
 
_RMIRemoteCommandConnectionImpl_Tie() - Constructor for class org.eclipse.persistence.internal.sessions.coordination.rmi.iiop._RMIRemoteCommandConnectionImpl_Tie
 
_RMIRemoteSessionController_Stub - Class in org.eclipse.persistence.sessions.remote.rmi.iiop
INTERNAL:
_RMIRemoteSessionController_Stub() - Constructor for class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
 
_RMIRemoteSessionControllerDispatcher_Tie - Class in org.eclipse.persistence.sessions.remote.rmi.iiop
INTERNAL:
_RMIRemoteSessionControllerDispatcher_Tie() - Constructor for class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionControllerDispatcher_Tie
 
_setChangeSummary(SDOChangeSummary) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Recursively Set this DataObject's ChangeSummary as passed in value.
_setContainer(DataObject) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Sets the DataObject which contains this DataObject.
_setContainmentPropertyName(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Sets the name of the property on the containing DataObject which contains this DataObject as a value.
_setCreated(boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Set flag created value.
_setCurrentValueStore(ValueStore) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Pluggable Interface for substituting the default Map with a custom Map Class
_setHelperContext(HelperContext) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Set the HelperContext that will be associated with this DataObject.
_setModified(boolean) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: Set flag modified value.
_setOpenContentPropertiesAttributes(List) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
_setOpenContentPropertiesAttributesMap(Map) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
_setOpenContentPropertiesWithXMLRoots(List) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL: This function is implemented by SDOType.setOpen() in a mapping setGet/SetMethodName call
_setSdoRef(String) - Method in class org.eclipse.persistence.sdo.SDODataObject
 
_setType(Type) - Method in class org.eclipse.persistence.sdo.SDODataObject
INTERNAL:
_SunCORBAConnectionImplBase - Class in org.eclipse.persistence.internal.sessions.coordination.corba.sun
org/eclipse/persistence/internal/remotecommand/corba/sun/_SunCORBAConnectionImplBase.java .
_SunCORBAConnectionImplBase() - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.sun._SunCORBAConnectionImplBase
 
_SunCORBAConnectionStub - Class in org.eclipse.persistence.internal.sessions.coordination.corba.sun
org/eclipse/persistence/internal/remotecommand/corba/sun/_SunCORBAConnectionStub.java .
_SunCORBAConnectionStub() - Constructor for class org.eclipse.persistence.internal.sessions.coordination.corba.sun._SunCORBAConnectionStub
 
_type() - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHolder
 
_type() - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHolder
 
_type() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHolder
 
_type() - Method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHolder
 
_write(OutputStream) - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.CommandDataHolder
 
_write(OutputStream) - Method in class org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHolder
 
_write(OutputStream) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHolder
 
_write(OutputStream) - Method in class org.eclipse.persistence.sessions.remote.corba.sun.TransporterHolder
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference