Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

D

D2F - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
D2I - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
D2L - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DADD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
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.
DALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DASH_STR - Static variable in class org.eclipse.persistence.internal.xr.Util
 
DASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
data - Variable in class org.eclipse.persistence.queries.ComplexQueryResult
 
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 class org.eclipse.persistence.exceptions.DatabaseException
 
DATABASE_ACCESSOR_NOT_CONNECTED - Static variable in exception class 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 - Variable in class org.eclipse.persistence.internal.databaseaccess.BatchWritingMechanism
This member variable stores the reference to the DatabaseAccessor that is using this Mechanism to handle the batch writing
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 class org.eclipse.persistence.exceptions.DatabaseException
 
databaseAccessorNotConnected() - Static method in exception class org.eclipse.persistence.exceptions.DatabaseException
 
databaseAccessorNotConnected(DatabaseAccessor) - Static method in exception class 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 - Variable in class org.eclipse.persistence.descriptors.CachePolicy
Allows configuration of database change event notification.
databaseChangeNotificationType() - Element in annotation type org.eclipse.persistence.annotations.Cache
(Optional) The database change notification mode.
DatabaseChangeNotificationType - Enum in org.eclipse.persistence.annotations
Configures what type of database change notification an entity/descriptor should use.
databaseConnection - Variable in class org.eclipse.persistence.internal.eis.adapters.aq.AQConnection
 
databaseEventListener - Variable in class org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
Database event listener, this allows database events to invalidate the cache.
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 Class in org.eclipse.persistence.exceptions
Purpose: Wrapper for any database exception that occurred through EclipseLink.
DatabaseException() - Constructor for exception class org.eclipse.persistence.exceptions.DatabaseException
INTERNAL: EclipseLink exceptions should only be thrown by the EclipseLink code.
DatabaseException(String) - Constructor for exception class org.eclipse.persistence.exceptions.DatabaseException
INTERNAL: EclipseLink exceptions should only be thrown by the EclipseLink code.
DatabaseException(SQLException) - Constructor for exception class org.eclipse.persistence.exceptions.DatabaseException
INTERNAL: EclipseLink exceptions should only be thrown by the EclipseLink code.
DatabaseExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for DatabaseException messages.
DatabaseExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.DatabaseExceptionResource
Default constructor.
databaseField - Variable in class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
 
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) - Constructor for class org.eclipse.persistence.internal.helper.DatabaseField
 
DatabaseField(String, 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
 
databaseFields - Variable in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
DatabaseField pool (synchronized with above 'fieldMap')
databaseFieldsToTableAliases - Variable in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatement
 
DatabaseJsonPlatform - Interface in org.eclipse.persistence.internal.databaseaccess
Database platform JSON extension.
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 class 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 - Variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
databasePlatform - Variable in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
the target database platform.
DatabasePlatform - Class in org.eclipse.persistence.internal.databaseaccess
DatabasePlatform is private to EclipseLink.
DatabasePlatform - Class in org.eclipse.persistence.platform.database
DatabasePlatform is private to EclipseLink.
DatabasePlatform() - Constructor for class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
Creates an instance of default database platform.
DatabasePlatform() - Constructor for class org.eclipse.persistence.platform.database.DatabasePlatform
Creates an instance of default database platform.
databaseQuery - Variable in class org.eclipse.persistence.internal.jpa.QueryImpl
Wrapped native query.
databaseQuery - Variable in class org.eclipse.persistence.internal.xr.QueryHandler
 
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_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
DATABASEQUERY_STR - Static variable in class org.eclipse.persistence.internal.xr.QueryOperation
 
DatabaseQuery.ParameterType - Enum in org.eclipse.persistence.queries
Used for parameter retreival in JPQL
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 - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
References the DatabaseSession that this deployment is using.
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) - Constructor for class org.eclipse.persistence.internal.helper.DatabaseTable
 
DatabaseTable(String, String, boolean, String, String) - Constructor for class org.eclipse.persistence.internal.helper.DatabaseTable
 
DatabaseTable(String, String, String) - Constructor for class org.eclipse.persistence.internal.helper.DatabaseTable
 
databaseType - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
databaseType() - Element in annotation type org.eclipse.persistence.annotations.Array
(Required) The database name of the database array structure type.
databaseType() - Element in annotation type org.eclipse.persistence.platform.database.oracle.annotations.PLSQLParameter
(Optional) The database data-type for the paramter.
DatabaseType - Class in org.eclipse.persistence.jpa.jpql.parser
This expression represents the database specific data type, which may include size and scale.
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 - Interface in org.eclipse.persistence.tools.oracleddl.metadata
 
DatabaseType(AbstractExpression, String) - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatabaseType
Creates a new DatabaseType.
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
 
DatabaseType.DatabaseTypeHelper - Enum in org.eclipse.persistence.internal.helper
 
DatabaseTypeBase - Class in org.eclipse.persistence.tools.oracleddl.metadata
 
DatabaseTypeBase(String) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeBase
 
DatabaseTypeBuilder - Class in org.eclipse.persistence.tools.oracleddl.util
 
DatabaseTypeBuilder() - Constructor for class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
 
DatabaseTypeBuilderException - Exception Class in org.eclipse.persistence.tools.oracleddl.util
Purpose: Any exception raised by DatabaseTypeBuilder should be this exception class.
DatabaseTypeBuilderException(String) - Constructor for exception class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilderException
 
DatabaseTypeCompositeTestable - Interface in org.eclipse.persistence.tools.oracleddl.metadata
There are quite a few places where we have 'if (x instanceof YYY)'.
DatabaseTypeFactory - Class in org.eclipse.persistence.jpa.jpql.parser
 
DatabaseTypeFactory() - Constructor for class org.eclipse.persistence.jpa.jpql.parser.DatabaseTypeFactory
Creates a new DatabaseTypeFactory.
databaseTypeHelper - Enum constant in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
 
databaseTypeHelper() - Method in class org.eclipse.persistence.jpa.jpql.EclipseLinkGrammarValidator
 
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.
DatabaseTypeScalarTestable - Interface in org.eclipse.persistence.tools.oracleddl.metadata
There are quite a few places where we have 'if (x instanceof YYY)'.
DatabaseTypesRepository - Class in org.eclipse.persistence.tools.oracleddl.util
A utility class to help DDLParser keep track of DatabaseType's.
DatabaseTypesRepository() - Constructor for class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypesRepository
 
DatabaseTypeTestableBase - Class in org.eclipse.persistence.tools.oracleddl.metadata
 
DatabaseTypeTestableBase() - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.DatabaseTypeTestableBase
 
DatabaseTypeVisitable - Interface in org.eclipse.persistence.tools.oracleddl.metadata.visit
 
DatabaseTypeVisitor - Interface in org.eclipse.persistence.tools.oracleddl.metadata.visit
 
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
 
databaseURL - Variable in class org.eclipse.persistence.sessions.DefaultConnector
 
DatabaseValueHolder<T> - 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
Default constructor.
dataClass - Variable in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
Field type
dataClassName - Variable in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
 
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.
dataFactory - Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
 
dataFactory() - Method in class commonj.sdo.impl.HelperProviderImpl
 
DataFactory - Interface in commonj.sdo.helper
A Factory for creating DataObjects.
dataFormat - Variable in class org.eclipse.persistence.eis.EISDescriptor
Define the type of data the descriptor maps to.
dataFormat() - Element in annotation type org.eclipse.persistence.nosql.annotations.NoSql
(Optional) Defines the order of the fields contained in the database structure type.
DataFormatType - Enum in org.eclipse.persistence.nosql.annotations
Used to configure the data format type for an EIS descriptor.
DataGraph - Interface in commonj.sdo
Deprecated.
. Because the same functionality can be obtained with DataObjects alone and because using DataObjects has the advantages of consistence and richer functionality, the use of the special envelope DataGraph is discouraged and may be removed altogether in a future version.
DATAHANDLER_CLASSNAME - Static variable in class org.eclipse.persistence.tools.dbws.XmlBindingsGenerator
 
DATAHANDLER_STR - Static variable in class org.eclipse.persistence.internal.xr.QueryOperation
 
dataHelper - Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
 
dataHelper() - Method in class commonj.sdo.impl.HelperProviderImpl
 
DataHelper - Interface in commonj.sdo.helper
Data helper methods.
DATALINK_TYPE - Enum constant in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
DATALINK_TYPE - Enum constant in enum org.eclipse.persistence.tools.oracleddl.metadata.ScalarDatabaseTypeEnum
 
dataModifications - Variable in class org.eclipse.persistence.internal.sessions.CommitManager
Map of modification events used to defer insertion into m-m, dc, join tables.
DataModify - Static variable in class org.eclipse.persistence.config.QueryType
 
DataModifyQuery - Class in org.eclipse.persistence.queries
Purpose: Concrete class used for executing non selecting SQL strings.
DataModifyQuery() - Constructor for class org.eclipse.persistence.queries.DataModifyQuery
 
DataModifyQuery(String) - Constructor for class org.eclipse.persistence.queries.DataModifyQuery
Warning: Allowing an unverified SQL string to be passed into this method makes your application vulnerable to SQL injection attacks.
DataModifyQuery(Call) - Constructor for class org.eclipse.persistence.queries.DataModifyQuery
 
dataObject - Variable in class org.eclipse.persistence.sdo.helper.ListWrapper
 
DataObject - Interface in commonj.sdo
A data object is a representation of some structured data.
DATAOBJECT - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DATAOBJECT_FROM_DIFFERENT_HELPERCONTEXT - Static variable in exception class 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 class 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.
dataRecord - Variable in class org.eclipse.persistence.descriptors.DescriptorEvent
Optionally a database row may be provided on some events, (such as aboutToUpdate).
dataRecord - Variable in class org.eclipse.persistence.internal.identitymaps.CacheKey
This is used for Document Preservation to cache the record that this object was built from
DataRecord - 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.
dataResults - Variable in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Stored all row results to -m joining.
dataResults - Variable in class org.eclipse.persistence.queries.BatchFetchPolicy
Stores temporary list of rows from parent batch query per batched mapping.
dataResultsByPrimaryKey - Variable in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Stored all row results to -m joining by cache key.
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 - Variable in class org.eclipse.persistence.internal.eis.adapters.aq.AQConnectionSpec
DataSource JNDI name.
dataSource - Variable in class org.eclipse.persistence.sessions.JNDIConnector
 
DATASOURCE - Static variable in class org.eclipse.persistence.eis.adapters.aq.AQEISConnectionSpec
 
DATASOURCE_KEY - Static variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
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
 
DatasourceCall.ParameterType - Enum in org.eclipse.persistence.internal.databaseaccess
 
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
datasourceConnection - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor
Store the reference to the driver level connection.
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 - Variable in class org.eclipse.persistence.sessions.Project
 
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
 
datatype() - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
 
dataType - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
dataType() - Element in annotation type org.eclipse.persistence.annotations.ObjectTypeConverter
(Optional) Specify the type stored on the database.
dataType() - Element in annotation type org.eclipse.persistence.annotations.TypeConverter
(Optional) Specify the type stored on the database.
dataType() - Element in annotation type org.eclipse.persistence.nosql.annotations.NoSql
(Required) The database name of the database structure type.
datatypeFactory - Variable in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
dataTypeName - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
dataTypesConvertedFromAClass - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Store the list of Classes that can be converted to from the key.
dataTypesConvertedFromAClass - Variable in class org.eclipse.persistence.internal.helper.ConversionManager
Store the list of Classes that can be converted to from the key.
dataTypesConvertedToAClass - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Store the list of Classes that can be converted from to the key.
dataTypesConvertedToAClass - Variable in class org.eclipse.persistence.internal.helper.ConversionManager
Store the list of Classes that can be converted from to the key.
dataValue() - Element in annotation type org.eclipse.persistence.annotations.ConversionValue
(Required) Specify the database value.
date - Variable in class org.eclipse.persistence.logging.SessionLogEntry
 
date(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
date(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
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 - Enum constant in enum org.eclipse.persistence.internal.jpa.parsing.TemporalLiteralNode.TemporalType
 
DATE - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
DATE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'DATE'.
DATE - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
DATE_FORMAT_STR - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
 
DATE_QNAME - Static variable in class org.eclipse.persistence.internal.oxm.Constants
 
DATE_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DATE_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
 
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
 
DATE_TYPE - Enum constant in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
DATE_TYPE - Enum constant in enum org.eclipse.persistence.tools.oracleddl.metadata.ScalarDatabaseTypeEnum
 
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() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
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
 
dateFormat - Variable in class org.eclipse.persistence.logging.AbstractSessionLog
Format use to print the current date/time.
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() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
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
 
datePart() - 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
 
dateTime - Variable in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.DateTimeVisitor
Determines whether the visited Expression is DateTime or not.
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 interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '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.
DateTimeVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator.DateTimeVisitor
Default constructor.
DateTimeWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.DateTimeWrapperImpl
Default constructor.
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 method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
DateToString - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
dateToStringOperator() - Method in class org.eclipse.persistence.platform.database.MySQLPlatform
INTERNAL: Build MySQL equivalent to TO_CHAR.
dateToStringOperator() - Method in class org.eclipse.persistence.platform.database.PervasivePlatform
Cloned from MySQLPlatform.java
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
 
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
Default constructor.
DAY - Static variable in class org.eclipse.persistence.sdo.SDOConstants
 
dayPrecision - Variable in class org.eclipse.persistence.tools.oracleddl.metadata.IntervalDayToSecond
 
DayWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.DayWrapperImpl
Default constructor.
db - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoConnection
 
db - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoConnectionFactory
 
db - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoDatabaseConnection
 
db - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoDatabaseConnectionFactory
 
db - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoJCAConnectionSpec
Mongo database name.
DB - Static variable in class org.eclipse.persistence.nosql.adapters.mongo.MongoConnectionSpec
 
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
Default constructor.
DbColumn - Class in org.eclipse.persistence.tools.dbws.jdbc
 
DbColumn(String) - Constructor for class org.eclipse.persistence.tools.dbws.jdbc.DbColumn
 
dbltab - Static variable in class org.eclipse.persistence.internal.expressions.SQLUpdateAllStatementForOracleAnonymousBlock
 
DBMS_METADATA_GET_DDL_STMT_PREFIX - Static variable in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
 
DBMS_METADATA_GET_DDL_STMT_STMT2 - Static variable in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
 
DBMS_METADATA_GET_DDL_STMT_STMT3 - Static variable in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
 
DBMS_METADATA_GET_DDL_STMT_SUFFIX - Static variable in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
 
DBMS_METADATA_GET_DDL_STMT1 - Static variable in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
 
DBMSMetadataSessionTransforms - Interface in org.eclipse.persistence.tools.oracleddl.util
 
DBMSMetadataSessionTransformsFactory - Class in org.eclipse.persistence.tools.oracleddl.util
 
DBMSMetadataSessionTransformsFactory() - Constructor for class org.eclipse.persistence.tools.oracleddl.util.DBMSMetadataSessionTransformsFactory
 
dbplatform - Variable in class org.eclipse.persistence.internal.databaseaccess.OutputParameterForCallableStatement
 
dbPlatform - Variable in class org.eclipse.persistence.tools.metadata.generation.JPAMetadataGenerator
 
DBPlatformHelper - Class in org.eclipse.persistence.internal.helper
 
DBPlatformHelper() - Constructor for class org.eclipse.persistence.internal.helper.DBPlatformHelper
 
dbStoredFunctionReturnType - Variable in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
 
dbStoredProcedures - Variable in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
 
dbStoredProcedures - Variable in class org.eclipse.persistence.tools.dbws.ProcedureOperationModel
 
DbTable - Class in org.eclipse.persistence.tools.dbws.jdbc
 
DbTable() - Constructor for class org.eclipse.persistence.tools.dbws.jdbc.DbTable
 
dbTables - Variable in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
 
dbTables - Variable in class org.eclipse.persistence.tools.dbws.TableOperationModel
 
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_PROVIDER_CLASS_FILE - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DBWS_PROVIDER_NAME - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DBWS_PROVIDER_PACKAGE - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DBWS_PROVIDER_SOAP11_MTOM_BINDING - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOAP12_BINDING - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOAP12_MTOM_BINDING - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_CLASSDEF - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_FILE - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DBWS_PROVIDER_SOURCE_PORT_NAME - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_PREAMBLE_END - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_PREAMBLE_START - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_SERVICE_NAME - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_SOAP11HTTP_MTOM_BINDING - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_SOAP12HTTP_BINDING - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_SOAP12HTTP_MTOM_BINDING - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_SUFFIX - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_TARGET_NAMESPACE - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
DBWS_PROVIDER_SOURCE_WSDL_LOCATION - Static variable in class org.eclipse.persistence.tools.dbws.ProviderPackager
 
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 - Variable in class org.eclipse.persistence.internal.dbws.SOAPResponseWriter
 
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
 
dbwsBuilder - Variable in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
 
DBWSBuilder - Class in org.eclipse.persistence.tools.dbws
 
DBWSBuilder() - Constructor for class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
DBWSBuilderHelper - Interface in org.eclipse.persistence.tools.dbws
 
DBWSBuilderModel - Class in org.eclipse.persistence.tools.dbws
 
DBWSBuilderModel() - Constructor for class org.eclipse.persistence.tools.dbws.DBWSBuilderModel
 
DBWSBuilderModelProject - Class in org.eclipse.persistence.tools.dbws
 
DBWSBuilderModelProject() - Constructor for class org.eclipse.persistence.tools.dbws.DBWSBuilderModelProject
 
DBWSException - Exception Class in org.eclipse.persistence.exceptions
PUBLIC: runtime exception for EclipseLink DBWS Service
DBWSException() - Constructor for exception class org.eclipse.persistence.exceptions.DBWSException
 
DBWSException(String) - Constructor for exception class org.eclipse.persistence.exceptions.DBWSException
 
DBWSException(String, Throwable) - Constructor for exception class 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
Default constructor.
DBWSModel - Class in org.eclipse.persistence.dbws
PUBLIC: model object for eclipselink-dbws.xml descriptor file.
DBWSModel() - Constructor for class org.eclipse.persistence.dbws.DBWSModel
 
DBWSModelProject - Class in org.eclipse.persistence.dbws
 
DBWSModelProject() - Constructor for class org.eclipse.persistence.dbws.DBWSModelProject
 
DBWSPackager - Interface in org.eclipse.persistence.tools.dbws
This interface defines methods necessary for packaging generated artifacts for deployment to application servers, display in Java IDEs, etc.
DBWSPackager.Archiver - Interface in org.eclipse.persistence.tools.dbws
 
DBWSPackager.ArchiveUse - Enum in org.eclipse.persistence.tools.dbws
 
dcl - Variable in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
 
DCMPG - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DCMPL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
dconst(double) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
Generates the instruction to push the given value on the stack.
DCONST_0 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DCONST_1 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DDIV - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DDL - Enum constant in enum org.eclipse.persistence.logging.LogCategory
 
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).
DDLParser - Class in org.eclipse.persistence.tools.oracleddl.parser
 
DDLParser() - Constructor for class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
 
DDLParser(InputStream) - Constructor for class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
Constructor with InputStream.
DDLParser(InputStream, String) - Constructor for class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
Constructor with InputStream and supplied encoding
DDLParser(Reader) - Constructor for class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
Constructor.
DDLParser(DDLParserTokenManager) - Constructor for class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
Constructor with generated Token Manager.
DDLParserConstants - Interface in org.eclipse.persistence.tools.oracleddl.parser
Token literal values and constants.
DDLParserTokenManager - Class in org.eclipse.persistence.tools.oracleddl.parser
Token Manager.
DDLParserTokenManager(JavaCharStream) - Constructor for class org.eclipse.persistence.tools.oracleddl.parser.DDLParserTokenManager
Constructor.
DDLParserTokenManager(JavaCharStream, int) - Constructor for class org.eclipse.persistence.tools.oracleddl.parser.DDLParserTokenManager
Constructor.
DDLParserTreeConstants - Interface in org.eclipse.persistence.tools.oracleddl.parser
 
DDLParserVisitor - Interface in org.eclipse.persistence.tools.oracleddl.parser
 
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
 
deadCheckTime - Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
 
DeadLockComponent - Class in org.eclipse.persistence.internal.helper.type
 
DeadLockComponent(Thread) - Constructor for class org.eclipse.persistence.internal.helper.type.DeadLockComponent
Constructor to be used when we start undoing our recursion due to having found a repeated thread that allows to conclude we have discovered our dead lock.
DeadLockComponent(Thread, boolean, boolean, boolean, ConcurrencyManager, boolean, boolean, DeadLockComponent) - Constructor for class org.eclipse.persistence.internal.helper.type.DeadLockComponent
Create a new DeadLockComponent.
deadLockFoundCreateConcurrencyManagerStateDeferredThreadCouldNotAcquireWriteLock(DeadLockComponent, Thread, ConcurrencyManager) - Method in class org.eclipse.persistence.internal.helper.ExplainDeadLockUtil
Create a deadlock component for a thread known to be stuck trying to release deferred locks.
deadLockFoundCreateConcurrencyManagerStateReaderThreadCouldNotAcquireWriteLock(DeadLockComponent, Thread, ConcurrencyManager) - Method in class org.eclipse.persistence.internal.helper.ExplainDeadLockUtil
Dto component participating in a dead lock.
deadLockFoundCreateConcurrencyManagerStateWriterThreadCouldNotAcquireWriteLock(DeadLockComponent, Thread, ConcurrencyManager) - Method in class org.eclipse.persistence.internal.helper.ExplainDeadLockUtil
Create a dead lock dto component.
Death - Static variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
debugStream - Variable in class org.eclipse.persistence.tools.oracleddl.parser.DDLParserTokenManager
Debug output.
Dec - Enum constant in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
 
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
 
DECIMAL_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DECIMAL_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
 
DECIMAL_TYPE - Enum constant in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
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
 
decimalPosition - Variable in class org.eclipse.persistence.internal.eis.cobol.ElementaryFieldMetaData
This is the offset of the decimal position within the digits of a numeric field
DecimalType - Class in org.eclipse.persistence.tools.oracleddl.metadata
 
DecimalType() - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.DecimalType
 
DecimalType(long) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.DecimalType
 
DecimalType(long, long) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.DecimalType
 
DecimalWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.DecimalWrapperImpl
Default constructor.
declaration - Variable in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeclarationVisitor
Indicates if the visited CollectionValuedPathExpression is found within a declaration expression.
Declaration - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
The abstract definition of JPQLQueryDeclaration.
Declaration() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
Creates a new Declaration.
declarationBNF() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
Returns the BNF of the declaration part of this clause.
declarationBNF() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
 
declarationBNF() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
 
declarationExpression - Variable in class org.eclipse.persistence.jpa.jpql.tools.resolver.Declaration
The declaration expression, which is either an IdentificationVariableDeclaration or a CollectionMemberDeclaration when part of a FROM clause, otherwise it's either the DeleteClause or the UpdateClause.
DeclarationResolver - Class in org.eclipse.persistence.jpa.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.
DeclarationResolver.DeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
 
DeclarationResolver.QualifyRangeDeclarationVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
 
DeclarationResolver.RootObjectExpressionVisitor - Class in org.eclipse.persistence.jpa.jpql.tools.resolver
This visitor takes care to support a subquery defined as a "root" object.
declarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
 
declarations() - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractModifyClauseStateObject
 
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.
DeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeclarationVisitor
 
DeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.DeclarationResolver.DeclarationVisitor
 
DeclarationVisitor() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.resolver.EclipseLinkDeclarationResolver.DeclarationVisitor
 
declaredType - Variable in class org.eclipse.persistence.internal.oxm.Root
 
declareTarget(StringBuilder, PLSQLargument, DatabaseType) - Method in enum org.eclipse.persistence.internal.helper.DatabaseType.DatabaseTypeHelper
 
declaringClass - Variable in class org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataField
 
declaringClassName - Variable in class org.eclipse.persistence.internal.jpa.metadata.listeners.MethodSerialImpl
 
declaringType - Variable in class org.eclipse.persistence.internal.jpa.weaving.AttributeDetails
Determines if the attribute has a real field.
decode() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
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(BsonReader, DecoderContext) - Method in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs.TimestampCodec
 
Decode - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
decorate(StateObject) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractStateObject
 
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() - Constructor for class org.eclipse.persistence.internal.history.DecoratedDatabaseTable
 
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
decrypt(String) - Method in class org.eclipse.persistence.sessions.coordination.TransportManager
INTERNAL: Security method called by the children classes
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
 
decryptPassword(String) - Method in interface org.eclipse.persistence.security.Securable
 
decryptPassword(String) - Method in class org.eclipse.persistence.tools.security.JCEEncryptorCmd
 
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.
deepCopy() - Method in class org.eclipse.persistence.internal.eis.cobol.CompositeFieldMetaData
performs a deep copy of all subordiate fields in the myCompositeFields attribute
deepCopy() - Method in class org.eclipse.persistence.internal.eis.cobol.ElementaryFieldMetaData
performs a deep copy of all the attributes of the field
deepCopy() - Method in interface org.eclipse.persistence.internal.eis.cobol.FieldMetaData
this method returns an new instance with the same values
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 - Enum constant in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.NullOrdering
The constant used when the ordering is not specify.
DEFAULT - Enum constant in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
The constant used when the ordering is not specify, the default is ascending ordering.
DEFAULT - Enum constant in enum org.eclipse.persistence.jpa.jpql.parser.TrimExpression.Specification
Used when the trim specification is not specified, by default it means the leading and trailing parts of the string will be trimmed.
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 - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties.Factory
Use default JAXBContextFactory for context creation.
DEFAULT - Static variable in interface org.eclipse.persistence.tools.oracleddl.parser.DDLParserConstants
Lexical state.
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.InjectionManager
 
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_CONCURRENCY_MANAGER_OBJECT_BUILDING_NO_THREADS - Static variable in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
 
DEFAULT_CONCURRENCY_MANAGER_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS_NO_THREADS - Static variable in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
 
DEFAULT_CONCURRENCY_SEMAPHORE_LOG_TIMEOUT - Static variable in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
 
DEFAULT_CONCURRENCY_SEMAPHORE_MAX_TIME_PERMIT - Static variable in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
 
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_IDENTITY_GENERATOR - Static variable in class org.eclipse.persistence.tools.schemaframework.TableCreator
Default identity generator sequence name.
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_OPTIMISTIC_LOCKING_FIELD - Static variable in interface org.eclipse.persistence.tools.dbws.NamingConventionTransformer
 
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_PLATFORM - Static variable in class org.eclipse.persistence.tools.metadata.generation.JPAMetadataGenerator
 
DEFAULT_PLATFORM_CLASSNAME - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DEFAULT_POOL - Static variable in class org.eclipse.persistence.sessions.server.ServerSession
 
DEFAULT_PROJECT_NAME - Static variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
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_RESOURCE_NAME - Static variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
 
DEFAULT_RESOURCE_NAME_IN_META_INF - Static variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
 
DEFAULT_ROOT_ELEMENT_NAME - Static variable in class org.eclipse.persistence.sdo.SDOResolvable
Root element name for all DataObjects undergoing serialization = sdo:dataObject
DEFAULT_ROOT_ELEMENT_NOT_SPECIFIED - Static variable in exception class 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 class 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_USE_SEMAPHORE_TO_SLOW_DOWN_OBJECT_BUILDING_CONCURRENCY - Static variable in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
 
DEFAULT_USE_SEMAPHORE_TO_SLOW_DOWN_WRITE_LOCK_MANAGER_ACQUIRE_REQUIRED_LOCKS - Static variable in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
 
DEFAULT_USER_NAME - Static variable in class org.eclipse.persistence.sessions.coordination.TransportManager
 
DEFAULT_UUID_GENERATOR - Static variable in class org.eclipse.persistence.internal.jpa.metadata.MetadataProject
 
DEFAULT_VALIDATION_EVENT_HANDLER - Static variable in class org.eclipse.persistence.jaxb.JAXBContext
For JAXB 2 there is no explicitly defined default validation handler and the default event handling only terminates the operation after encountering a fatal error.
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_VERSION - Enum constant in enum org.eclipse.persistence.jpa.jpql.EclipseLinkVersion
A constant that points to the current release of EclipseLink, which is 4.0.
DEFAULT_VERSION - Enum constant in enum org.eclipse.persistence.jpa.jpql.JPAVersion
The constant for the default version used by the parsing system, which is always the latest version of the Java Persistence functional specification, which is version 2.0.
DEFAULT_WSDL_LOCATION_URI - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DEFAULT_XML_CONVERSION_TIME_SUFFIX - Static variable in class org.eclipse.persistence.internal.oxm.OXMSystemProperties
 
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_TYPE_ATTRIBUTE - Static variable in class org.eclipse.persistence.oxm.XMLConstants
 
DEFAULT_XML_VERSION - Static variable in class org.eclipse.persistence.internal.oxm.XMLMarshaller
 
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.
defaultAttributeValue - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
defaultAttributeValueString - Variable in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
 
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.
defaultBuilder - Variable in class org.eclipse.persistence.queries.ModifyAllQuery
Provide a default builder so that it's easier to be consistent
defaultBuilder - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Provide a default builder so that it's easier to be consistent
defaultCacheIsolation - Variable in class org.eclipse.persistence.sessions.Project
Default value for ClassDescriptor.isIsolated.
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.
defaultConnectionPolicy - Variable in class org.eclipse.persistence.sessions.server.ServerSession
 
defaultConnectionPool - Variable in class org.eclipse.persistence.descriptors.partitioning.ValuePartitioningPolicy
The default connection pool is used for any unmapped values.
defaultConnectionPool - Variable in class org.eclipse.persistence.internal.jpa.metadata.partitioning.ValuePartitioningMetadata
 
defaultConnectionPool() - Element in annotation type org.eclipse.persistence.annotations.ValuePartitioning
The default connection pool is used for any unmapped values.
DefaultConnector - Class in org.eclipse.persistence.sessions
Purpose:Use this Connector to build a java.sql.Connection in the "standard" fashion, via the DriverManager.
DefaultConnector() - Constructor for class org.eclipse.persistence.sessions.DefaultConnector
PUBLIC: Construct a Connector with default settings The database URL will still need to be set.
DefaultConnector(String, String, String) - Constructor for class org.eclipse.persistence.sessions.DefaultConnector
PUBLIC: Construct a Connector with the specified settings.
defaultContainerClass - Static variable in class org.eclipse.persistence.internal.queries.ContainerPolicy
Allow the default collection class to be set.
defaultContainerSize - Static variable in class org.eclipse.persistence.internal.indirection.TransparentIndirectionPolicy
 
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.
DefaultContentAssistVisitor.AcceptableTypeVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
The concrete instance that determines the return type of a function expression.
defaultDeleteObjectQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultDeleteObjectQueryRedirector - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
defaultDeleteObjectQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultDeleteObjectQueryRedirectorName - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
DefaultEclipseLinkJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQL grammar provides support for parsing JPQL queries defined by the latest Jakarta Persistence functional specification and the latest EclipseLink.
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.
defaultEventListeners - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
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.
defaultIdentityMapClass - Variable in class org.eclipse.persistence.sessions.Project
Default value for ClassDescriptor.identityMapClass.
defaultIdentityMapSize - Variable in class org.eclipse.persistence.sessions.Project
Default value for ClassDescriptor.identityMapSize.
defaultIdValidation - Variable in class org.eclipse.persistence.sessions.Project
Default value for ClassDescriptor.idValidation.
defaultInsertObjectQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultInsertObjectQueryRedirector - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
defaultInsertObjectQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultInsertObjectQueryRedirectorName - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
defaultJavaTypes - Static variable in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
DefaultJPQLGrammar - Class in org.eclipse.persistence.jpa.jpql.parser
This JPQL grammar provides support for parsing JPQL queries defined in the latest Jakarta Persistence 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.
DefaultJPQLQueryContext(JPQLQueryContext, Expression) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultJPQLQueryContext
Creates a new sub-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.
DefaultJsonPlatformProvider - Class in org.eclipse.persistence.json
Default database platform JSON extension service provider.
DefaultJsonPlatformProvider() - Constructor for class org.eclipse.persistence.json.DefaultJsonPlatformProvider
 
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.
defaultLog - Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
Represents the singleton SessionLog
DefaultLogger - Static variable in class org.eclipse.persistence.config.LoggerType
 
defaultManager - Static variable in class org.eclipse.persistence.internal.helper.ConversionManager
 
defaultManager - Static variable in class org.eclipse.persistence.tools.schemaframework.PopulationManager
Store the default instance.
DefaultMappingCollector() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DefaultMappingCollector
 
DefaultMutator() - Constructor for class org.eclipse.persistence.jpa.jpql.utility.iterable.CloneListIterable.DefaultMutator
Default constructor.
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
 
DefaultNamingConventionTransformer - Class in org.eclipse.persistence.tools.dbws
 
DefaultNamingConventionTransformer() - Constructor for class org.eclipse.persistence.tools.dbws.DefaultNamingConventionTransformer
 
defaultNativeSequenceToTable - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
If the native sequence type is not supported, if table sequencing should be used.
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.
defaultNullValues - Variable in class org.eclipse.persistence.internal.helper.ConversionManager
 
defaultObjectValue() - Element in annotation type org.eclipse.persistence.annotations.ObjectTypeConverter
(Optional) Specify a default object value.
defaultPackage - Variable in class org.eclipse.persistence.tools.metadata.generation.JPAMetadataGenerator
 
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.
defaultQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultQueryRedirector - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
defaultQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultQueryRedirectorName - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
defaultQueryResultsCachePolicy - Variable in class org.eclipse.persistence.sessions.Project
Default value for query caching options for all named queries.
defaultReadAllQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReadAllQueryRedirector - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
defaultReadAllQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReadAllQueryRedirectorName - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
defaultReadObjectQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReadObjectQueryRedirector - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
defaultReadObjectQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReadObjectQueryRedirectorName - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
defaultReadOnlyClasses - Variable in class org.eclipse.persistence.sessions.Project
Holds the default set of read-only classes that apply to each UnitOfWork.
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.
defaultReferenceMode - Variable in class org.eclipse.persistence.internal.sessions.AbstractSession
Stores the default reference mode that a UnitOfWork will use when referencing managed objects.
DefaultRemover() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.utility.iterable.CloneIterable.DefaultRemover
 
defaultReportQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReportQueryRedirector - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
defaultReportQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultReportQueryRedirectorName - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
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 class org.eclipse.persistence.exceptions.XMLMarshalException
 
defaultRootElementNotSpecified(XMLDescriptor) - Static method in exception class 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(SemanticValidatorHelper) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
Creates a new DefaultSemanticValidator.
DefaultSemanticValidator(JPQLQueryContext) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.DefaultSemanticValidator
Creates a new DefaultSemanticValidator.
DefaultSemanticValidator.BooleanTypeValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor validates expression that is a boolean literal to make sure the type is a Boolean.
DefaultSemanticValidator.NullValueVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
DefaultSemanticValidator.NumericTypeValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor validates expression that is a numeric literal to make sure the type is an instance of Number.
DefaultSemanticValidator.ResultVariableInOrderByVisitor - Class in org.eclipse.persistence.jpa.jpql.tools
 
DefaultSemanticValidator.StringTypeValidator - Class in org.eclipse.persistence.jpa.jpql.tools
This visitor validates that the Expression is a string primary and to make sure the type is String.
DefaultSemanticValidator.TypeValidator - Class in org.eclipse.persistence.jpa.jpql.tools
The basic validator for validating the type of an Expression.
DefaultSemanticValidator.UpdateClauseAbstractSchemaNameFinder - Class in org.eclipse.persistence.jpa.jpql.tools
 
defaultSeqenceAtNextValue - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
If sequences should start at Next Value
defaultSequence - Variable in class org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
Store default sequence
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 class org.eclipse.persistence.exceptions.ValidationException
 
defaultSession - Variable in class org.eclipse.persistence.sessions.factories.SessionManager
 
DefaultSessionLog - Class in org.eclipse.persistence.logging
Purpose: Default log used for the session when message logging is enabled.
DefaultSessionLog() - Constructor for class org.eclipse.persistence.logging.DefaultSessionLog
 
DefaultSessionLog(Writer) - Constructor for class org.eclipse.persistence.logging.DefaultSessionLog
 
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.
defaultSize - Variable in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
 
defaultSourceTable - Variable in class org.eclipse.persistence.mappings.AggregateCollectionMapping
Default source table that should be used with the default source fields of this mapping.
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.
defaultSubSize - Variable in class org.eclipse.persistence.internal.databaseaccess.FieldTypeDefinition
 
defaultTable - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultTableCreator - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
DefaultTableGenerator - Class in org.eclipse.persistence.tools.schemaframework
DefaultTableGenerator is a utility class used to generate a default table schema for a EclipseLink project object.
DefaultTableGenerator(Project) - Constructor for class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
Default constructor
DefaultTableGenerator(Project, boolean) - Constructor for class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
This constructor will create a DefaultTableGenerator that can be set to create fk constraints
defaultTableName - Static variable in class org.eclipse.persistence.sequencing.TableSequence
Deprecated.
Use an empty string as a default sequence table name instead, that triggers usage of platform.getDefaultSequenceTableName() when the sequence is connected.
defaultTemporalMutable - Variable in class org.eclipse.persistence.sessions.Project
Define the default setting for configuring if dates and calendars are mutable.
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
 
DefaultTimeoutUnit - Static variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
defaultTimeZone - Static variable in class org.eclipse.persistence.internal.helper.Helper
PERF: Cache default timezone for calendar conversion.
defaultTransactionManager - Static variable in class org.eclipse.persistence.transaction.JTATransactionController
 
defaultTsr - Static variable in class org.eclipse.persistence.transaction.JTA11TransactionController
Allows TransactionSynchronizationRegistry to be set statically.
DefaultUnmappedContentHandler<UNMARSHAL_RECORD> - Class in org.eclipse.persistence.internal.oxm.unmapped
Purpose:Provide a default implementation of the UnmappedContentHandler
DefaultUnmappedContentHandler - Class in org.eclipse.persistence.oxm.unmapped
Purpose:Provide a default implementation of the UnmappedContentHandler
DefaultUnmappedContentHandler() - Constructor for class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
 
DefaultUnmappedContentHandler() - Constructor for class org.eclipse.persistence.oxm.unmapped.DefaultUnmappedContentHandler
 
defaultUpdateObjectQueryRedirector - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultUpdateObjectQueryRedirector - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
defaultUpdateObjectQueryRedirectorClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
defaultUpdateObjectQueryRedirectorName - Variable in class org.eclipse.persistence.internal.jpa.metadata.queries.QueryRedirectorsMetadata
 
defaultValue - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
 
defaultValue - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
 
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.
defaultXMLManager - Static variable in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
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
 
defaultXMLTypes - Static variable in class org.eclipse.persistence.internal.oxm.XMLConversionManager
 
defaultXPathEngine - Static variable in class org.eclipse.persistence.sdo.helper.XPathEngine
 
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
 
DEFERRED - Enum constant in enum org.eclipse.persistence.annotations.ChangeTrackingType
A DEFERRED change tracking policy defers all change detection to the UnitOfWork's change detection process.
DEFERRED_LOCK_MANAGERS - Static variable in class org.eclipse.persistence.internal.helper.ConcurrencyManager
 
deferredCalls - Variable in class org.eclipse.persistence.internal.sessions.CommitManager
Map of deferred calls groups by their table.
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).
deferredEvents - Variable in class org.eclipse.persistence.internal.sessions.AbstractSession
temporarily holds a list of events that must be fired after the current operation completes.
DeferredLockManager - Class in org.eclipse.persistence.internal.helper
INTERNAL:
DeferredLockManager() - Constructor for class org.eclipse.persistence.internal.helper.DeferredLockManager
DeferredLockManager constructor comment.
deferredLocks - Variable in class org.eclipse.persistence.internal.helper.DeferredLockManager
 
deferredModifyAllQueries - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
Contains deferred ModifyAllQuery's that have translation row for execution only.
deferredSet - Variable in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
This 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).
define(DataObject) - Method in interface commonj.sdo.helper.TypeHelper
Define the DataObject as a Type.
define(DataObject) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
 
define(DataObject) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
define(DataObject, List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
Define the DataObject as a Type.
define(InputStream, String) - Method in interface commonj.sdo.helper.XSDHelper
Define XML Schema as Types.
define(InputStream, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Define XML Schema as Types.
define(InputStream, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
define(Reader, String) - Method in interface commonj.sdo.helper.XSDHelper
Define XML Schema as Types.
define(Reader, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Define XML Schema as Types.
define(Reader, String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
define(Reader, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Define XML Schema as Types.
define(String) - Method in interface commonj.sdo.helper.XSDHelper
Define the XML Schema as Types.
define(String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
Define the XML Schema as Types.
define(String) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegator
 
define(List) - Method in interface commonj.sdo.helper.TypeHelper
Define the list of DataObjects as Types.
define(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate
Define the list of DataObjects as Types.
define(List) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegator
 
define(Source, SchemaResolver) - Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXSDHelperDelegate
 
define(Source, SchemaResolver) - 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) - Method in interface org.eclipse.persistence.sdo.helper.SDOXSDHelper
INTERNAL:
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
 
DEFINED_PROPERTY - Static variable in class org.eclipse.persistence.jpa.jpql.tools.model.query.IdentificationVariableStateObject
Notify a change in the defined property.
defineDynamicClass(String, byte[]) - Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
Converts an array of bytes into an instance of class Class.
defineDynamicClass(String, byte[]) - Method in class org.eclipse.persistence.internal.jpa.config.metadata.ReflectiveDynamicClassLoader
 
defineOpenContentProperty(String, DataObject) - Method in interface commonj.sdo.helper.TypeHelper
Define the DataObject as a Property for setting open content.
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
delayBetweenConnectionAttempts - Variable in class org.eclipse.persistence.sessions.DatabaseLogin
Stores the number of milliseconds that EclipseLink will wait between attempts to reconnect a DatabaseConnection in the case EclipseLink is attempting to retry a query.
delegate - Variable in class org.eclipse.persistence.indirection.IndirectList
Reduce type casting.
delegate - Variable in class org.eclipse.persistence.indirection.IndirectMap
Reduce type casting
delegate - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl
 
delegate - Variable in class org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor
The record visitor to which this visitor must delegate method calls.
delegateSequence - Variable in class org.eclipse.persistence.sequencing.NativeSequence
Allow sequencing to be delegated to another sequence if native sequencing is not supported.
delete() - Method in interface commonj.sdo.DataObject
Remove this object from its container and then unset all its non-readOnly Properties.
delete() - Element in annotation type org.eclipse.persistence.annotations.QueryRedirectors
A Default Delete Object Query Redirector will be applied to any executing DeleteObjectQuery or DeleteAllQuery that does not have a redirector set directly on the query.
delete() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
delete(File) - Static method in class org.eclipse.persistence.tools.file.FileUtil
 
delete(String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.EntityResource
 
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 - Static variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
Used for data modification events.
DELETE - Enum constant in enum org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLOperation
 
DELETE - Enum constant in enum org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLOperation
 
DELETE - Static variable in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileInteractionSpec
 
DELETE - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'DELETE'.
DELETE_ALL_QUERY_SPECIFIES_OBJECTS_BUT_NOT_SELECTION_CRITERIA - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
 
DELETE_FROM - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for 'DELETE FROM'.
DELETE_IF_VERSION - Enum constant in enum org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLOperation
 
DELETE_IF_VERSION - Enum constant in enum org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLOperation
 
DELETE_STR - Static variable in class org.eclipse.persistence.tools.dbws.BaseDBWSBuilderHelper
 
DELETE_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
 
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.
deleteAll(DeleteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Delete all the reference objects.
deleteAll(DeleteObjectQuery, Object) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
Delete all the reference objects.
deleteAll(DeleteObjectQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
To delete all the entries matching the selection criteria from the table stored in the referenced descriptor
deleteAll(DeleteObjectQuery, AbstractSession) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
Delete all the reference objects with a single query.
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 - Static variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
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 class org.eclipse.persistence.internal.sessions.AbstractSession
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.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.
deleteAllObjects(List) - Method in class org.eclipse.persistence.internal.sessions.CommitManager
delete all of the objects as a single transaction.
deleteAllQuery - Variable in class org.eclipse.persistence.mappings.CollectionMapping
Used for delete all in m-m, dc and delete all optimization in 1-m.
DeleteAllQuery - Class in org.eclipse.persistence.queries
Purpose: Query used to delete a collection of objects.
DeleteAllQuery() - Constructor for class org.eclipse.persistence.queries.DeleteAllQuery
PUBLIC:
DeleteAllQuery(Class<?>) - Constructor for class org.eclipse.persistence.queries.DeleteAllQuery
PUBLIC: Create a new delete all query for the class specified.
DeleteAllQuery(Class<?>, Expression) - Constructor for class org.eclipse.persistence.queries.DeleteAllQuery
PUBLIC: Create a new delete all query for the class and the selection criteria specified.
deleteAllQuerySpecifiesObjectsButNotSelectionCriteria(ClassDescriptor, DatabaseQuery, String) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
 
deleteAllUsingTempTables() - Method in class org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism
Execute deleteAll using temp tables
DeleteAtIndex - Static variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
 
deleteAtIndexQuery - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
Used (only in case listOrderField != null) to delete object with particular orderFieldValue
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.
DeleteClauseCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseCollectionHelper
 
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.
DeleteClauseStatementHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeleteClauseStatementHelper
 
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.
deletedObjects - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkChangeSet
 
deletedObjects - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
 
deletedPrivateOwnedObjects - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
Stores all of the private owned objects that have been removed and may need to cascade deletion
deleteInternal(String, String, String, String, HttpHeaders, UriInfo) - Method in class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource
 
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
 
deleteQuery - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
deleteQuery - Variable in class org.eclipse.persistence.mappings.RelationTableMechanism
Query used for single row deletion.
deleteReferenceObjectsLeftOnDatabase(DeleteObjectQuery) - Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
This method will make sure that all the records privately owned by this mapping are actually removed.
deleteReferenceObjectsLeftOnDatabase(DeleteObjectQuery) - Method in class org.eclipse.persistence.mappings.OneToManyMapping
This method will make sure that all the records privately owned by this mapping are actually removed.
deleteSchema - Variable in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
 
deleteStatement - Variable in class org.eclipse.persistence.jpa.jpql.AbstractValidator.OwningStatementVisitor
 
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.
DeleteStatementBuilder() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder.DeleteStatementBuilder
 
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.
deletionDependencies - Variable in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
Used to store deleted objects that have reference to other deleted objects.
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.
 
dependsOn() - Method in class org.eclipse.persistence.internal.eis.cobol.ElementaryFieldMetaData
returns true if this field has a dependent field
dependsOn() - Method in interface org.eclipse.persistence.internal.eis.cobol.FieldMetaData
this method returns true if the array size depends on another field
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 class 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.
deployCompositeMembers(Map, ClassLoader) - Method in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
deployFailed(String, Throwable) - Static method in exception class org.eclipse.persistence.exceptions.EntityManagerSetupException
 
deployLock - Variable in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl
 
depth - Variable in class org.eclipse.persistence.internal.helper.ConcurrencyManager
 
depth - Variable in class org.eclipse.persistence.sequencing.Sequence
 
depth - Variable in class org.eclipse.persistence.sessions.CopyGroup
Policy depth that determines how the copy will cascade to the object's related parts
depthFirstSearch() - Method in class org.eclipse.persistence.internal.sessions.CommitOrderCalculator
 
DEQUEUE - Static variable in class org.eclipse.persistence.eis.adapters.aq.AQPlatform
 
DEQUEUE_OPTIONS - Static variable in class org.eclipse.persistence.eis.adapters.aq.AQPlatform
 
Derby - Static variable in class org.eclipse.persistence.config.TargetDatabase
 
DerbyPlatform - Class in org.eclipse.persistence.platform.database
Purpose: Provides Derby DBMS specific behavior.
DerbyPlatform() - Constructor for class org.eclipse.persistence.platform.database.DerbyPlatform
 
deref() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
Deref - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
DERIVED - Enum constant in enum org.eclipse.persistence.jpa.jpql.JPQLQueryDeclaration.Type
Indicates the "root" object is a derived path expression where the identification variable is declared in the super query, otherwise it's an entity name.
DERIVED_ID_CIRCULAR_REFERENCE - Static variable in exception class 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
 
derivedFields - Variable in class org.eclipse.persistence.internal.expressions.DataExpression
 
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.
derivedIdMapping - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
The id mapping this mapping derives.
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
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.
derivedTables - Variable in class org.eclipse.persistence.internal.expressions.DataExpression
 
derivesId - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
Used by the CMP3Policy to see if this mapping should be used in processing pk classes for find methods
derivesId() - Method in class org.eclipse.persistence.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.
derivesIdMappings - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
The class descriptor of the annotation class.
desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldInsnNode
The field's descriptor (see Type).
desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
The field's descriptor (see Type).
desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.InvokeDynamicInsnNode
The method's descriptor (see Type).
desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableNode
The type descriptor of this local variable.
desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodInsnNode
The method's descriptor (see Type).
desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
The method's descriptor (see Type).
desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MultiANewArrayInsnNode
An array type descriptor (see Type).
desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TypeInsnNode
The operand of this instruction.
desc(Expression<?>) - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create an ordering by the descending value of the expression.
DESC - Enum constant in enum org.eclipse.persistence.jpa.jpql.parser.OrderByItem.Ordering
The constant for 'DESC', which tells to order the items in descending ordering.
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 method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the DESCENDING operator.
Descending - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
descendingOperator() - Method in class org.eclipse.persistence.platform.database.DB2Platform
Disable binding support.
describedClass - Variable in class org.eclipse.persistence.internal.jpa.weaving.ClassDetails
 
describesNonPersistentSubclasses - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
description - Variable in class org.eclipse.persistence.internal.eis.adapters.aq.AQRecord
 
description - Variable in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecord
 
description - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoListRecord
 
description - Variable in class org.eclipse.persistence.internal.nosql.adapters.mongo.MongoRecord
 
description - Variable in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLRecord
 
description - Variable in class org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecord
 
Description - Search tag in class org.eclipse.persistence.internal.indirection.IndirectionPolicy
Section
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 - Variable in class org.eclipse.persistence.descriptors.CMPPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.DescriptorEvent
 
descriptor - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
descriptor - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
descriptor - Variable in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.InterfacePolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.MethodClassExtractor
 
descriptor - Variable in class org.eclipse.persistence.descriptors.ReturningPolicy
owner of the policy
descriptor - Variable in class org.eclipse.persistence.descriptors.SingleTableMultitenantPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.TablePerMultitenantPolicy
 
descriptor - Variable in class org.eclipse.persistence.descriptors.VersionLockingPolicy
 
descriptor - Variable in exception class org.eclipse.persistence.exceptions.DescriptorException
 
descriptor - Variable in class org.eclipse.persistence.history.HistoryPolicy
 
descriptor - Variable in class org.eclipse.persistence.internal.descriptors.AbstractSerializedObjectPolicy
 
descriptor - Variable in class org.eclipse.persistence.internal.descriptors.changetracking.AttributeChangeListener
 
descriptor - Variable in class org.eclipse.persistence.internal.descriptors.InstantiationPolicy
Backpointer to descriptor.
descriptor - Variable in class org.eclipse.persistence.internal.descriptors.ObjectBuilder
 
descriptor - Variable in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
descriptor - Variable in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
descriptor - Variable in class org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
PERF: Store the descriptor to allow lastAccessed cache lookup optimization.
descriptor - Variable in class org.eclipse.persistence.internal.jpa.EntityGraphImpl
 
descriptor - Variable in class org.eclipse.persistence.internal.jpa.metamodel.ManagedTypeImpl
Native RelationalDescriptor that contains all the mappings of this type
descriptor - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
The descriptor of the visited annotation.
descriptor - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
The record component descriptor (see Type).
descriptor - Variable in class org.eclipse.persistence.internal.queries.JoinedAttributeManager
Stores the descriptor that these joins apply on
descriptor - Variable in class org.eclipse.persistence.internal.queries.ReportItem
Descriptor for object result that is not based on an expression
descriptor - Variable in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
descriptor - Variable in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
Cache the descriptor as it is useful and required in some places.
descriptor - Variable in class org.eclipse.persistence.internal.xr.NamedQueryHandler
 
descriptor - Variable in class org.eclipse.persistence.mappings.DatabaseMapping
ClassDescriptor to which this mapping belongs to
descriptor - Variable in class org.eclipse.persistence.mappings.querykeys.QueryKey
 
descriptor - Variable in class org.eclipse.persistence.queries.DatabaseQuery
The descriptor cached on the prepare for object level queries.
Descriptor - Class in org.eclipse.persistence.internal.jpa.rs.metadata.model
 
Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
Descriptor() - Constructor for class org.eclipse.persistence.internal.jpa.rs.metadata.model.Descriptor
Default constructor.
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 class org.eclipse.persistence.exceptions.DescriptorException
 
DESCRIPTOR_IS_MISSING - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
 
DESCRIPTOR_IS_MISSING - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
 
DESCRIPTOR_IS_MISSING_FOR_NAMED_QUERY - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
 
DESCRIPTOR_MUST_NOT_BE_INITIALIZED - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
 
DESCRIPTOR_NOT_FOUND_IN_PROJECT - Static variable in exception class 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
Default constructor.
DescriptorCustomizer - Interface in org.eclipse.persistence.config
Deprecated, for removal: This API element is subject to removal in a future version.
This constructor will be marked private and the class final. It is not designed for extensibility.
DescriptorCustomizer - Interface in org.eclipse.persistence.descriptors
Customize a ClassDescriptor when the DescriptorCustomizer.customize(ClassDescriptor) method is called during the loading/population of the mappings.
descriptorCustomizerClassName - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
JPA DescriptorCustomizer list stored here to preserve it when caching the project
DescriptorEvent - Class in org.eclipse.persistence.descriptors
Purpose: Encapsulate the information provided with descriptor events.
DescriptorEvent - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
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_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
 
descriptorEventHolders - Variable in class org.eclipse.persistence.descriptors.DescriptorEventManager
 
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 Class in org.eclipse.persistence.exceptions
Purpose: This exception is used for any problem that is detected with a descriptor or mapping.
DescriptorException(String) - Constructor for exception class org.eclipse.persistence.exceptions.DescriptorException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
DescriptorException(String, ClassDescriptor) - Constructor for exception class org.eclipse.persistence.exceptions.DescriptorException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
DescriptorException(String, ClassDescriptor, Throwable) - Constructor for exception class org.eclipse.persistence.exceptions.DescriptorException
 
DescriptorException(String, DatabaseMapping) - Constructor for exception class org.eclipse.persistence.exceptions.DescriptorException
INTERNAL: TopLink exceptions should only be thrown by TopLink.
DescriptorExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
INTERNAL: English ResourceBundle for DescriptorException messages.
DescriptorExceptionResource() - Constructor for class org.eclipse.persistence.exceptions.i18n.DescriptorExceptionResource
Default constructor.
descriptorForInterfaceIsMissing(String) - Static method in exception class 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(Class<?>, DatabaseQuery) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
 
descriptorIsMissing(String, DatabaseMapping) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
 
descriptorIsMissingForNamedQuery(Class<?>, String) - Static method in exception class 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
Default constructor.
descriptorLocation - Variable in class org.eclipse.persistence.internal.jpa.deployment.ArchiveBase
 
descriptorMethodNames - Variable in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
 
descriptorMustBeNotInitialized(ClassDescriptor) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
 
descriptorName - Variable in class org.eclipse.persistence.internal.xr.DeleteOperation
 
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 class org.eclipse.persistence.exceptions.XMLMarshalException
 
DescriptorQueryManager - Class in org.eclipse.persistence.descriptors
Purpose: The query manager allows for the database operations that EclipseLink performs to be customized by the application.
DescriptorQueryManager() - Constructor for class org.eclipse.persistence.descriptors.DescriptorQueryManager
INTERNAL: Initialize the state of the descriptor query manager
descriptors - Variable in class org.eclipse.persistence.internal.sessions.AbstractSession
PERF: cache descriptors from project.
descriptors - Variable in class org.eclipse.persistence.queries.DatabaseQuery
The list of descriptors this query deals with.
descriptors - Variable in class org.eclipse.persistence.sessions.Project
 
descriptorsByGlobalType - Variable in class org.eclipse.persistence.internal.oxm.Context.ContextState
 
descriptorsByQName - Variable in class org.eclipse.persistence.internal.oxm.Context.ContextState
 
descriptorsByQName - Variable in class org.eclipse.persistence.internal.xr.XRServiceAdapter
 
descriptorsByTable - Variable in class org.eclipse.persistence.platform.database.oracle.dcn.OracleChangeNotificationListener
Map each table to the descriptor that needs to be invalidated.
descriptorsLock - Variable in class org.eclipse.persistence.sessions.Project
Ensures that only one thread at a time can add/remove descriptors
descriptorType - Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
 
deserialize(byte[]) - Static method in class org.eclipse.persistence.internal.helper.SerializationHelper
Deserialize an object from a byte array
deserialize(InputStream) - Static method in class org.eclipse.persistence.internal.helper.SerializationHelper
Deserialze an object from an InputStream
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
 
destDir - Variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
destination - Variable in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSInteractionSpec
 
DESTINATION - Static variable in class org.eclipse.persistence.eis.adapters.jms.JMSPlatform
 
DESTINATION_URL - Static variable in class org.eclipse.persistence.eis.adapters.jms.JMSPlatform
 
destinationURL - Variable in class org.eclipse.persistence.internal.eis.adapters.jms.CciJMSInteractionSpec
 
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.
destroyNounsByWeight(int) - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
INTERNAL: Destroy nouns based on dms weight when user changes the weight at runtime.
destroySensorsByWeight(int) - Method in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
INTERNAL: Destroy sensors based on dms weight when user changes the weight at runtime.
destroySession(String) - Method in class org.eclipse.persistence.sessions.factories.SessionManager
INTERNAL: Destroy the session defined by sessionName on this manager.
detach() - Method in interface commonj.sdo.DataObject
Removes this DataObject from its container, if any.
detach() - Method in class org.eclipse.persistence.sdo.SDODataObject
 
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(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
 
detectTransactionWrapper() - Method in class org.eclipse.persistence.internal.jpa.EntityManagerImpl
 
determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyManager, long, DeferredLockManager, ReadLockManager, boolean) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
Throw an interrupted exception if appears that eclipse link code is taking too long to release a deferred lock.
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
dflt - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LookupSwitchInsnNode
Beginning of the default handler block.
dflt - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TableSwitchInsnNode
Beginning of the default handler block.
DI - Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
 
diagnosticsCollector - Variable in class org.eclipse.persistence.tools.dbws.InMemoryCompiler
 
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() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Build operator.
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
 
different(Number) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
different(Number) - 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 class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
different(String) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
different(String) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
different(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
different(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalExpressionStateObjectBuilder
 
different(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
 
DIFFERENT - Static variable in interface org.eclipse.persistence.jpa.jpql.parser.Expression
The constant for '<>'.
DifferentComparisonFilter() - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DifferentComparisonFilter
 
DIGIT - Static variable in interface org.eclipse.persistence.tools.oracleddl.parser.DDLParserConstants
RegularExpression Id.
DigitsFacet - Class in org.eclipse.persistence.jaxb.compiler.facets
 
DigitsFacet(int, int) - Constructor for class org.eclipse.persistence.jaxb.compiler.facets.DigitsFacet
 
dims - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MultiANewArrayInsnNode
Number of dimensions of the array to allocate.
DIRECT_FIELD_NAME_NOT_SET - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
 
DIRECT_KEY_NOT_SET - Static variable in exception class org.eclipse.persistence.exceptions.DescriptorException
 
DirectAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
A direct accessor.
DirectAccessor(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL:
DirectAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectAccessor
INTERNAL:
DirectCollectionAccessor - Class in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
An abstract direct collection accessor.
DirectCollectionAccessor(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL:
DirectCollectionAccessor(MetadataAnnotation, MetadataAccessibleObject, ClassAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.DirectCollectionAccessor
INTERNAL:
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 - 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() - 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.NULL - Class in org.eclipse.persistence.internal.sessions
 
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<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
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(String) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.DirectColumnMetadata
INTERNAL: Used for XML loading.
DirectColumnMetadata(MetadataAnnotation, MetadataAccessor) - Constructor for class org.eclipse.persistence.internal.jpa.metadata.columns.DirectColumnMetadata
INTERNAL: Used annotation loading.
directConnect(Properties) - Method in class org.eclipse.persistence.sessions.DefaultConnector
INTERNAL: Connect directly - without using DriverManager.
DirectConnector - Class in org.eclipse.persistence.sessions
Purpose:Use this Connector to build a java.sql.Connection by directly instantiating the Driver, as opposed to using the DriverManager.
DirectConnector() - Constructor for class org.eclipse.persistence.sessions.DirectConnector
PUBLIC: Construct a Connector with default settings (Sun JDBC-ODBC bridge).
DirectConnector(String, String, String) - Constructor for class org.eclipse.persistence.sessions.DirectConnector
PUBLIC: Construct a Connector with the specified settings.
DirectConnector_Class - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
directField - Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
The direct field name is converted and stored
directFieldNameNotSet(DatabaseMapping) - Static method in exception class org.eclipse.persistence.exceptions.DescriptorException
 
direction - Variable in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
 
direction - Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
 
direction - Variable in class org.eclipse.persistence.queries.ReadAllQuery
 
direction - Variable in class org.eclipse.persistence.tools.oracleddl.metadata.ArgumentType
 
direction() - Element in annotation type org.eclipse.persistence.annotations.StoredProcedureParameter
Deprecated. 
direction() - Element in annotation type org.eclipse.persistence.platform.database.oracle.annotations.PLSQLParameter
(Optional) The direction of the stored procedure parameter.
direction() - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
 
Direction - Enum in org.eclipse.persistence.annotations
An enum that is used within the StoredProcedureParameter annotation.
directKeyNotSet(ClassDescriptor) - Static method in exception class 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,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD> - Interface in org.eclipse.persistence.internal.oxm.mappings
 
directMarshal(Field, AbstractMarshalRecord, Object) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
INTERNAL
directMarshal(Field, AbstractMarshalRecord, Object) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
INTERNAL
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(XPathFragment, MarshalRecord, Object, CoreSession, NamespaceResolver) - Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
 
directory - Variable in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileConnectionSpec
Stored the default directory for file access.
DIRECTORY - Static variable in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFileEISConnectionSpec
Connection spec properties.
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 - 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.
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.
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
 
dirtyUOWChangeSet() - Method in class org.eclipse.persistence.internal.sessions.ObjectChangeSet
 
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
 
disable_tracing() - Method in class org.eclipse.persistence.tools.oracleddl.parser.DDLParser
Disable tracing.
disableAllBindingExpression() - Static method in class org.eclipse.persistence.platform.database.DB2Platform
Create an ExpressionOperator that disables all parameter binding
disableAtLeast1BindingExpression() - Static method in class org.eclipse.persistence.platform.database.DB2Platform
Create an ExpressionOperator that requires at least 1 typed argument
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 - Variable in class org.eclipse.persistence.mappings.converters.ConverterClass
 
disableConversion() - Method in class org.eclipse.persistence.internal.jpa.metadata.converters.ConvertMetadata
INTERNAL: Return true if any auto apply converter should be disabled.
DisabledInjectionManager<T> - Class in org.eclipse.persistence.internal.sessions.cdi
 
DisabledInjectionManager() - Constructor for class org.eclipse.persistence.internal.sessions.cdi.DisabledInjectionManager
 
disableForeignKey - Variable in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
disableForeignKey() - Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
 
disableHits() - Element in annotation type org.eclipse.persistence.annotations.Cache
(Optional) Setting to true will force all queries to bypass the cache for hits but still resolve against the cache for identity.
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() - 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() - Method in class org.eclipse.persistence.sessions.server.ServerSession
INTERNAL: Disconnect the accessor only.
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(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.
Disconnects - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
discoverAllUnregisteredNewObjects() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Search for any objects in the parent that have not been registered.
discoverAllUnregisteredNewObjectsInParent() - Method in class org.eclipse.persistence.internal.sessions.UnitOfWorkImpl
INTERNAL: Search for any objects in the parent that have not been registered.
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.
discoverMappedSuperclassesAndInheritanceParents(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
INTERNAL: Build a list of classes that are decorated with a MappedSuperclass annotation or that are tagged as a mapped-superclass in an XML document.
discoverMappedSuperclassesAndInheritanceParents(boolean) - Method in class org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
INTERNAL: Build a list of classes that are decorated with a MappedSuperclass annotation or that are tagged as a mapped-superclass in an XML document.
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.
discoverUnregisteredNewObjectsWithoutPersist - Variable in class org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork
Alters the behaviour of the RWUOW commit to function like the UOW with respect to Entity lifecycle
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 Class 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 class org.eclipse.persistence.exceptions.DiscoveryException
 
DiscoveryException(String) - Constructor for exception class 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
Default constructor.
discoveryManager - Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
Manages the detection of new services as they join the cluster
DiscoveryManager - Class in org.eclipse.persistence.sessions.coordination
Purpose: Detects new members of a logical EclipseLink cluster.
DiscoveryManager(String, int, int, RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.DiscoveryManager
 
DiscoveryManager(String, int, RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.DiscoveryManager
 
DiscoveryManager(RemoteCommandManager) - Constructor for class org.eclipse.persistence.sessions.coordination.DiscoveryManager
Constructors to create a discovery manager.
discoveryTime - Variable in class org.eclipse.persistence.internal.sessions.CommitOrderDependencyNode
 
discriminator() - Element in annotation type org.eclipse.persistence.annotations.DiscriminatorClass
(Required) The discriminator to be stored on the database.
DISCRIMINATOR_COLUMN_NOT_SELECTED - Static variable in exception class org.eclipse.persistence.exceptions.QueryException
 
DiscriminatorClass - Interface in org.eclipse.persistence.jpa.config
JPA scripting API implementation.
DiscriminatorClass - Annotation Type in org.eclipse.persistence.annotations
A DiscriminatorClass is used within a VariableOneToOne annotation.
discriminatorClasses() - Element in annotation type org.eclipse.persistence.annotations.VariableOneToOne
(Optional) The list of discriminator types that can be used with this VariableOneToOne.
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 - Variable in class org.eclipse.persistence.queries.EntityResult
Stores the column that will contain the value to determine the correct subclass to create if applicable.
discriminatorColumn() - Element in annotation type org.eclipse.persistence.annotations.VariableOneToOne
(Optional) The discriminator column will hold the type indicators.
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(String) - 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 class org.eclipse.persistence.exceptions.QueryException
 
discriminatorType() - Element in annotation type org.eclipse.persistence.annotations.TenantDiscriminatorColumn
(Optional) The type of object/column to use as a class discriminator.
disjunction() - Method in class org.eclipse.persistence.internal.jpa.querydef.CriteriaBuilderImpl
Create a disjunction (with zero disjuncts).
displayString - Variable in class org.eclipse.persistence.internal.sessions.coordination.broadcast.BroadcastRemoteConnection
 
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractEclipseLinkSemanticValidator.EclipseLinkOwningClauseVisitor
 
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractGrammarValidator
 
dispose() - Method in class org.eclipse.persistence.jpa.jpql.AbstractSemanticValidator
 
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.AbstractValidator.OwningStatementVisitor
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.AbstractAppendableExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.AcceptableTypeVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.CollectionExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DeclarationVisitor
Disposes of the internal data.
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.AbstractContentAssistVisitor.EncapsulatedExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EndingQueryPositionBuilder
Disposes the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.EnumVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingClausesVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.FollowingInvalidExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.IncompleteCollectionExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.InvalidExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.MappingFilterBuilder
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.NotExpressionVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.RangeVariableDeclarationVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.ResultVariableVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.SubqueryVisitor
Disposes of the internal data.
dispose() - Method in class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.WithinInvalidExpressionVisitor
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.EclipseLinkContentAssistVisitor.FollowingClausesVisitor
 
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
 
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 - Variable in class org.eclipse.persistence.internal.jpa.querydef.AbstractQueryImpl
 
distinct() - Method in class org.eclipse.persistence.expressions.Expression
PUBLIC: Function, This represents the distinct option inside an aggregate function.
distinct() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the DISTINCT operator.
distinct() - Method in class org.eclipse.persistence.platform.database.DB2Platform
Disable binding support.
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 class org.eclipse.persistence.expressions.ExpressionOperator
 
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 class 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.
DISTINCT_TYPE - Enum constant in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
distinctCountOnOuterJoinedCompositePK(ClassDescriptor, DatabaseQuery) - Static method in exception class org.eclipse.persistence.exceptions.QueryException
 
distinctOperator() - Method in class org.eclipse.persistence.platform.database.Informix11Platform
Fixes EclipseLink bug 402600 by making sure that the Distinct ExpressionOperator is set to print as DISTINCT&nbsp; (no parentheses, one trailing space), and fixes
distinctState - Variable in class org.eclipse.persistence.internal.expressions.SQLSelectStatement
Used for "Select Distinct" option.
distinctState - Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
Indicates if distinct should be used or not.
DistributedMerge - Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
 
DistributedMergeDmsDisplayName - Static variable in class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
 
DistributedSession - Class in org.eclipse.persistence.sessions.remote
Purpose: Super class to all remote client session's.
DistributedSession(int) - Constructor for class org.eclipse.persistence.sessions.remote.DistributedSession
INTERNAL: Create a blank session, used for proxy session.
DistributedSession(RemoteConnection) - Constructor for class org.eclipse.persistence.sessions.remote.DistributedSession
PUBLIC: Creates a DistributedSession.
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
 
div(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
 
DIV - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
divide() - Static method in class org.eclipse.persistence.expressions.ExpressionOperator
INTERNAL: Create the DISTINCT operator.
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(IConditionalExpressionStateObjectBuilder) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractConditionalStateObjectBuilderWrapper
 
divide(T) - Method in class org.eclipse.persistence.jpa.jpql.tools.model.AbstractScalarExpressionStateObjectBuilder
 
divide(T) - Method in interface org.eclipse.persistence.jpa.jpql.tools.model.IScalarExpressionStateObjectBuilder
Creates the expression x / y.
Divide - Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
 
DivideNode - Class in org.eclipse.persistence.internal.jpa.parsing
INTERNAL
DivideNode() - Constructor for class org.eclipse.persistence.internal.jpa.parsing.DivideNode
 
divideOperator() - Method in class org.eclipse.persistence.platform.database.DerbyPlatform
Derby requires that at least one argument be a known type
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:
DivisionExpressionStateObject(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.
DivisionExpressionStateObject(StateObject, StateObject, StateObject) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.model.query.DivisionExpressionStateObject
Creates a new DivisionExpressionStateObject.
DLOAD - Static variable in class org.eclipse.persistence.asm.Opcodes
 
DLOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DMS - Enum constant in enum org.eclipse.persistence.logging.LogCategory
 
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
 
DMSPerformanceProfiler - Class in org.eclipse.persistence.tools.profiler.oracle
Purpose: Define the interface of EclipseLink profiler for using DMS gate.
DMSPerformanceProfiler() - Constructor for class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
PUBLIC: Create a new dms profiler.
DMSPerformanceProfiler(Session) - Constructor for class org.eclipse.persistence.tools.profiler.oracle.DMSPerformanceProfiler
PUBLIC: Create a new dms profiler.
DMSProfiler - Static variable in class org.eclipse.persistence.config.ProfilerType
 
DMSProfilerClassName - Static variable in class org.eclipse.persistence.config.ProfilerType
 
DMUL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DNEG - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
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
doctTypeId40 - Static variable in class org.eclipse.persistence.internal.sessions.factories.PersistenceEntityResolver
 
doctTypeId45 - Static variable in class org.eclipse.persistence.internal.sessions.factories.PersistenceEntityResolver
 
doctTypeId904 - Static variable in class org.eclipse.persistence.internal.sessions.factories.PersistenceEntityResolver
 
document - Variable in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
 
DOCUMENT - Static variable in class org.eclipse.persistence.internal.helper.ClassConstants
 
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
Default constructor.
DocumentPreservationPolicyConfig - Class in org.eclipse.persistence.internal.sessions.factories.model.login
 
DocumentPreservationPolicyConfig() - Constructor for class org.eclipse.persistence.internal.sessions.factories.model.login.DocumentPreservationPolicyConfig
Default constructor.
doesAnyOfLeftValuesConform(Vector, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
Conform in-memory the collection of left values with the right value for this expression.
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(Map<String, String>, Object) - Method in class org.eclipse.persistence.jpa.rs.PersistenceContext
Does exist.
DoesExist() - Constructor for class org.eclipse.persistence.internal.sessions.remote.SequencingFunctionCall.DoesExist
 
doesExistQuery - Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
 
DoesExistQuery - Class in org.eclipse.persistence.queries
Purpose: This should only be used by the descriptor, this should not be executed directly.
DoesExistQuery() - Constructor for class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Initialize the state of the query .
DoesExistQuery(Object) - Constructor for class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Create a query to check if the object exists.
DoesExistQuery(Call) - Constructor for class org.eclipse.persistence.queries.DoesExistQuery
PUBLIC: Create a query to check if the object exists.
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
 
dom - Variable in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileInteractionSpec
 
DOM - Static variable in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFilePlatform
 
DOM_PLATFORM_CLASSNAME - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
domainClass - Variable in class org.eclipse.persistence.tools.profiler.Profile
 
domFiles - Variable in class org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileTransaction
 
domHandler - Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
 
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
 
domMethod - Static variable in class org.eclipse.persistence.eis.EISDOMRecord
Used for introspected DOM records.
domMethod - Variable in class org.eclipse.persistence.eis.EISPlatform
Used to reflectively provide XML record support as DOMRecord is not part of the JCA-CCI spec.
DOMPlatform - Class in org.eclipse.persistence.oxm.platform
INTERNAL:
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
 
DOMReader.IndexedAttributeList - Class in org.eclipse.persistence.internal.oxm.record
Implementation of Attributes - used to pass along a given node's attributes to the startElement method of the reader's content handler.
DOMReader.LocatorImpl - Class in org.eclipse.persistence.internal.oxm.record
 
DOMRecord - Class in org.eclipse.persistence.oxm.record
PUBLIC: Provides a Record/Map API on an XML DOM element.
DOMRecord - Interface in org.eclipse.persistence.eis
DOMRecord is an extension of the JCA Record interface that provides support for XML data.
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, 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, 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, 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(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(Document) - Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
INTERNAL: Create a record with the element.
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
 
domToEventWriterClass - Static variable in class org.eclipse.persistence.internal.oxm.XMLMarshaller
 
domToStreamWriterClass - Static variable in class org.eclipse.persistence.internal.oxm.XMLMarshaller
 
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
 
Done() - Method in class org.eclipse.persistence.tools.oracleddl.parser.JavaCharStream
Set buffers back to null when finished.
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
 
doNotRedirect - Variable in class org.eclipse.persistence.queries.DatabaseQuery
Can be set to true in the case there is a redirector or a default redirector but the user does not want the query redirected.
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.
dontDoMerge(Object, Object, MergeManager) - Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
INTERNAL: Return true if the merge should be bypassed.
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.oxm.Constants
 
DOT - Static variable in class org.eclipse.persistence.jpa.jpql.parser.AbstractExpression
The constant for '.'.
DOT - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DOT - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
 
DOT - Static variable in class org.eclipse.persistence.tools.oracleddl.util.DatabaseTypeBuilder
 
DOT_CLASS - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
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.asm.Type
 
DOUBLE - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
DOUBLE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DOUBLE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
The sort of the double type.
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_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_STR - Static variable in class org.eclipse.persistence.tools.dbws.Util
 
DOUBLE_STR - Static variable in class org.eclipse.persistence.tools.metadata.generation.Util
 
DOUBLE_TYPE - Enum constant in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
 
DOUBLE_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
The double type.
DoubleEncapsulatedCollectionHelper(AbstractContentAssistVisitor) - Constructor for class org.eclipse.persistence.jpa.jpql.tools.AbstractContentAssistVisitor.DoubleEncapsulatedCollectionHelper
 
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
Default constructor.
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
 
doubleType() - Method in class org.eclipse.persistence.jpa.jpql.tools.TypeHelper
Retrieves the IType for Double.
DoubleType - Class in org.eclipse.persistence.tools.oracleddl.metadata
 
DoubleType() - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.DoubleType
 
DoubleType(long) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.DoubleType
 
DoubleType(long, long) - Constructor for class org.eclipse.persistence.tools.oracleddl.metadata.DoubleType
 
DoubleWrapperImpl() - Constructor for class org.eclipse.persistence.sdo.types.SDOWrapperType.DoubleWrapperImpl
Default constructor.
doUseOuterJoin() - Method in class org.eclipse.persistence.internal.expressions.ObjectExpression
 
doValuesConform(Object, Object, AbstractSession) - Method in class org.eclipse.persistence.internal.expressions.RelationExpression
Conform in-memory the two values.
dpInitializatonPolicy - Variable in class org.eclipse.persistence.internal.dynamic.DynamicPropertiesManager
 
dpm - Variable in class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
DPM - Static variable in class org.eclipse.persistence.internal.xr.XRDynamicEntity_CollectionWrapper
 
DREM - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DRETURN - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
driver - Variable in class org.eclipse.persistence.internal.jpa.DataSourceConfig
Driver class name string
driver - Variable in class org.eclipse.persistence.sessions.DefaultConnector
cache up the instantiated Driver to speed up reconnects
DRIVER_KEY - Static variable in class org.eclipse.persistence.tools.dbws.DBWSBuilder
 
driverClass - Variable in class org.eclipse.persistence.sessions.DefaultConnector
cache up the driver class to speed up reconnects
driverClassName - Variable in class org.eclipse.persistence.sessions.DefaultConnector
 
driverIs(String) - Method in class org.eclipse.persistence.sessions.DatabaseLogin
INTERNAL: Return whether the specified driver is being used.
driverName - Variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
 
driverSupportsNationalCharacterVarying - Variable in class org.eclipse.persistence.internal.databaseaccess.DatabasePlatform
True if the current jdbc driver supports get/setNString methods
driverURLHeader - Variable in class org.eclipse.persistence.sessions.DefaultConnector
 
driverVersion - Variable in class org.eclipse.persistence.platform.database.oracle.Oracle9Platform
 
Drop - Static variable in class org.eclipse.persistence.config.FlushClearCache
Call to clear method causes to drop the whole EntityManager cache.
DROP - Enum constant in enum org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.TableCreationType
 
DROP_AND_CREATE - Enum constant in enum org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.TableCreationType
 
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(AbstractSession, Writer) - Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
INTERNAL: Execute the SQL alter table constraint creation string.
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(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.
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 - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
dropDatabaseSchemas() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
INTERNAL: Iterate over the schemas that need to be dropped.
dropDDLs - Variable in class org.eclipse.persistence.tools.dbws.oracle.ShadowDDLGenerator
 
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.
dropSchemaWriter - Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
 
dropSequences() - Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
This will drop the database schemas if managing the database schemas.
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)
DSTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DSUB - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
dtBuilder - Variable in class org.eclipse.persistence.tools.dbws.oracle.OracleHelper
 
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
 
dtdFileName40 - Static variable in class org.eclipse.persistence.internal.sessions.factories.PersistenceEntityResolver
 
dtdFileName45 - Static variable in class org.eclipse.persistence.internal.sessions.factories.PersistenceEntityResolver
 
dtdFileName904 - Static variable in class org.eclipse.persistence.internal.sessions.factories.PersistenceEntityResolver
 
dump(String) - Method in class org.eclipse.persistence.tools.oracleddl.parser.SimpleNode
 
DUMP_AFTER_COMPLETION_ERRORS - Static variable in class org.eclipse.persistence.internal.jpa.transaction.TransactionImpl
Deprecated.
 
dumpConcurrencyManagerInformationIfAppropriate() - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
dumpConcurrencyManagerInformationStep01(Map<Thread, DeferredLockManager>, Map<Thread, ReadLockManager>, Map<Thread, ConcurrencyManager>, Map<Thread, String>, Map<Thread, Set<ConcurrencyManager>>, Map<Thread, ConcurrencyManager>, Map<Thread, String>, Set<Thread>, Map<Thread, String>, Map<Thread, Set<Object>>) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
The current working thread is having problems.
dumpConcurrencyManagerInformationStep02(ConcurrencyManagerState) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
Dump the server log all of the information that we managed to aggregate about the current state of the concurrency manager.
dumpDeadLockExplanationIfPossible(ConcurrencyManagerState) - Method in class org.eclipse.persistence.internal.helper.ConcurrencyUtil
 
dumpResults() - Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
Log the results to the session's log (System.out).
dumpTime - Variable in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
 
dumpTime - Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
 
dup() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
Generates a DUP instruction.
dup() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
 
DUP - Static variable in class org.eclipse.persistence.asm.Opcodes
 
DUP - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DUP_X1 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DUP_X2 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
dup2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
Generates a DUP2 instruction.
dup2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
 
DUP2 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DUP2_X1 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
DUP2_X2 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
 
dup2X1() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
Generates a DUP2_X1 instruction.
dup2X1() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
 
dup2X2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
Generates a DUP2_X2 instruction.
dup2X2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
 
DUPLICATE_ELEMENT_NAME - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
 
DUPLICATE_PARTITION_VALUE - Static variable in exception class org.eclipse.persistence.exceptions.ValidationException
 
DUPLICATE_PROPERTY_NAME - Static variable in exception class org.eclipse.persistence.exceptions.JAXBException
 
duplicateAliasNames - Variable in class org.eclipse.persistence.internal.jpa.querydef.CompoundSelectionImpl
 
duplicateElementName(QName) - Static method in exception class org.eclipse.persistence.exceptions.JAXBException
 
duplicatePartitionValue(String, Object) - Static method in exception class org.eclipse.persistence.exceptions.ValidationException
ValuePartitioning using the same value twice.
duplicatePropertyName(String, String) - Static method in exception class org.eclipse.persistence.exceptions.JAXBException
 
dupX1() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
Generates a DUP_X1 instruction.
dupX1() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
 
dupX2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
Generates a DUP_X2 instruction.
dupX2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
 
durability - Variable in class org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLInteractionSpec
 
DURABILITY - Static variable in class org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform
Deprecated.
 
DURABILITY - Static variable in class org.eclipse.persistence.nosql.adapters.sdk.OracleNoSQLPlatform
 
DURATION - Static variable in class org.eclipse.persistence.internal.core.helper.CoreClassConstants
 
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
Default constructor.
DYNAMIC - Static variable in class org.eclipse.persistence.jaxb.JAXBContextProperties.Factory
Use DynamicJAXBContextFactory for context creation.
DYNAMIC_ENTITY_HAS_NULL_TYPE - Static variable in exception class org.eclipse.persistence.exceptions.DynamicException
 
DYNAMIC_ENTITY_NOT_FOUND - Static variable in exception class org.eclipse.persistence.exceptions.DynamicException
 
DYNAMIC_PROPERTIES_MANAGER_CLASSNAME_SLASHES - Static variable in class org.eclipse.persistence.dynamic.DynamicClassWriter
 
dynamicClassLoader - Variable in class org.eclipse.persistence.jaxb.dynamic.metadata.Metadata
 
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 - Class in org.eclipse.persistence.sdo.helper
 
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(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 Class in org.eclipse.persistence.exceptions
Custom exception type that provides information about failure cases encountered when using a GenericEntity with TopLink.
DynamicException(String) - Constructor for exception class org.eclipse.persistence.exceptions.DynamicException
 
DynamicException(String, Throwable) - Constructor for exception class org.eclipse.persistence.exceptions.DynamicException
 
DynamicHelper - Class in org.eclipse.persistence.dynamic
A DynamicHelper provides some utility methods to simplify application development with dynamic types.
DynamicHelper(DatabaseSession) - Constructor for class org.eclipse.persistence.dynamic.DynamicHelper
 
DynamicHelper.SessionCustomizer - Class in org.eclipse.persistence.dynamic
A SessionCustomizer which configures all descriptors as dynamic entity types.
DynamicIdentityPolicy - Class in org.eclipse.persistence.jpa.dynamic
Custom CMPPolicy to handle Object[].
DynamicIdentityPolicy() - Constructor for class org.eclipse.persistence.jpa.dynamic.DynamicIdentityPolicy
Default constructor;
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
Creates an instance of DynamicJAXBContextFactory.
dynamicPersistenceContexts - Variable in class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
 
DynamicPropertiesInitializatonPolicy - Class in org.eclipse.persistence.internal.dynamic
 
DynamicPropertiesInitializatonPolicy() - Constructor for class org.eclipse.persistence.internal.dynamic.DynamicPropertiesInitializatonPolicy
Default constructor.
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
 
DynamicRestClassLoader - Class in org.eclipse.persistence.jpa.rs
This custom ClassLoader provides support for dynamically generating classes within an JPA-RS EclipseLink application using byte codes created using a DynamicClassWriter.
DynamicRestClassLoader(ClassLoader) - Constructor for class org.eclipse.persistence.jpa.rs.DynamicRestClassLoader
 
DynamicRestClassLoader(ClassLoader, DynamicClassWriter) - Constructor for class org.eclipse.persistence.jpa.rs.DynamicRestClassLoader
 
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(DatabaseAccessor) - Constructor for class org.eclipse.persistence.internal.databaseaccess.DynamicSQLBatchWritingMechanism
 
dynamicSQLMechanism - Variable in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
These two attributes store the available BatchWritingMechanisms.
dynamicStatement - Variable in class org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor
PERF: Cache the statement object for dynamic SQL execution.
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() - Constructor for class org.eclipse.persistence.internal.dynamic.DynamicTypeImpl
 
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(Session, 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(Session, String) - Constructor for class org.eclipse.persistence.jpa.rs.util.metadatasources.DynamicXmlV2MetadataSource
Creates a new DynamicXmlV2MetadataSource.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form