|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractCompositeDirectCollectionMapping
consolidates the behavior of mappings that
map collections of "native" data objects (e.g.AbstractQuery
interface defines functionality that is common
to both top-level queries and subqueries.Access
annotation to specify an access
type to be applied to an entity class, mapped superclass, or
embeddable class, or to a specific attribute of such a class.Sequence.addText(String)
in 2.1.0
Sequence.addText(int, String)
in 2.1.0
AggregateObjectMapping
(Embeddable
in JPA) to the
DynamicTypeBuilder.entityType
being built or extended.
DynamicClassWriter
.
DynamicClassWriter
but specifying a different parent class.
DynamicClassWriter
.
DirectCollectionMapping
to the DynamicTypeBuilder.entityType
being
built or extended.
DirectToFieldMapping
(@Basic) mapping to be added to a
dynamic type through API.
DynamicClassWriter
with the provided
DynamicClassLoader
so that a dynamic class can be generated when
needed.
ManyToManyMapping
to the DynamicTypeBuilder.entityType
being built or
extended.
DynamicTypeBuilder.entityType
's descriptor being built or
extended.
data
for optimized binary storage as an attachment.
data
for optimized binary storage as an attachment.
OneToManyMapping
to the DynamicTypeBuilder.entityType
being built or
extended.
OneToOneMapping
(@OneToOne and @ManyToOne) mappings to be
added to a dynamic type through API.
Expression.equal
to be used
for comparisons.
data
as an attachment and return attachment's content-id, cid.
PersistenceUnitInfo.getClassLoader()
method.
attributeName
holding true for criteria
.
ClassDescriptor.setShouldAlwaysRefreshCache(boolean)
with an argument of true
:
it configures a ClassDescriptor
to always refresh the cache if data is received from the database by any query.
ClassDescriptor.setShouldAlwaysRefreshCacheOnRemote(boolean)
with an argument of true
:
it configures a ClassDescriptor
to always remotely refresh the cache if data is received from the database by any
query in a RemoteSession
.
PersistenceUnitInfo.getPersistenceUnitRootUrl()
BasicType
represent basic types (including
temporal and enumerated types)."eclipselink.jdbc.batch-writing"
property configures the
use of batch writing to optimize transactions with multiple writes.
"eclipselink.jdbc.batch-writing.size"
property
configures the batch size used for batch writing.
changes
and turns change logging on.
changes
and turns change logging on.
Bindable
represent object or attribute types
that can be bound into a Path
.CORBAConnection
interface.
"eclipselink.cache.size.
- CACHE_SIZE_DEFAULT -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- Default caching properties - apply to all entities.
- CACHE_STATEMENTS -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.jdbc.cache-statements"
property specifies
whether JDBC statements should be cached.
- CACHE_STATEMENTS_SIZE -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.jdbc.cache-statements.size"
property
specifies the number of statements held when using internal statement
caching.
- CACHE_STATMENT -
Static variable in class org.eclipse.persistence.config.QueryHints
- "eclipselink.jdbc.cache-statement"
Configures if the query will cache its JDBC statement.
- CACHE_STORE_MODE -
Static variable in class org.eclipse.persistence.config.QueryHints
- "javax.persistence.cacheStoreMode"
Configures the behavior when data is read from the database and when
data is committed into the database.
- CACHE_TYPE_ -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- All valid values for CACHE_TYPE_ properties are declared in CacheType
class.
- CACHE_TYPE_DEFAULT -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- Default caching properties - apply to all entities.
- CACHE_USAGE -
Static variable in class org.eclipse.persistence.config.QueryHints
- "eclipselink.cache-usage"
Configures the query to utilize the EclipseLink cache, by default the cache is not checked on queries before accessing the database.
- Cacheable - Annotation Type in javax.persistence
- Specifies whether an entity should be cached if caching is enabled
when the value of the
persistence.xml
caching element
is ENABLE_SELECTIVE
or DISABLE_SELECTIVE
. - cacheAllStatements() -
Method in class org.eclipse.persistence.sessions.DatabaseLogin
- PUBLIC:
Cache all prepared statements, this requires full parameter binding as well.
- CacheCoordinationProtocol - Class in org.eclipse.persistence.config
- Cache coordination protocol persistence property values.
- CacheCoordinationProtocol() -
Constructor for class org.eclipse.persistence.config.CacheCoordinationProtocol
-
- CacheCoordinationType - Enum in org.eclipse.persistence.annotations
- An enum that is used within the Cache annotation.
- cachedConnection -
Variable in class org.eclipse.persistence.sessions.server.ExternalConnectionPool
-
- cachedExpression -
Variable in class org.eclipse.persistence.descriptors.VersionLockingPolicy
-
- cachedExpressionQueries -
Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
- PERF: Expression query call cache for avoiding regenerated dynamic query SQL.
- CachedObjects -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- cachedUpdateCalls -
Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
- PERF: Update call cache for avoiding regenerated update SQL.
- cacheExpiryAndExpiryTimeOfDayBothSpecified(Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- CacheHits -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- cacheHits -
Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- CacheInterceptor - Annotation Type in org.eclipse.persistence.annotations
- A CacheInterceptor can be set on an Entity and allows all EclipseLink cache
access to be intercepted by the developer provided interceptor.
- CacheInterceptor - Class in org.eclipse.persistence.sessions.interceptors
-
Purpose: Define a class through which Cache access can be
intercepted.
- CacheInterceptor(IdentityMap, AbstractSession) -
Constructor for class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
- cacheInterceptorClass -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- cacheInterceptorClassName -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- cacheInvalidationPolicy -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- CacheInvalidationPolicy - Class in org.eclipse.persistence.descriptors.invalidation
- PUBLIC:
A CacheInvalidationPolicy is used to set objects in TopLink's identity maps to be invalid
following given rules.
- CacheInvalidationPolicy() -
Constructor for class org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy
-
- cacheIsolation -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- CacheIsolationType - Enum in org.eclipse.persistence.config
- Options for how Entity instances should be shared within an EclipseLink Persistence Unit / ServerSession
- CacheKeyInterceptor - Class in org.eclipse.persistence.sessions.interceptors
- The CacheKeyInterceptor allows a Cache Interceptor implementation to wrap the EclipseLink CacheKey.
- CacheKeyInterceptor(CacheKey) -
Constructor for class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- CacheKeyType - Enum in org.eclipse.persistence.annotations
- Configures what type of Id value is used to store the object in the cache.
- cacheKeyType -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- Allow cache key type to be configured.
- CacheMisses -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- cacheMisses -
Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- cacheNotSupportedWithEmbeddable(Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cacheQueryResults() -
Method in class org.eclipse.persistence.queries.ReadQuery
- ADVANCED:
This method will instruct the query to cache the results returned by its
next execution.
- cacheResult(Object) -
Method in class org.eclipse.persistence.queries.DataReadQuery
- INTERNAL:
This method is called by the object builder when building an original.
- cacheResult(Object) -
Method in class org.eclipse.persistence.queries.ReadAllQuery
- INTERNAL:
This method is called by the object builder when building an original.
- cacheResult(Object) -
Method in class org.eclipse.persistence.queries.ReadObjectQuery
- INTERNAL:
This method is called by the object builder when building an original.
- cacheResult(Object) -
Method in class org.eclipse.persistence.queries.ReadQuery
- INTERNAL:
This method is called by the object builder when building an original.
- cacheResult(Object) -
Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
- INTERNAL:
This method is called by the object builder when building an original.
- CacheRetrieveMode - Enum in javax.persistence
- Used as the value of the
javax.persistence.cache.retrieveMode
property to
specify the behavior when data is retrieved by the
find
methods and by queries. - cacheStatement() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- PUBLIC: Cache the prepared statements, this requires full parameter
binding as well.
- CacheStoreMode - Enum in javax.persistence
- Used as the value of the
javax.persistence.cache.storeMode
property to specify
the behavior when data is read from the database and when data is
committed into the database. - cacheSynchronizationType -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- Configures how objects will be sent via cache synchronization, if synchronization is enabled.
- cacheTransactionIsolation -
Variable in class org.eclipse.persistence.sessions.DatasourceLogin
- By default concurrency is optimized and the cache is not locked during reads or writes,
This allows for concurrent reading and writing and should never cause any problems.
- CacheType - Enum in org.eclipse.persistence.annotations
- The CacheType enum is used with the Cache annotation for a persistent class.
- CacheType - Class in org.eclipse.persistence.config
- Cache type persistence property values.
- CacheType() -
Constructor for class org.eclipse.persistence.config.CacheType
-
- cacheType -
Variable in class org.eclipse.persistence.queries.QueryResultsCachePolicy
- Allows the identity map class type to be set.
- CacheUsage - Class in org.eclipse.persistence.config
- Cache usage hint values.
- CacheUsage() -
Constructor for class org.eclipse.persistence.config.CacheUsage
-
- cacheUsage -
Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- Allow for the cache usage to be specified to enable in-memory querying.
- CacheUsageIndirectionPolicy - Class in org.eclipse.persistence.config
- In-memory querying and conforming indirection policy.
- CacheUsageIndirectionPolicy() -
Constructor for class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
-
- Caching -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- calculateChanges(Object, Object, boolean, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) -
Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
- INTERNAL:
calculateChanges creates a change set for a particular object.
- calculateChanges(Object, Object, boolean, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) -
Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
- INTERNAL:
CalculateChanges creates a change set for an existing object.
- calculateChangesForExistingObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) -
Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
- INTERNAL:
PERF: Calculate change for the existing object, avoids check for new since already know.
- calculateChangesForExistingObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) -
Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
- INTERNAL:
PERF: Calculate change for the new object, avoids check for new since already know.
- calculateChangesForExistingObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) -
Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
- INTERNAL:
CalculateChanges creates a change set for an existing object.
- calculateChangesForNewObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) -
Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
- INTERNAL:
PERF: Calculate change for the new object, avoids check for new since already know.
- calculateChangesForNewObject(Object, UnitOfWorkChangeSet, UnitOfWorkImpl, ClassDescriptor, boolean) -
Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
- INTERNAL:
CalculateChanges creates a change set for a new object.
- calculateDeferredChanges(ChangeRecord, AbstractSession) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes
as apposed to detected changes.
- calculateDeferredChanges(ChangeRecord, AbstractSession) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes
as apposed to detected changes.
- calculateDeferredChanges(ChangeRecord, AbstractSession) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes
as apposed to detected changes.
- calculateDeferredChanges(ChangeRecord, AbstractSession) -
Method in class org.eclipse.persistence.mappings.DirectMapMapping
- INTERNAL:
Used by AttributeLevelChangeTracking to update a changeRecord with calculated changes
as apposed to detected changes.
- CALENDAR -
Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- call -
Variable in exception org.eclipse.persistence.exceptions.DatabaseException
-
- Call - Interface in org.eclipse.persistence.queries
- Call defines the interface used primarily by EclipseLink queries
and query mechanisms to perform the necessary actions
(read, insert, update, delete) on the data store.
- CALLED_METHOD_THREW_EXCEPTION -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- calledMethodThrewException(Method, Object, Exception) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- callSequencingCallback() -
Method in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
- canBatchWriteWithOptimisticLocking(DatabaseCall) -
Method in class org.eclipse.persistence.platform.database.MaxDBPlatform
-
- canBatchWriteWithOptimisticLocking(DatabaseCall) -
Method in class org.eclipse.persistence.platform.database.MySQLPlatform
- INTERNAL:
Supports Batch Writing with Optimistic Locking.
- canBeginTransaction_impl(Object) -
Method in class org.eclipse.persistence.transaction.AbstractTransactionController
- INTERNAL:
Return true if the status indicates that a transaction can be started.
- canBeginTransaction_impl(Object) -
Method in class org.eclipse.persistence.transaction.JTATransactionController
- INTERNAL:
Return true if the status indicates that a transaction can be started.
- canBuildCallWithReturning() -
Method in class org.eclipse.persistence.platform.database.OraclePlatform
- INTERNAL:
Indicates whether the platform can build call with returning.
- canBuildCallWithReturning() -
Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
- INTERNAL:
Postgres has a returning clause.
- canCommitTransaction_impl(Object) -
Method in class org.eclipse.persistence.transaction.AbstractTransactionController
- INTERNAL:
Return true if the status indicates that a transaction can be committed.
- canCommitTransaction_impl(Object) -
Method in class org.eclipse.persistence.transaction.JTATransactionController
- INTERNAL:
Return true if the status indicates that a transaction can be committed.
- canIssueSQLToDatabase_impl(Object) -
Method in class org.eclipse.persistence.transaction.AbstractTransactionController
- INTERNAL:
Return true if the status indicates that the SQL should be issued to the db.
- canIssueSQLToDatabase_impl(Object) -
Method in class org.eclipse.persistence.transaction.JTATransactionController
- INTERNAL:
Return true if the status indicates that the SQL should be issued to the db.
- canMergeUnitOfWork_impl(Object) -
Method in class org.eclipse.persistence.transaction.AbstractTransactionController
- INTERNAL:
Return true if the status indicates that the unit of work should be merged
into the shared cache.
- canMergeUnitOfWork_impl(Object) -
Method in class org.eclipse.persistence.transaction.JTATransactionController
- INTERNAL:
Return true if the status indicates that the unit of work should be merged
into the shared cache.
- CANNOT_ACCESS_FIELD_ON_OBJECT -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_ACCESS_METHOD_ON_OBJECT -
Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- CANNOT_ACCESS_METHOD_ON_OBJECT -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_ACQUIRE_CLIENTSESSION_FROM_SESSION -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_ACQUIRE_DATA_SOURCE -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_ACQUIRE_HISTORICAL_SESSION -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_ADD_DESCRIPTORS_TO_SESSION -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_ADD_DESCRIPTORS_TO_SESSION_BROKER -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_ADD_ELEMENT -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_ADD_ELEMENT_WITHOUT_KEY_TO_MAP -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_ADD_TO_CONTAINER -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CACHE_CURSOR_RESULTS_ON_QUERY -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CACHE_ISOLATED_DATA_ON_QUERY -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CACHE_PARTIAL_OBJECT -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CAST_TO_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_COMMIT_AND_RESUME_UOW_WITH_MODIFY_ALL_QUERIES -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_COMMIT_UOW_AGAIN -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_COMPARE_TABLES_IN_EXPRESSION -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_COMPARE_TARGET_FOREIGN_KEYS_TO_NULL -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CONFORM_AND_CACHE_QUERY_RESULTS -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CONFORM_EXPRESSION -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CONFORM_UNFETCHED_ATTRIBUTE -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CREATE_CLONE -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CREATE_DYNAMIC_CONTEXT_FROM_CLASSES -
Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- CANNOT_CREATE_EXTERNAL_TRANSACTION_CONTROLLER -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_DELETE_READ_ONLY_OBJECT -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_DEPLOY_WITHOUT_PREDEPLOY -
Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- CANNOT_ENLIST_MULTIPLE_DATASOURCES -
Static variable in exception org.eclipse.persistence.exceptions.TransactionException
-
- CANNOT_INITIALIZE_FROM_NODE -
Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- CANNOT_INSTANTIATE_EXCEPTIONHANDLER_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_INSTANTIATE_PROFILER_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_INSTANTIATE_SESSIONEVENTLISTENER_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_INVOKE_METHOD_ON_CONFIG_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_LOGIN_TO_A_SESSION -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_LOGOUT_OF_A_SESSION -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_MODIFY_READ_ONLY_CLASSES_SET_AFTER_USING_UNIT_OF_WORK -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_MODIFY_SCHEMA_IN_SESSION -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_PERFORM_OP_WITH_NULL_PARAM -
Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- CANNOT_PERFORM_OPERATION_ON_NULL_ARGUMENT -
Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- CANNOT_PERFORM_OPERATION_ON_PROPERTY -
Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- CANNOT_PERSIST_MANAGED_OBJECT -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_PREDEPLOY -
Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- CANNOT_QUERY_ACROSS_VARIABLE_ONE_TO_ONE_MAPPING -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_REGISTER_AGGREGATE_OBJECT_IN_UNIT_OF_WORK -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_REGISTER_SYNCHRONIZATIONLISTENER_FOR_UNITOFWORK -
Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
-
- CANNOT_RELEASE_NON_CLIENTSESSION -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_REMOVE_FROM_CONTAINER -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_REMOVE_FROM_READ_ONLY_CLASSES_IN_NESTED_UNIT_OF_WORK -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_RESUME_SYNCHRONIZED_UOW -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_SET_CONVERTER_FOR_NON_DIRECT_MAPPING -
Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- CANNOT_SET_CURSOR_FOR_PARAMETER_TYPE_OTHER_THAN_OUT -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_SET_DEFAULT_SEQUENCE_AS_DEFAULT -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_SET_PROPERTY_TYPE_ANNOTATION_IF_TARGET_DATATYPE_TRUE -
Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- CANNOT_SET_READ_POOL_SIZE_AFTER_LOGIN -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_SET_REPORT_QUERY_TO_CHECK_CACHE_ONLY -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_TRANSLATE_UNPREPARED_CALL -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_UNWRAP_NON_MAP_MEMBERS -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_USE_ID_VALUE_FOR_COMPOSITE_ID -
Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- CANNOT_WRITE_CHANGES_ON_NESTED_UNIT_OF_WORK -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_WRITE_CHANGES_TWICE -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotAccessFieldOnObject(Field, Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotAccessMethodOnObject(Method, Object) -
Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- cannotAccessMethodOnObject(Method, Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotAcquireClientSessionFromSession() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotAcquireDataSource(Object, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotAcquireHistoricalSession() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotAddDescriptorsToSessionBroker() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotAddElement(Object, Object, Exception) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotAddElementWithoutKeyToMap(Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotAddToContainer(Object, Object, ContainerPolicy) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCacheCursorResultsOnQuery(DatabaseQuery) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCacheIsolatedDataOnQuery(DatabaseQuery) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCachePartialObjects(DatabaseQuery) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCastToClass(Object, Object, Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotCommitAndResumeSynchronizedUOW(UnitOfWorkImpl) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotCommitAndResumeUOWWithModifyAllQueries() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotCommitUOWAgain() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotCompareTablesInExpression(Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCompareTargetForeignKeysToNull(Expression, Object, DatabaseMapping) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotConformAndCacheQueryResults(ReadQuery) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotConformExpression() -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotConformUnfetchedAttribute(String) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCreateClone(ContainerPolicy, Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCreateDynamicContextFromClasses() -
Static method in exception org.eclipse.persistence.exceptions.JAXBException
- This exception is thrown if the user tries to create a new instance of DynamicJAXBContext using an
array of actual classes.
- cannotCreateExternalTransactionController(String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotDeleteReadOnlyObject(Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotDeployWithoutPredeploy(String, String) -
Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- cannotHaveUnboundInOutputArguments() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotInitializeFromNode() -
Static method in exception org.eclipse.persistence.exceptions.JAXBException
- This exception is thrown if the user tries to create a new instance of DynamicJAXBContext using an
Node, that is not an instance of either Document or Element.
- cannotInstantiateExceptionHandlerClass(String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotInstantiateProfilerClass(String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotInstantiateSessionEventListenerClass(String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotInvokeMethodOnConfigClass(String, String, String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotIssueModifyAllQueryWithOtherWritesWithinUOW() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotModifyReadOnlyClassesSetAfterUsingUnitOfWork() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotPerformOperationOnNullArgument(String) -
Static method in exception org.eclipse.persistence.exceptions.SDOException
- INTERNAL:
Exception when trying to perform an operation with a null argument
- cannotPerformOperationOnProperty(String, String) -
Static method in exception org.eclipse.persistence.exceptions.SDOException
- INTERNAL:
Exception when trying to set a property via path based access.
- cannotPerformOperationWithNullInputParameter(String, String) -
Static method in exception org.eclipse.persistence.exceptions.SDOException
- INTERNAL:
Exception trying to call a method with a null input parameter
- cannotPersistExistingObject(Object, AbstractSession) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotPredeploy(String, String) -
Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- cannotQueryAcrossAVariableOneToOneMapping(DatabaseMapping, ClassDescriptor) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotRegisterAggregateObjectInUnitOfWork(Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotRegisterSynchronizatonListenerForUnitOfWork(Exception) -
Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- cannotReleaseNonClientSession() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotRemoveFromContainer(Object, Object, ContainerPolicy) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotRemoveFromReadOnlyClassesInNestedUnitOfWork() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotSetConverterForNonDirectMapping(ClassDescriptor, DatabaseMapping, String) -
Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- cannotSetCursorForParameterTypeOtherThanOut(String, String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotSetDefaultSequenceAsDefault(String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotSetListenerClasses(Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotSetReadPoolSizeAfterLogin() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotSetShouldCheckCacheOnlyOnReportQuery() -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotTranslateUnpreparedCall(String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotUnwrapNonMapMembers(Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotUseIdValueForCompositeId(ClassDescriptor) -
Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- cannotWriteChangesTwice() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- canRollbackTransaction_impl(Object) -
Method in class org.eclipse.persistence.transaction.AbstractTransactionController
- INTERNAL:
Return true if the status indicates that a transaction can be rolled back.
- canRollbackTransaction_impl(Object) -
Method in class org.eclipse.persistence.transaction.JTATransactionController
- INTERNAL:
Return true if the status indicates that a transaction can be rolled back.
- CANT_HAVE_UNBOUND_IN_OUTPUT_ARGUMENTS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- canUnwrapOracleConnection() -
Method in class org.eclipse.persistence.platform.database.OraclePlatform
- INTERNAL:
Indicates whether this Oracle platform can unwrap Oracle connection.
- capacity() -
Method in class org.eclipse.persistence.indirection.IndirectList
-
- CASCADE_ALL_PARTS -
Static variable in class org.eclipse.persistence.sessions.CopyGroup
- Depth level indicating that all relationships with mappings should be used when
building the copied object graph
- CASCADE_PRIVATE_PARTS -
Static variable in class org.eclipse.persistence.sessions.CopyGroup
- Depth level indicating that only relationships with mapping indicated privately-
owned should be copied
- CASCADE_TREE -
Static variable in class org.eclipse.persistence.sessions.CopyGroup
- Depth level indicating that only the attributes found in the attribute group should be copied
- CascadeAggregateDelete -
Static variable in class org.eclipse.persistence.queries.DatabaseQuery
-
- CascadeAllParts -
Static variable in class org.eclipse.persistence.config.CascadePolicy
-
- CascadeAllParts -
Static variable in class org.eclipse.persistence.queries.DatabaseQuery
-
- cascadeAllParts() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- PUBLIC: Cascade the query and its properties on the queries object(s) and
all objects related to the queries object(s).
- cascadeAllParts() -
Method in class org.eclipse.persistence.sessions.CopyGroup
- PUBLIC:
Set if the copy should cascade all relationships when copying the object(s).
- CascadeByMapping -
Static variable in class org.eclipse.persistence.config.CascadePolicy
-
- CascadeByMapping -
Static variable in class org.eclipse.persistence.queries.DatabaseQuery
-
- cascadeByMapping() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- PUBLIC: Cascade the query and its properties on the queries object(s) and
all related objects where the mapping has been set to cascade the merge.
- CascadeDependentParts -
Static variable in class org.eclipse.persistence.queries.DatabaseQuery
-
- cascadeDetach -
Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Cascade discover and persist new objects during commit to the map key
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl) -
Method in class org.eclipse.persistence.mappings.DirectMapMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Cascade discover and persist new objects during commit to the map key.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean) -
Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
- INTERNAL:
Cascade discover and persist new objects during commit to the map key
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeLockingPolicies -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- cascadeMerge -
Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- cascadeMerge_(Object, MergeManager, AbstractSession) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Cascade the merge to the component object, if appropriate.
- cascadeMerge_(Object, MergeManager, AbstractSession) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Cascade the merge to the component object, if appropriate.
- CascadeOnDelete - Annotation Type in org.eclipse.persistence.annotations
- Define the foreign key defined by the relationship to cascade the delete on the database.
- cascadeOnDelete() -
Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
- PUBLIC:
Enables delete cascading on the database.
- cascadeOnlyDependentParts() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- INTERNAL: Used by unit of work, only cascades constraint dependencies.
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DirectMapMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade.
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade.
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade remove through mappings that require the cascade.
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Cascade removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePersist -
Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- Cascading flags used by the EntityManager
- CascadePolicy - Class in org.eclipse.persistence.config
- Cascade policy hint values.
- CascadePolicy() -
Constructor for class org.eclipse.persistence.config.CascadePolicy
-
- cascadePolicy -
Variable in class org.eclipse.persistence.queries.DatabaseQuery
- Policy that determines how the query will cascade to its object's parts.
- CascadePrivateParts -
Static variable in class org.eclipse.persistence.config.CascadePolicy
-
- CascadePrivateParts -
Static variable in class org.eclipse.persistence.queries.DatabaseQuery
-
- cascadePrivateParts() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- PUBLIC: Cascade the query and its properties on the queries object(s) and
all privately owned objects related to the queries object(s).
- cascadePrivateParts() -
Method in class org.eclipse.persistence.sessions.CopyGroup
- PUBLIC:
Set if the copy should cascade only those relationships that are configured
as privately-owned.
- cascadeRefresh -
Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DirectMapMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade.
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade.
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRemove -
Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- cascadeTree() -
Method in class org.eclipse.persistence.sessions.CopyGroup
- PUBLIC:
Set if the copy should cascade only those attributes that are found in the group.
- CascadeType - Enum in javax.persistence
- Defines the set of cascadable operations that are propagated
to the associated entity.
- Case -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- CaseCondition -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- caseConditionStatement(Map<Expression, Object>, Object) -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
Function Convert values returned by the query to values
given in the caseConditions Map.
- caseConditionStatement() -
Method in class org.eclipse.persistence.expressions.Expression
- INTERNAL:
Creates an ArgumentListFunctionExpression that is capable of creating a case statement of the form:
SQL: CASE WHEN name = "Robert" THEN "Bob"
WHEN name = "Susan" THEN "Sue"
ELSE "No-Nickname"
This expression must be manipulated to successfully build a case statement by adding appropriate
children to it.
- caseConditionStatement() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- caseStatement(Map, Object) -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
Function Convert values returned by the query to values
given in the caseItems Map.
- caseStatement() -
Method in class org.eclipse.persistence.expressions.Expression
- INTERNAL:
Creates an ArgumentListFunctionExpression that is capable of creating a case statement of the form:
SQL: CASE name WHEN "Robert" THEN "Bob"
WHEN "Susan" THEN "Sue"
ELSE "No-Nickname"
This expression must be manipulated to successfully build a case statement by adding appropriate
children to it.
- caseStatement() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- CAST_MUST_USE_INHERITANCE -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- castMustUseInheritance(Expression) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- catchExceptions() -
Method in class org.eclipse.persistence.exceptions.IntegrityChecker
- PUBLIC:
This method is used for catching all the Descriptor Exceptions
- CATEGORY_LOGGING_LEVEL_ -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- Property prefix
"eclipselink.logging.level.
- caughtExceptions -
Variable in class org.eclipse.persistence.exceptions.IntegrityChecker
- To add all the Descriptor exceptions
- cciConnection -
Variable in class org.eclipse.persistence.eis.EISAccessor
-
- cdata -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
- cdata -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
- cdata(String) -
Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
- INTERNAL:
- cdata(String) -
Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
- INTERNAL:
- cdata(String) -
Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
- INTERNAL:
- cdata(String) -
Method in class org.eclipse.persistence.oxm.record.MarshalRecord
- Receive notification of character data to be wrapped in a CDATA node.
- cdata(String) -
Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
- cdata(String) -
Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
- INTERNAL:
- cdata(String) -
Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- cdata(String) -
Method in class org.eclipse.persistence.oxm.record.WriterRecord
- INTERNAL:
- cdata(String) -
Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
-
- cdata(String) -
Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- CDATA -
Static variable in class org.eclipse.persistence.oxm.XMLConstants
-
- ceil(Expression) -
Static method in class org.eclipse.persistence.expressions.ExpressionMath
- PUBLIC:
Return a new expression that applies the function to the given expression.
- Ceil -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- ceil() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- changeDescriptor(AbstractSession) -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- INTERNAL:
The reference class has been changed, need to reset the
descriptor.
- ChangedFieldsLockingPolicy - Class in org.eclipse.persistence.descriptors
- Purpose: An implementation of the OptimisticLockingPolicy interface.
- ChangedFieldsLockingPolicy() -
Constructor for class org.eclipse.persistence.descriptors.ChangedFieldsLockingPolicy
- PUBLIC:
Create a new changed fields locking policy.
- changeOrderTargetQuery -
Variable in class org.eclipse.persistence.mappings.CollectionMapping
- Query used when order of list members is changed.
- changePolicy -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- ChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
-
Purpose: Define the base Change Record API.
- changeSet -
Variable in class org.eclipse.persistence.descriptors.DescriptorEvent
- For the post merge event it is possible that there has been a change set generated.
- changeSet -
Variable in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
- The changes to be applied remotely
- changeSetBytes -
Variable in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
-
- changeSetDeleteNullQuery -
Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- changeSetDeleteQuery -
Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
- Used for deletion when ChangeSets are used
- ChangeSetsNotProcessed -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- ChangeSetsProcessed -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- ChangeSummary - Interface in commonj.sdo
- A change summary is used to record changes to DataObjects,
allowing applications to efficiently and incrementally update back-end storage when required.
- CHANGESUMMARY -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- ChangeSummary.Setting - Interface in commonj.sdo
- A setting encapsulates a
property
and a corresponding single value of the property's type
. - CHANGESUMMARY_REF -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
- Names for attributes available on ChangeSummary
- CHANGESUMMARY_UNSET -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- ChangeTracker - Interface in org.eclipse.persistence.descriptors.changetracking
-
Purpose: Define an interface for any object that wishes to use attribute change tracking.
- ChangeTracking - Annotation Type in org.eclipse.persistence.annotations
- The ChangeTracking annotation is used to specify the
org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
which computes changes sets for EclipseLink's UnitOfWork commit process.
- ChangeTrackingType - Enum in org.eclipse.persistence.annotations
- An enum that is used within the ChangeTracking annotation.
- changeType -
Variable in class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
- INTERNAL:
Change type is either add or remove
- CHARACTER -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- CHARACTER_DEFAULT -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- CHARACTEROBJECT -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- characters(String) -
Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
- INTERNAL:
- characters(String) -
Method in class org.eclipse.persistence.oxm.record.FormattedOutputStreamRecord
- INTERNAL:
- characters(String) -
Method in class org.eclipse.persistence.oxm.record.FormattedWriterRecord
- INTERNAL:
- characters(String) -
Method in class org.eclipse.persistence.oxm.record.MarshalRecord
- Receive notification of character data.
- characters(String) -
Method in class org.eclipse.persistence.oxm.record.NodeRecord
- INTERNAL:
- characters(String) -
Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
- INTERNAL:
- characters(char[], int, int) -
Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- characters(char[], int, int) -
Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- characters(String) -
Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- characters(String) -
Method in class org.eclipse.persistence.oxm.record.WriterRecord
- INTERNAL:
- characters(char[], int, int) -
Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- characters(String) -
Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
-
- characters(char[], int, int) -
Method in class org.eclipse.persistence.oxm.record.XMLRootRecord
-
- characters(String) -
Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- characters(char[], int, int) -
Method in class org.eclipse.persistence.oxm.unmapped.DefaultUnmappedContentHandler
-
- characters(char[], int, int) -
Method in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- characters(char[], int, int) -
Method in class org.eclipse.persistence.sdo.helper.SDOUnmappedContentHandler
-
- CharIndex -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- charIndex() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- CharLength -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- charLength() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- charLength() -
Static method in class org.eclipse.persistence.platform.database.SymfowarePlatform
- Obtains the number of characters in the data string value expression.
- checkAssignable(Class<?>) -
Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
-
- CheckCache -
Static variable in class org.eclipse.persistence.queries.DoesExistQuery
-
- CheckCacheByExactPrimaryKey -
Static variable in class org.eclipse.persistence.config.CacheUsage
- Configure the cache to be checked first if the query is by primary key (only).
- CheckCacheByExactPrimaryKey -
Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- checkCacheByExactPrimaryKey() -
Method in class org.eclipse.persistence.queries.ReadObjectQuery
- PUBLIC:
The cache will be checked only if the query contains exactly the primary key.
- CheckCacheByPrimaryKey -
Static variable in class org.eclipse.persistence.config.CacheUsage
- Configure the cache to be checked first if the query contains the primary key.
- CheckCacheByPrimaryKey -
Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- checkCacheByPrimaryKey() -
Method in class org.eclipse.persistence.queries.ReadObjectQuery
- PUBLIC:
This is the default, the cache will be checked only if the query contains the primary key.
- checkCacheFirst -
Variable in class org.eclipse.persistence.queries.DoesExistQuery
- Flag to determine if the cache should be check first in addition to another option.
- checkCacheForBatchKey(AbstractRecord, Object, Map, ReadQuery, ObjectLevelReadQuery, AbstractSession) -
Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- INTERNAL:
Check if the target object is in the cache if possible based on the source row.
- checkCacheForBatchKey(AbstractRecord, Object, Map, ReadQuery, ObjectLevelReadQuery, AbstractSession) -
Method in class org.eclipse.persistence.mappings.OneToOneMapping
- INTERNAL:
Check if the target object is in the cache if possible based on the target key value.
- checkCacheForDoesExist() -
Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
- PUBLIC:
Default behavior.
- checkCacheForDoesExist() -
Method in class org.eclipse.persistence.queries.DoesExistQuery
- PUBLIC:
Assume that if the objects primary key does not include null
and it is in the cache, then is must exist.
- checkCacheForDoesExist() -
Method in class org.eclipse.persistence.sessions.Project
- PUBLIC:
Switch all descriptors to check the cache for existence.
- CheckCacheOnly -
Static variable in class org.eclipse.persistence.config.CacheUsage
- Configure the cache to be searched for any matching objects.
- CheckCacheOnly -
Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- checkCacheOnly() -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- PUBLIC:
The cache will checked completely, if the object is not found null will be returned or an error if the query is too complex.
- CheckCacheThenDatabase -
Static variable in class org.eclipse.persistence.config.CacheUsage
- Configure the cache to be searched for any matching object before accesing the database.
- CheckCacheThenDatabase -
Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- checkCacheThenDatabase() -
Method in class org.eclipse.persistence.queries.ReadObjectQuery
- PUBLIC:
The cache will be checked completely, then if the object is not found or the query too complex the database will be queried.
- checkConnections -
Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
-
- checkDatabase(AbstractSession) -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- To check that tables and fields are present in database
- checkDatabase() -
Method in class org.eclipse.persistence.exceptions.IntegrityChecker
- PUBLIC:
This method is used to check the database tables.
- CheckDatabase -
Static variable in class org.eclipse.persistence.queries.DoesExistQuery
-
- checkDatabaseForDoesExist() -
Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
- PUBLIC:
Perform does exist check on the database
- checkDatabaseForDoesExist() -
Method in class org.eclipse.persistence.queries.DoesExistQuery
- PUBLIC:
Perform does exist check on the database through selecting the primary key.
- checkDatabaseForDoesExist() -
Method in class org.eclipse.persistence.sessions.Project
- PUBLIC:
Switch all descriptors to check the database for existence.
- checkDatabaseIfInvalid -
Variable in class org.eclipse.persistence.queries.DoesExistQuery
- Flag to determine cache invalidation policy support.
- checkDeferredLock() -
Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- checkDescriptor(AbstractSession) -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- INTERNAL: Ensure that the descriptor has been set.
- checkDescriptor(Object, AbstractSession) -
Method in class org.eclipse.persistence.queries.DoesExistQuery
- INTERNAL:
Ensure that the descriptor has been set.
- checkDescriptor(AbstractSession) -
Method in class org.eclipse.persistence.queries.ObjectLevelModifyQuery
- INTERNAL:
Ensure that the descriptor has been set.
- checkDescriptor(AbstractSession) -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- INTERNAL:
Ensure that the descriptor has been set.
- checkDescriptor(AbstractSession) -
Method in class org.eclipse.persistence.queries.ReadObjectQuery
- INTERNAL:
Ensure that the descriptor has been set.
- checkDumpTime() -
Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
- Log the results after a set amount of time has passed.
- checkDumpTime() -
Static method in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- checkEarlyReturn(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- INTERNAL: Check to see if this query already knows the return value
without performing any further work.
- checkEarlyReturn(Object, Object, AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.DoesExistQuery
- INTERNAL:
Check if existence can be determined without going to the database.
- checkEarlyReturn(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.DoesExistQuery
- INTERNAL:
Check if existence can be determined without going to the database.
- checkEarlyReturn(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- INTERNAL:
Check to see if this query already knows the return value without performing any further work.
- checkEarlyReturnLocal(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- INTERNAL:
Contains the body of the check early return call, implemented by subclasses.
- checkEarlyReturnLocal(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.ReadAllQuery
- INTERNAL:
The cache check is done before the prepare as a hit will not require the work to be done.
- checkEarlyReturnLocal(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.ReadObjectQuery
- INTERNAL:
The cache check is done before the prepare as a hit will not require the work to be done.
- checkEarlyReturnLocal(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.ReportQuery
- INTERNAL:
The cache check is done before the prepare as a hit will not require the work to be done.
- checkEclipseLinkCache(DatabaseQuery, Record, Session) -
Static method in class org.eclipse.persistence.queries.QueryRedirectorHelper
- This method will cause EclipseLink to check the EclipseLink cache for the object.
- checkForCustomQuery(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- INTERNAL: Check to see if a custom query should be used for this query.
- checkForCustomQuery(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.DeleteObjectQuery
- INTERNAL:
Check to see if a custom query should be used for this query.
- checkForCustomQuery(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.InsertObjectQuery
- INTERNAL:
Check to see if a custom query should be used for this query.
- checkForCustomQuery(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.ReadAllQuery
- INTERNAL:
Check to see if a custom query should be used for this query.
- checkForCustomQuery(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.ReadObjectQuery
- INTERNAL:
Check to see if a custom query should be used for this query.
- checkForCustomQuery(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.ReportQuery
- INTERNAL:
Check to see if a custom query should be used for this query.
- checkForCustomQuery(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.UpdateObjectQuery
- INTERNAL:
Check to see if a custom query should be used for this query.
- checkIfExist(AbstractSession) -
Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
- INTERAL:
Verify whether the sequence exists.
- checkIfExist(AbstractSession) -
Method in class org.eclipse.persistence.tools.schemaframework.SequenceObjectDefinition
- INTERNAL:
Check if the sequence object already exists, in which case dont create it.
- checkIfExist(AbstractSession) -
Method in class org.eclipse.persistence.tools.schemaframework.TableSequenceDefinition
- INTERAL:
Execute the SQL required to insert the sequence row into the sequence table.
- checkIfExist(AbstractSession) -
Method in class org.eclipse.persistence.tools.schemaframework.UnaryTableSequenceDefinition
- INTERAL:
Verify whether the sequence exists.
- checkInheritanceTreeAggregateSettings(AbstractSession, AggregateMapping) -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- INTERNAL:
Verify that an aggregate descriptor's inheritance tree
is full of aggregate descriptors.
- checkInstantiationPolicy() -
Method in class org.eclipse.persistence.exceptions.IntegrityChecker
- PUBLIC:
This method is used to check the InstantiationPolicy.
- checkPrepare(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- INTERNAL: Check to see if this query needs to be prepare and prepare it.
- checkPrepare(AbstractSession, AbstractRecord, boolean) -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- INTERNAL: Check to see if this query needs to be prepare and prepare it.
- checkPrepare(AbstractSession, AbstractRecord, boolean) -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- INTERNAL:
Check to see if this query needs to be prepare and prepare it.
- checkPrePrepare(AbstractSession) -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- INTERNAL:
ObjectLevelReadQueries now have an explicit pre-prepare stage, which
is for checking for pessimistic locking, and computing any joined
attributes declared on the descriptor.
- checkReadLock() -
Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- checkTable(DatabaseTable, AbstractSession) -
Method in class org.eclipse.persistence.exceptions.IntegrityChecker
- INTERNAL:
This method checks that tables are present in the database.
- checkWastedVersioning(AbstractRecord, DatabaseTable) -
Method in class org.eclipse.persistence.history.HistoryPolicy
- INTERNAL:
Checks for the case where an object has multiple tables but only some
are part of a minimal update.
- CHILD_DESCRIPTORS_DO_NOT_HAVE_IDENTITY_MAP -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CHILD_DOES_NOT_DEFINE_ABSTRACT_QUERY_KEY -
Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- childDescriptors -
Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- childDescriptors -
Variable in class org.eclipse.persistence.descriptors.InterfacePolicy
-
- childDescriptorsDoNotHaveIdentityMap() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- childDoesNotDefineAbstractQueryKeyOfParent(ClassDescriptor, ClassDescriptor, String) -
Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- childRecordPool -
Variable in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- childrenJoinExpression -
Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- childrenTables -
Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- childrenTablesJoinExpressions -
Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- chr(Expression) -
Static method in class org.eclipse.persistence.expressions.ExpressionMath
- PUBLIC:
Return a new expression that applies the function to the given expression.
- Chr -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- chr() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- CIRCULAR_MAPPED_BY_REFERENCES -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- circularMappedByReferences(Object, String, Object, String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- CLASS_EXTRACTION_METHOD_MUST_BE_STATIC -
Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- CLASS_EXTRACTOR_CAN_NOT_BE_SPECIFIED_WITH_DISCRIMINATOR -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CLASS_FILE_TRANSFORMER_THROWS_EXCEPTION -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CLASS_INDICATOR_FIELD_NOT_FOUND -
Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- CLASS_LIST_MUST_NOT_BE_NULL -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CLASS_NOT_FOUND -
Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- CLASS_NOT_FOUND_EXCEPTION -
Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- CLASS_NOT_FOUND_FOR_PROPERTY -
Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- CLASS_NOT_FOUND_WHILE_CONVERTING_CLASSNAMES -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CLASS_NOT_FOUND_WHILE_PROCESSING_ANNOTATIONS -
Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- CLASS_NOT_FOUND_WHILE_USING_QUERY_HINT -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CLASS_NOT_LISTED_IN_PERSISTENCE_UNIT -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CLASS_PK_DOES_NOT_EXIST_IN_CACHE -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- ClassBuffer - Class in org.eclipse.persistence.sdo.helper
- Purpose: This class maintains information about a generated class and its corresponding interface
Responsibilities:
Hold the StringBuffer contents of the class and interface
When the close() method is called the attribute and method buffers are appended to the classbuffer
and both the interface buffer and class buffer have the closing brace appended
- ClassBuffer(SDOClassGeneratorListener) -
Constructor for class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- ClassDescriptor - Class in org.eclipse.persistence.descriptors
- Purpose:
Abstract descriptor class for defining persistence information on a class.
- ClassDescriptor() -
Constructor for class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
Return a new descriptor.
- classExistsInArray(JavaClass, ArrayList<JavaClass>) -
Method in class org.eclipse.persistence.jaxb.compiler.XMLProcessor
- Convenience method to determine if a class exists in a given ArrayList.
- classExistsInArray(JavaClass, ArrayList<JavaClass>) -
Method in class org.eclipse.persistence.jaxb.javamodel.Helper
- Convenience method to determine if a class exists in a given ArrayList.
- classExtractionMethod -
Variable in class org.eclipse.persistence.descriptors.MethodClassExtractor
-
- classExtractionMethodMustBeStatic(String, ClassDescriptor) -
Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- classExtractionMethodName -
Variable in class org.eclipse.persistence.descriptors.MethodClassExtractor
-
- ClassExtractor - Annotation Type in org.eclipse.persistence.annotations
- A ClassExtractor allows for a user defined class indicator in place of
providing a discriminator column.
- ClassExtractor - Class in org.eclipse.persistence.descriptors
- Purpose:
Abstract class to allow complex inheritance support.
- ClassExtractor() -
Constructor for class org.eclipse.persistence.descriptors.ClassExtractor
-
- classExtractor -
Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- classExtractorCanNotBeSpecifiedWithDiscriminatorMetadata(String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- classExtractorName -
Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
- Allow for class extraction method to be specified.
- classFileTransformerThrowsException(Object, String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- classFromRow(AbstractRecord, AbstractSession) -
Method in class org.eclipse.persistence.descriptors.InheritancePolicy
- INTERNAL:
This method is invoked only for the abstract descriptors.
- classFromValue(Object, AbstractSession) -
Method in class org.eclipse.persistence.descriptors.InheritancePolicy
- INTERNAL:
This method is used to turn the a raw database field value classFieldValue into a Class object.
- classIndicatorField -
Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- classIndicatorFieldNotFound(ClassDescriptor, ClassDescriptor) -
Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- classIndicatorMapping -
Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- ClassInstanceConverter - Class in org.eclipse.persistence.mappings.converters
- Purpose: Allows a class name to be converted to and from a new instance of the class.
- ClassInstanceConverter() -
Constructor for class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
- PUBLIC:
Default constructor.
- classListMustNotBeNull() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- CLASSLOADER -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- Specify the classloader to use to create an EntityManagerFactory in the
property map passed to Persistence.createEntityManagerFactory.
- classLoader -
Variable in class org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader
- Define the class loader that should be used to find the resource.
- CLASSLOADER_EJB_FRAGMENT -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
- A classloader toString containing (.wrappers) means we are running from a local ejb container client
- CLASSLOADER_OC4J_FRAGMENT -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
- A classloader toString containing (oc4j:) means we are running from an 4 levels up from an ejb container
- CLASSLOADER_WEB_FRAGMENT -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
- A classloader toString containing (.web.) means we are running from a web container client
- className -
Variable in class org.eclipse.persistence.dynamic.DynamicEnumBuilder
-
- className(String, boolean) -
Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
- INTERNAL:
Return a valid Java class name or method name for a given string
- className(String, boolean, boolean, boolean) -
Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
- INTERNAL:
Return a valid Java class name or method name for a given string
- className -
Variable in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- className -
Variable in class org.eclipse.persistence.sessions.factories.TableCreatorClassGenerator
-
- classNameIndicatorMapping -
Variable in class org.eclipse.persistence.descriptors.InheritancePolicy
-
- classNotFound(Exception, String, String) -
Static method in exception org.eclipse.persistence.exceptions.SDOException
- INTERNAL:
Exception trying to load the instance class for a given type
- classNotFoundException(String) -
Static method in exception org.eclipse.persistence.exceptions.JAXBException
-
- classNotFoundException -
Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- classNotFoundException(String, String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- classNotFoundForProperty(String, String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- classNotFoundWhileConvertingClassNames(String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- classNotFoundWhileProcessingAnnotations(String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- classNotFoundWhileUsingQueryHint(DatabaseQuery, Object, Exception) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- classNotListedInPersistenceUnit(String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- classPkDoesNotExistInCache(Class, Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- ClassSummaryDetail - Class in org.eclipse.persistence.services.glassfish
- The class is used internally by the Portable JMX Framework to convert
model specific classes into Open Types so that the attributes of model class can
be exposed by MBeans.
- ClassSummaryDetail(String, String, String, String, String) -
Constructor for class org.eclipse.persistence.services.glassfish.ClassSummaryDetail
- Construct a ClassSummaryDetail instance.
- ClassSummaryDetail - Class in org.eclipse.persistence.services.jboss
- The class is used internally by the Portable JMX Framework to convert
model specific classes into Open Types so that the attributes of model class can
be exposed by MBeans.
- ClassSummaryDetail(String, String, String, String, String) -
Constructor for class org.eclipse.persistence.services.jboss.ClassSummaryDetail
- Construct a ClassSummaryDetail instance.
- ClassSummaryDetail - Class in org.eclipse.persistence.services.weblogic
- The class is used internally by the Portable JMX Framework to convert
model specific classes into Open Types so that the attributes of model class can
be exposed by MBeans.
- ClassSummaryDetail(String, String, String, String, String) -
Constructor for class org.eclipse.persistence.services.weblogic.ClassSummaryDetail
- Construct a ClassSummaryDetail instance.
- ClassSummaryDetail - Class in org.eclipse.persistence.services.websphere
- The class is used internally by the Portable JMX Framework to convert
model specific classes into Open Types so that the attributes of model class can
be exposed by MBeans.
- ClassSummaryDetail(String, String, String, String, String) -
Constructor for class org.eclipse.persistence.services.websphere.ClassSummaryDetail
- Construct a ClassSummaryDetail instance.
- ClassSummaryDetailBase - Class in org.eclipse.persistence.services
- The class is used internally by the Portable JMX Framework to convert
model specific classes into Open Types so that the attributes of model class can
be exposed by MBeans.
- ClassSummaryDetailBase(String, String, String, String, String) -
Constructor for class org.eclipse.persistence.services.ClassSummaryDetailBase
- Construct a ClassSummaryDetail instance.
- classToConvertTo -
Variable in exception org.eclipse.persistence.exceptions.ConversionException
-
- ClassTransformer - Interface in javax.persistence.spi
- A persistence provider supplies an instance of this
interface to the
PersistenceUnitInfo.addTransformer
method. - classWriters -
Variable in class org.eclipse.persistence.dynamic.DynamicClassLoader
- Map of
DynamicClassWriter
used to dynamically create a class in
the DynamicClassLoader.findClass(String)
call.
- clazz -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlClassExtractor
-
- cleanup() -
Method in class org.eclipse.persistence.tools.PackageRenamer
-
- clear() -
Method in interface javax.persistence.EntityManager
- Clear the persistence context, causing all managed
entities to become detached.
- clear() -
Method in class org.eclipse.persistence.eis.EISMappedRecord
- Forward the request to the record.
- clear() -
Method in class org.eclipse.persistence.indirection.IndirectList
-
- clear() -
Method in class org.eclipse.persistence.indirection.IndirectMap
-
- clear() -
Method in class org.eclipse.persistence.indirection.IndirectSet
-
- clear() -
Method in interface org.eclipse.persistence.jpa.JpaCache
- ADVANCED:
Resets the entire Object cache, and the Query cache.
- clear(Class) -
Method in interface org.eclipse.persistence.jpa.JpaCache
- ADVANCED:
Resets the cache for only the instances of the given Class type.
- clear() -
Method in class org.eclipse.persistence.oxm.record.DOMRecord
- PUBLIC:
Clear the sub-nodes of the DOM.
- clear() -
Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- clear() -
Method in class org.eclipse.persistence.oxm.record.NodeRecord
-
- clear() -
Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- clear() -
Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- clear() -
Method in class org.eclipse.persistence.oxm.record.XMLRecord
- PUBLIC:
Clear the sub-nodes of the DOM.
- clear() -
Method in class org.eclipse.persistence.queries.Cursor
- PUBLIC:
Release all objects read in so far.
- clear() -
Method in class org.eclipse.persistence.queries.CursoredStream
- PUBLIC:
Release all objects read in so far.
- clear() -
Method in class org.eclipse.persistence.queries.ReportQueryResult
- PUBLIC:
Clear the contents of the result.
- clear() -
Method in class org.eclipse.persistence.queries.ReportQueryResult.EntrySet
-
- clear() -
Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- clear() -
Method in class org.eclipse.persistence.sdo.helper.ListWrapper
- Removes all of the currentElements from this list.
- clear(boolean) -
Method in class org.eclipse.persistence.sdo.helper.ListWrapper
- INTERNAL:
- clear() -
Method in class org.eclipse.persistence.sequencing.UnaryTableSequence
-
- clear() -
Method in class org.eclipse.persistence.sessions.DatabaseRecord
- PUBLIC:
Clears the contents of the database row, both fields and values.
- CLEAR_QUERY_RESULTS_NOT_SUPPORTED -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- clearCachedProviders() -
Method in interface javax.persistence.spi.PersistenceProviderResolver
- Clear cache of providers.
- clearChanges(Object, UnitOfWorkImpl, ClassDescriptor, boolean) -
Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
- INTERNAL:
This is a place holder for reseting the listener on one of the subclasses
- clearChanges(Object, UnitOfWorkImpl, ClassDescriptor, boolean) -
Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
- INTERNAL:
This is a place holder for reseting the listener on one of the subclasses
- clearChanges(Object, UnitOfWorkImpl, ClassDescriptor, boolean) -
Method in class org.eclipse.persistence.descriptors.changetracking.ObjectChangeTrackingPolicy
- INTERNAL:
Clear the changes in the ObjectChangeListener
- clearDriverClassAndDriver() -
Method in class org.eclipse.persistence.sessions.DefaultConnector
- INTERNAL:
Discard the cached driver class and driver.
- clearInitialization() -
Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
- clearIntegrityChecker() -
Method in interface org.eclipse.persistence.sessions.Session
- PUBLIC:
clear the integrityChecker, the integrityChecker holds all the ClassDescriptor Exceptions.
- clearItems() -
Method in class org.eclipse.persistence.queries.ReportQuery
- INTERNAL:
Clear the ReportQueryItems
- clearNextAndPrevious() -
Method in class org.eclipse.persistence.queries.ScrollableCursor
- INTERNAL:
Clear the cache next and previous values.
- clearOracleConnectionCache(Connection) -
Method in class org.eclipse.persistence.platform.database.OraclePlatform
- INTERNAL:
Clears both implicit and explicit caches of OracleConnection on Oracle9Platform, noop here.
- clearProfile() -
Method in interface org.eclipse.persistence.sessions.Session
- PUBLIC:
Clear the profiler, this will end the current profile operation.
- clearQueryCache() -
Method in interface org.eclipse.persistence.jpa.JpaCache
- Clear all the query caches.
- clearQueryCache(String) -
Method in interface org.eclipse.persistence.jpa.JpaCache
- Clear the named query cache associated with the query name.
- clearQueryCache() -
Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
- ADVANCED:
Clear all the query caches
- clearQueryCache(ReadQuery) -
Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
- ADVANCED:
Clear the query class associated with the passed-in read query.
- clearQueryCache(String) -
Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
- ADVANCED:
Clear the query cache associated with the named query on the session.
- clearQueryCache(String, Class) -
Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
- ADVANCED:
Clear the query cache associated with the named query on the descriptor for the given class.
- clearQueryResults(AbstractSession) -
Method in class org.eclipse.persistence.queries.ReadQuery
- PUBLIC:
Clears the current cached results, the next execution with
read from the database.
- clearQueryResultsNotSupported(ReadQuery) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- clearSequencingListeners() -
Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
- INTERNAL:
Clears sequencing listeners.
- clearSequencingListeners() -
Method in class org.eclipse.persistence.transaction.AbstractTransactionController
- INTERNAL:
Clears sequencing listeners.
- clearStatementCache(Connection) -
Method in class org.eclipse.persistence.platform.server.oc4j.Oc4jPlatform
- INTERNAL:
Clears statement cache of the wrapper connection.
- clearStatementCache(Connection) -
Method in interface org.eclipse.persistence.platform.server.ServerPlatform
- INTERNAL:
Clears statement cache of the wrapper connection.
- clearStatementCache(Connection) -
Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
- INTERNAL:
Clears statement cache of the wrapper connection.
- clearStatementCache(Connection) -
Method in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
- INTERNAL:
Clears statement cache of WebLogic connection using the WebLogic API reflectively.
- clearStatementCache() -
Method in interface org.eclipse.persistence.services.mbean.MBeanRuntimeServicesMBean
- Used to clear the statement cache.
- clearStatementCache() -
Method in class org.eclipse.persistence.services.RuntimeServices
- Used to clear the statement cache.
- clearStatementCacheMethod -
Variable in class org.eclipse.persistence.platform.server.wls.WebLogicPlatform
- Cached WLConnection.clearStatementCache() Method used for
clearing statement cache.
- CLIENT_SESSION_CANNOT_USE_EXCLUSIVE_CONNECTION -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- ClientSession - Class in org.eclipse.persistence.sessions.server
- Purpose: Acts as a client to the server session.
- ClientSession(ServerSession, ConnectionPolicy) -
Constructor for class org.eclipse.persistence.sessions.server.ClientSession
- INTERNAL:
Create and return a new client session.
- ClientSession(ServerSession, ConnectionPolicy, Map) -
Constructor for class org.eclipse.persistence.sessions.server.ClientSession
-
- ClientSession(Project) -
Constructor for class org.eclipse.persistence.sessions.server.ClientSession
-
- clientSessionCanNotUseExclusiveConnection() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- ClientSessionCreated -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- CLINIT -
Static variable in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
- clone() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- INTERNAL:
Clones the descriptor
- clone() -
Method in class org.eclipse.persistence.descriptors.copying.AbstractCopyPolicy
- INTERNAL:
Clones the CopyPolicy
- clone() -
Method in interface org.eclipse.persistence.descriptors.copying.CopyPolicy
- Clone the CopyPolicy.
- clone() -
Method in class org.eclipse.persistence.descriptors.DescriptorEventManager
- INTERNAL:
Clone the manager and its private parts.
- clone() -
Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
- INTERNAL:
Clone the query manager
- clone() -
Method in class org.eclipse.persistence.descriptors.FetchGroupManager
- INTERNAL:
Clone the fetch group manager.
- clone() -
Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
- INTERNAL:
Clone the policy
- clone() -
Method in class org.eclipse.persistence.descriptors.InheritancePolicy
- INTERNAL:
Clone the policy
- clone() -
Method in class org.eclipse.persistence.descriptors.PessimisticLockingPolicy
- INTERNAL:
Clone the policy
- clone() -
Method in class org.eclipse.persistence.descriptors.ReturningPolicy
- INTERNAL:
Normally cloned when not yet initialized.
- clone() -
Method in class org.eclipse.persistence.descriptors.ReturningPolicy.Info
- INTERNAL:
- clone() -
Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
- INTERNAL:
Clone the policy
- clone() -
Method in class org.eclipse.persistence.eis.EISConnectionSpec
- INTERNAL:
Clone the connector.
- clone() -
Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
- INTERNAL:
Clone the appropriate attributes.
- clone() -
Method in class org.eclipse.persistence.eis.mappings.EISOneToOneMapping
- INTERNAL:
This methods clones all the fields and ensures that each collection refers to
the same clones.
- clone() -
Method in class org.eclipse.persistence.expressions.Expression
- INTERNAL:
Clone the expression maintaining clone identity in the inter-connected expression graph.
- clone() -
Method in class org.eclipse.persistence.history.HistoryPolicy
- PUBLIC:
Performs a sufficiently deep clone.
- clone() -
Method in class org.eclipse.persistence.indirection.IndirectList
- PUBLIC:
- clone() -
Method in class org.eclipse.persistence.indirection.IndirectMap
-
- clone() -
Method in class org.eclipse.persistence.indirection.IndirectSet
-
- clone() -
Method in class org.eclipse.persistence.indirection.ValueHolder
- INTERNAL:
- clone() -
Method in interface org.eclipse.persistence.indirection.ValueHolderInterface
- PUBLIC:
Copy the value holder (but not its' reference, shallow).
- clone() -
Method in class org.eclipse.persistence.jaxb.compiler.Property
- Return a shallow copy of this Property.
- clone() -
Method in class org.eclipse.persistence.logging.AbstractSessionLog
- INTERNAL:
Each session owns its own session log because session is stored in the session log
- clone() -
Method in class org.eclipse.persistence.logging.JavaLog
- INTERNAL:
Each session owns its own session log because session is stored in the session log
- clone() -
Method in interface org.eclipse.persistence.logging.SessionLog
- PUBLIC:
Clone the log.
- clone() -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
The mapping clones itself to create deep copy.
- clone() -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Clone the aggregate to source field names.
- clone() -
Method in class org.eclipse.persistence.mappings.AttributeAccessor
- INTERNAL:
Clones itself.
- clone() -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
The mapping clones itself to create deep copy.
- clone() -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Clones itself.
- clone() -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
The mapping clones itself to create deep copy.
- clone() -
Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- INTERNAL:
The mapping clones itself to create deep copy.
- clone() -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
The mapping clones itself to create deep copy.
- clone() -
Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
- INTERNAL:
The mapping clones itself to create deep copy.
- clone() -
Method in class org.eclipse.persistence.mappings.ManyToManyMapping
- INTERNAL:
The mapping clones itself to create deep copy.
- clone() -
Method in class org.eclipse.persistence.mappings.OneToManyMapping
- INTERNAL:
Clone the appropriate attributes.
- clone() -
Method in class org.eclipse.persistence.mappings.OneToOneMapping
- INTERNAL:
This methods clones all the fields and ensures that each collection refers to
the same clones.
- clone() -
Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
- INTERNAL:
Clones itself.
- clone() -
Method in class org.eclipse.persistence.mappings.RelationTableMechanism
- INTERNAL:
The mapping clones itself to create deep copy.
- clone() -
Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
- INTERNAL:
The mapping clones itself to create deep copy
- clone() -
Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
- INTERNAL:
This methods clones all the fields and ensures that each collection refers to
the same clones.
- clone() -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
-
- clone() -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
-
- clone() -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
-
- clone() -
Method in class org.eclipse.persistence.oxm.record.DOMRecord
- INTERNAL:
Clone the row and its values.
- clone() -
Method in class org.eclipse.persistence.oxm.XMLMarshaller
-
- clone() -
Method in class org.eclipse.persistence.oxm.XMLUnmarshaller
-
- clone() -
Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
-
- clone() -
Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLCollection
-
- clone() -
Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
- clone() -
Method in class org.eclipse.persistence.queries.AttributeGroup
-
- clone() -
Method in class org.eclipse.persistence.queries.BatchFetchPolicy
-
- clone() -
Method in interface org.eclipse.persistence.queries.Call
- INTERNAL:
Return a clone of the call.
- clone(ReadQuery) -
Method in class org.eclipse.persistence.queries.CursorPolicy
- INTERNAL:
- clone() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- INTERNAL: Clone the query
- clone() -
Method in class org.eclipse.persistence.queries.DataReadQuery
- INTERNAL:
Clone the query.
- clone() -
Method in class org.eclipse.persistence.queries.FetchGroup
-
- clone() -
Method in class org.eclipse.persistence.queries.JPQLCall
-
- clone() -
Method in class org.eclipse.persistence.queries.LoadGroup
-
- clone() -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- INTERNAL:
Clone the query
- clone() -
Method in class org.eclipse.persistence.queries.ReadAllQuery
- INTERNAL:
Clone the query.
- clone() -
Method in class org.eclipse.persistence.queries.ReportQuery
- INTERNAL:
Clone the query.
- clone() -
Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
- INTERNAL:
Clone the query.
- clone() -
Method in class org.eclipse.persistence.sdo.helper.ListWrapper
- Clone the ListWrapper.
- clone() -
Method in class org.eclipse.persistence.sequencing.Sequence
-
- clone() -
Method in interface org.eclipse.persistence.sessions.Connector
- INTERNAL:
Must be cloneable.
- clone() -
Method in class org.eclipse.persistence.sessions.CopyGroup
-
- clone() -
Method in class org.eclipse.persistence.sessions.DatasourceLogin
- INTERNAL:
Clone the login.
- clone() -
Method in class org.eclipse.persistence.sessions.DefaultConnector
- INTERNAL:
Clone the connector.
- clone() -
Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
- Clone the map and all of the CacheKeys.
- clone() -
Method in class org.eclipse.persistence.sessions.interceptors.CacheKeyInterceptor
-
- clone() -
Method in class org.eclipse.persistence.sessions.JNDIConnector
- INTERNAL:
Clone the connector.
- clone() -
Method in interface org.eclipse.persistence.sessions.Login
- INTERNAL:
Clone the login.
- clone() -
Method in class org.eclipse.persistence.sessions.Project
- INTERNAL:
Clones the descriptor
- clone() -
Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
- INTERNAL:
Clone the query
- clone() -
Method in class org.eclipse.persistence.sessions.SessionEventManager
- INTERNAL:
Shallow clone the event manager.
- clone(Session) -
Method in class org.eclipse.persistence.sessions.SessionEventManager
- INTERNAL:
Clone the event manager for the new session.
- clone() -
Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- clone() -
Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
-
- clone() -
Method in class org.eclipse.persistence.tools.profiler.Profile
-
- clone() -
Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
- PUBLIC:
- clone() -
Method in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
- PUBLIC:
- clone() -
Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
- PUBLIC:
Performs a deep copy of this table definition.
- CLONE_METHOD_INACCESSIBLE -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CLONE_METHOD_REQUIRED -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CLONE_METHOD_THORW_EXCEPTION -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CloneCopyPolicy - Annotation Type in org.eclipse.persistence.annotations
- A CloneCopyPolicy is used to set an
org.eclipse.persistence.descriptors.copying.CloneCopyPolicy on an Entity.
- CloneCopyPolicy - Class in org.eclipse.persistence.descriptors.copying
- Purpose: Allows a clone of an object to be created with a method that returns
the cloned object.
- CloneCopyPolicy() -
Constructor for class org.eclipse.persistence.descriptors.copying.CloneCopyPolicy
-
- cloneDelegate() -
Method in class org.eclipse.persistence.indirection.IndirectSet
- INTERNAL:
Clone the delegate.
- clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- INTERNAL Used to give the subclasses opportunity to copy aspects of the
cloned query to the original query.
- clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) -
Method in class org.eclipse.persistence.queries.ModifyAllQuery
- INTERNAL
Used to give the subclasses opportunity to copy aspects of the cloned query
to the original query.
- clonedQueryExecutionComplete(DatabaseQuery, AbstractSession) -
Method in class org.eclipse.persistence.queries.ReadQuery
- INTERNAL
Used to give the subclasses opportunity to copy aspects of the cloned query
to the original query.
- cloneFields(Vector) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Helper method to clone vector of fields (used in aggregate initialization cloning).
- cloneFields(Vector) -
Method in class org.eclipse.persistence.mappings.RelationTableMechanism
- INTERNAL:
Helper method to clone vector of fields (used in aggregate initialization cloning).
- cloneMethodInaccessible() -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cloneMethodRequired() -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cloneMethodThrowException(Throwable) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cloneUsing(Expression) -
Method in class org.eclipse.persistence.expressions.Expression
- INTERNAL:
This expression is built on a different base than the one we want.
- close() -
Method in interface javax.persistence.EntityManager
- Close an application-managed entity manager.
- close() -
Method in interface javax.persistence.EntityManagerFactory
- Close the factory, releasing any resources that it holds.
- close() -
Method in interface org.eclipse.persistence.jpa.Archive
- Close this archive and associated InputStream.
- close() -
Method in class org.eclipse.persistence.queries.Cursor
- PUBLIC:
Closes the stream.
- close() -
Method in class org.eclipse.persistence.sdo.helper.ClassBuffer
-
- CLOSE -
Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
-
- CLOSE_ATTRIBUTE_VALUE -
Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
- CLOSE_CDATA -
Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
- CLOSE_COMMENT -
Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
- CLOSE_ELEMENT -
Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
- CLOSE_PI -
Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
- closeDatasourceConnection() -
Method in class org.eclipse.persistence.eis.EISAccessor
- Close the connection.
- closeDDLWriter() -
Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- PUBLIC:
Close the schema writer.
- closeDDLWriter(Writer) -
Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- CloseExp -
Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
-
- closeStartElement() -
Method in class org.eclipse.persistence.oxm.record.ContentHandlerRecord
- INTERNAL:
- closeStartElement() -
Method in class org.eclipse.persistence.oxm.record.MarshalRecord
- Receive notification that all of the attribute events have occurred for
the most recent element that has been started.
- closeStartElement() -
Method in class org.eclipse.persistence.oxm.record.NodeRecord
- INTERNAL:
- closeStartElement() -
Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
- INTERNAL:
- closeStartElement() -
Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- closeStartElement() -
Method in class org.eclipse.persistence.oxm.record.WriterRecord
- INTERNAL:
- closeStartElement() -
Method in class org.eclipse.persistence.oxm.record.XMLEventWriterRecord
-
- closeStartElement() -
Method in class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- closeStartGroupingElements(XPathFragment) -
Method in class org.eclipse.persistence.oxm.record.MarshalRecord
-
- closeStartGroupingElements(XPathFragment) -
Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- Cloudscape -
Static variable in class org.eclipse.persistence.config.TargetDatabase
-
- CloudscapePlatform - Class in org.eclipse.persistence.platform.database
- Purpose: Provides CloudScape DBMS specific behavior.
- CloudscapePlatform() -
Constructor for class org.eclipse.persistence.platform.database.CloudscapePlatform
-
- cmpPolicy -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- CMPPolicy - Class in org.eclipse.persistence.descriptors
-
Description: Place holder for CMP specific information.
- CMPPolicy() -
Constructor for class org.eclipse.persistence.descriptors.CMPPolicy
-
- CMPPolicy.KeyElementAccessor - Interface in org.eclipse.persistence.descriptors
- INTERNAL:
This is the interface used to encapsulate the the type of key class element
- CMPPolicy.KeyIsElementAccessor - Class in org.eclipse.persistence.descriptors
- INTERNAL:
This class will be used when the keyClass is a primitive
- CMPPolicy.KeyIsElementAccessor(String, DatabaseField, DatabaseMapping) -
Constructor for class org.eclipse.persistence.descriptors.CMPPolicy.KeyIsElementAccessor
-
- coalesce(Expression<? extends Y>, Expression<? extends Y>) -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create an expression that returns null if all its arguments
evaluate to null, and the value of the first non-null argument
otherwise.
- coalesce(Expression<? extends Y>, Y) -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create an expression that returns null if all its arguments
evaluate to null, and the value of the first non-null argument
otherwise.
- coalesce() -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create a coalesce expression.
- coalesce(Collection) -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
Function Return null if all arguments are null and the first non-null argument otherwise
The equivalent of the COALESCE SQL function
Example:
Vector list = new Vector(3);
list.add(builder.get("firstName"));
list.add(builder.get("lastName"));
list.add(builder.get("nickname"));
EclipseLink: expressionBuilder.coalesce(caseTable)
Java: NA
SQL: COALESCE(firstname, lastname, nickname)
- coalesce() -
Method in class org.eclipse.persistence.expressions.Expression
-
- Coalesce -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- coalesce() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- CodeWriter - Interface in org.eclipse.persistence.sdo.helper
- Purpose:This interface can be implemented and used in conjunction with SDOClassGenerator
to write the generated source as desired.
- CollapsedStringAdapter - Class in javax.xml.bind.annotation.adapters
- Built-in
XmlAdapter
to handle xs:token and its derived types. - CollapsedStringAdapter() -
Constructor for class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
-
- collectFields() -
Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
- Return all the fields mapped by the mapping.
- collectFields() -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Return the fields handled by the mapping.
- collectFields() -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- This method must be overwritten in the subclasses to return a vector of all the
fields this mapping represents.
- collectFields() -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- Return the fields handled by the mapping.
- collectFields() -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
- Return the fields handled by the mapping.
- collectFields() -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
- Return the fields mapped by the mapping.
- collectFields() -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- Returns the field this mapping represents.
- collectFields() -
Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
- INTERNAL:
Return all the fields with this mapping.
- collectFields() -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Return all the fields populated by this mapping, these are foreign keys only.
- collectFields() -
Method in class org.eclipse.persistence.mappings.OneToOneMapping
- INTERNAL:
Return all the fields populated by this mapping, these are foreign keys only.
- collectFields() -
Method in class org.eclipse.persistence.mappings.structures.NestedTableMapping
- Returns all the aggregate fields.
- collectFields() -
Method in class org.eclipse.persistence.mappings.structures.ReferenceMapping
- Returns all the aggregate fields.
- collectFields() -
Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
- INTERNAL:
Return all the fields populated by this mapping.
- collectFields() -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- collectFields() -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- COLLECTION_REMOVE_EVENT_WITH_NO_INDEX -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CollectionAttribute<X,E> - Interface in javax.persistence.metamodel
- Instances of the type
CollectionAttribute
represent persistent
java.util.Collection
-valued attributes. - CollectionChangeEvent - Class in org.eclipse.persistence.descriptors.changetracking
-
Purpose: Define a change event for collection types.
- CollectionChangeEvent(Object, String, Object, Object, int) -
Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
- PUBLIC:
Create a CollectionChangeEvent for an object based on the property name, old value, new value
and change type (add or remove)
- CollectionChangeEvent(Object, String, Object, Object, int, Integer) -
Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
- PUBLIC:
Create a CollectionChangeEvent for an object based on the property name, old value, new value,
change type (add or remove) and the index where the object is/was in the collection (list)
- CollectionChangeEvent(Object, String, Object, Object, int, Integer, boolean) -
Constructor for class org.eclipse.persistence.descriptors.changetracking.CollectionChangeEvent
- PUBLIC:
Create a CollectionChangeEvent for an object based on the property name, old value, new value,
change type (add or remove) and the index where the object is/was in the collection (list),
flag indicating whether the change (addition or removal) is part of a single set operation on a list.
- CollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
-
Purpose: This interface defines the API for the changeRecord that maintains the changes made to a collection attribute of
an object.
- CollectionChangeTracker - Interface in org.eclipse.persistence.descriptors.changetracking
-
Purpose: Define an interface for any collection that wishes to use attribute change track.
- CollectionJoin<Z,E> - Interface in javax.persistence.criteria
- The
CollectionJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a java.util.Collection
. - CollectionMapping - Class in org.eclipse.persistence.mappings
- Purpose: Abstract class for relationship mappings which store collection of objects
- CollectionMapping() -
Constructor for class org.eclipse.persistence.mappings.CollectionMapping
- PUBLIC:
Default constructor.
- collectionRemoveEventWithNoIndex(DatabaseMapping) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
- PUBLIC:
Attempt to call setListOrderField method on a mapping that doesn't support listOrderField.
- CollectionTable - Annotation Type in javax.persistence
- Specifies the table that is used for the mapping of
collections of basic or embeddable types.
- CollectionTable - Annotation Type in org.eclipse.persistence.annotations
- Deprecated.
- collectLocks(HashMap) -
Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
- Add all locked CacheKeys to the map grouped by thread.
- collectQueryParameters(Set<DatabaseField>) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
This method is used to store the FK fields that can be cached that correspond to noncacheable mappings
the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
This method is used to store the FK fields that can be cached that correspond to noncacheable mappings
the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
This method is used to store the FK fields that can be cached that correspond to noncacheable mappings
the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
This method is used to store the FK fields that can be cached that correspond to noncacheable mappings
the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
This method is used to store the FK fields that can be cached that correspond to noncacheable mappings
the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) -
Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- INTERNAL:
This method is used to store the FK fields that can be cached that correspond to noncacheable mappings
the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) -
Method in class org.eclipse.persistence.mappings.ManyToManyMapping
- INTERNAL:
This method is used to store the FK fields that can be cached that correspond to noncacheable mappings
the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
This method is used to store the FK fields that can be cached that correspond to noncacheable mappings
the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) -
Method in class org.eclipse.persistence.mappings.OneToManyMapping
- INTERNAL:
This method is used to store the FK fields that can be cached that correspond to noncacheable mappings
the FK field values will be used to re-issue the query when cloning the shared cache entity
- collectQueryParameters(Set<DatabaseField>) -
Method in class org.eclipse.persistence.mappings.RelationTableMechanism
- INTERNAL:
This method is used to store the FK fields that can be cached that correspond to noncacheable mappings
the FK field values will be used to re-issue the query when cloning the shared cache entity
- COLON -
Static variable in class org.eclipse.persistence.oxm.XMLConstants
-
- COLON_W_SCHEMA_NIL_ATTRIBUTE -
Static variable in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
- Column - Annotation Type in javax.persistence
- Is used to specify the mapped column for a persistent property or field.
- column -
Variable in class org.eclipse.persistence.queries.ColumnResult
- Stores the Columns name from the result set
- column -
Variable in class org.eclipse.persistence.queries.FieldResult
- Stores the Columns name from the result set that contains the attribute value
- ColumnResult - Annotation Type in javax.persistence
- References name of a column in the SELECT clause of a SQL query -
i.e., column alias, if applicable.
- ColumnResult - Class in org.eclipse.persistence.queries
- Purpose:
Concrete class to represent the ColumnResult structure as defined by
the EJB 3.0 Persistence specification.
- ColumnResult(DatabaseField) -
Constructor for class org.eclipse.persistence.queries.ColumnResult
-
- ColumnResult(String) -
Constructor for class org.eclipse.persistence.queries.ColumnResult
-
- Command - Class in org.eclipse.persistence.sessions.coordination
-
Purpose: Provide an extendable framework class for a Command object
that can be remotely executed.
- Command() -
Constructor for class org.eclipse.persistence.sessions.coordination.Command
-
- CommandConverter - Interface in org.eclipse.persistence.sessions.coordination
-
Purpose: Define a pluggable conversion interface that can be supplied
by the application
Description: The implementation class of this interface should be set
on the remote command manager through the setCommandConverter() method.
- commandConverter -
Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
- Used for converting commands between EclipseLink Command and app command formats
- CommandManager - Interface in org.eclipse.persistence.sessions.coordination
-
Purpose: Provide an interface that clients can use to invoke remote
commands on other EclipseLink instances, or on other applications that may want
to receive and process EclipseLink commands.
- CommandProcessor - Interface in org.eclipse.persistence.sessions.coordination
-
Purpose: Defines a pluggable interface for EclipseLink sessions and EclipseLink
applications to be able to be on the receiving end of EclipseLink command objects.
- commandProcessor -
Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
- Invoked to process a command when it is received from the cluster
- comment(char[], int, int) -
Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord.OutputStreamRecordContentHandler
-
- comment(char[], int, int) -
Method in class org.eclipse.persistence.oxm.record.UnmarshalRecord
-
- comment(char[], int, int) -
Method in class org.eclipse.persistence.oxm.record.WriterRecord.WriterRecordContentHandler
-
- commit() -
Method in interface javax.persistence.EntityTransaction
- Commit the current resource transaction, writing any
unflushed changes to the database.
- commit() -
Method in interface org.eclipse.persistence.sessions.UnitOfWork
- PUBLIC:
Commit the unit of work to its parent.
- commitAndResume() -
Method in interface org.eclipse.persistence.sessions.UnitOfWork
- PUBLIC:
Commit the unit of work to its parent.
- commitAndResumeOnFailure() -
Method in interface org.eclipse.persistence.sessions.UnitOfWork
- PUBLIC:
Commit the unit of work to its parent.
- commitRootUnitOfWork(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- commitRootUnitOfWork(RemoteUnitOfWork) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
- INTERNAL:
Commit root unit of work from the client side to the server side.
- commitRootUnitOfWork(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
- Remote unit of work after serialization is commited locally.
- commitRootUnitOfWork(Transporter) -
Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- commitRootUnitOfWork(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- commitRootUnitOfWork(RemoteUnitOfWork) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
- INTERNAL:
Commit root unit of work from the client side to the server side.
- commitRootUnitOfWork(Transporter) -
Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
- To commit remote unit of work on the server side.
- commitRootUnitOfWork(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
- Remote unit of work after serialization is commited locally.
- commitRootUnitOfWork(RemoteUnitOfWork) -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
- INTERNAL:
Commit root unit of work from the client side to the server side.
- commitRootUnitOfWork(Transporter) -
Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
- To commit remote unit of work on the server side.
- commitRootUnitOfWork(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
- Remote unit of work after serialization is commited locally.
- commitTransaction() -
Method in interface org.eclipse.persistence.sessions.DatabaseSession
- PUBLIC:
Commit the active database transaction.
- commitTransaction(AbstractSession) -
Method in interface org.eclipse.persistence.sessions.ExternalTransactionController
- INTERNAL:
Commit a transaction externally.
- commitTransaction() -
Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- commitTransaction() -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
- INTERNAL:
Commit a transaction on the database.
- commitTransaction() -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
- Commit a transaction on the database.
- commitTransaction() -
Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- commitTransaction() -
Method in class org.eclipse.persistence.sessions.remote.DistributedSession
- PUBLIC:
Commit a transaction on the server.
- commitTransaction() -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- commitTransaction() -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
- INTERNAL:
Commit a transaction on the database.
- commitTransaction() -
Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
- Commit a transaction on the database.
- commitTransaction() -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
- Commit a transaction on the database.
- commitTransaction() -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
- INTERNAL:
Commit a transaction on the database.
- commitTransaction() -
Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
- Commit a transaction on the database.
- commitTransaction() -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
- Commit a transaction on the database.
- commitTransaction(AbstractSession) -
Method in class org.eclipse.persistence.transaction.AbstractTransactionController
- INTERNAL:
Commit the external transaction.
- commitTransaction_impl() -
Method in class org.eclipse.persistence.transaction.AbstractTransactionController
- INTERNAL:
Commit the external transaction.
- commitTransaction_impl() -
Method in class org.eclipse.persistence.transaction.JTATransactionController
- INTERNAL:
Commit the external transaction.
- commonj.sdo - package commonj.sdo
-
- commonj.sdo.helper - package commonj.sdo.helper
-
- commonj.sdo.impl - package commonj.sdo.impl
-
- CommunicationException - Exception in org.eclipse.persistence.exceptions
-
Purpose:This exception wraps all RMI or CORBA or IO exception that may occur.
- CommunicationException(String) -
Constructor for exception org.eclipse.persistence.exceptions.CommunicationException
-
- CommunicationException(String, Exception) -
Constructor for exception org.eclipse.persistence.exceptions.CommunicationException
- PUBLIC:
Creates a CommunicationException.
- CommunicationExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
- INTERNAL:
English ResourceBundle for CommunicationException messages.
- CommunicationExceptionResource() -
Constructor for class org.eclipse.persistence.exceptions.i18n.CommunicationExceptionResource
-
- communicationSocket -
Variable in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
- The multicast socket used for discovery
- compareAttributeValues(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.AggregateMapping
- INTERNAL:
Compare the attributes.
- compareCollectionsForChange(Object, Object, ChangeRecord, AbstractSession) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
This method is used to calculate the differences between two collections.
- compareCollectionsForChange(Object, Object, ChangeRecord, AbstractSession) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
This method is used to calculate the differences between two collections.
- compareElements(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
- INTERNAL:
Compare the non-null elements and return true if they are alike.
- compareElements(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- INTERNAL:
Compare the non-null elements and return true if they are alike.
- compareElements(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
- INTERNAL:
Compare the non-null elements.
- compareElements(Object, Object, AbstractSession) -
Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
- Compare the non-null elements and return true if they are alike.
- compareElements(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
- Convenience method.
- compareElementsForChange(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
- INTERNAL:
Compare the non-null elements and return true if they are alike.
- compareElementsForChange(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- INTERNAL:
Compare the non-null elements and return true if they are alike.
- compareElementsForChange(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
- INTERNAL:
Compare the non-null elements and return true if they are alike.
- compareElementsForChange(Object, Object, AbstractSession) -
Method in interface org.eclipse.persistence.mappings.structures.ArrayCollectionMapping
- Compare the non-null elements and return true if they are alike.
- compareElementsForChange(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
- Convenience method.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
- INTERNAL:
Compare the changes between two collections.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
- INTERNAL:
Build and return the change record that results
from comparing the two collection attributes.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
This method is used to create a change record from comparing two aggregate collections
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.AggregateMapping
- INTERNAL:
Compare the changes between two aggregates.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
This method is used to create a change record from comparing two collections.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
This method was created in VisualAge.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
This method compares the changes between two direct collections.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.DirectMapMapping
- INTERNAL:
This method compares the changes between two direct collections.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- INTERNAL:
Build and return the change record that results
from comparing the two aggregate collection attributes.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
- INTERNAL:
Build and return the change record that results
from comparing the two direct collection attributes.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Compare the clone and backup clone values and return a change record if the value changed.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Return an ObjectReferenceChangeRecord describing the change, or null if no change.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
- INTERNAL:
Build and return the change record that results
from comparing the two collection attributes.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
- INTERNAL:
Build and return the change record that results
from comparing the two direct collection attributes.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
- INTERNAL:
Build and return the change record that results
from comparing the two aggregate collection attributes.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
- INTERNAL:
This method is used to create a change record from comparing two collections
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
- INTERNAL:
This method was created in VisualAge.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
- INTERNAL:
This method was created in VisualAge.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
- INTERNAL:
This method was created in VisualAge.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- INTERNAL:
This method was created in VisualAge.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- INTERNAL:
This method was created in VisualAge.
- compareForChange(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- compareLists(List, List, AbstractSession) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareLists(List, List, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- Compare two lists.
- compareLists(List, List) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- Compare two lists.
- compareListsAndWrite(List, List, WriteObjectQuery) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
Old and new lists are compared and only the changes are written to the database.
- compareListsAndWrite(List, List, WriteObjectQuery) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Old and new lists are compared and only the changes are written to the database.
- compareListsAndWrite_NonUpdatableListOrderField(List, List, WriteObjectQuery) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
Old and new lists are compared and only the changes are written to the database.
- compareListsAndWrite_UpdatableListOrderField(List, List, WriteObjectQuery) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
Old and new lists are compared and only the changes are written to the database.
- compareListsForChange(List, List, ChangeRecord, AbstractSession) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
This method is used to calculate the differences between two Lists.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMappingHelper
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.AggregateMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.DirectMapMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- INTERNAL: Compare the attributes belonging to this mapping for the
objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.structures.ArrayCollectionMappingHelper
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.structures.ArrayMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.structures.ObjectArrayMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- INTERNAL:
Compare the attributes belonging to this mapping for the objects.
- compareObjects(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- compareObjectsAndWrite(Object, Object, WriteObjectQuery) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
The memory objects are compared and only the changes are written to the database.
- compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- Compare two objects if their parts are not private owned
- compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- Compare two objects if their parts are not private owned
- compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Compare the references of the two objects are the same, not the objects themselves.
- compareObjectsWithoutPrivateOwned(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
- INTERNAL:
Compare the references of the two objects are the same, not the objects themselves.
- compareObjectsWithPrivateOwned(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- Compare two objects if their parts are private owned
- compareObjectsWithPrivateOwned(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- Compare two objects if their parts are private owned
- compareObjectsWithPrivateOwned(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Compare the references of the two objects are the same, and the objects themselves are the same.
- compareObjectValues(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Compare the attribute values.
- compareObjectValues(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
- INTERNAL:
Compare the attribute values.
- compareWriteLockValues(Object, Object) -
Method in class org.eclipse.persistence.descriptors.FieldsLockingPolicy
- INTERNAL:
This method shouldn't be called if supportsWriteLockValuesComparison() returns false.
- compareWriteLockValues(Object, Object) -
Method in class org.eclipse.persistence.descriptors.TimestampLockingPolicy
- INTERNAL:
This method compares two writeLockValues.
- compareWriteLockValues(Object, Object) -
Method in class org.eclipse.persistence.descriptors.VersionLockingPolicy
- INTERNAL:
This method compares two writeLockValues.
- ComparisonOperator -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- COMPATIBLE_TYPE_NOT_SET -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- compatibleTypeNotSet(DatabaseType) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- CompilerHelper - Class in org.eclipse.persistence.jaxb.compiler
- Helper class for code that needs to be shared between AnnotationsProcessor,
MappingsGenerator, SchemaGenerator
- CompilerHelper() -
Constructor for class org.eclipse.persistence.jaxb.compiler.CompilerHelper
-
- completeExpression(Expression, Object, Class) -
Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
- INTERNAL:
This method is used to determine which operation to use for comparison (equal, or a special operation).
- completeExpressionForNull(Expression) -
Method in class org.eclipse.persistence.queries.QueryByExamplePolicy
- INTERNAL:
This method is used when the attribute value is null, but it has
to be included at all times.
- COMPLEX_TYPE -
Static variable in interface org.eclipse.persistence.platform.xml.XMLSchemaReference
-
- ComplexQueryResult - Class in org.eclipse.persistence.queries
- Purpose:
Used to return multiple sets of information from a query.
- ComplexQueryResult() -
Constructor for class org.eclipse.persistence.queries.ComplexQueryResult
-
- COMPOSITE_NAME_LOOKUP -
Static variable in class org.eclipse.persistence.sessions.JNDIConnector
-
- COMPOSITE_TYPE_DESCRIPTION -
Static variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
- Must override in subclass
- COMPOSITE_TYPE_TYPENAME -
Static variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
- Must override in subclass
- compositeObjectMarshal(XPathFragment, MarshalRecord, Object, Session, NamespaceResolver) -
Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
- INTERNAL: When using the SAX Platform, this method is responsible for
marshalling null values for the XML Composite Object Mapping.
- compositeObjectMarshal(XMLRecord, Object, XMLField, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
- INTERNAL: When using the DOM Platform, this method is responsible for
marshalling null values for the XML Composite Object Mapping.
- compositeObjectMarshal(XPathFragment, MarshalRecord, Object, Session, NamespaceResolver) -
Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
- compositeObjectMarshal(XMLRecord, Object, XMLField, AbstractSession) -
Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
- COMPOUND_NAME_LOOKUP -
Static variable in class org.eclipse.persistence.sessions.JNDIConnector
-
- CompoundSelection<X> - Interface in javax.persistence.criteria
- The
CompoundSelection
interface defines a compound selection item
(tuple, array, or result of constructor). - computeBatchReadMappingQueries() -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- INTERNAL:
Used to optimize joining by pre-computing the nested join queries for the mappings.
- computeDescriptorMethodNames() -
Method in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
- This figures out the best name for each descriptor,
first using the local class name then the qualified one for duplicates.
- computeHashCode() -
Method in class org.eclipse.persistence.expressions.Expression
- INTERNAL:
Compute a consistent hash-code for the expression.
- computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) -
Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) -
Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
- INTERNAL:
Return the parameter index for the IN parameter.
- computeInIndex(PLSQLargument, int, ListIterator<PLSQLargument>) -
Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
- computeMaxRowsForSQL(int, int) -
Method in class org.eclipse.persistence.platform.database.H2Platform
- INTERNAL:
Use the JDBC maxResults and firstResultIndex setting to compute a value to use when
limiting the results of a query in SQL.
- computeMaxRowsForSQL(int, int) -
Method in class org.eclipse.persistence.platform.database.HSQLPlatform
- INTERNAL:
Use the JDBC maxResults and firstResultIndex setting to compute a value to use when
limiting the results of a query in SQL.
- computeMaxRowsForSQL(int, int) -
Method in class org.eclipse.persistence.platform.database.MySQLPlatform
- INTERNAL:
Use the JDBC maxResults and firstResultIndex setting to compute a value to use when
limiting the results of a query in SQL.
- computeMaxRowsForSQL(int, int) -
Method in class org.eclipse.persistence.platform.database.PostgreSQLPlatform
- INTERNAL: Use the JDBC maxResults and firstResultIndex setting to compute
a value to use when limiting the results of a query in SQL.
- computeMaxRowsForSQL(int, int) -
Method in class org.eclipse.persistence.platform.database.SymfowarePlatform
- Use the JDBC maxResults and firstResultIndex setting to compute a value
to use when limiting the results of a query in SQL.
- computeNestedQueriesForBatchReadExpressions(List<Expression>) -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- INTERNAL:
This method is used when computing the nested queries for batch read mappings.
- computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) -
Method in enum org.eclipse.persistence.platform.database.jdbc.JDBCTypes
-
- computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) -
Method in enum org.eclipse.persistence.platform.database.oracle.plsql.OraclePLSQLTypes
- INTERNAL:
Return the parameter index for the OUT parameter.
- computeOutIndex(PLSQLargument, int, ListIterator<PLSQLargument>) -
Method in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLrecord
-
- concat(Expression<String>, Expression<String>) -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create an expression for string concatenation.
- concat(Expression<String>, String) -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create an expression for string concatenation.
- concat(String, Expression<String>) -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create an expression for string concatenation.
- concat(Object) -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
Function, returns the concatenation of the two string values.
- Concat -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- concat() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- concreteSubclassCalls -
Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- Allow concrete subclasses calls to be prepared and cached for inheritance queries.
- CONCUR_READ_ONLY -
Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
- JDBC 2.0 The concurrency mode for a ResultSet object that may NOT be updated.
- CONCUR_UPDATABLE -
Static variable in class org.eclipse.persistence.queries.ScrollableCursorPolicy
- JDBC 2.0 The concurrency mode for a ResultSet object that may be updated.
- ConcurrencyException - Exception in org.eclipse.persistence.exceptions
- Purpose: Concurrency deadlock or interupts will raise this exception.
- ConcurrencyException(String) -
Constructor for exception org.eclipse.persistence.exceptions.ConcurrencyException
- INTERNAL:
TopLink exceptions should only be thrown by TopLink.
- ConcurrencyException(String, Exception) -
Constructor for exception org.eclipse.persistence.exceptions.ConcurrencyException
- INTERNAL:
TopLink exceptions should only be thrown by TopLink.
- ConcurrencyExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
- INTERNAL:
English ResourceBundle for ConcurrencyException messages.
- ConcurrencyExceptionResource() -
Constructor for class org.eclipse.persistence.exceptions.i18n.ConcurrencyExceptionResource
-
- CONCURRENT_READ_WRITE -
Static variable in class org.eclipse.persistence.sessions.DatasourceLogin
- Reads and unit of work merges can occur concurrently.
- config(String) -
Method in class org.eclipse.persistence.logging.AbstractSessionLog
- PUBLIC:
This method is called when a config level message needs to be logged.
- CONFIG -
Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- config(String) -
Method in interface org.eclipse.persistence.logging.SessionLog
- PUBLIC:
This method is called when a config level message needs to be logged.
- CONFIG_FACTORY_NAME_PROPERTY_NOT_FOUND -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CONFIG_FACTORY_NAME_PROPERTY_NOT_SPECIFIED -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CONFIG_LABEL -
Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- CONFIG_METHOD_NOT_DEFINED -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CONFIG_PREFIX -
Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
- Represents prefix to logged config
- configFactoryNamePropertyNotFound(String, String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- configFactoryNamePropertyNotSpecified(String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- configMethodNotDefined(String, String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- CONFIGURATION_ERROR_CLASS_NOT_FOUND -
Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
-
- CONFIGURATION_ERROR_NEW_INSTANCE_ILLEGAL_ACCESS_EXCEPTION -
Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
-
- CONFIGURATION_ERROR_NEW_INSTANCE_INSTANTIATION_EXCEPTION -
Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
-
- configurationErrorClassNotFound(String) -
Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- configurationErrorNewInstanceIllegalAccessException(IllegalAccessException, Class) -
Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- configurationErrorNewInstanceInstantiationException(InstantiationException, Class) -
Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- configure(ClassDescriptor, String...) -
Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
- Initialize a new or existing descriptor configuring the necessary
policies as well as
- configure(ClassDescriptor, String...) -
Method in class org.eclipse.persistence.jpa.dynamic.JPADynamicTypeBuilder
-
- configureConnectionSpec(String) -
Method in class org.eclipse.persistence.eis.EISLogin
- PUBLIC:
Configure the login to connect through a JDNI managed connection factory and the default getConnection().
- configureConnectionSpec(ConnectionFactory) -
Method in class org.eclipse.persistence.eis.EISLogin
- PUBLIC:
Configure the login to connect through a non-managed connection factory and the default getConnection().
- configureConnectionSpec(String, ConnectionSpec) -
Method in class org.eclipse.persistence.eis.EISLogin
- PUBLIC:
Configure the login to connect through a JDNI managed connection factory and adapter connection spec.
- configureConnectionSpec(ConnectionFactory, ConnectionSpec) -
Method in class org.eclipse.persistence.eis.EISLogin
- PUBLIC:
Configure the login to connect through a non-managed connection factory and adapter connection spec.
- configureNestedRow(AbstractRecord, AbstractRecord) -
Method in class org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping
-
- configureProfiler(Session) -
Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
- INTERNAL: configureProfiler(): set default performance profiler used in this server.
- configureSequencing(String, String) -
Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
- Configure default sequencing.
- configureSequencing(Sequence, String, String) -
Method in class org.eclipse.persistence.dynamic.DynamicTypeBuilder
- Configure sequencing specifying the sequence type to use.
- CONFLICTING_ANNOTATIONS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CONFLICTING_NAMED_ANNOTATIONS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CONFLICTING_NAMED_XML_ELEMENTS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CONFLICTING_SEQUENCE_AND_TABLE_GENERATORS_SPECIFIED -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CONFLICTING_SEQUENCE_NAME_AND_TABLE_PK_COLUMN_VALUE_SPECIFIED -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CONFLICTING_XML_ELEMENTS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- conflictingAccessMethodsForEmbeddable(String, String, Object, String, Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- conflictingAccessTypeForEmbeddable(String, String, String, String, String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- conflictingAnnotations(Object, Object, Object, Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- conflictingNamedAnnotations(String, Object, Object, Object, Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- conflictingNamedXMLElements(String, String, Object, Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- conflictingSequenceAndTableGeneratorsSpecified(String, Object, Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- conflictingSequenceNameAndTablePkColumnValueSpecified(String, Object, Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- conflictingXMLElements(String, Object, Object, Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- CONFLICTNG_ACCESS_METHODS_FOR_EMBEDDABLE -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CONFLICTNG_ACCESS_TYPE_FOR_EMBEDDABLE -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- Conform -
Static variable in class org.eclipse.persistence.config.CacheUsageIndirectionPolicy
- If conforming encounters an uninstantiated indirection/lazy object it is assumed to conform.
- conformAllDescriptors() -
Method in class org.eclipse.persistence.sessions.Project
- PUBLIC:
Set all this project's descriptors to conform all read queries within the context of the unit of work.
- conformBetween(Object, Object) -
Method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Compare between in memory.
- conformIndividualResult(Object, UnitOfWorkImpl, AbstractRecord, Expression, Map) -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- INTERNAL:
Conforms and registers an individual result.
- conformLike(Object, Object) -
Method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Compare like in memory.
- conformResult(Object, UnitOfWorkImpl, AbstractRecord, boolean) -
Method in class org.eclipse.persistence.queries.ReadAllQuery
- INTERNAL:
Conform the result if specified.
- conformResult(Object, UnitOfWorkImpl, AbstractRecord, boolean) -
Method in class org.eclipse.persistence.queries.ReadObjectQuery
- INTERNAL:
Conform the result in the UnitOfWork.
- ConformResultsInUnitOfWork -
Static variable in class org.eclipse.persistence.config.CacheUsage
- Configure the query results to be conformed with the current persistence context.
- ConformResultsInUnitOfWork -
Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- conformResultsInUnitOfWork() -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- PUBLIC:
The cache will checked completely, if the object is not found the database will be queried,
and the database result will be verified with what is in the cache and/or unit of work including new objects.
- conjunction() -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create a conjunction (with zero conjuncts).
- connect(Properties, Session) -
Method in class org.eclipse.persistence.eis.EISConnectionSpec
- INTERNAL:
Required for interface, but never used, for JDBC.
- connect(Properties, Session) -
Method in interface org.eclipse.persistence.sessions.Connector
- INTERNAL:
Connect with the specified properties and return the
Connection
.
- connect(Properties, Session) -
Method in class org.eclipse.persistence.sessions.DefaultConnector
- INTERNAL:
Connect with the specified properties and session.
- connect(Properties, Session) -
Method in class org.eclipse.persistence.sessions.JNDIConnector
- INTERNAL:
Connect with the specified properties and session.
- connect(Properties) -
Method in class org.eclipse.persistence.sessions.JNDIConnector
- INTERNAL:
Connect with the specified properties and return the Connection.
- connect(Accessor) -
Method in class org.eclipse.persistence.sessions.server.ClientSession
- INTERNAL:
Connect the session only (this must be the write connection as the read is shared).
- connect() -
Method in class org.eclipse.persistence.sessions.server.ServerSession
- INTERNAL:
Startup the server session, also startup all of the connection pools.
- connectBackToRemote(RemoteConnection) -
Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
- INTERNAL:
Prepare receiving messages by registering this connection as a listener to the Subscriber.
- connectBackToRemote(RemoteConnection) -
Method in class org.eclipse.persistence.sessions.coordination.TransportManager
- INTERNAL:
This method is called by the remote command manager when this service should
connect back ('handshake') to the service from which this remote connection came.
- connectByExpression -
Variable in class org.eclipse.persistence.queries.ReadAllQuery
-
- CONNECTION -
Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- connection -
Variable in class org.eclipse.persistence.logging.SessionLogEntry
-
- CONNECTION_FACTORY -
Static variable in class org.eclipse.persistence.eis.adapters.jms.JMSEISConnectionSpec
-
- CONNECTION_FACTORY_URL -
Static variable in class org.eclipse.persistence.eis.adapters.jms.JMSEISConnectionSpec
-
- CONNECTION_POLICY -
Static variable in class org.eclipse.persistence.config.EntityManagerProperties
- ConnectionPolicy
Allows to specify an entire ConnectionPolicy.
- CONNECTION_POOL -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- Allow configuring a
"eclipselink.connection-pool."
- CONNECTION_POOL_INITIAL -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"initial"
property.
- CONNECTION_POOL_JTA_DATA_SOURCE -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"jtaDataSource"
property.
- CONNECTION_POOL_MAX -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"max"
property.
- CONNECTION_POOL_MIN -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"min"
property.
- CONNECTION_POOL_NON_JTA_DATA_SOURCE -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"nonJtaDataSource"
property.
- CONNECTION_POOL_PASSWORD -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"password"
property.
- CONNECTION_POOL_READ -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- Allow configuring the
"eclipselink.connection-pool.read."
- CONNECTION_POOL_SEQUENCE -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- Allow configuring the
"eclipselink.connection-pool.sequence."
- CONNECTION_POOL_SHARED -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"shared"
property.
- CONNECTION_POOL_URL -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"url"
property.
- CONNECTION_POOL_USER -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"user"
property.
- CONNECTION_POOL_WAIT -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"wait"
property.
- CONNECTION_STRING -
Static variable in class org.eclipse.persistence.logging.AbstractSessionLog
- Connection string
- connectionFactory -
Variable in class org.eclipse.persistence.eis.EISConnectionSpec
-
- connectionFactoryName -
Variable in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
-
- connectionHealthValidatedOnError -
Variable in class org.eclipse.persistence.sessions.DatabaseLogin
- This value defaults to true and on an SQL Exception EclipseLink will ping the database to determine
if the connection used can continue to be used for queries.
- ConnectionManagement -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- ConnectionPing -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- connectionPolicy -
Variable in class org.eclipse.persistence.sessions.server.ClientSession
-
- ConnectionPolicy - Class in org.eclipse.persistence.sessions.server
-
Purpose: Used to specify how a client session's should be allocated.
- ConnectionPolicy() -
Constructor for class org.eclipse.persistence.sessions.server.ConnectionPolicy
- PUBLIC:
A connection policy is used to define how the client session connection should be acquired.
- ConnectionPolicy(String) -
Constructor for class org.eclipse.persistence.sessions.server.ConnectionPolicy
- PUBLIC:
A connection policy is used to define how the client session connection should be acquired.
- ConnectionPolicy(Login) -
Constructor for class org.eclipse.persistence.sessions.server.ConnectionPolicy
- PUBLIC:
A connection policy is used to define how the client session connection should be acquired.
- ConnectionPolicy.ExclusiveMode - Enum in org.eclipse.persistence.sessions.server
- Default value Transactional causes creation of ClientSession,
the other two values - ExclusiveIsolatedClientSession.
- connectionPool -
Variable in class org.eclipse.persistence.descriptors.partitioning.PinnedPartitioningPolicy
-
- connectionPool -
Variable in class org.eclipse.persistence.descriptors.partitioning.RangePartition
-
- ConnectionPool - Class in org.eclipse.persistence.sessions.server
-
Purpose: Used to specify how connection should be pooled in a server session.
- ConnectionPool() -
Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
- PUBLIC:
A connection pool is used to specify how connection should be pooled in a server session.
- ConnectionPool(String, Login, ServerSession) -
Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
- PUBLIC:
A connection pool is used to specify how connection should be pooled in a server session.
- ConnectionPool(String, Login, int, int, ServerSession) -
Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
- PUBLIC:
A connection pool is used to specify how connection should be pooled in a server session.
- ConnectionPool(String, Login, int, int, int, ServerSession) -
Constructor for class org.eclipse.persistence.sessions.server.ConnectionPool
- PUBLIC:
A connection pool is used to specify how connection should be pooled in a server session.
- connectionPools -
Variable in class org.eclipse.persistence.descriptors.partitioning.HashPartitioningPolicy
-
- connectionPools -
Variable in class org.eclipse.persistence.descriptors.partitioning.ReplicationPartitioningPolicy
-
- connectionPools -
Variable in class org.eclipse.persistence.sessions.server.ServerSession
-
- connectionsAvailable -
Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
-
- connectionSpec -
Variable in class org.eclipse.persistence.eis.EISConnectionSpec
-
- connectionsToExternalServices -
Variable in class org.eclipse.persistence.sessions.coordination.TransportManager
- Connections to other services
- connectionsUsed -
Variable in class org.eclipse.persistence.sessions.server.ConnectionPool
-
- Connector - Interface in org.eclipse.persistence.sessions
- Purpose:
Define an interface for supplying TopLink with a
Connection
to
a JDBC database. - connector -
Variable in class org.eclipse.persistence.sessions.DatasourceLogin
- Provide a little flexibility for connecting to a database
- Connects -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- connectToDataSource(EISAccessor, Properties) -
Method in class org.eclipse.persistence.eis.adapters.jms.JMSEISConnectionSpec
- Connect with the specified properties and return the Connection.
- connectToDataSource(EISAccessor, Properties) -
Method in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFileEISConnectionSpec
- Connect with the specified properties and return the Connection.
- connectToDataSource(EISAccessor, Properties) -
Method in class org.eclipse.persistence.eis.EISConnectionSpec
- Connect with the specified properties and return the Connection.
- connectToDatasource(Accessor, Session) -
Method in class org.eclipse.persistence.eis.EISLogin
- Connect to the EIS adapter and return the Connection.
- connectToDatasource(Accessor, Session) -
Method in class org.eclipse.persistence.sessions.DatasourceLogin
- INTERNAL:
Connect to the datasource, and return the driver level connection object.
- connectToDatasource(Accessor, Session) -
Method in interface org.eclipse.persistence.sessions.Login
- INTERNAL:
Connect to the datasource, and return the driver level connection object.
- constantName(String) -
Static method in class org.eclipse.persistence.sdo.helper.extension.SDOUtil
- INTERNAL:
- ConstantTransformer - Class in org.eclipse.persistence.mappings.transformers
- Purpose: Allows a field to always be mapped to a constant value.
- ConstantTransformer() -
Constructor for class org.eclipse.persistence.mappings.transformers.ConstantTransformer
-
- ConstantTransformer(Object) -
Constructor for class org.eclipse.persistence.mappings.transformers.ConstantTransformer
- PUBLIC:
Return a constant transformer for the constant value.
- constraint -
Variable in class org.eclipse.persistence.tools.schemaframework.FieldDefinition
-
- constraintDependencies -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- construct(Class<Y>, Selection<?>...) -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create a selection item corresponding to a constructor.
- constructor -
Variable in class org.eclipse.persistence.queries.ConstructorReportItem
-
- constructorArgTypes -
Variable in class org.eclipse.persistence.queries.ConstructorReportItem
-
- constructorClassNotFound -
Static variable in exception org.eclipse.persistence.exceptions.JPQLException
-
- constructorClassNotFound(String, int, int, String) -
Static method in exception org.eclipse.persistence.exceptions.JPQLException
-
- constructorMappings -
Variable in class org.eclipse.persistence.queries.ConstructorReportItem
-
- ConstructorReportItem - Class in org.eclipse.persistence.queries
- Purpose: An item specifying a class constructor method to be used in a ReportQuery's returned results.
- ConstructorReportItem() -
Constructor for class org.eclipse.persistence.queries.ConstructorReportItem
- Create a new constructor item.
- ConstructorReportItem(String) -
Constructor for class org.eclipse.persistence.queries.ConstructorReportItem
- Create a new constructor item.
- CONTAINER_POLICY_DOES_NOT_USE_KEYS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- ContainerMapping - Interface in org.eclipse.persistence.mappings
- Interface used by clients to interact
with the assorted mappings that use
ContainerPolicy
. - containerPolicy -
Variable in class org.eclipse.persistence.mappings.CollectionMapping
-
- containerPolicy -
Variable in class org.eclipse.persistence.oxm.mappings.XMLCollectionReferenceMapping
-
- containerPolicy -
Variable in class org.eclipse.persistence.queries.DataReadQuery
-
- containerPolicy -
Variable in class org.eclipse.persistence.queries.ReadAllQuery
- Used for collection and stream support.
- containerPolicyDoesNotUseKeys(ContainerPolicy, String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- containerType -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyAttribute
-
- containerType -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
- containerType -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAttribute
-
- containerType -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElement
-
- containerType -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElementRef
-
- containerType -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlElements
-
- containerType -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlInverseReference
-
- containerType -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlJoinNodes
-
- containerType -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
- CONTAINMENT -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- contains(Class, Object) -
Method in interface javax.persistence.Cache
- Whether the cache contains data for the given entity.
- contains(Object) -
Method in interface javax.persistence.EntityManager
- Check if the instance is a managed entity instance belonging
to the current persistence context.
- contains(Object) -
Method in class org.eclipse.persistence.indirection.IndirectList
- PUBLIC:
- contains(Object) -
Method in class org.eclipse.persistence.indirection.IndirectMap
-
- contains(Object) -
Method in class org.eclipse.persistence.indirection.IndirectSet
-
- contains(Object) -
Method in interface org.eclipse.persistence.jpa.JpaCache
- Returns true if the cache contains an Object with the same id and Class type of the given object.
- contains(Object) -
Method in class org.eclipse.persistence.oxm.record.DOMRecord
- PUBLIC:
Check if the value is contained in the row.
- contains(Object) -
Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- contains(Object) -
Method in class org.eclipse.persistence.oxm.record.XMLRecord
- PUBLIC:
Check if the value is contained in the row.
- contains(Object) -
Method in class org.eclipse.persistence.queries.ReportQueryResult
- PUBLIC:
Check if the value is contained in the result.
- contains(Object) -
Method in class org.eclipse.persistence.queries.ReportQueryResult.EntrySet
-
- contains(Object) -
Method in class org.eclipse.persistence.queries.ReportQueryResult.KeySet
-
- contains(Object) -
Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- contains(Object) -
Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
- contains(Object) -
Method in class org.eclipse.persistence.sessions.DatabaseRecord
- PUBLIC:
Checks if the given Object value is contained in the values held
in the database row.
- containsAll(Collection) -
Method in class org.eclipse.persistence.indirection.IndirectList
-
- containsAll(Collection) -
Method in class org.eclipse.persistence.indirection.IndirectSet
-
- containsAll(Collection) -
Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBList
-
- containsAll(Collection) -
Method in class org.eclipse.persistence.sdo.helper.ListWrapper
-
- containsAllKeyWords(String) -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
Return an expression that performs a key word search.
- containsAnyKeyWords(String) -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
Return an expression that performs a key word search.
- containsAttribute(String) -
Method in class org.eclipse.persistence.queries.AttributeGroup
- Return if the attribute is defined in the group.
- containsKey(String) -
Method in class org.eclipse.persistence.eis.EISMappedRecord
- Check if the field is contained in the row.
- containsKey(DatabaseField) -
Method in class org.eclipse.persistence.eis.EISMappedRecord
- Check if the field is contained in the row.
- containsKey(Object) -
Method in class org.eclipse.persistence.indirection.IndirectMap
-
- containsKey(DatabaseField) -
Method in class org.eclipse.persistence.oxm.record.DOMRecord
- INTERNAL:
Check if the field is contained in the row.
- containsKey(Object) -
Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- containsKey(String) -
Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- containsKey(DatabaseField) -
Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- containsKey(Object) -
Method in class org.eclipse.persistence.queries.ReportQueryResult
- PUBLIC:
Check if the key is contained in the result.
- containsKey(Object) -
Method in class org.eclipse.persistence.sessions.DatabaseRecord
- PUBLIC:
Checks if a key (ie. the field) is contained in the database row.
- containsKey(String) -
Method in class org.eclipse.persistence.sessions.DatabaseRecord
- PUBLIC:
Checks if a given field is contained in the database row.
- containsKey(Object) -
Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
- Return true if an CacheKey with the primary key is in the map.
- containsObject(Class, String) -
Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
- Check if the object is registered given its name.
- containsObject(Object, String) -
Method in class org.eclipse.persistence.tools.schemaframework.PopulationManager
- Check if the object is registered given its name.
- containsObjectInIdentityMap(Object) -
Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
- ADVANCED:
Returns true if the identity map contains an Object with the same primary
key and Class type of the given domainObject.
- containsObjectInIdentityMap(Vector, Class) -
Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
- Deprecated. since EclipseLink 2.1, replaced by containsObjectInIdentityMap(Object, Class)
- containsObjectInIdentityMap(Object, Class) -
Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
- ADVANCED:
Returns true if the identity map contains an Object with the same
primary key and Class type as those specified.
- containsObjectInIdentityMap(Record, Class) -
Method in interface org.eclipse.persistence.sessions.IdentityMapAccessor
- ADVANCED:
Returns true if the identity map contains an Object with the same primary key
of the specified row (i.e. the database record) and Class type.
- containsProperty(String) -
Method in interface org.eclipse.persistence.dynamic.DynamicType
-
- containsQuery(String) -
Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
- PUBLIC:
Return true if the query is defined on the session
- containsQuery(String) -
Method in class org.eclipse.persistence.sessions.broker.SessionBroker
- PUBLIC:
Return true if the pre-defined query is defined on the session.
- containsQuery(String) -
Method in class org.eclipse.persistence.sessions.server.ClientSession
- INTERNAL:
Was PUBLIC: customer will be redirected to
Session
.
- containsQuery(String) -
Method in interface org.eclipse.persistence.sessions.Session
- PUBLIC:
Return true if the pre-defined query is defined on the session.
- containsSubstring(String) -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
Return an expression that compares if the receivers value contains the substring.
- containsSubstring(Expression) -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
Return an expression that compares if the receivers value contains the substring.
- containsSubstringIgnoringCase(String) -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
Return an expression that compares if the receivers value contains the substring, ignoring case.
- containsSubstringIgnoringCase(Expression) -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
Return an expression that compares if the receivers value contains the substring, ignoring case.
- containsValue(Object) -
Method in class org.eclipse.persistence.indirection.IndirectMap
-
- containsValue(Object) -
Method in class org.eclipse.persistence.oxm.record.ValidatingMarshalRecord
-
- containsValue(Object) -
Method in class org.eclipse.persistence.queries.ReportQueryResult
- PUBLIC:
Check if the value is contained in the result.
- containsValue(Object) -
Method in class org.eclipse.persistence.sessions.DatabaseRecord
- PUBLIC:
Checks if the given Object value is contained in the values held
in the database row.
- ContentHandlerRecord - Class in org.eclipse.persistence.oxm.record
- Use this type of MarshalRecord when the marshal target is a
ContentHandler.
- ContentHandlerRecord() -
Constructor for class org.eclipse.persistence.oxm.record.ContentHandlerRecord
-
- context -
Variable in class org.eclipse.persistence.eis.EISConnectionSpec
-
- context -
Variable in class org.eclipse.persistence.sessions.JNDIConnector
-
- controller -
Variable in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
- Store the real controller.
- controller -
Variable in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
- Store the real controller.
- controller -
Variable in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
- Store the real controller.
- controller -
Variable in class org.eclipse.persistence.transaction.AbstractSynchronizationListener
- The external txn controller that is intimate with the transaction manager
and knows how to do things like rolling back transactions, etc.
- CONVERSION_ERROR -
Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- conversionError(Exception) -
Static method in exception org.eclipse.persistence.exceptions.SDOException
- INTERNAL:
Exception when trying to set a property to value that is an unsupported conversion
- ConversionException - Exception in org.eclipse.persistence.exceptions
- Purpose: Conversion exceptions such as method or class not defined will raise this exception.
- ConversionException() -
Constructor for exception org.eclipse.persistence.exceptions.ConversionException
- INTERNAL:
TopLink exceptions should only be thrown by TopLink.
- ConversionException(String, Object, Class, Exception) -
Constructor for exception org.eclipse.persistence.exceptions.ConversionException
- INTERNAL:
TopLink exceptions should only be thrown by TopLink.
- ConversionExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
- INTERNAL:
English ResourceBundle for ConversionException messages.
- ConversionExceptionResource() -
Constructor for class org.eclipse.persistence.exceptions.i18n.ConversionExceptionResource
-
- ConversionValue - Annotation Type in org.eclipse.persistence.annotations
- A ConversionValue annotation is used within an ObjectTypeConverter.
- convert(Type, Object) -
Method in interface commonj.sdo.helper.DataHelper
- Convert the specified value to an
instance
of the specified type.
- convert(Property, Object) -
Method in interface commonj.sdo.helper.DataHelper
- Convert the specified value to an
instance
of the specified property's type
.
- Convert - Annotation Type in org.eclipse.persistence.annotations
- The Convert annotation specifies that a named converter should be used with
the corresponding mapped attribute.
- convert(String...) -
Method in class org.eclipse.persistence.queries.AttributeGroup
- Convert a provided name or path which could be a single attributeName, a
single string with dot separated attribute names, or an array of
attribute names defining the path.
- convert(Type, Object) -
Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
- Convert the specified value to an
instance
of the specified type.
- convert(Property, Object) -
Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
- Convert the specified value to an
instance
of the specified property's type
.
- convertChangeSetToByteArray(AbstractSession) -
Method in class org.eclipse.persistence.sessions.coordination.MergeChangeSetCommand
- INTERNAL:
Custom serialize this change set by converting it to a byte array.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- INTERNAL:
Convert all the class-name-based settings in this Descriptor to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.descriptors.CMPPolicy
- INTERNAL:
Convert all the class-name-based settings in this object to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.descriptors.DescriptorQueryManager
- INTERNAL:
Convert all the class-name-based settings in this Query Manager to actual class-based
settings
This method is implemented by subclasses as necessary.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.descriptors.InheritancePolicy
- INTERNAL:
Convert all the class-name-based settings in this InheritancePolicy to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.descriptors.InterfacePolicy
- INTERNAL:
Convert all the class-name-based settings in this InheritancePolicy to actual class-based settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
- INTERNAL:
Convert all the class-name-based settings to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.descriptors.partitioning.PartitioningPolicy
- INTERNAL:
Convert all the class-name-based settings to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.jaxb.JAXBEnumTypeConverter
- INTERNAL:
Convert all the class-name-based settings in this converter to actual
class-based settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.AggregateMapping
- INTERNAL:
Convert all the class-name-based settings in this mapping to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Convert all the class-name-based settings in this mapping to actual class-based
settings
This method is implemented by subclasses as necessary.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
- INTERNAL:
Convert all the class-name-based settings in this converter to actual
class-based settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
- INTERNAL:
Convert all the class-name-based settings in this converter to actual
class-based settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
- INTERNAL:
Convert all the class-name-based settings in this converter to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Convert all the class-name-based settings in this mapping to actual class-based
settings
This method is implemented by subclasses as necessary.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
Convert all the class-name-based settings in this mapping to actual class-based
settings
This method is implemented by subclasses as necessary.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- INTERNAL:
Convert all the class-name-based settings in this mapping to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- INTERNAL:
Convert all the class-name-based settings in this mapping to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
- INTERNAL:
Convert all the class-name-based settings in this mapping to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Convert all the class-name-based settings in this mapping to actual class-based settings
This method is implemented by subclasses as necessary.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
- INTERNAL:
Convert all the class-name-based settings in this mapping to actual class-based
settings
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.querykeys.ForeignReferenceQueryKey
- INTERNAL:
Convert all the class-name-based settings in this project to actual class-based
settings
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.querykeys.QueryKey
- INTERNAL:
Convert all the class-name-based settings in this QueryKey to actual class-based
settings
Will be overridded by subclasses
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
- INTERNAL:
Convert all the class-name-based settings in this mapping to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
-
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
-
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- INTERNAL: Convert all the class-name-based settings in this query to
actual class-based settings This method is implemented by subclasses as
necessary.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.queries.EntityResult
- INTERNAL:
Convert all the class-name-based settings in this query to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
- INTERNAL:
Convert all the class-name-based settings in this query to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.queries.ResultSetMappingQuery
- INTERNAL:
Convert all the class-name-based settings in this ResultSetMapping to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.queries.SQLResult
- INTERNAL:
Convert all the class-name-based settings in this SQLResult to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.queries.SQLResultSetMapping
- INTERNAL:
Convert all the class-name-based settings in this SQLResultSetMapping to actual class-based
settings.
- convertClassNamesToClasses(ClassLoader) -
Method in class org.eclipse.persistence.sessions.Project
- INTERNAL:
Convert all the class-name-based settings in this project to actual class-based settings.
- convertClassNameToClass(String, ClassLoader) -
Method in class org.eclipse.persistence.descriptors.InheritancePolicy
- INTERNAL:
Convert the given className to an actual class.
- convertDataValueToObjectValue(Object, Session) -
Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
- INTERNAL:
The fromString value on the enum class must be invoked with the field value
specified as an argument.
- convertDataValueToObjectValue(Object, Session) -
Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
- INTERNAL:
Convert the class name to a class, then create an instance of the class.
- convertDataValueToObjectValue(Object, Session) -
Method in interface org.eclipse.persistence.mappings.converters.Converter
- PUBLIC:
Convert the databases' data representation of the value to the object's representation.
- convertDataValueToObjectValue(Object, Session) -
Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
- INTERNAL:
Returns the corresponding attribute value for the specified field value.
- convertDataValueToObjectValue(Object, Session) -
Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
- INTERNAL:
Returns the corresponding attribute value for the specified field value.
- convertDataValueToObjectValue(Object, Session) -
Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
- INTERNAL:
The fieldValue will be a byte array.
- convertDataValueToObjectValue(Object, Session) -
Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
- INTERNAL:
The field value must first be converted to the field type, then the attribute type.
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) -
Method in interface org.eclipse.persistence.oxm.mappings.converters.XMLConverter
-
- convertDataValueToObjectValue(Object, Session) -
Method in class org.eclipse.persistence.oxm.mappings.converters.XMLConverterAdapter
-
- convertDataValueToObjectValue(Object, Session) -
Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
-
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) -
Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
-
- convertDataValueToObjectValue(Object, Session) -
Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
-
- convertDataValueToObjectValue(Object, Session) -
Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
- Convert the value from XML as required during unmarshal
- convertDataValueToObjectValue(Object, Session, XMLUnmarshaller) -
Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
-
- convertDataValueToObjectValue(Object, Session) -
Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
-
- Converter - Annotation Type in org.eclipse.persistence.annotations
- A Converter is used to customize the values during the reading from the
database into the object model as well as during the writing back of changes
into the database.
- Converter - Interface in org.eclipse.persistence.mappings.converters
- Purpose: Conversion interface to allow conversion between object and data types.
- converter -
Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- Allows user defined conversion between the object attribute value and the database value.
- converter -
Variable in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
- Allows user defined conversion between the object attribute value and the database value.
- converter -
Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- Allows user defined conversion between the object attribute value and the database value.
- CONVERTER_NOT_FOUND -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- converterClassName -
Variable in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
-
- converterFromAdapterRecord(Record) -
Method in interface org.eclipse.persistence.eis.RecordConverter
-
- converterNotFound(Object, String, Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- Converters - Annotation Type in org.eclipse.persistence.annotations
- A Converters annotation allows the definition of multiple Converter.
- converterToAdapterRecord(Record) -
Method in interface org.eclipse.persistence.eis.RecordConverter
-
- convertFromStringValue(String, Class) -
Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
- Convert a String value based to the appropriate type.
- convertFromStringValue(String, Type) -
Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
- Convert a String value based to the appropriate type.
- convertFromStringValue(String, Type, QName) -
Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
- Convert a String value based to the appropriate type.
- convertFromStringValue(String, Class, QName) -
Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
- Convert a String value based to the appropriate type.
- convertNodeToUseOuterJoin() -
Method in class org.eclipse.persistence.expressions.Expression
-
- convertObjectToValue(Property, Class) -
Method in class org.eclipse.persistence.sdo.SDODataObject
- INTERNAL:
- convertObjectToValue(Property, int, Class) -
Method in class org.eclipse.persistence.sdo.SDODataObject
- INTERNAL:
- convertObjectToValueByPath(String, Class, DataObject) -
Method in class org.eclipse.persistence.sdo.helper.XPathEngine
- access the wanted values through path and convert it into required java class.
- convertObjectValueToDataValue(Object, Session) -
Method in class org.eclipse.persistence.jaxb.JAXBTypesafeEnumConverter
- INTERNAL:
Return the attribute value.
- convertObjectValueToDataValue(Object, Session) -
Method in class org.eclipse.persistence.mappings.converters.ClassInstanceConverter
- INTERNAL:
Convert to the field class.
- convertObjectValueToDataValue(Object, Session) -
Method in interface org.eclipse.persistence.mappings.converters.Converter
- PUBLIC:
Convert the object's representation of the value to the databases' data representation.
- convertObjectValueToDataValue(Object, Session) -
Method in class org.eclipse.persistence.mappings.converters.EnumTypeConverter
- INTERNAL:
Convert Enum object to the data value.
- convertObjectValueToDataValue(Object, Session) -
Method in class org.eclipse.persistence.mappings.converters.ObjectTypeConverter
- INTERNAL:
Convert to the data value.
- convertObjectValueToDataValue(Object, Session) -
Method in class org.eclipse.persistence.mappings.converters.SerializedObjectConverter
- INTERNAL:
Convert the object to a byte array through serialize.
- convertObjectValueToDataValue(Object, Session) -
Method in class org.eclipse.persistence.mappings.converters.TypeConversionConverter
- INTERNAL:
Convert to the field class.
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) -
Method in interface org.eclipse.persistence.oxm.mappings.converters.XMLConverter
-
- convertObjectValueToDataValue(Object, Session) -
Method in class org.eclipse.persistence.oxm.mappings.converters.XMLConverterAdapter
-
- convertObjectValueToDataValue(Object, Session) -
Method in class org.eclipse.persistence.oxm.mappings.converters.XMLListConverter
-
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) -
Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
-
- convertObjectValueToDataValue(Object, Session) -
Method in class org.eclipse.persistence.oxm.mappings.converters.XMLRootConverter
-
- convertObjectValueToDataValue(Object, Session) -
Method in class org.eclipse.persistence.sdo.helper.InstanceClassConverter
- Convert the value as required during marshal.
- convertObjectValueToDataValue(Object, Session, XMLMarshaller) -
Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
-
- convertObjectValueToDataValue(Object, Session) -
Method in class org.eclipse.persistence.sdo.helper.metadata.TypeStringConverter
-
- convertToChangeRecord(Object, Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
This method is used to convert the contents of an aggregateCollection into a
changeRecord
- convertToChangeRecord(Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
-
- convertToChangeRecord(Object, ObjectChangeSet, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
-
- convertToDatabaseType(Object) -
Method in class org.eclipse.persistence.platform.database.DBasePlatform
- INTERNAL
We support more primitive than JDBC does so we must do conversion before printing or binding.
- convertToEclipseLinkCommand(Object) -
Method in interface org.eclipse.persistence.sessions.coordination.CommandConverter
- PUBLIC:
Convert a command from its application-specific format to
a EclipseLink Command object.
- convertToObject(Struct) -
Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
- PUBLIC:
This method will be invoked internally when reading a Struct from the database
Implementers should put any custom conversion logic in this method
- convertToStringValue(Object, Type) -
Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
- Convert to a String value based to the SDO type.
- convertToStruct(Object, Connection) -
Method in interface org.eclipse.persistence.platform.database.converters.StructConverter
- PUBLIC:
This method will be invoked internally when writing an Object to the database
Implementers should put any custom conversion logic in this method
- convertToUseOuterJoin() -
Method in class org.eclipse.persistence.expressions.Expression
- INTERNAL:
Modify this expression to use outer joins wherever there are
equality operations between two field nodes.
- convertToUserCommand(Command) -
Method in interface org.eclipse.persistence.sessions.coordination.CommandConverter
- PUBLIC:
Convert a EclipseLink Command object into its application-specific
format to a
- convertToXMLField(DatabaseField) -
Method in class org.eclipse.persistence.oxm.record.XMLRecord
- INTERNAL:
Convert a DatabaseField to an XMLField
- convertToXMLField(List<DatabaseField>) -
Method in class org.eclipse.persistence.oxm.record.XMLRecord
-
- convertValue(Object, Class, QName) -
Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
- Convert a value based to the appropriate type.
- convertValueBasedOnSchemaType(Object, XMLConversionManager, XMLRecord) -
Method in class org.eclipse.persistence.oxm.XMLField
- INTERNAL:
- convertValueBasedOnSchemaType(Object, XMLConversionManager, XMLRecord) -
Method in class org.eclipse.persistence.oxm.XMLUnionField
- INTERNAL:
- convertValueToClass(Property, Object, Class) -
Method in class org.eclipse.persistence.sdo.helper.SDODataHelper
- INTERNAL:
- COORDINATION_ASYNCH -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- the
"eclipselink.cache.coordination.propagate-asynchronously"
property configures cache coordination for a clustered environment.
- COORDINATION_CHANNEL -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- the
"eclipselink.cache.coordination.channel"
property
configures cache coordination for a clustered environment.
- COORDINATION_JMS_FACTORY -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.jms.factory"
property
configures cache coordination for a clustered environment.
- COORDINATION_JMS_HOST -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.jms.host"
property
configures cache coordination for a clustered environment.
- COORDINATION_JMS_REUSE_PUBLISHER -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.jms.reuse-topic-publisher"
property
configures cache coordination for a clustered environment.
- COORDINATION_JMS_TOPIC -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.jms.topic"
property
configures cache coordination for a clustered environment.
- COORDINATION_JNDI_CONTEXT -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.jndi.initial-context-factory"
property configures cache coordination for a clustered environment.
- COORDINATION_JNDI_PASSWORD -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.jndi.password"
property
configures cache coordination for a clustered environment.
- COORDINATION_JNDI_USER -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- the
"eclipselink.cache.coordination.jndi.user"
property
configures cache coordination for a clustered environment.
- COORDINATION_NAMING_SERVICE -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.naming-service"
property
configures cache coordination for a clustered environment.
- COORDINATION_PROTOCOL -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.protocol"
property
configures cache coordination for a clustered environment.
- COORDINATION_REMOVE_CONNECTION -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.remove-connection-on-error"
property configures cache coordination for a clustered environment.
- COORDINATION_RMI_ANNOUNCEMENT_DELAY -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.rmi.announcement-delay"
property configures cache coordination for a clustered environment.
- COORDINATION_RMI_MULTICAST_GROUP -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.rmi.multicast-group"
property configures cache coordination for a clustered environment.
- COORDINATION_RMI_MULTICAST_GROUP_PORT -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.rmi.multicast-group.port"
property configures cache coordination for a clustered environment.
- COORDINATION_RMI_PACKET_TIME_TO_LIVE -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.rmi.packet-time-to-live"
property configures cache coordination for a clustered environment.
- COORDINATION_RMI_URL -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- The
"eclipselink.cache.coordination.rmi.url"
property
configures cache coordination for a clustered environment.
- copiedVersionFrom(Map) -
Method in class org.eclipse.persistence.expressions.Expression
- INTERNAL:
- copies -
Variable in class org.eclipse.persistence.sessions.CopyGroup
-
- copy(DataObject) -
Method in interface commonj.sdo.helper.CopyHelper
- Create a deep copy of the DataObject tree:
Copies the dataObject and all its
contained
DataObjects recursively.
- copy(Object, AttributeGroup) -
Method in interface org.eclipse.persistence.jpa.JpaEntityManager
- This method will return copy the passed entity using the passed AttributeGroup.
- copy() -
Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- copy(Object) -
Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- copy(Object, Object) -
Method in class org.eclipse.persistence.oxm.sequenced.Setting
-
- copy(int, int) -
Method in class org.eclipse.persistence.queries.CursoredStream
- INTERNAL:
Answer a list of the elements of the receiver's collection from startIndex to endIndex.
- copy() -
Method in class org.eclipse.persistence.sdo.DefaultValueStore
- Get a shallow copy of the original ValueStore.
- copy() -
Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBValueStore
-
- copy(DataObject) -
Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
- Create a deep copy of the DataObject tree:
Copies the dataObject and all its
contained
DataObjects recursively.
- copy(DataObject, SDOChangeSummary) -
Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
- Create a deep copy of the DataObject tree:
Copies the dataObject and all its
contained
DataObjects recursively.
- copy() -
Method in class org.eclipse.persistence.sdo.SDOSequence
-
- copy() -
Method in interface org.eclipse.persistence.sdo.ValueStore
- Get a shallow copy of the original ValueStore.
- copy(Object) -
Method in interface org.eclipse.persistence.sessions.Session
- PUBLIC:
Return a complete copy of the object or of collection of objects.
- copy(Object, AttributeGroup) -
Method in interface org.eclipse.persistence.sessions.Session
- PUBLIC:
Return a complete copy of the object or collection of objects.
- copy(String, String, String[]) -
Static method in class org.eclipse.persistence.tools.file.FileUtil
-
- copy(InputStream, OutputStream) -
Static method in class org.eclipse.persistence.tools.file.FileUtil
-
- COPY_POLICY_MUST_SPECIFY_METHOD_OR_WORKING_COPY_METHOD -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- copyElements() -
Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBListWrapper
-
- copyElements() -
Method in class org.eclipse.persistence.sdo.helper.ListWrapper
- INTERNAL:
Shallow copy elements
- copyFetchGroupInto(Object, Object, AbstractSession) -
Method in class org.eclipse.persistence.descriptors.FetchGroupManager
- INTERNAL:
Copy fetch group reference from the source object to the target
- copyFromQuery(DatabaseQuery) -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- INTERNAL: Copy all setting from the query.
- copyFromQuery(DatabaseQuery) -
Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
- INTERNAL:
Copy all setting from the query.
- copyFromQuery(DatabaseQuery) -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- INTERNAL:
Copy all setting from the query.
- copyFromQuery(DatabaseQuery) -
Method in class org.eclipse.persistence.queries.ReadObjectQuery
- INTERNAL:
Copy all setting from the query.
- copyFromQuery(DatabaseQuery) -
Method in class org.eclipse.persistence.queries.ReadQuery
- INTERNAL:
Copy all setting from the query.
- CopyGroup - Class in org.eclipse.persistence.sessions
- Purpose: Define how an object is to be copied.
- CopyGroup() -
Constructor for class org.eclipse.persistence.sessions.CopyGroup
- PUBLIC:
By default only copy the attributes found in the attribute group and don't null primary keys.
- CopyGroup(String) -
Constructor for class org.eclipse.persistence.sessions.CopyGroup
- PUBLIC:
By default only copy the attributes found in the attribute group and don't null primary keys.
- CopyHelper - Interface in commonj.sdo.helper
- A helper for copying DataObjects.
- copyHelper -
Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
- copyInto(Object[]) -
Method in class org.eclipse.persistence.indirection.IndirectList
-
- copyMainFrom(ReturningPolicy) -
Method in class org.eclipse.persistence.descriptors.ReturningPolicy
-
- copyObject(Object) -
Method in interface org.eclipse.persistence.sessions.Session
- Deprecated. since EclipseLink 2.1, replaced by copy(Object)
- copyObject(Object, ObjectCopyingPolicy) -
Method in interface org.eclipse.persistence.sessions.Session
- Deprecated. since EclipseLink 2.1, replaced by copy(Object, AttributeGroup)
- CopyPolicy - Annotation Type in org.eclipse.persistence.annotations
- A CopyPolicy is used to set an
org.eclipse.persistence.descriptors.copying.CopyPolicy on an Entity.
- copyPolicy -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- CopyPolicy - Interface in org.eclipse.persistence.descriptors.copying
- Purpose: Allows customization of how an object is cloned.
- copyPolicyClassName -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- copyPolicyMustSpecifyEitherMethodOrWorkingCopyMethod(Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
- PUBLIC:
Cause: An annotation or XML document specifies a CloneCopyPolicy, bug does not supply either a method or
working copy method
- copyReportItems(Map) -
Method in class org.eclipse.persistence.queries.ReportQuery
- INTERNAL: Required for a very special case of bug 2612185:
ReportItems from parallelExpressions, on a ReportQuery which is a subQuery,
which is being batch read.
- copySessionBroker() -
Method in class org.eclipse.persistence.sessions.broker.SessionBroker
- INTERNAL:
Return a copy (not using clone) of a session broker.
- copyShallow(DataObject) -
Method in interface commonj.sdo.helper.CopyHelper
- Create a shallow copy of the DataObject dataObject:
Creates a new DataObject copiedDataObject with the same values
as the source dataObject for each property where
property.getType().isDataType() is true.
- copyShallow(DataObject) -
Method in class org.eclipse.persistence.sdo.helper.SDOCopyHelper
- Create a shallow copy of the DataObject dataObject:
Creates a new DataObject copiedDataObject with the same values
as the source dataObject for each property where
property.getType().isDataType() is true.
- copyTo(ExpressionOperator) -
Method in class org.eclipse.persistence.expressions.ExpressionOperator
-
- copyTo(ExpressionOperator) -
Method in class org.eclipse.persistence.expressions.ListExpressionOperator
-
- CORBAConnection - Class in org.eclipse.persistence.sessions.remote.corba.sun
- This class exists on on the client side which talks to remote session controller through
RMI connection.
- CORBAConnection(CORBARemoteSessionController) -
Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
- PUBLIC:
The connection must be create from the server-side session controllers stub.
- CORBARemoteSessionController - Interface in org.eclipse.persistence.sessions.remote.corba.sun
- INTERNAL:
org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionController.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from CorbaRemoteSessionControllerSun.idl
Monday, November 19, 2001 1:51:44 o'clock PM EST
- CORBARemoteSessionControllerDispatcher - Class in org.eclipse.persistence.sessions.remote.corba.sun
- RemoteSessionController sits between the remote session and the session.
- CORBARemoteSessionControllerDispatcher(AbstractSession) -
Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
- CORBARemoteSessionControllerDispatcher(Session) -
Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
-
- CORBARemoteSessionControllerHelper - Class in org.eclipse.persistence.sessions.remote.corba.sun
- INTERNAL:
org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionControllerHelper.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from CorbaRemoteSessionControllerSun.idl
Monday, November 19, 2001 1:51:44 o'clock PM EST
- CORBARemoteSessionControllerHelper() -
Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper
-
- CORBARemoteSessionControllerHolder - Class in org.eclipse.persistence.sessions.remote.corba.sun
- INTERNAL:
org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionControllerHolder.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from CorbaRemoteSessionControllerSun.idl
Monday, November 19, 2001 1:51:44 o'clock PM EST
- CORBARemoteSessionControllerHolder() -
Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHolder
-
- CORBARemoteSessionControllerHolder(CORBARemoteSessionController) -
Constructor for class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHolder
-
- CORBARemoteSessionControllerOperations - Interface in org.eclipse.persistence.sessions.remote.corba.sun
- INTERNAL:
org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionControllerOperations.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from CorbaRemoteSessionControllerSun.idl
Monday, November 19, 2001 1:51:44 o'clock PM EST
- CORBATransportManager - Class in org.eclipse.persistence.sessions.coordination.corba
-
- CORBATransportManager(RemoteCommandManager) -
Constructor for class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
-
- correlate(Root<Y>) -
Method in interface javax.persistence.criteria.Subquery
- Create a subquery root correlated to a root of the
enclosing query.
- correlate(Join<X, Y>) -
Method in interface javax.persistence.criteria.Subquery
- Create a subquery join object correlated to a join object
of the enclosing query.
- correlate(CollectionJoin<X, Y>) -
Method in interface javax.persistence.criteria.Subquery
- Create a subquery collection join object correlated to a
collection join object of the enclosing query.
- correlate(SetJoin<X, Y>) -
Method in interface javax.persistence.criteria.Subquery
- Create a subquery set join object correlated to a set join
object of the enclosing query.
- correlate(ListJoin<X, Y>) -
Method in interface javax.persistence.criteria.Subquery
- Create a subquery list join object correlated to a list join
object of the enclosing query.
- correlate(MapJoin<X, K, V>) -
Method in interface javax.persistence.criteria.Subquery
- Create a subquery map join object correlated to a map join
object of the enclosing query.
- cos(Expression) -
Static method in class org.eclipse.persistence.expressions.ExpressionMath
- PUBLIC:
Return a new expression that applies the function to the given expression.
- Cos -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- cos() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- cosh(Expression) -
Static method in class org.eclipse.persistence.expressions.ExpressionMath
- PUBLIC:
Return a new expression that applies the function to the given expression.
- Cosh -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- cosh() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- cot(Expression) -
Static method in class org.eclipse.persistence.expressions.ExpressionMath
- PUBLIC:
Return a new expression that applies the function to the given expression.
- Cot -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- cot() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- COULD_NOT_BE_CONVERTED -
Static variable in exception org.eclipse.persistence.exceptions.ConversionException
-
- COULD_NOT_BE_CONVERTED_EXTENDED -
Static variable in exception org.eclipse.persistence.exceptions.ConversionException
-
- COULD_NOT_BE_CONVERTED_TO_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.ConversionException
-
- COULD_NOT_BIND_JNDI -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- COULD_NOT_CONVERT_OBJECT_TYPE -
Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
-
- COULD_NOT_CONVERT_TO_BYTE_ARRAY -
Static variable in exception org.eclipse.persistence.exceptions.ConversionException
-
- COULD_NOT_CREATE_CONTEXT_FOR_XML_MODEL -
Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- COULD_NOT_CREATE_CUSTOMIZER_INSTANCE -
Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- COULD_NOT_DELETE_FILE -
Static variable in exception org.eclipse.persistence.eis.EISException
-
- COULD_NOT_FIND_CAST_DESCRIPTOR -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- COULD_NOT_FIND_DRIVER_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- COULD_NOT_FIND_MAP_KEY -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- COULD_NOT_FIND_MATCHED_DATABASE_FIELD_FOR_SPECIFIED_OPTOMISTICLOCKING_FIELDS -
Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
-
- COULD_NOT_FIND_PERSISTENCE_UNIT_BUNDLE -
Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- COULD_NOT_FIND_PROJECT_XML -
Static variable in exception org.eclipse.persistence.exceptions.SessionLoaderException
-
- COULD_NOT_GET_CLASS_NAMES_FROM_URL -
Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- COULD_NOT_GET_PERSISTENCE_UNIT_INFO_FROM_URL -
Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- COULD_NOT_INITIALIZE_DOM_HANDLER_CONVERTER -
Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- COULD_NOT_INSTANTIATE_CONTAINER_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- COULD_NOT_INSTANTIATE_INDIRECT_CONTAINER_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- COULD_NOT_LOAD_CLASS_FROM_METADATA -
Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- COULD_NOT_LOCATE_DESCRIPTOR -
Static variable in exception org.eclipse.persistence.exceptions.DBWSException
-
- COULD_NOT_LOCATE_FILE -
Static variable in exception org.eclipse.persistence.exceptions.DBWSException
-
- COULD_NOT_LOCATE_OR_SESSION_FOR_SERVICE -
Static variable in exception org.eclipse.persistence.exceptions.DBWSException
-
- COULD_NOT_LOCATE_OX_SESSION_FOR_SERVICE -
Static variable in exception org.eclipse.persistence.exceptions.DBWSException
-
- COULD_NOT_LOCATE_QUERY_FOR_DESCRIPTOR -
Static variable in exception org.eclipse.persistence.exceptions.DBWSException
-
- COULD_NOT_LOCATE_QUERY_FOR_SESSION -
Static variable in exception org.eclipse.persistence.exceptions.DBWSException
-
- COULD_NOT_PARSE_DBWS_FILE -
Static variable in exception org.eclipse.persistence.exceptions.DBWSException
-
- COULD_NOT_UNMARSHAL_METADATA -
Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- couldNotBeConverted(Object, Object, ConversionException) -
Static method in exception org.eclipse.persistence.exceptions.ConversionException
-
- couldNotBeConverted(Object, Class) -
Static method in exception org.eclipse.persistence.exceptions.ConversionException
-
- couldNotBeConverted(Object, Class, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ConversionException
-
- couldNotBeConvertedToClass(Object, Class, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ConversionException
-
- couldNotBindJndi(String, Object, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- couldNotBuildPersistenceUntiName(Exception, String, String) -
Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- couldNotConvertObjectType(int) -
Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- couldNotConvertToByteArray(Object) -
Static method in exception org.eclipse.persistence.exceptions.ConversionException
-
- couldNotCreateContextForXmlModel() -
Static method in exception org.eclipse.persistence.exceptions.JAXBException
- This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
- couldNotCreateContextForXmlModel(Exception) -
Static method in exception org.eclipse.persistence.exceptions.JAXBException
- This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
- couldNotCreateCustomizerInstance(Exception, String) -
Static method in exception org.eclipse.persistence.exceptions.JAXBException
- This exception should be used when a descriptor customizer instance cannot be created.
- couldNotDeleteFile(Object[]) -
Static method in exception org.eclipse.persistence.eis.EISException
-
- couldNotFindCastDescriptor(Class, Expression) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- couldNotFindDriverClass(Object, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- couldNotFindMapKey(String, Object, DatabaseMapping) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- couldNotFindPersistenceUnitBundle(String) -
Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
- INTERNAL:
An OSGi application is trying to instantiate a persistence unit for which a bundle does nto exist
- couldNotFindProjectXml(String) -
Static method in exception org.eclipse.persistence.exceptions.SessionLoaderException
-
- couldNotGetClassNamesFromUrl(URL) -
Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- couldNotGetUnitInfoFromUrl(URL) -
Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- couldNotInitializeDomHandlerConverter(Exception, String, String) -
Static method in exception org.eclipse.persistence.exceptions.JAXBException
- This exception should be used when DomHandlerConverter initialization fails.
- couldNotInstantiateContainerClass(Class, Exception) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- couldNotInstantiateIndirectContainerClass(Class, Exception) -
Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- couldNotLoadClassFromMetadata(String) -
Static method in exception org.eclipse.persistence.exceptions.JAXBException
- This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
- couldNotLocateDescriptorForOperation(String, String) -
Static method in exception org.eclipse.persistence.exceptions.DBWSException
- INTERNAL:
Exception when processing DBWS metadata and the descriptor cannot be located for the operation
- couldNotLocateFile(String) -
Static method in exception org.eclipse.persistence.exceptions.DBWSException
- INTERNAL:
Exception when reading DBWS metadata and the given file cannot be located
- couldNotLocateORSessionForService(String) -
Static method in exception org.eclipse.persistence.exceptions.DBWSException
- INTERNAL:
Exception when reading DBWS metadata and the given file cannot be located
- couldNotLocateOXSessionForService(String) -
Static method in exception org.eclipse.persistence.exceptions.DBWSException
- INTERNAL:
Exception when reading DBWS metadata and the given file cannot be located
- couldNotLocateQueryForDescriptor(String, String) -
Static method in exception org.eclipse.persistence.exceptions.DBWSException
- INTERNAL:
Exception when processing DBWS metadata and the descriptor cannot be located for the operation
- couldNotLocateQueryForSession(String, String) -
Static method in exception org.eclipse.persistence.exceptions.DBWSException
- INTERNAL:
Exception when processing DBWS metadata and the descriptor cannot be located for the operation
- couldNotParseDBWSFile() -
Static method in exception org.eclipse.persistence.exceptions.DBWSException
-
- couldNotUnmarshalMetadata(Exception) -
Static method in exception org.eclipse.persistence.exceptions.JAXBException
- This exception would typically be used by JAXBContextFactory during externalized metadata processing (i.e.
- count(Expression<?>) -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create an aggregate expression applying the count operation.
- count() -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
This represents the aggregate function Average.
- Count -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- Aggregate operators
- count() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Create the COUNT operator.
- countDistinct(Expression<?>) -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create an aggregate expression applying the count distinct
operation.
- COUNTER -
Static variable in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- counterFieldName -
Variable in class org.eclipse.persistence.sequencing.TableSequence
- Hold the name of the column in the sequence table which specifies the sequence numeric value
- counterFieldName -
Variable in class org.eclipse.persistence.sequencing.UnaryTableSequence
- Hold the name of the only column in multiple single-column tables
- CR -
Static variable in exception org.eclipse.persistence.exceptions.EclipseLinkException
-
- cr() -
Static method in exception org.eclipse.persistence.exceptions.EclipseLinkException
- INTERNAL:
Convenience method - return a platform-specific line-feed.
- CR -
Static variable in class org.eclipse.persistence.oxm.record.OutputStreamRecord
-
- create(String, String) -
Method in interface commonj.sdo.helper.DataFactory
- Create a DataObject of the Type specified by typeName with the given package uri.
- create(Class) -
Method in interface commonj.sdo.helper.DataFactory
- Create a DataObject supporting the given interface.
- create(Type) -
Method in interface commonj.sdo.helper.DataFactory
- Create a DataObject of the Type specified.
- create(Expression, Object, ExpressionOperator) -
Method in class org.eclipse.persistence.expressions.Expression
- INTERNAL:
- create(Expression, Vector, ExpressionOperator) -
Method in class org.eclipse.persistence.expressions.Expression
- INTERNAL:
- create(String, String) -
Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
-
- create(Class) -
Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
-
- create(Type) -
Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate
-
- create(String, String) -
Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
-
- create(Class) -
Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
-
- create(Type) -
Method in class org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegator
-
- create(Type) -
Method in class org.eclipse.persistence.sdo.helper.jaxb.JAXBDataFactory
- Return a new DataObject of the specified Type.
- CREATE_CONTAINER_EMF_NOT_SUPPORTED_IN_OSGI -
Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- CREATE_JDBC_DDL_FILE -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
- CREATE_ONLY -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
- CREATE_PLATFORM_DEFAULT_SEQUENCE_UNDEFINED -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- createAggregateTargetTable(AggregateCollectionMapping) -
Method in class org.eclipse.persistence.tools.schemaframework.DefaultTableGenerator
- Add the foreign key to the aggregate collection mapping target table.
- createArchive(URL, Map) -
Method in interface org.eclipse.persistence.jpa.ArchiveFactory
- Return an instance of an implementer of Archive that can process the URL provided
- createArchive(URL, String, Map) -
Method in interface org.eclipse.persistence.jpa.ArchiveFactory
- Return an instance of an implementer of Archive that can process the URL provided
This instance will allow access to the persistence descriptor associated with
this archive through the getDescriptorStream() method
- createArguments(DatabaseQuery, String, Number) -
Method in class org.eclipse.persistence.sequencing.QuerySequence
- INTERNAL:
- createBeanUsingKey(Object, AbstractSession) -
Method in class org.eclipse.persistence.descriptors.CMPPolicy
- INTERNAL:
Use the key to create a bean and initialize its primary key fields.
- createBinder(Class<T>) -
Method in class javax.xml.bind.JAXBContext
- Creates a Binder object that can be used for
associative/in-place unmarshalling/marshalling.
- createBinder() -
Method in class javax.xml.bind.JAXBContext
- Creates a Binder for W3C DOM.
- createBinder() -
Method in class org.eclipse.persistence.jaxb.JAXBContext
- Create a JAXBBinder.
- createBinder(Class<T>) -
Method in class org.eclipse.persistence.jaxb.JAXBContext
- Create a JAXBBinder.
- createBinder() -
Method in class org.eclipse.persistence.oxm.XMLContext
- Create a new XMLBinder
- createCacheKeyInterceptor(CacheKey) -
Method in class org.eclipse.persistence.sessions.interceptors.CacheInterceptor
-
- createChangeEvent(Object, String, Object, Object, int, Integer) -
Method in class org.eclipse.persistence.queries.CursorPolicy
- INTERNAL:
Creates a CollectionChangeEvent for the container
- createClass() -
Method in class org.eclipse.persistence.sdo.helper.DynamicClassWriter
- This is where the byte codes for the generic subclass are defined and the
class is created dynamically from them.
- createCloneValueHolder(ValueHolderInterface, Object, Object, AbstractRecord, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Builder the unit of work value holder.
- createCloneValueHolder(ValueHolderInterface, Object, Object, AbstractRecord, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- INTERNAL:
Builder the unit of work value holder.
- createCloneValueHolder(ValueHolderInterface, Object, Object, AbstractRecord, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
- INTERNAL:
Builder the unit of work value holder.
- createCloneValueHolder(ValueHolderInterface, Object, Object, AbstractRecord, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Builder the unit of work value holder.
- createCollection() -
Method in class org.eclipse.persistence.descriptors.ReturningPolicy
- INTERNAL:
- createCommunicationSocket() -
Method in class org.eclipse.persistence.sessions.coordination.DiscoveryManager
- INTERNAL:
Create the multicast socket and join the multicast group.
- createConcatOperator() -
Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- createConnection(ServiceId) -
Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
- INTERNAL:
No-op implementation of super abstract method since there is only one connection to a known topic.
- createConnection(ServiceId) -
Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
- INTERNAL:
Create and return a wrapper of a CORBA remote connection to the specified service
- createConnection(boolean) -
Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
- INTERNAL:
This method creates JMSTopicRemoteConnection to be used by this TransportManager.
- createConnection(ServiceId) -
Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
- INTERNAL:
Create and return an RMI remote connection to the specified service
- createConnection(ServiceId) -
Method in class org.eclipse.persistence.sessions.coordination.TransportManager
- INTERNAL:
Return a remote connection to the specified service
- createConnectionFromJNDI(String, String) -
Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
- INTERNAL:
Look the specified remote object up in JNDI and return a Connection to it.
- createConnectionFromRegistry(String, String) -
Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
- INTERNAL:
Look the specified remote object up in the RMIRegistry and return a Connection to it.
- createConnections() -
Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
- INTERNAL:
BroadcastTransportManager doesn't use DiscoveryManager
(createDiscoveryManager method returns null) therefore
this method called during RCM initialization to create all the necessary connections.
- createConnections() -
Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
- INTERNAL:
JMSTopicTransportManager doesn't use DiscoveryManager, therefore
this method is called during RCM initialization to create all the necessary connections.
- createConnections() -
Method in class org.eclipse.persistence.sessions.coordination.TransportManager
- INTERNAL:
Does nothing by default.
- createConstraints(TableDefinition) -
Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- Use the table definition to add the constraints to the database, this is normally done
in two steps to avoid dependencies.
- createConstraints(DatabaseSession) -
Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
- Create constraints.
- createConstraints(DatabaseSession, SchemaManager) -
Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
- Create constraints.
- createConstraints(AbstractSession, Writer) -
Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
- INTERNAL:
Execute the SQL alter table constraint creation string.
- createConstraintsOnDatabase(AbstractSession) -
Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
- INTERNAL:
Execute the SQL alter table constraint creation string.
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) -
Method in interface javax.persistence.spi.PersistenceProvider
- Called by the container when an
EntityManagerFactory
is to be created.
- createContainerEntityManagerFactory(PersistenceUnitInfo, Map) -
Method in class org.eclipse.persistence.jpa.PersistenceProvider
- Called by the container when an EntityManagerFactory
is to be created.
- createContainerEntityManagerFactoryNotSupportedInOSGi() -
Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
- INTERNAL:
Our OSGI persistence provider does not support a JavaEE-type deployment
- createContext(Class[], Map) -
Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
- Create a JAXBContext on the array of Class objects.
- createContext(Class[], Map, ClassLoader) -
Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
- Create a JAXBContext on the array of Class objects.
- createContext(String, ClassLoader) -
Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
- Create a JAXBContext on context path.
- createContext(String, ClassLoader, Map) -
Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
- Create a JAXBContext on context path.
- createContext(Type[], Map, ClassLoader) -
Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
- Create a JAXBContext on the array of Type objects.
- createContext(TypeMappingInfo[], Map, ClassLoader) -
Static method in class org.eclipse.persistence.jaxb.JAXBContextFactory
- Create a JAXBContext on the array of TypeMappingInfo objects.
- createCopy(Class<?>) -
Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
- Create a copy of this
DynamicClassWriter
but with a different
parent class.
- createCopyPolicy(String) -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
Create a copy policy of the type passed in as a string.
- createCurrentDateOperator() -
Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- createCurrentTimeOperator() -
Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) -
Method in class org.eclipse.persistence.eis.adapters.jms.JMSPlatform
- Allow the platform to handle the creation of the Record for the DOM record.
- createDatabaseRowFromDOMRecord(Record, EISInteraction, EISAccessor) -
Method in class org.eclipse.persistence.eis.EISPlatform
- INTERNAL:
Allow the platform to handle the creation of the Record for the DOM record.
- createDatabaseSession() -
Method in class org.eclipse.persistence.sessions.Project
- PUBLIC:
Factory method to create session.
- createDataObject(String) -
Method in interface commonj.sdo.DataObject
- Returns a new
data object
contained by this object using the specified property,
which must be a containment property
.
- createDataObject(int) -
Method in interface commonj.sdo.DataObject
- Returns a new
data object
contained by this object using the specified property,
which must be a containment property
.
- createDataObject(Property) -
Method in interface commonj.sdo.DataObject
- Returns a new
data object
contained by this object using the specified property,
which must be a containment property
.
- createDataObject(String, String, String) -
Method in interface commonj.sdo.DataObject
- Returns a new
data object
contained by this object using the specified property,
which must be a containment property
.
- createDataObject(int, String, String) -
Method in interface commonj.sdo.DataObject
- Returns a new
data object
contained by this object using the specified property,
which must be a containment property
.
- createDataObject(Property, Type) -
Method in interface commonj.sdo.DataObject
- Returns a new
data object
contained by this object using the specified property,
which must be of containment type
.
- createDataObject(String) -
Method in class org.eclipse.persistence.sdo.SDODataObject
-
- createDataObject(int) -
Method in class org.eclipse.persistence.sdo.SDODataObject
-
- createDataObject(Property) -
Method in class org.eclipse.persistence.sdo.SDODataObject
-
- createDataObject(String, String, String) -
Method in class org.eclipse.persistence.sdo.SDODataObject
-
- createDataObject(int, String, String) -
Method in class org.eclipse.persistence.sdo.SDODataObject
-
- createDataObject(Property, Type) -
Method in class org.eclipse.persistence.sdo.SDODataObject
-
- createDefaultFetchGroup() -
Method in class org.eclipse.persistence.descriptors.FetchGroupManager
- PUBLIC:
Returns clone of the default fetch group.
- createDefaultTables(boolean) -
Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- Create the default table schema for the TopLink project this session associated with.
- createDescriptorNamedQuery(String, Class) -
Method in interface org.eclipse.persistence.jpa.JpaEntityManager
- This method will create a query object that wraps a EclipseLink Named Query.
- createDescriptorNamedQuery(String, Class, List) -
Method in interface org.eclipse.persistence.jpa.JpaEntityManager
- This method will create a query object that wraps a EclipseLink Named Query.
- createDestinationDirectory(File) -
Method in class org.eclipse.persistence.tools.PackageRenamer
- This method creates an output directory for post-rename file(s).
- createDiscoveryManager() -
Method in class org.eclipse.persistence.sessions.coordination.broadcast.BroadcastTransportManager
- ADVANCED:
BroadcastTransportManager doesn't use DiscoveryManager - instead RemoteCommandManager
calls createConnections method during initialization.
- createDiscoveryManager() -
Method in class org.eclipse.persistence.sessions.coordination.TransportManager
- ADVANCED:
Factory of new DiscoveryManager for different transports.
- createDocument(DataObject, String, String) -
Method in interface commonj.sdo.helper.XMLHelper
- Creates an XMLDocument with the specified XML rootElement for the DataObject.
- createDocument() -
Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
-
- createDocument() -
Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
- Creates a new document.
- createDocument(DataObject, String, String) -
Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegate
- Creates an XMLDocument with the specified XML rootElement for the DataObject.
- createDocument(DataObject, String, String) -
Method in class org.eclipse.persistence.sdo.helper.delegates.SDOXMLHelperDelegator
-
- createDocumentWithPublicIdentifier(String, String, String) -
Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
-
- createDocumentWithPublicIdentifier(String, String, String) -
Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
- Creates a new document with the specified public and system
identifiers in the DOCTYPE, and adds a root element with the
specified name.
- createDocumentWithSystemIdentifier(String, String) -
Method in class org.eclipse.persistence.platform.xml.jaxp.JAXPPlatform
-
- createDocumentWithSystemIdentifier(String, String) -
Method in interface org.eclipse.persistence.platform.xml.XMLPlatform
- Creates a new document with the specified system identifier in
the DOCTYPE, and adds a root element with the specified name.
- createDOMRecord(String, EISAccessor) -
Method in class org.eclipse.persistence.eis.adapters.jms.JMSPlatform
- Allow the platform to handle the creation of the DOM record.
- createDOMRecord(String, EISAccessor) -
Method in class org.eclipse.persistence.eis.EISPlatform
- Allow the platform to handle the creation of the DOM record.
- createDynamicClass(String, DynamicClassWriter) -
Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
- Create a dynamic class registering a writer and then forcing the provided
class name to be loaded.
- createDynamicClass(String) -
Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
- Create a new dynamic entity type for the specified name assuming the use
of the default writer and its default parent class.
- createDynamicClass(String, Class<?>) -
Method in class org.eclipse.persistence.dynamic.DynamicClassLoader
- Create a new dynamic entity type for the specified name with the
specified parent class.
- createElementsForTypeMappingInfo() -
Method in class org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor
-
- createEntityManager() -
Method in interface javax.persistence.EntityManagerFactory
- Create a new application-managed
EntityManager
.
- createEntityManager(Map) -
Method in interface javax.persistence.EntityManagerFactory
- Create a new application-managed
EntityManager
with the
specified Map of properties.
- createEntityManagerFactory(String) -
Static method in class javax.persistence.Persistence
- Create and return an EntityManagerFactory for the named
persistence unit.
- createEntityManagerFactory(String, Map) -
Static method in class javax.persistence.Persistence
- Create and return an EntityManagerFactory for the named persistence unit
using the given properties.
- createEntityManagerFactory(String, Map) -
Method in interface javax.persistence.spi.PersistenceProvider
- Called by
Persistence
class when an
EntityManagerFactory
is to be created.
- createEntityManagerFactory(Server) -
Static method in class org.eclipse.persistence.jpa.JpaHelper
- Create a EclipseLink EMF given a ServerSession that has already been created
and logged in.
- createEntityManagerFactory(String) -
Static method in class org.eclipse.persistence.jpa.JpaHelper
- Create a EclipseLink EMF using a session name and sessions.xml.
- createEntityManagerFactory(String, Map) -
Method in class org.eclipse.persistence.jpa.PersistenceProvider
- Called by Persistence class when an EntityManagerFactory
is to be created.
- createEnum(DynamicClassLoader.EnumInfo) -
Method in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
- createException(Exception) -
Static method in exception org.eclipse.persistence.eis.EISException
-
- createException(Object[], int) -
Static method in exception org.eclipse.persistence.eis.EISException
-
- createExternalConnection() -
Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
- INTERNAL:
JMSPublishingTransportManager has maximum one external connection.
- createField(String, Class) -
Method in class org.eclipse.persistence.descriptors.ReturningPolicy
- INTERNAL:
- createField(String) -
Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
- INTERNAL:
- createFullFetchGroup() -
Method in class org.eclipse.persistence.descriptors.FetchGroupManager
- PUBLIC:
Returns clone of the full fetch group - contains all the attributes, no nesting.
- createGeneric(String, SDOType) -
Method in class org.eclipse.persistence.sdo.helper.SDOClassLoader
-
- createGlobalAttribute(XPathFragment, Schema, Schema, Property) -
Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
- Create a global attribute.
- createGlobalElement(XPathFragment, Schema, Schema, boolean, boolean, Property, boolean) -
Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
- Create a global element.
- createIndexes(AbstractSession, Writer) -
Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
- INTERNAL:
Write the SQL create index string to create index if
passed a writer, else delegate to a method that executes the string on
the database.
- createInputDOM(EISAccessor) -
Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
- Create a DOM for this interaction.
- createInputDOM(EISAccessor) -
Method in class org.eclipse.persistence.eis.interactions.XQueryInteraction
- Create a DOM for this interaction.
- createInputRecord(EISInteraction, EISAccessor) -
Method in class org.eclipse.persistence.eis.EISPlatform
- Allow the platform to create the appropiate type of record for the interaction.
- createInputRecord(EISAccessor) -
Method in class org.eclipse.persistence.eis.interactions.EISInteraction
- Create the appropriate input record for this interaction.
- createInputRecord(EISAccessor) -
Method in class org.eclipse.persistence.eis.interactions.IndexedInteraction
- Create an indexed input record for this interaction.
- createInputRecord(EISAccessor) -
Method in class org.eclipse.persistence.eis.interactions.MappedInteraction
- Create a mapped input record for this interaction.
- createInputRecord(EISAccessor) -
Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
- Create a DOM input record for this interaction.
- createInstantiationPolicy(String) -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
Create a instantiation policy of the type passed in as a string.
- createJarFromDirectory(String, String, String[]) -
Static method in class org.eclipse.persistence.tools.file.FileUtil
-
- createJavaAttribute(JavaAttribute) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
JavaAttribute
>
}
- createJavaType() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JavaType
- createJavaTypeJavaAttributes() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JavaType.JavaAttributes
- createJAXBIntrospector() -
Method in class javax.xml.bind.JAXBContext
- Creates a JAXBIntrospector object that can be used to
introspect JAXB objects.
- createJAXBIntrospector() -
Method in class org.eclipse.persistence.jaxb.JAXBContext
- Creates a JAXBIntrospector object.
- createLocalConnection() -
Method in class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
- INTERNAL:
Create the local command connection for this transport in a naming service and
return it.
- createLocalConnection() -
Method in class org.eclipse.persistence.sessions.coordination.jms.JMSPublishingTransportManager
- INTERNAL:
JMSPublishingTransportManager has only two connections: one local and one external.
- createLocalConnection() -
Method in class org.eclipse.persistence.sessions.coordination.jms.JMSTopicTransportManager
- INTERNAL:
JMSTopicTransportManager may have only two connections: one local and one external.
- createLocalConnection() -
Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
- INTERNAL:
Create the local command connection for this transport in a naming service and
return it.
- createLocalConnection() -
Method in class org.eclipse.persistence.sessions.coordination.TransportManager
- INTERNAL:
Put the remote connection to local host in naming service and return the of the created remote connection
- createLocalConnectionInJNDI() -
Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
- INTERNAL:
Put the local command connection of this transport in JNDI and return it
- createLocalConnectionInRegistry() -
Method in class org.eclipse.persistence.sessions.coordination.rmi.RMITransportManager
- INTERNAL:
Put the local command connection of this transport in the Registry and return it
- createLocate2Operator() -
Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- createLocateOperator() -
Static method in class org.eclipse.persistence.platform.database.SQLAnywherePlatform
-
- createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL
Called when a DatabaseMapping is used to map the key in a collection and a join query is executed.
- createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL
Called when a DatabaseMapping is used to map the key in a collection and a join query is executed.
- createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) -
Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
- INTERNAL
Called when a DatabaseMapping is used to map the key in a collection and a join query is used.
- createMapComponentFromJoinedRow(AbstractRecord, JoinedAttributeManager, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.OneToOneMapping
- INTERNAL
Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL
Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL
Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.DirectMapMapping
- INTERNAL
Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL
Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) -
Method in interface org.eclipse.persistence.mappings.foundation.MapComponentMapping
- INTERNAL
Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.ManyToManyMapping
- INTERNAL
Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.OneToManyMapping
- INTERNAL
Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromRow(AbstractRecord, ObjectBuildingQuery, CacheKey, AbstractSession, boolean) -
Method in class org.eclipse.persistence.mappings.OneToOneMapping
- INTERNAL
Called when a DatabaseMapping is used to map the key in a collection.
- createMapComponentFromSerializableKeyInfo(Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Create an instance of the Key object from the key information extracted from the map.
- createMapComponentFromSerializableKeyInfo(Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Create an instance of the Key object from the key information extracted from the map.
- createMapComponentFromSerializableKeyInfo(Object, AbstractSession) -
Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
- INTERNAL:
Create an instance of the Key object from the key information extracted from the map.
- createMapComponentFromSerializableKeyInfo(Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.OneToOneMapping
- INTERNAL:
Create an instance of the Key object from the key information extracted from the map.
- createMarshaller() -
Method in class javax.xml.bind.JAXBContext
- Create a Marshaller object that can be used to convert a
java content tree into XML data.
- createMarshaller() -
Method in class org.eclipse.persistence.jaxb.JAXBContext
- Create a JAXBMarshaller.
- createMarshaller() -
Method in class org.eclipse.persistence.oxm.XMLContext
- Create a new XMLMarshaller
- createMinimalFetchGroup() -
Method in class org.eclipse.persistence.descriptors.FetchGroupManager
- PUBLIC:
Returns clone of the minimal fetch group.
- createModifyRowForAddTargetQuery() -
Method in class org.eclipse.persistence.mappings.OneToManyMapping
- INTERNAL:
- createModifyRowForAddTargetQuery() -
Method in class org.eclipse.persistence.mappings.UnidirectionalOneToManyMapping
- INTERNAL:
- createMultipleTableInsertOrder() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- INTERNAL:
Create multiple table insert order.
- createMultipleTableInsertOrderFromComparison(int[][], int) -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- INTERNAL:
This helper method creates multipleTableInsertOrderFromComparison using comparison matrix
created by createTableComparison(getTables()) method call.
- createNamedQuery(String) -
Method in interface javax.persistence.EntityManager
- Create an instance of
Query
for executing a named query
(in the Java Persistence query language or in native SQL).
- createNamedQuery(String, Class<T>) -
Method in interface javax.persistence.EntityManager
- Create an instance of
TypedQuery
for executing a
Java Persistence query language named query.
- createNativeQuery(String) -
Method in interface javax.persistence.EntityManager
- Create an instance of
Query
for executing
a native SQL statement, e.g., for update or delete.
- createNativeQuery(String, Class) -
Method in interface javax.persistence.EntityManager
- Create an instance of
Query
for executing
a native SQL query.
- createNativeQuery(String, String) -
Method in interface javax.persistence.EntityManager
- Create an instance of
Query
for executing
a native SQL query.
- createNewDocument(String) -
Method in class org.eclipse.persistence.oxm.record.DOMRecord
- INTERNAL:
Creates a new Document and returns the root element of that document
- createNewDocument(String, String) -
Method in class org.eclipse.persistence.oxm.record.DOMRecord
- INTERNAL:
Creates a new Document and returns the root element of that document
- createNode() -
Method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Instantiate an instance of the operator's node class.
- createObject(AbstractSession, Writer) -
Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
- INTERNAL:
Either drop from the database directly or write the statement to a file.
- createObject(DatabaseObjectDefinition) -
Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- Use the definition object to create the schema entity on the database.
- createObjectChangeSet(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) -
Method in class org.eclipse.persistence.descriptors.changetracking.AttributeChangeTrackingPolicy
- INTERNAL:
Create ObjectChangeSet
- createObjectChangeSet(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) -
Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
- INTERNAL:
Create ObjectChangeSet
- createObjectChangeSetThroughComparison(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) -
Method in class org.eclipse.persistence.descriptors.changetracking.DeferredChangeDetectionPolicy
- INTERNAL:
Create ObjectChangeSet
- createObjectChangeSetThroughComparison(Object, Object, UnitOfWorkChangeSet, boolean, AbstractSession, ClassDescriptor) -
Method in interface org.eclipse.persistence.descriptors.changetracking.ObjectChangePolicy
- INTERNAL:
Create ObjectChangeSet through comparison.
- createOnDatabase(AbstractSession) -
Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
- INTERNAL:
Execute the DDL to create this object.
- createOnDatabase(AbstractSession) -
Method in class org.eclipse.persistence.tools.schemaframework.SequenceDefinition
- INTERNAL:
Creates this sequence definition on the database.
- createOrReplaceSequences(boolean) -
Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- Common implementor for createSequence and replaceSequence
- createOrReplaceSequences(boolean, boolean) -
Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- Common implementor for createSequence and replaceSequence, distinguishes between sequence tables and sequence objects
- createOutput(String, String) -
Method in class javax.xml.bind.SchemaOutputResolver
- Decides where the schema file (of the given namespace URI)
will be written, and return it as a
Result
object.
- createOutputRecord(EISInteraction, EISAccessor) -
Method in class org.eclipse.persistence.eis.EISPlatform
- Allow the platform to create the appropiate type of record for the interaction.
- createPlatformDefaultSequence() -
Method in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFilePlatform
- INTERNAL:
Create platform-default Sequence
- createPlatformDefaultSequenceUndefined(String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- createPrimaryKeyFromId(Object, AbstractSession) -
Method in class org.eclipse.persistence.descriptors.CMPPolicy
- INTERNAL:
Use the key to create a EclipseLink primary key.
- createPrimaryKeyFromId(Object, AbstractSession) -
Method in class org.eclipse.persistence.jpa.dynamic.DynamicIdentityPolicy
-
- createPrimaryKeyInstance(Object, AbstractSession) -
Method in class org.eclipse.persistence.descriptors.CMPPolicy
- INTERNAL:
Create an instance of the Id class or value from the object.
- createPrimaryKeyInstanceFromId(Object, AbstractSession) -
Method in class org.eclipse.persistence.descriptors.CMPPolicy
- INTERNAL:
Create an instance of the composite primary key class for the key object.
- createPrimaryKeyInstanceFromPrimaryKeyValues(AbstractSession, int[], Object...) -
Method in class org.eclipse.persistence.descriptors.CMPPolicy
- INTERNAL:
Create an instance of the composite primary key class for the key object.
- createQuery() -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create a
CriteriaQuery
object.
- createQuery(Class<T>) -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create a
CriteriaQuery
object with the specified result
type.
- createQuery(String) -
Method in interface javax.persistence.EntityManager
- Create an instance of
Query
for executing a
Java Persistence query language statement.
- createQuery(CriteriaQuery<T>) -
Method in interface javax.persistence.EntityManager
- Create an instance of
TypedQuery
for executing a
criteria query.
- createQuery(String, Class<T>) -
Method in interface javax.persistence.EntityManager
- Create an instance of
TypedQuery
for executing a
Java Persistence query language statement.
- createQuery(Expression, Class) -
Method in interface org.eclipse.persistence.jpa.JpaEntityManager
- This method is used to create a query using a EclipseLink Expression for the entity class.
- createQuery(DatabaseQuery) -
Method in interface org.eclipse.persistence.jpa.JpaEntityManager
- This method is used to create a query using a EclipseLink DatabaseQuery.
- createQuery(Call) -
Method in interface org.eclipse.persistence.jpa.JpaEntityManager
- This method is used to create a query using a EclipseLink Call.
- createQuery(Call, Class) -
Method in interface org.eclipse.persistence.jpa.JpaEntityManager
- This method is used to create a query using a EclipseLink Call for the entity class.
- createQuery(DatabaseQuery, EntityManager) -
Static method in class org.eclipse.persistence.jpa.JpaHelper
- Create a EclipseLink JPA query dynamically given a EclipseLink query.
- createQueryByExample(Object) -
Method in interface org.eclipse.persistence.jpa.JpaEntityManager
- This method is used to create a query using query by example.
- createQueryKeyForMapKey() -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Create a query key that links to the map key
- createQueryKeyForMapKey() -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Create a query key that links to the map key.
- createQueryKeyForMapKey() -
Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
- INTERNAL:
Create a query key that links to the map key
- createQueryKeyForMapKey() -
Method in class org.eclipse.persistence.mappings.OneToOneMapping
- INTERNAL:
Create a query key that links to the map key
- createRecordElement(String, Object, EISAccessor) -
Method in class org.eclipse.persistence.eis.interactions.EISInteraction
- Create the appropriate record element for the data value.
- createRefAttribute(String, ComplexType) -
Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
- Create an attribute reference and add it to a given complex type.
- createRefElement(String, TypeDefParticle) -
Method in class org.eclipse.persistence.jaxb.compiler.SchemaGenerator
- Create an element reference and add it to a given particle.
- createRemoteSession() -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
- PUBLIC:
Returns a remote session.
- createRemoteSession() -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
- PUBLIC:
Returns a remote session.
- createRemoteSession() -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
- PUBLIC:
Returns a remote session.
- createResolvable() -
Static method in class commonj.sdo.impl.HelperProvider
- Gets a Resolvable
- createResolvable(Object) -
Static method in class commonj.sdo.impl.HelperProvider
- Gets a Resolvable
- createResolvable() -
Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
- Create and return a new ExternalizableDelegator.Resolvable instance based
on this helper context.
- createResolvable(Object) -
Method in class org.eclipse.persistence.sdo.helper.SDOHelperContext
- Create and return a new ExternalizableDelegator.Resolvable instance based
on this helper context and a given target.
- createResourceException(Object[], int) -
Static method in exception org.eclipse.persistence.eis.EISException
-
- createRootObject(String, String) -
Method in interface commonj.sdo.DataGraph
- Deprecated. Creates a new root data object of the
specified type
.
- createRootObject(Type) -
Method in interface commonj.sdo.DataGraph
- Deprecated. Creates a new root data object of the specified type.
- createRootObject(String, String) -
Method in class org.eclipse.persistence.sdo.SDODataGraph
- Creates a new root data object of the
specified type
.
- createRootObject(Type) -
Method in class org.eclipse.persistence.sdo.SDODataGraph
- Creates a new root data object of the specified type.
- createSchemaWriter -
Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- createSequences() -
Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- Create all the receiver's sequences on the database for all of the loaded descriptors.
- createSerializableMapKeyInfo(Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Creates the Array of simple types used to recreate this map.
- createSerializableMapKeyInfo(Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Creates the Array of simple types used to recreate this map.
- createSerializableMapKeyInfo(Object, AbstractSession) -
Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
- INTERNAL:
Creates the Array of simple types used to recreate this map.
- createSerializableMapKeyInfo(Object, AbstractSession) -
Method in class org.eclipse.persistence.mappings.OneToOneMapping
- INTERNAL:
Creates the Array of simple types used to recreate this map.
- createServerSession() -
Method in class org.eclipse.persistence.sessions.Project
- PUBLIC:
Factory method to create a server session.
- createServerSession(int, int) -
Method in class org.eclipse.persistence.sessions.Project
- PUBLIC:
Factory method to create a server session.
- createServerSession(int, int, int) -
Method in class org.eclipse.persistence.sessions.Project
- PUBLIC:
Factory method to create a server session.
- createServerSession(ConnectionPolicy) -
Method in class org.eclipse.persistence.sessions.Project
- PUBLIC:
Factory method to create a server session.
- createSQLFiles -
Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- createTableComparison(List<DatabaseTable>, int) -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- INTERNAL:
This helper method creates a matrix that contains insertion order comparison for the tables.
- createTableOrder(int, int, int[], int[][]) -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- INTERNAL:
This helper method recursively puts indexes from 0 to nTables-1 into tableOrder according to tableComparison 2 dim array.
- createTables(DynamicType...) -
Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
- Create the database tables for one or more entityTypes.
- createTables(boolean, DynamicType...) -
Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
-
- createTables(boolean, Collection<DynamicType>) -
Method in class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
-
- createTables(DatabaseSession) -
Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
- This creates the tables on the database.
- createTables(DatabaseSession, SchemaManager) -
Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
- This creates the tables on the database.
- createTupleQuery() -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create a
CriteriaQuery
object that returns a tuple of
objects as its result.
- createUnmarshalException(SAXException) -
Method in class javax.xml.bind.helpers.AbstractUnmarshallerImpl
- Creates an UnmarshalException from a SAXException.
- createUnmarshaller(ValidationEventHandler) -
Method in interface javax.xml.bind.annotation.DomHandler
- When a JAXB provider needs to unmarshal a part of a document into an
infoset representation, it first calls this method to create a
Result
object.
- createUnmarshaller(ValidationEventHandler) -
Method in class javax.xml.bind.annotation.W3CDomHandler
-
- createUnmarshaller() -
Method in class javax.xml.bind.JAXBContext
- Create an Unmarshaller object that can be used to convert XML
data into a java content tree.
- createUnmarshaller() -
Method in class org.eclipse.persistence.jaxb.JAXBContext
- Create a JAXBUnmarshaller.
- createUnmarshaller() -
Method in class org.eclipse.persistence.oxm.XMLContext
- Create a new XMLUnmarshaller
- createUnmarshaller(Map<String, Boolean>) -
Method in class org.eclipse.persistence.oxm.XMLContext
- Create a new XMLUnmarshaller
Map
parserFeatures = new HashMap(1);
parserFeatures.put("http://apache.org/xml/features/validation/schema/normalized-value", false);
XMLUnmarshaller unmarshaller = xmlContext.createUnmarshaller(parserFeatures);
- createValidator() -
Method in class javax.xml.bind.JAXBContext
- Deprecated. since JAXB2.0
- createValidator() -
Method in class org.eclipse.persistence.jaxb.JAXBContext
- Create a JAXBValidator.
- createValidator() -
Method in class org.eclipse.persistence.oxm.XMLContext
- Create a new XMLValidator
- createVector(Number, String, int) -
Method in class org.eclipse.persistence.sequencing.StandardSequence
- INTERNAL:
given sequence = 10, size = 5 will create Vector (6,7,8,9,10)
- createWhereClauseForDeleteNullQuery(ExpressionBuilder) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- createWhereClauseForDeleteQuery(ExpressionBuilder) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
-
- createWithBaseLast(Expression, Object, ExpressionOperator) -
Method in class org.eclipse.persistence.expressions.Expression
- INTERNAL:
- createXmlAbstractNullPolicy(XmlAbstractNullPolicy) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlAbstractNullPolicy
>
}
- createXmlAccessMethods() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlAccessMethods
- createXmlAccessMethods(XmlAccessMethods) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlAccessMethods
>
}
- createXmlAnyAttribute() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlAnyAttribute
- createXmlAnyAttribute(XmlAnyAttribute) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlAnyAttribute
>
}
- createXmlAnyElement() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlAnyElement
- createXmlAnyElement(XmlAnyElement) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlAnyElement
>
}
- createXmlAttribute() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlAttribute
- createXmlAttribute(XmlAttribute) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlAttribute
>
}
- createXmlBindings() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlBindings
- createXmlBindingsJavaTypes() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlBindings.JavaTypes
- createXmlBindingsXmlEnums() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlBindings.XmlEnums
- createXmlBindingsXmlRegistries() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlBindings.XmlRegistries
- createXmlClassExtractor(XmlClassExtractor) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlClassExtractor
>
}
- createXmlElement() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlElement
- createXmlElement(XmlElement) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlElement
>
}
- createXmlElementRef() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlElementRef
- createXmlElementRef(XmlElementRef) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlElementRef
>
}
- createXmlElementRefs() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlElementRefs
- createXmlElementRefs(XmlElementRefs) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlElementRefs
>
}
- createXmlElements() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlElements
- createXmlElements(XmlElements) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlElements
>
}
- createXmlElementWrapper() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlElementWrapper
- createXmlEnum() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlEnum
- createXmlEnumValue() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlEnumValue
- createXmlInverseReference(XmlInverseReference) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlInverseReference
>
}
- createXmlIsSetNullPolicy() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlIsSetNullPolicy
- createXmlIsSetNullPolicy(XmlIsSetNullPolicy) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlIsSetNullPolicy
>
}
- createXmlIsSetNullPolicyIsSetParameter() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlIsSetNullPolicy.IsSetParameter
- createXmlJavaTypeAdapter() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlJavaTypeAdapter
- createXmlJavaTypeAdapter(XmlJavaTypeAdapter) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlJavaTypeAdapter
>
}
- createXmlJavaTypeAdapters() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlJavaTypeAdapters
- createXmlJoinNodes() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlJoinNodes
- createXmlJoinNodes(XmlJoinNodes) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlJoinNodes
>
}
- createXmlJoinNodesXmlJoinNode() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlJoinNodes.XmlJoinNode
- createXmlMap() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlMap
- createXmlMapKey() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlMap.Key
- createXmlMapValue() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlMap.Value
- createXmlNullPolicy() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlNullPolicy
- createXmlNullPolicy(XmlNullPolicy) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlNullPolicy
>
}
- createXmlProperties(XmlProperties) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlProperties
>
}
- createXMLRecord(String) -
Method in class org.eclipse.persistence.eis.interactions.XMLInteraction
- INTERNAL:
Use the createRecord method on ObjectBuilder in case the root element is namespace qualified
- createXmlRegistry() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlRegistry
- createXmlRegistryXmlElementDecl() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlRegistry.XmlElementDecl
- createXmlRootElement() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlRootElement
- createXmlSchema() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlSchema
- createXmlSchemaType() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlSchemaType
- createXmlSchemaTypes() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlSchemaTypes
- createXmlSchemaXmlNs() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlSchema.XmlNs
- createXmlSeeAlso(List<String>) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
List
<
String
>
>
}
- createXmlTransformation() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlTransformation
- createXmlTransformation(XmlTransformation) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlTransformation
>
}
- createXmlTransformationXmlReadTransformer() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlTransformation.XmlReadTransformer
- createXmlTransient() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlTransient
- createXmlTransient(XmlTransient) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlTransient
>
}
- createXmlType() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlType
- createXmlValue() -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
XmlValue
- createXmlValue(XmlValue) -
Method in class org.eclipse.persistence.jaxb.xmlmodel.ObjectFactory
- Create an instance of
JAXBElement
<
XmlValue
>
}
- creationPrefix -
Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
- creationSuffix -
Variable in class org.eclipse.persistence.tools.schemaframework.TableDefinition
-
- CriteriaBuilder - Interface in javax.persistence.criteria
- Used to construct criteria queries, compound selections,
expressions, predicates, orderings.
- CriteriaBuilder.Case<R> - Interface in javax.persistence.criteria
- Interface used to build general case expressions.
- CriteriaBuilder.Coalesce<T> - Interface in javax.persistence.criteria
- Interface used to build coalesce expressions.
- CriteriaBuilder.In<T> - Interface in javax.persistence.criteria
- Interface used to build in predicates.
- CriteriaBuilder.SimpleCase<C,R> - Interface in javax.persistence.criteria
- Interface used to build simple case expressions.
- CriteriaBuilder.Trimspec - Enum in javax.persistence.criteria
- Used to specify how strings are trimmed.
- CriteriaQuery<T> - Interface in javax.persistence.criteria
- The
CriteriaQuery
interface defines functionality that is specific
to top-level queries. - cType_ -
Static variable in class org.eclipse.persistence.services.ClassSummaryDetailBase
-
- CURRENT_LOADER_NOT_VALID -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- currentAlias -
Variable in class org.eclipse.persistence.expressions.Expression
-
- currentDate() -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create expression to return current date.
- currentDate() -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
This gives access to the current date on the database through expression.
- CurrentDate -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- Function to obtain the current date on the database with date components
only but without time components.
- currentDate() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- currentDateDate() -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
This gives access to the current date only on the database through expression.
- currentDateOperator() -
Method in class org.eclipse.persistence.platform.database.MySQLPlatform
- INTERNAL:
Create the current date operator for this platform.
- currentDateOperator() -
Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- currentElements -
Variable in class org.eclipse.persistence.sdo.helper.ListWrapper
- We are maintaining two pointers to potentially two ArrayList objects.
- currentIndex -
Variable in class org.eclipse.persistence.descriptors.partitioning.RoundRobinPartitioningPolicy
-
- currentIndex() -
Method in class org.eclipse.persistence.queries.ScrollableCursor
- PUBLIC:
Retrieves the current row index number
- currentLoaderNotValid(ClassLoader) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- currentlyProcessedListeners -
Variable in class org.eclipse.persistence.transaction.AbstractTransactionController
- Non-null only in case sequencing callbacks are used: numSessionsRequiringSequencingCallback > 0
- currentObject -
Variable in class org.eclipse.persistence.oxm.record.XMLRecord
-
- currentTime() -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create expression to return current time.
- currentTime() -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
This gives access to the current time only on the database through expression.
- CurrentTime -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
- Function to obtain the current time on the database with time components
only but without date components.
- currentTime() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- currentTimeOperator() -
Method in class org.eclipse.persistence.platform.database.OraclePlatform
-
- currentTimestamp() -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create expression to return current timestamp.
- currentTimeStamp() -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
This gives access to the current timestamp on the database through expression.
- currentTimeStamp() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- CURSOR -
Static variable in class org.eclipse.persistence.config.QueryHints
- "eclipselink.cursor"
Configures the query to return a CursoredStream.
- Cursor - Class in org.eclipse.persistence.queries
- Purpose:
Abstract class for CursoredStream and ScrolableCursor
- Cursor() -
Constructor for class org.eclipse.persistence.queries.Cursor
- INTERNAL:
Default constructor.
- Cursor(DatabaseCall, CursorPolicy) -
Constructor for class org.eclipse.persistence.queries.Cursor
- INTERNAL:
- CURSOR_INITIAL_SIZE -
Static variable in class org.eclipse.persistence.config.QueryHints
- "eclipselink.cursor.initial-size"
Configures the query to return a CursoredStream with the initial threshold size.
- CURSOR_PAGE_SIZE -
Static variable in class org.eclipse.persistence.config.QueryHints
- "eclipselink.cursor.page-size"
Configures the query to return a CursoredStream with the page size.
- CURSOR_SIZE -
Static variable in class org.eclipse.persistence.config.QueryHints
- "eclipselink.cursor.size-sql"
Configures the SQL string for the size query of a Cursor query.
- CursoredStream - Class in org.eclipse.persistence.queries
- Purpose:
Stream class which is used to deal with large collections returned
from TOPLink queries more efficiently.
- CursoredStream() -
Constructor for class org.eclipse.persistence.queries.CursoredStream
- INTERNAL:
Initialize the state of the stream
- CursoredStream(DatabaseCall, CursoredStreamPolicy) -
Constructor for class org.eclipse.persistence.queries.CursoredStream
- INTERNAL:
Initialize the state of the stream
- cursoredStreamClose(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- cursoredStreamClose(ObjID) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
- Used for closing cursored streams across RMI.
- cursoredStreamClose(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
- Used for closing cursored streams across RMI.
- cursoredStreamClose(Transporter) -
Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- cursoredStreamClose(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- cursoredStreamClose(ObjID) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
- Used for closing cursored streams across RMI.
- cursoredStreamClose(Transporter) -
Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
- Used for closing cursored streams across RMI.
- cursoredStreamClose(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
- Used for closing cursored streams across RMI.
- cursoredStreamClose(ObjID) -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
- Used for closing cursored streams across RMI.
- cursoredStreamClose(Transporter) -
Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
- Used for closing cursored streams across RMI.
- cursoredStreamClose(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
- Used for closing cursored streams across RMI.
- cursoredStreamNextPage(Transporter, int) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, RemoteSession, int) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
- Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(Transporter, int) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
- Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(Transporter, int) -
Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- cursoredStreamNextPage(Transporter, int) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, RemoteSession, int) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
- Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(Transporter, int) -
Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
- Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(Transporter, int) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
- Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(RemoteCursoredStream, ReadQuery, RemoteSession, int) -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
- Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(Transporter, int) -
Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
- Retrieve next page size of objects from the remote cursored stream
- cursoredStreamNextPage(Transporter, int) -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
- Retrieve next page size of objects from the remote cursored stream
- CursoredStreamPolicy - Class in org.eclipse.persistence.queries
- Purpose:
Used to support cursored streams in a read query.
- CursoredStreamPolicy() -
Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
- default constructor
- CursoredStreamPolicy(ReadQuery, int) -
Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
- set the initial read size to match the page size
- CursoredStreamPolicy(ReadQuery, int, int) -
Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
-
- CursoredStreamPolicy(ReadQuery, int, int, ValueReadQuery) -
Constructor for class org.eclipse.persistence.queries.CursoredStreamPolicy
-
- cursoredStreamSize(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- cursoredStreamSize(ObjID) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
- Return the cursored stream size
- cursoredStreamSize(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
- Return the cursored stream size
- cursoredStreamSize(Transporter) -
Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- cursoredStreamSize(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- cursoredStreamSize(ObjID) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
- Return the cursored stream size
- cursoredStreamSize(Transporter) -
Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
- INTERNAL:
Return the cursored stream size
- cursoredStreamSize(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
- Return the cursored stream size
- cursoredStreamSize(ObjID) -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
- Return the cursored stream size
- cursoredStreamSize(Transporter) -
Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
- INTERNAL:
Return the cursored stream size
- cursoredStreamSize(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
- Return the cursored stream size
- cursorOutput -
Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
-
- CursorPolicy - Class in org.eclipse.persistence.queries
- Purpose:
Abstract class for all Cursor-related policy objects
- CursorPolicy() -
Constructor for class org.eclipse.persistence.queries.CursorPolicy
- INTERNAL:
default constructor
- CursorPolicy(ReadQuery, int) -
Constructor for class org.eclipse.persistence.queries.CursorPolicy
- INTERNAL:
- cursorSelectObjects(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun._CORBARemoteSessionControllerStub
-
- cursorSelectObjects(CursoredStreamPolicy, DistributedSession) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
- INTERNAL:
Returns remote cursor stream
- cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBAConnection
- INTERNAL:
Returns remote cursor stream
- cursorSelectObjects(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerDispatcher
- Returns a remote cursor stub in a transporter
- cursorSelectObjects(Transporter) -
Method in interface org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerOperations
-
- cursorSelectObjects(CursoredStreamPolicy) -
Method in class org.eclipse.persistence.sessions.remote.DistributedSession
- INTERNAL:
Return remote cursor stream.
- cursorSelectObjects(ScrollableCursorPolicy) -
Method in class org.eclipse.persistence.sessions.remote.DistributedSession
- INTERNAL:
Return remote scrollable cursor
- cursorSelectObjects(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop._RMIRemoteSessionController_Stub
-
- cursorSelectObjects(CursoredStreamPolicy, DistributedSession) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
- INTERNAL:
Returns remote cursor stream
- cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIConnection
- INTERNAL:
Returns remote cursor stream
- cursorSelectObjects(Transporter) -
Method in interface org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionController
- To get remote cursor stub in a transporter
- cursorSelectObjects(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.rmi.iiop.RMIRemoteSessionControllerDispatcher
- Returns a remote cursor stub in a transporter
- cursorSelectObjects(CursoredStreamPolicy, DistributedSession) -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
- INTERNAL:
Returns remote cursor stream
- cursorSelectObjects(ScrollableCursorPolicy, DistributedSession) -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIConnection
- INTERNAL:
Returns remote cursor stream
- cursorSelectObjects(Transporter) -
Method in interface org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
- To get remote cursor stub in a transporter
- cursorSelectObjects(Transporter) -
Method in class org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionControllerDispatcher
- Returns a remote cursor stub in a transporter
- CUSTOM_QUERY_AND_RETURNING_POLICY_CONFLICT -
Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- customize(ClassDescriptor) -
Method in interface org.eclipse.persistence.config.DescriptorCustomizer
- Customize the provided descriptor.
- customize(Session) -
Method in interface org.eclipse.persistence.config.SessionCustomizer
-
- customize(Session) -
Method in class org.eclipse.persistence.dynamic.DynamicHelper.SessionCustomizer
-
- Customizer - Annotation Type in org.eclipse.persistence.annotations
- The Customizer annotation is used to specify a class that implements the
org.eclipse.persistence.config.DescriptorCustomizer
interface and is to run against an entity's class descriptor after all
metadata processing has been completed.
- CustomPartitioningPolicy - Class in org.eclipse.persistence.descriptors.partitioning
- PUBLIC:
Defines a user defined partitioning policy.
- CustomPartitioningPolicy() -
Constructor for class org.eclipse.persistence.descriptors.partitioning.CustomPartitioningPolicy
-
- customQueryAndReturningPolicyFieldConflict(String, String, ClassDescriptor) -
Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- CustomServerPlatform - Class in org.eclipse.persistence.platform.server
- INTERNAL:
This is the concrete subclass responsible for handling backward compatibility for 9.0.4.
- CustomServerPlatform(DatabaseSession) -
Constructor for class org.eclipse.persistence.platform.server.CustomServerPlatform
- INTERNAL:
Default Constructor: JTA is disabled until a transaction controller class is set.
readOnly
Properties.
"eclipselink.descriptor.customizer."
- DESCRIPTOR_FOR_INTERFACE_IS_MISSING -
Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- DESCRIPTOR_IS_MISSING -
Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- DESCRIPTOR_IS_MISSING -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- DESCRIPTOR_IS_MISSING_FOR_NAMED_QUERY -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- DESCRIPTOR_MUST_NOT_BE_INITIALIZED -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- DESCRIPTOR_NOT_FOUND_IN_PROJECT -
Static variable in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- DESCRIPTOR_PROPERTY -
Static variable in interface org.eclipse.persistence.dynamic.DynamicType
- Property name used to store the EntityTypeImpl on each descriptor in its
ClassDescriptor.properties
.
- DescriptorCustomizer - Interface in org.eclipse.persistence.config
- Customize a
ClassDescriptor
when the
DescriptorCustomizer.customize(ClassDescriptor)
method is called during the
loading/population of the mappings. - DescriptorCustomizer - Interface in org.eclipse.persistence.sessions.factories
- Deprecated.
- DescriptorEvent - Class in org.eclipse.persistence.descriptors
- Purpose: Encapsulate the information provided with descriptor events.
- DescriptorEvent(int, ObjectLevelModifyQuery) -
Constructor for class org.eclipse.persistence.descriptors.DescriptorEvent
- PUBLIC:
Most events are trigger from queries, so this is a helper method.
- DescriptorEvent(Object) -
Constructor for class org.eclipse.persistence.descriptors.DescriptorEvent
- PUBLIC:
All events require a source object.
- DescriptorEvent -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- DescriptorEventAdapter - Class in org.eclipse.persistence.descriptors
- Purpose: Provides an empty implementation of DescriptorEventListener.
- DescriptorEventAdapter() -
Constructor for class org.eclipse.persistence.descriptors.DescriptorEventAdapter
-
- DescriptorEventListener - Interface in org.eclipse.persistence.descriptors
- Purpose: Used to support Java event listener event model on descriptors.
- DescriptorEventManager - Class in org.eclipse.persistence.descriptors
- Purpose: The event manager allows for a descriptor to specify that
an object should be notified when a EclipseLink event occurs.
- DescriptorEventManager() -
Constructor for class org.eclipse.persistence.descriptors.DescriptorEventManager
- INTERNAL:
Returns a new DescriptorEventManager for the specified ClassDescriptor.
- DescriptorException - Exception in org.eclipse.persistence.exceptions
- Purpose: This exception is used for any problem that is detected with a descriptor or mapping.
- DescriptorException(String) -
Constructor for exception org.eclipse.persistence.exceptions.DescriptorException
- INTERNAL:
TopLink exceptions should only be thrown by TopLink.
- DescriptorException(String, DatabaseMapping) -
Constructor for exception org.eclipse.persistence.exceptions.DescriptorException
- INTERNAL:
TopLink exceptions should only be thrown by TopLink.
- DescriptorException(String, ClassDescriptor) -
Constructor for exception org.eclipse.persistence.exceptions.DescriptorException
- INTERNAL:
TopLink exceptions should only be thrown by TopLink.
- DescriptorException(String, ClassDescriptor, Throwable) -
Constructor for exception org.eclipse.persistence.exceptions.DescriptorException
-
- DescriptorExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
- INTERNAL:
English ResourceBundle for DescriptorException messages.
- DescriptorExceptionResource() -
Constructor for class org.eclipse.persistence.exceptions.i18n.DescriptorExceptionResource
-
- descriptorForInterfaceIsMissing(String) -
Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- descriptorIsAggregate() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
Sets the descriptor to be an aggregate.
- descriptorIsAggregateCollection() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
Sets the descriptor to be part of an aggregate collection.
- descriptorIsForInterface() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
Sets the descriptor to be for an interface.
- descriptorIsMissing(String, DatabaseMapping) -
Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- descriptorIsMissing(Class, DatabaseQuery) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- descriptorIsMissingForNamedQuery(Class, String) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- descriptorIsNormal() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
Sets the descriptor to be normal.
- descriptorMethodNames -
Variable in class org.eclipse.persistence.sessions.factories.ProjectClassGenerator
-
- descriptorMustBeNotInitialized(ClassDescriptor) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- descriptorNotFoundInProject(String) -
Static method in exception org.eclipse.persistence.exceptions.XMLMarshalException
-
- DescriptorQueryManager - Class in org.eclipse.persistence.descriptors
- Purpose: The query manager allows for the database operations that EclipseLink
performs to be customized by the application.
- DescriptorQueryManager() -
Constructor for class org.eclipse.persistence.descriptors.DescriptorQueryManager
- INTERNAL:
Initialize the state of the descriptor query manager
- descriptors -
Variable in class org.eclipse.persistence.sessions.Project
-
- descriptorType -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- 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
-
- destroyAllSessions() -
Method in class org.eclipse.persistence.sessions.factories.SessionManager
- INTERNAL:
Destroy all sessions held onto by this manager.
- destroySession(String) -
Method in class org.eclipse.persistence.sessions.factories.SessionManager
- INTERNAL:
Destroy the session defined by sessionName on this manager.
- detach() -
Method in interface commonj.sdo.DataObject
- Removes this DataObject from its container, if any.
- detach(Object) -
Method in interface javax.persistence.EntityManager
- Remove the given entity from the persistence context, causing
a managed entity to become detached.
- detach() -
Method in class org.eclipse.persistence.sdo.SDODataObject
-
- detach(Object) -
Method in class org.eclipse.persistence.sessions.factories.SessionFactory
- Build a detached copy using a one-off UnitOfWork.
- detach(Collection) -
Method in class org.eclipse.persistence.sessions.factories.SessionFactory
-
- detachOrDelete(boolean) -
Method in class org.eclipse.persistence.sdo.SDODataObject
- INTERNAL:
Recursively walk the tree and set oldSettings for a detached/deleted object.
- detectExpression(Vector) -
Method in class org.eclipse.persistence.expressions.Expression
- INTERNAL:
Check if any element in theObjects is Expression.
- DevelopmentServices - Class in org.eclipse.persistence.services
-
Purpose: Provide a dynamic interface into the EclipseLink Identity Map Manager.
- DevelopmentServices() -
Constructor for class org.eclipse.persistence.services.DevelopmentServices
- Default constructor
- DevelopmentServices(Session) -
Constructor for class org.eclipse.persistence.services.DevelopmentServices
- Constructor
- DI -
Static variable in class org.eclipse.persistence.sdo.helper.extension.Token
-
- diff(Expression<? extends N>, Expression<? extends N>) -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create an expression that returns the difference
between its arguments.
- diff(Expression<? extends N>, N) -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create an expression that returns the difference
between its arguments.
- diff(N, Expression<? extends N>) -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create an expression that returns the difference
between its arguments.
- difference(String) -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
Function return a value which indicates how much difference there is
between two expressions.
- Difference -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- difference() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Build operator.
- DIRECT_FIELD_NAME_NOT_SET -
Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- DIRECT_KEY_NOT_SET -
Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- DirectCollectionChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
-
Purpose: This interface defines the API for the ChangeRecord that holds the changes made to a direct collection attribute of
an object.
- DirectCollectionMapping - Class in org.eclipse.persistence.mappings
- Purpose: This mapping is used to store a collection of simple types (String, Number, Date, etc.)
- DirectCollectionMapping() -
Constructor for class org.eclipse.persistence.mappings.DirectCollectionMapping
- PUBLIC:
Default constructor.
- DirectCollectionQueryKey - Class in org.eclipse.persistence.mappings.querykeys
-
Purpose:Represents a direct collection join query.
- DirectCollectionQueryKey() -
Constructor for class org.eclipse.persistence.mappings.querykeys.DirectCollectionQueryKey
-
- directConnect(Properties) -
Method in class org.eclipse.persistence.sessions.DefaultConnector
- INTERNAL:
Connect directly - without using DriverManager.
- DirectConnector - Class in org.eclipse.persistence.sessions
-
Purpose:Use this Connector to build a java.sql.Connection by
directly instantiating the Driver, as opposed to using the DriverManager.
- DirectConnector() -
Constructor for class org.eclipse.persistence.sessions.DirectConnector
- PUBLIC:
Construct a Connector with default settings (Sun JDBC-ODBC bridge).
- DirectConnector(String, String, String) -
Constructor for class org.eclipse.persistence.sessions.DirectConnector
- PUBLIC:
Construct a Connector with the specified settings.
- directField -
Variable in class org.eclipse.persistence.mappings.DirectCollectionMapping
- The direct field name is converted and stored
- directFieldNameNotSet(DatabaseMapping) -
Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- Direction - Enum in org.eclipse.persistence.annotations
- An enum that is used within the StoredProcedureParameter annotation.
- direction -
Variable in class org.eclipse.persistence.platform.database.oracle.plsql.PLSQLargument
-
- directKeyNotSet(ClassDescriptor) -
Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- DirectMapMapping - Class in org.eclipse.persistence.mappings
- Mapping for a collection of key-value pairs.
- DirectMapMapping() -
Constructor for class org.eclipse.persistence.mappings.DirectMapMapping
- DirectMapCollectionMapping constructor
- directMarshal(XPathFragment, MarshalRecord, Object, Session, NamespaceResolver) -
Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
- INTERNAL:
When using the SAX or DOM Platform, this method is responsible for
marshalling null values for the XML Direct Mapping.
- directMarshal(XPathFragment, MarshalRecord, Object, Session, NamespaceResolver) -
Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
- DIRECTORY -
Static variable in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFileEISConnectionSpec
- Connection spec properties.
- directoryIsSubdirectory(File, File) -
Static method in class org.eclipse.persistence.tools.PackageRenamer
- Return true if directory2 is contained within directory1.
- directoryIsSubdirectory(File, File) -
Static method in class org.eclipse.persistence.utils.rename.PackageRenamer
- Return true if directory2 is contained within directory1.
- DirectQueryKey - Class in org.eclipse.persistence.mappings.querykeys
-
Purpose: Define an alias to a database field.
- DirectQueryKey() -
Constructor for class org.eclipse.persistence.mappings.querykeys.DirectQueryKey
-
- DirectRead -
Static variable in class org.eclipse.persistence.config.QueryType
-
- DirectReadQuery - Class in org.eclipse.persistence.queries
- Purpose:
Concrete class to perform a direct read.
- DirectReadQuery() -
Constructor for class org.eclipse.persistence.queries.DirectReadQuery
- PUBLIC:
Initialize the state of the query.
- DirectReadQuery(String) -
Constructor for class org.eclipse.persistence.queries.DirectReadQuery
- PUBLIC:
Initialize the query to use the specified SQL string.
- DirectReadQuery(Call) -
Constructor for class org.eclipse.persistence.queries.DirectReadQuery
- PUBLIC:
Initialize the query to use the specified call.
- DirectToFieldChangeRecord - Interface in org.eclipse.persistence.sessions.changesets
-
Purpose: This interface provides public API to the class responsible for holding the change made to a directToFieldMapping.
- DirectToFieldMapping - Class in org.eclipse.persistence.mappings
- Purpose: Maps an attribute to the corresponding database field type.
- DirectToFieldMapping() -
Constructor for class org.eclipse.persistence.mappings.DirectToFieldMapping
- Default constructor.
- DirectToXMLTypeMapping - Class in org.eclipse.persistence.mappings.xdb
- Purpose: Mapping used to map from a DOM (org.w3c.Document) or XML String into
an Oracle XMLType field, in Oracle 9i XDB.
- DirectToXMLTypeMapping() -
Constructor for class org.eclipse.persistence.mappings.xdb.DirectToXMLTypeMapping
-
- disableCacheHits() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
Allow for cache hits on primary key read object queries to be disabled.
- disableCacheHitsOnRemote() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
Allow for remote session cache hits on primary key read object queries to be disabled.
- disableJTA() -
Method in interface org.eclipse.persistence.platform.server.ServerPlatform
- INTERNAL: disableJTA(): Configure the receiver such that my external transaction controller class will
be ignored, and will NOT be used to populate DatabaseSession's external transaction controller class
at runtime.
- disableJTA() -
Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
- INTERNAL: disableJTA(): Configure the receiver such that my external transaction controller class will
be ignored, and will NOT be used to populate DatabaseSession's external transaction controller class
at runtime.
- disableRuntimeServices() -
Method in interface org.eclipse.persistence.platform.server.ServerPlatform
- INTERNAL: disableRuntimeServices(): Configure the receiver such that no JMX/MBean will be registered
to provide runtime services for my DatabaseSession at runtime.
- disableRuntimeServices() -
Method in class org.eclipse.persistence.platform.server.ServerPlatformBase
- INTERNAL: disableRuntimeServices(): Configure the receiver such that no JMX/MBean will be registered
to provide runtime services for my DatabaseSession at runtime.
- discardConnections() -
Method in class org.eclipse.persistence.sessions.coordination.TransportManager
- INTERNAL:
Remove all remote connections for its list and the local connection from JNDI or JMS Subsriber
- disconnect(Accessor) -
Method in class org.eclipse.persistence.sessions.server.ClientSession
- INTERNAL:
Disconnect the accessor only (this must be the write connection as the read is shared).
- disconnect() -
Method in class org.eclipse.persistence.sessions.server.ServerSession
- INTERNAL:
Disconnect the accessor only.
- Disconnects -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- DiscoveryException - Exception in org.eclipse.persistence.exceptions
- Instances of this exception are raised if a problem is detected during the
discovery of a TopLink cluster.
- DiscoveryException() -
Constructor for exception org.eclipse.persistence.exceptions.DiscoveryException
-
- DiscoveryException(String) -
Constructor for exception org.eclipse.persistence.exceptions.DiscoveryException
-
- DiscoveryExceptionResource - Class in org.eclipse.persistence.exceptions.i18n
- INTERNAL:
English ResourceBundle for ConcurrencyException messages.
- DiscoveryExceptionResource() -
Constructor for class org.eclipse.persistence.exceptions.i18n.DiscoveryExceptionResource
-
- DiscoveryManager - Class in org.eclipse.persistence.sessions.coordination
-
Purpose: Detects new members of a logical EclipseLink cluster.
- DiscoveryManager(RemoteCommandManager) -
Constructor for class org.eclipse.persistence.sessions.coordination.DiscoveryManager
- Constructors to create a discovery manager.
- DiscoveryManager(String, int, RemoteCommandManager) -
Constructor for class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
- DiscoveryManager(String, int, int, RemoteCommandManager) -
Constructor for class org.eclipse.persistence.sessions.coordination.DiscoveryManager
-
- discoveryManager -
Variable in class org.eclipse.persistence.sessions.coordination.RemoteCommandManager
- Manages the detection of new services as they join the cluster
- DISCRIMINATOR_COLUMN_NOT_SELECTED -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- DiscriminatorClass - Annotation Type in org.eclipse.persistence.annotations
- A DiscriminatorClass is used within a VariableOneToOne annotation.
- DiscriminatorColumn - Annotation Type in javax.persistence
- Specifies the discriminator column for the
SINGLE_TABLE
and
JOINED
Inheritance
mapping strategies. - discriminatorColumn -
Variable in class org.eclipse.persistence.queries.EntityResult
- Stores the column that will contain the value to determine the correct subclass
to create if applicable.
- discriminatorColumnNotSelected(String, String) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- DiscriminatorType - Enum in javax.persistence
- Defines supported types of the discriminator column.
- DiscriminatorValue - Annotation Type in javax.persistence
- Specifies the value of the discriminator column for
entities of the given type.
- disjunction() -
Method in interface javax.persistence.criteria.CriteriaBuilder
- Create a disjunction (with zero disjuncts).
- 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(boolean) -
Method in interface javax.persistence.criteria.AbstractQuery
- Specify whether duplicate query results will be eliminated.
- distinct(boolean) -
Method in interface javax.persistence.criteria.CriteriaQuery
- Specify whether duplicate query results will be eliminated.
- distinct(boolean) -
Method in interface javax.persistence.criteria.Subquery
- Specify whether duplicate query results will be eliminated.
- distinct() -
Method in class org.eclipse.persistence.expressions.Expression
- PUBLIC:
Function, This represents the distinct option inside an aggregate function.
- Distinct -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- distinct() -
Static method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Create the DISTINCT operator.
- DISTINCT_COUNT_ON_OUTER_JOINED_COMPOSITE_PK -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- distinctCountOnOuterJoinedCompositePK(ClassDescriptor, DatabaseQuery) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- distinctState -
Variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- Indicates if distinct should be used or not.
- DistributedMerge -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- DistributedSession - Class in org.eclipse.persistence.sessions.remote
- Purpose: Super class to all remote client session's.
- DistributedSession(int) -
Constructor for class org.eclipse.persistence.sessions.remote.DistributedSession
- INTERNAL:
Create a blank session, used for proxy session.
- DistributedSession(RemoteConnection) -
Constructor for class org.eclipse.persistence.sessions.remote.DistributedSession
- PUBLIC:
Creates a DistributedSession.
- divide(Expression, int) -
Static method in class org.eclipse.persistence.expressions.ExpressionMath
- PUBLIC:
Return a new expression that applies the function to the given expression.
- divide(Expression, Object) -
Static method in class org.eclipse.persistence.expressions.ExpressionMath
- PUBLIC:
Return a new expression that applies the function to the given expression.
- Divide -
Static variable in class org.eclipse.persistence.expressions.ExpressionOperator
-
- DMS -
Static variable in interface org.eclipse.persistence.logging.SessionLog
-
- DO_NOT_SEND_CHANGES -
Static variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- document -
Variable in class org.eclipse.persistence.platform.xml.SAXDocumentBuilder
-
- DOCUMENTATION -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- DOCUMENTATION_PROPERTY -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- DOCUMENTATION_PROPERTY_QNAME -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- 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
-
- doesConform(Object, AbstractSession, AbstractRecord, int) -
Method in class org.eclipse.persistence.expressions.Expression
- INTERNAL:
Check if the object conforms to the expression in memory.
- doesConform(Object, AbstractSession, AbstractRecord, int, boolean) -
Method in class org.eclipse.persistence.expressions.Expression
- INTERNAL:
New parameter added to doesConform for feature 2612601
- doesExistQuery -
Variable in class org.eclipse.persistence.descriptors.DescriptorQueryManager
-
- DoesExistQuery - Class in org.eclipse.persistence.queries
- Purpose:
This should only be used by the descriptor, this should not be executed directly.
- DoesExistQuery() -
Constructor for class org.eclipse.persistence.queries.DoesExistQuery
- PUBLIC:
Initialize the state of the query .
- DoesExistQuery(Object) -
Constructor for class org.eclipse.persistence.queries.DoesExistQuery
- PUBLIC:
Create a query to check if the object exists.
- DoesExistQuery(Call) -
Constructor for class org.eclipse.persistence.queries.DoesExistQuery
- PUBLIC:
Create a query to check if the object exists.
- doesNotRepresentAnObjectInTheQuery() -
Method in class org.eclipse.persistence.expressions.ExpressionBuilder
- INTERNAL:
There are cases (which we might want to eliminate?)
- doesObjectExist(Object) -
Method in interface org.eclipse.persistence.sessions.Session
- PUBLIC:
Return if the object exists on the database or not.
- doesRelationConform(Object, Object) -
Method in class org.eclipse.persistence.expressions.ExpressionOperator
- INTERNAL:
Compare the values in memory.
- DOM -
Static variable in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFilePlatform
-
- domainClass -
Variable in class org.eclipse.persistence.tools.profiler.Profile
-
- DomHandler<ElementT,ResultT extends javax.xml.transform.Result> - Interface in javax.xml.bind.annotation
- Converts an element (and its descendants)
from/to DOM (or similar) representation.
- domHandler -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAnyElement
-
- domMethod -
Static variable in class org.eclipse.persistence.eis.EISDOMRecord
- Used for introspected DOM records.
- domMethod -
Variable in class org.eclipse.persistence.eis.EISPlatform
- Used to reflectively provide XML record support as DOMRecord is not part of the JCA-CCI spec.
- DOMPlatform - Class in org.eclipse.persistence.oxm.platform
- INTERNAL:
Purpose:This class indicates that DOM parsing should be used when appropriate in an
XML project to create XMLRecords.
- DOMPlatform() -
Constructor for class org.eclipse.persistence.oxm.platform.DOMPlatform
-
- DOMRecord - Interface in org.eclipse.persistence.eis
DOMRecord
is an extension of the JCA Record interface that
provides support for XML data.- DOMRecord - Class in org.eclipse.persistence.oxm.record
- PUBLIC:
Provides a Record/Map API on an XML DOM element.
- DOMRecord() -
Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
- INTERNAL:
Default constructor.
- DOMRecord(String) -
Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
- INTERNAL:
Create a record with the root element name.
- DOMRecord(String, NamespaceResolver) -
Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
- INTERNAL:
Create a record with the root element name get the namespace URI from the namespaceResolver.
- DOMRecord(String, String) -
Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
- INTERNAL:
Create a record with the root element name get the namespace URI from the namespaceResolver.
- DOMRecord(String, Node) -
Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
- INTERNAL:
Create a record with the local root element name, that is a child of the parent.
- DOMRecord(String, NamespaceResolver, Node) -
Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
- INTERNAL:
Create a record with the local root element name, that is a child of the parent.
- DOMRecord(Element) -
Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
- INTERNAL:
Create a record with the element.
- DOMRecord(Node) -
Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
-
- DOMRecord(Document) -
Constructor for class org.eclipse.persistence.oxm.record.DOMRecord
- INTERNAL:
Create a record with the element.
- doNotCacheQueryResults() -
Method in class org.eclipse.persistence.queries.ReadQuery
- ADVANCED:
This method will instruct the query not to cache results.
- DoNotCheckCache -
Static variable in class org.eclipse.persistence.config.CacheUsage
- Do not check the cache first, this is the default for JPA Queries.
- DoNotCheckCache -
Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- doNotRedirect -
Variable in class org.eclipse.persistence.queries.DatabaseQuery
- Can be set to true in the case there is a redirector or a default
redirector but the user does not want the query redirected.
- DONT_USE_DISTINCT -
Static variable in class org.eclipse.persistence.queries.ObjectLevelReadQuery
-
- dontAcquireLocks() -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- PUBLIC:
Set the query not to lock.
- dontAllowNull() -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- PUBLIC:
If all the fields in the database row for the aggregate object are NULL,
then, by default, the mapping will place a null in the appropriate source object
(as opposed to an aggregate object filled with nulls).
- dontAlwaysConformResultsInUnitOfWork() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
The descriptor is defined to not conform the results in unit of work in read query.
- dontAlwaysRefreshCache() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
This method is the equivalent of calling
ClassDescriptor.setShouldAlwaysRefreshCache(boolean)
with an argument of false
:
it ensures that a ClassDescriptor
is not configured to always refresh the cache if data is received from the database by any query.
- dontAlwaysRefreshCacheOnRemote() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
This method is the equivalent of calling
ClassDescriptor.setShouldAlwaysRefreshCacheOnRemote(boolean)
with an argument of false
:
it ensures that a ClassDescriptor
is not configured to always remotely refresh the cache if data is received from the
database by any query in a RemoteSession
.
- dontBindAllParameters() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- PUBLIC: Do not Bind all arguments to any SQL statement.
- dontBindAllParameters() -
Method in class org.eclipse.persistence.sessions.DatabaseLogin
- PUBLIC:
Do not bind all arguments to any SQL statement.
- dontBindUpdateAllQueryUsingTempTables() -
Method in class org.eclipse.persistence.platform.database.DB2Platform
- INTERNAL: DB2 has issues with binding with temp table queries.
- dontBindUpdateAllQueryUsingTempTables() -
Method in class org.eclipse.persistence.platform.database.SQLServerPlatform
- INTERNAL:
In SQLServer local temporary table created by one
PreparedStatement can't be used in another PreparedStatement.
- dontCacheAllStatements() -
Method in class org.eclipse.persistence.sessions.DatabaseLogin
- PUBLIC:
Do not cache all prepared statements.
- dontCacheStatement() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- PUBLIC: Don't cache the prepared statements, this requires full parameter
binding as well.
- dontCascade() -
Method in class org.eclipse.persistence.sessions.CopyGroup
- PUBLIC:
Set if the copy should not cascade relationships when copying the object(s)
- dontCascadeOnDelete() -
Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
- PUBLIC:
Disables delete cascading on the database, this is the default.
- dontCascadeParts() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- PUBLIC: Do not cascade the query and its properties on the queries
object(s) relationships.
- dontCatchExceptions() -
Method in class org.eclipse.persistence.exceptions.IntegrityChecker
- PUBLIC:
This method is used for don't catching all the Descriptor Exceptions
- dontCheckCache() -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- PUBLIC:
This can be used to explicitly disable the cache hit.
- dontCheckDatabase() -
Method in class org.eclipse.persistence.exceptions.IntegrityChecker
- PUBLIC:
This method is used for don't checking the database tables and fields.
- dontCheckInstantiationPolicy() -
Method in class org.eclipse.persistence.exceptions.IntegrityChecker
- PUBLIC:
This method is used for don't checking the InstantiationPolicy.
- dontDisableCacheHits() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
Allow for cache hits on primary key read object queries.
- dontDisableCacheHitsOnRemote() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
Allow for remote session cache hits on primary key read object queries.
- dontDoMerge(Object, Object, MergeManager) -
Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- INTERNAL:
Return true if the merge should be bypassed.
- dontLoadResultIntoSelectionObject() -
Method in class org.eclipse.persistence.queries.ReadObjectQuery
- PUBLIC:
Do not refesh/load into the selection object, this is the default.
- dontLogMessages() -
Method in interface org.eclipse.persistence.sessions.Session
- PUBLIC:
Turn off logging
- dontLogProfile() -
Method in class org.eclipse.persistence.tools.profiler.PerformanceProfiler
- PUBLIC:
Set whether after each query execution the profile result should be logged.
- dontMaintainCache() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- PUBLIC: Set for the identity map (cache) to be ignored completely.
- dontOnlyRefreshCacheIfNewerVersion() -
Method in class org.eclipse.persistence.descriptors.ClassDescriptor
- PUBLIC:
This method is the equivalent of calling
ClassDescriptor.setShouldOnlyRefreshCacheIfNewerVersion(boolean)
with an argument of false
:
it ensures that a ClassDescriptor
is not configured to only refresh the cache if the data received from the database by
a query is newer than the data in the cache (as determined by the optimistic locking field).
- dontOptimizeDataConversion() -
Method in class org.eclipse.persistence.sessions.DatabaseLogin
- PUBLIC:
Disable driver level data conversion optimization.
- dontPerformValidation() -
Method in interface org.eclipse.persistence.sessions.UnitOfWork
- ADVANCED:
The unit of work performs validations such as,
ensuring multiple copies of the same object don't exist in the same unit of work,
ensuring deleted objects are not referred after commit,
ensures that objects from the parent cache are not referred in the unit of work cache.
- dontReadSubclassesOnQueries() -
Method in class org.eclipse.persistence.descriptors.InheritancePolicy
- PUBLIC:
Set the descriptor to only read instance of itself when queried.
- dontRefreshIdentityMapResult() -
Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
- PUBLIC:
When unset means perform read normally and dont do refresh.
- dontRefreshIdentityMapResult() -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- PUBLIC:
When unset means perform read normally and dont do refresh.
- dontRefreshRemoteIdentityMapResult() -
Method in class org.eclipse.persistence.queries.ObjectBuildingQuery
- PUBLIC:
When unset means perform read normally and dont do refresh.
- dontRefreshRemoteIdentityMapResult() -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- PUBLIC:
When unset means perform read normally and dont do refresh.
- dontRetrievePrimaryKeys() -
Method in class org.eclipse.persistence.queries.ReportQuery
- PUBLIC:
Set if the query results should contain the primary keys or each associated object.
- dontReturnSingleAttribute() -
Method in class org.eclipse.persistence.queries.ReportQuery
- PUBLIC:
Don't simplify the result by returning the single attribute.
- dontReturnSingleResult() -
Method in class org.eclipse.persistence.queries.ReportQuery
- PUBLIC:
Simplifies the result by only returning the first result.
- dontReturnSingleValue() -
Method in class org.eclipse.persistence.queries.ReportQuery
- PUBLIC:
Simplifies the result by only returning a single value.
- dontReturnWithoutReportQueryResult() -
Method in class org.eclipse.persistence.queries.ReportQuery
- PUBLIC:
Simplifies the result by only returning a single value.
- dontUseBatchReading() -
Method in class org.eclipse.persistence.eis.mappings.EISOneToManyMapping
- INTERNAL:
This method is not supported in an EIS environment.
- dontUseBatchReading() -
Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- PUBLIC:
Indicates whether the referenced object should always be batch read on read all queries.
- dontUseBatchWriting() -
Method in class org.eclipse.persistence.sessions.DatabaseLogin
- PUBLIC:
EclipseLink can be configured to use batch writing.
- dontUseByteArrayBinding() -
Method in class org.eclipse.persistence.sessions.DatabaseLogin
- PUBLIC:
EclipseLink can be configured to use parameter binding for large binary data.
- dontUseClassNameAsIndicator() -
Method in class org.eclipse.persistence.descriptors.InheritancePolicy
- PUBLIC:
Set the descriptor not to use the class' full name as the indicator.
- dontUseDistinct() -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- ADVANCED:
If a distinct has been set the DISTINCT clause will be printed.
- dontUseExternalConnectionPooling() -
Method in class org.eclipse.persistence.sessions.DatasourceLogin
- PUBLIC:
Do not use external connection pooling.
- dontUseExternalTransactionController() -
Method in class org.eclipse.persistence.sessions.DatasourceLogin
- PUBLIC:
Let EclipseLink control transactions instead of some external transaction
service such as JTS.
- dontUseIndirection() -
Method in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- PUBLIC:
Indirection means that a ValueHolder will be put in-between the attribute and the real object.
- dontUseIndirection() -
Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
- PUBLIC:
Indirection means that a ValueHolder will be put in-between the attribute and the real object.
- dontUseJDBCBatchWriting() -
Method in class org.eclipse.persistence.sessions.DatabaseLogin
- PUBLIC: Indicate to EclipseLink that the JDBC driver does not support batch writing.
- dontUseLazyConnection() -
Method in class org.eclipse.persistence.sessions.server.ConnectionPolicy
- PUBLIC:
A lazy connection only acquires a physical connection
when a transaction is started and releases the connection when the transaction completes.
- dontUseNativeSQL() -
Method in class org.eclipse.persistence.sessions.DatabaseLogin
- PUBLIC:
EclipseLink can be configured to use database-specific SQL grammar,
as opposed to the JDBC standard grammar.
- dontUseStreamsForBinding() -
Method in class org.eclipse.persistence.sessions.DatabaseLogin
- PUBLIC:
EclipseLink can be configured to use streams to store large binary data.
- dontUseStringBinding() -
Method in class org.eclipse.persistence.sessions.DatabaseLogin
- PUBLIC:
Do not bind strings of any size.
- DOUBLE -
Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- DOUBLE -
Static variable in class org.eclipse.persistence.oxm.XMLConstants
-
- DOUBLE -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- DOUBLE_DEFAULT -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- DOUBLE_QNAME -
Static variable in class org.eclipse.persistence.oxm.XMLConstants
-
- DOUBLEOBJECT -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- driver -
Variable in class org.eclipse.persistence.sessions.DefaultConnector
- cache up the instantiated Driver to speed up reconnects
- driverClass -
Variable in class org.eclipse.persistence.sessions.DefaultConnector
- cache up the driver class to speed up reconnects
- driverClassName -
Variable in class org.eclipse.persistence.sessions.DefaultConnector
-
- driverIs(String) -
Method in class org.eclipse.persistence.sessions.DatabaseLogin
- INTERNAL:
Return whether the specified driver is being used.
- driverURLHeader -
Variable in class org.eclipse.persistence.sessions.DefaultConnector
-
- Drop -
Static variable in class org.eclipse.persistence.config.FlushClearCache
- Call to clear method causes to drop the whole EntityManager cache.
- DROP_AND_CREATE -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
- DROP_JDBC_DDL_FILE -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
-
- dropConstraints(TableDefinition) -
Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- Use the table definition to drop the constraints from the table, this is normally done
in two steps to avoid dependencies.
- dropConstraints(DatabaseSession) -
Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
- Drop the table constraints from the database.
- dropConstraints(DatabaseSession, SchemaManager) -
Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
- Drop the table constraints from the database.
- dropConstraints(AbstractSession, Writer) -
Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
- INTERNAL:
Execute the SQL alter table constraint creation string.
- dropConstraintsOnDatabase(AbstractSession) -
Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
- INTERNAL:
Execute the SQL alter table constraint creation string.
- dropFromDatabase(AbstractSession) -
Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
- INTERNAL:
Execute the DDL to drop the object.
- dropIndexes(AbstractSession, Writer) -
Method in class org.eclipse.persistence.tools.schemaframework.TableDefinition
- INTERNAL:
Write the SQL drop index string to drop indexes if passed a writer,
else delegate to a method that executes the string on the database.
- DropInvalidate -
Static variable in class org.eclipse.persistence.config.FlushClearCache
- Call to clear method causes to drops the whole EntityManager cache,
on commit the classes that have at least one object updated or deleted
are invalidated in the shared cache.
- dropObject(AbstractSession, Writer, boolean) -
Method in class org.eclipse.persistence.tools.schemaframework.DatabaseObjectDefinition
- INTERNAL:
Execute the DDL to drop the object.
- dropObject(DatabaseObjectDefinition) -
Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- Use the definition object to drop the schema entity from the database.
- dropSchemaWriter -
Variable in class org.eclipse.persistence.tools.schemaframework.SchemaManager
-
- dropTable(String) -
Method in class org.eclipse.persistence.tools.schemaframework.SchemaManager
- Drop (delete) the table named tableName from the database.
- dropTables(DatabaseSession) -
Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
- Drop the tables from the database.
- dropTables(DatabaseSession, SchemaManager) -
Method in class org.eclipse.persistence.tools.schemaframework.TableCreator
- Drop the tables from the database.
- 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
-
- dumpResults() -
Method in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
- Log the results to the session's log (System.out).
- dumpTime -
Variable in class org.eclipse.persistence.tools.profiler.PerformanceMonitor
-
- dumpTime -
Static variable in class org.eclipse.persistence.tools.profiler.QueryMonitor
-
- DUPLICATE_PARTITION_VALUE -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- duplicatePartitionValue(String, Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
- ValuePartitioning using the same value twice.
- DURATION -
Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- DURATION -
Static variable in class org.eclipse.persistence.oxm.XMLConstants
-
- DURATION -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- DURATION_QNAME -
Static variable in class org.eclipse.persistence.oxm.XMLConstants
-
- DURATION_QNAME -
Static variable in class org.eclipse.persistence.sdo.SDOConstants
-
- DYNAMIC_ENTITY_HAS_NULL_TYPE -
Static variable in exception org.eclipse.persistence.exceptions.DynamicException
-
- DYNAMIC_ENTITY_NOT_FOUND -
Static variable in exception org.eclipse.persistence.exceptions.DynamicException
-
- DYNAMIC_PROPERTIES_MANAGER_CLASSNAME_SLASHES -
Static variable in class org.eclipse.persistence.dynamic.DynamicClassWriter
-
- DynamicClassLoader - Class in org.eclipse.persistence.dynamic
- This custom ClassLoader provides support for dynamically generating classes
within an EclipseLink application using byte codes created using a
DynamicClassWriter
. - DynamicClassLoader(ClassLoader) -
Constructor for class org.eclipse.persistence.dynamic.DynamicClassLoader
- Create a DynamicClassLoader providing the delegate loader and leaving the
defaultWriter as
DynamicClassWriter
- DynamicClassLoader(ClassLoader, DynamicClassWriter) -
Constructor for class org.eclipse.persistence.dynamic.DynamicClassLoader
- Create a DynamicClassLoader providing the delegate loader and a default
DynamicClassWriter
.
- DynamicClassLoader.EnumInfo - Class in org.eclipse.persistence.dynamic
-
- DynamicClassLoader.EnumInfo(String) -
Constructor for class org.eclipse.persistence.dynamic.DynamicClassLoader.EnumInfo
-
- DynamicClassWriter - Class in org.eclipse.persistence.dynamic
- Write the byte codes of a dynamic entity class.
- DynamicClassWriter() -
Constructor for class org.eclipse.persistence.dynamic.DynamicClassWriter
-
- DynamicClassWriter(Class<?>) -
Constructor for class org.eclipse.persistence.dynamic.DynamicClassWriter
-
- DynamicClassWriter(String) -
Constructor for class org.eclipse.persistence.dynamic.DynamicClassWriter
- Create using a loader and class name so that the parent class can be
lazily loaded when the writer is used to generate a dynamic class.
- DynamicClassWriter - Class in org.eclipse.persistence.sdo.helper
-
- DynamicClassWriter(String, SDOType, HelperContext) -
Constructor for class org.eclipse.persistence.sdo.helper.DynamicClassWriter
-
- DynamicEntity - Interface in org.eclipse.persistence.dynamic
DynamicEntity
is the public interface for dealing with dynamic persistent objects.- DynamicEnumBuilder - Class in org.eclipse.persistence.dynamic
-
- DynamicEnumBuilder(String, AbstractDirectMapping, DynamicClassLoader) -
Constructor for class org.eclipse.persistence.dynamic.DynamicEnumBuilder
-
- DynamicException - Exception in org.eclipse.persistence.exceptions
- Custom exception type that provides information about failure cases
encountered when using a GenericEntity with TopLink.
- DynamicException(String) -
Constructor for exception org.eclipse.persistence.exceptions.DynamicException
-
- DynamicException(String, Throwable) -
Constructor for exception org.eclipse.persistence.exceptions.DynamicException
-
- DynamicHelper - Class in org.eclipse.persistence.dynamic
- A DynamicHelper provides some utility methods to simplify application
development with dynamic types.
- DynamicHelper(DatabaseSession) -
Constructor for class org.eclipse.persistence.dynamic.DynamicHelper
-
- DynamicHelper.SessionCustomizer - Class in org.eclipse.persistence.dynamic
- A SessionCustomizer which configures all descriptors as dynamic entity
types.
- DynamicHelper.SessionCustomizer() -
Constructor for class org.eclipse.persistence.dynamic.DynamicHelper.SessionCustomizer
-
- DynamicIdentityPolicy - Class in org.eclipse.persistence.jpa.dynamic
- Custom CMPPolicy to handle Object[].
- DynamicIdentityPolicy() -
Constructor for class org.eclipse.persistence.jpa.dynamic.DynamicIdentityPolicy
-
- DynamicSchemaManager - Class in org.eclipse.persistence.tools.schemaframework
- Extended SchemaManager to handle the creation of tables for dynamic types.
- DynamicSchemaManager(DatabaseSession) -
Constructor for class org.eclipse.persistence.tools.schemaframework.DynamicSchemaManager
-
- DynamicType - Interface in org.eclipse.persistence.dynamic
- An EntityType provides a metadata facade into the EclipseLink
object-relational metadata (descriptors & mappings) with specific knowledge
of the entity types being dynamic.
- DynamicTypeBuilder - Class in org.eclipse.persistence.dynamic
- The EntityTypeBuilder is a factory class for creating and extending dynamic
entity types.
- DynamicTypeBuilder(Class<?>, DynamicType, String...) -
Constructor for class org.eclipse.persistence.dynamic.DynamicTypeBuilder
- Create an EntityType for a new dynamic type.
- DynamicTypeBuilder(DynamicClassLoader, ClassDescriptor, DynamicType) -
Constructor for class org.eclipse.persistence.dynamic.DynamicTypeBuilder
- Create an EntityTypeBuilder for an existing descriptor.
"eclipselink.persistenceunits"
property specifies the
set of persistence unit names that will be processed when generating the
canonical model.
"eclipselink.persistencexml"
property specifies the full
resource name to look for the persistence XML files in.
EISAccessor
is an implementation of the Accessor
interface.EISConnectionSpec
specifies how the
javax.resource.cci.Connection
is accessed.EISDescriptor
defines the mapping from a JCA data
structure to a Java object.EISDOMRecord
is a wrapper for a DOM tree.EISException
when any problem is detected while
interacting with an EIS datasourceEISLogin
defines connection information and datasource
properties.EISMappedRecord
acts as a Record
wrapper.EISObjectPersistenceXMLProject
defines the EclipseLink EIS
project and descriptor information to read a EclipseLink project from an XML
file.EISPlatform
defines any EIS adapter specific behavior.EISSequence
class allows access to sequence resources
using custom read (ValueReadQuery) and update (DataModifyQuery) queries and a
user specified preallocation size.EmbeddableType
represent embeddable types.EntityManager.persist(Object)
is called and the entity already exists.EntityExistsException
exception with
null
as its detail message.
EntityExistsException
exception with the
specified detail message.
EntityExistsException
exception with the
specified detail message and cause.
EntityExistsException
exception with the
specified cause.
DynamicEntity
has a null type indicating an illegal state
of the entity.
EntityManager.getReference
is accessed but the entity does not exist.EntityNotFoundException
exception with
null
as its detail message.
EntityNotFoundException
exception with the
specified detail message.
DynamicEntity
could not be found
EntityType
represent entity types.Type
and all their compared Properties are equal.
Type
and all their compared Properties are equal.
"eclipselink.exception-handler"
property allows an
ExceptionHandler
to be specified.
"eclipselink.exclude-eclipselink-orm"
property
configures the exclusion of an EclipseLink ORM mapping file for a
specific persistence unit.
"eclipselink.jdbc.exclusive-connection.is-lazy"
property
specifies when write connection is acquired lazily.
"eclipselink.jdbc.exclusive-connection.mode"
property
specifies when reads are performed through the write connection.
FetchGroup
specified on this query.
FetchGroup
stored in the FetchGroupManager
of the
reference class' descriptor or any of its parent descriptors.
property list
of this object's type
.
cid
, as a byte[].
cid
, and return as a DataHandler
.
AttributeGroup.getAttributeNames()
null
or an excluded
value like 0
or false
.
BigDecimal
property identified by the specified path.
BigDecimal
property identified by the specified property index.
BigDecimal
property.
BigInteger
property identified by the specified path.
BigInteger
property identified by the specified property index.
BigInteger
property.
boolean
property identified by the specified path.
boolean
property identified by the specified property index.
boolean
property.
byte
property identified by the specified path.
byte
property identified by the specified property index.
byte
property.
byte[]
property identified by the specified path.
byte[]
property identified by the specified property index.
byte[]
property.
data objects
that have been changed while logging
.
data objects
that have been changed while logging
.
change summary
associated with this data graph.
change summary
associated with this data graph.
char
property identified by the specified path.
char
property identified by the specified property index.
char
property.
Map
of method name/value pairs for this proxy
instance.
data object
or null
if there is no container.
data object
containing this data object
or null
if there is no container.
From
object from which the correlated
From
object has been obtained through correlation (use
of a Subquery
correlate
method).
CriteriaBuilder
for the creation of
CriteriaQuery
objects.
CriteriaBuilder
for the creation of
CriteriaQuery
objects.
data graph
associated with this change summary or null.
DataObject
property identified by the specified path.
DataObject
property identified by the specified property index.
DataObject
property.
Date
property identified by the specified path.
Date
property identified by the specified property index.
Date
property.
data object
where the Property hasn't been set.
data object
where the Property hasn't been set.
EntityManager
,
if available.
double
property identified by the specified path.
double
property identified by the specified property index.
double
property.
Result
.
jaxbElement
.
Iterator
of the file entries.
float
property identified by the specified path.
float
property identified by the specified property index.
float
property.
int
property identified by the specified path.
int
property identified by the specified property index.
int
property.
AttributeItem
for the provided attribute name or path.
java.lang.reflect.Member
for the represented
attribute.
List
property identified by the specified path.
List
property identified by the specified property index.
List
property.
Marshaller.Listener
registered with this Marshaller
.
Unmarshaller.Listener
registered with this Unmarshaller
.
long
property identified by the specified path.
long
property identified by the specified property index.
long
property.
Metamodel
interface for access to the
metamodel of the persistence unit.
Metamodel
interface for access to the
metamodel of the persistence unit.
UnsupportedOperationException
.
container
data object
at the point when logging began
.
container
data object
at the point when logging began
.
containment property
data object property
at the point when logging began
.
containment property
data object property
at the point when logging began
.
sequence
for the data object
at the point when logging began
.
sequence
for the data object
at the point when logging began
.
setting
for the specified property
representing the property value of the given dataObject
at the point when logging began
.
setting
for the specified property
representing the property value of the given dataObject
at the point when logging began
.
settings
that represent the property values of the given dataObject
at the point when logging began
.
settings
that represent the property values of the given dataObject
at the point when logging began
.
PersistenceProvider
implementations
available in the runtime environment.
persistence.xml
file.
Properties
of this type.
DataObject.getInstanceProperty(String)
in 2.1.0
all the Properties
of this type, the one with the specified name.
Session
.
data object
of this data graph.
data object
.
data object
of this data graph.
Schema
object (including null) set by the
Binder.setSchema(Schema)
method.
Schema
object
being used to perform marshal-time validation.
Schema
object
being used to perform unmarshal-time validation.
Sequence
for this DataObject.
XMLContext xmlContext = new XMLContext("path0:path1");
DatabaseSession session = xmlContext.getSession(0); // returns session for path0
short
property identified by the specified path.
short
property identified by the specified property index.
short
property.
equal
.
String
property identified by the specified path.
String
property identified by the specified property index.
String
property.
EntityTransaction
object.
EntityManagerFactory
.
type
with the given the URI
,
or contained by the resource at the given URI,
and with the given name
.
type
with the given the URI
,
or contained by the resource at the given URI,
and with the given name
.
null
if the type has no URI
(for example it was generated from a Schema with no target namespace).
Element
which represents the
parameter level annotations that should be applied to this type.
this
is to be queried as of a past time.
XmlAdapter
for xs:hexBinary."eclipselink.id-validation"
property defines
which primary key components values are considered invalid.
IdentifiableType
represent entity or
mapped superclass types.DynamicClassWriter
was attempted to be instantiated with a null
loader or invalid parentClassName.
"eclipselink.session.include.descriptor.queries"
property configures whether to enable the copying of all descriptor named
queries to the session to be usable from the entity manager.
DynamicClassLoader.addClass(String, DynamicClassWriter)
or
DynamicClassLoader#creatDynamicClass(String, DynamicClassWriter)
was invoked with a className that already had a
DynamicClassWriter
that is not compatible with the provided
writer.
DynamicEntity
's
property.
Method
on this proxy.
Session
.
value
is a system change number or an expression
evaluating to one.
Session
.
From
object has been obtained as a result of
correlation (use of a Subquery
correlate
method).
logging
.
logging
.
logging
.
logging
.
dataObject
has been modified.
aListWrapper
has been modified.
aSequence
has been modified.
object
represents a JAXB element.
attributeName
being empty.
FetchType.EAGER
has been specified have been loaded, this
method returns LoadState.LOADED
.
FetchType.EAGER
has been specified have been loaded, this
method returns LoadState.LOADED
.
LoadState.LOADED
.
LoadState.LOADED
.
LoadState.LOADED
.
LoadState.LOADED
.
true
) or off (false
).
true
) or off (false
).
logging
.
logging
.
Predicate.not()
method
or the CriteriaBuilder.not()
method.
property list
of this object's
type
, is considered to be set.
Unmarshaller.getSchema()
XmlAdapter
and its spec-defined
sub-classes to allow arbitrary Java classes to be used with JAXB.Result
implementation
that unmarshals a JAXB object.Source
implementation
that marshals a JAXB-generated object.Source
for the given content object.
Source
for the given content object.
"eclipselink.jdbc.bind-parameters
configures whether parameter binding will be used in the
creation of JDBC prepared statements.
javax.persistence.jdbc.driver"
property specifies the JDBC
DriverManager class name used for internal connection pooling when a data
source is not being used.
javax.persistence.jdbc.password"
property specifies the data
source or JDBC password.
javax.persistence.jdbc.url"
property specifies the JDBC URL used
for internal connection pooling when a data source is not being used.
javax.persistence.jdbc.user"
property specifies the data source
or JDBC user name.
"eclipselink.transaction.join-existing"
property Set to
"true" this property forces persistence context to read through
JTA-managed ("write") connection in case there is an active
transaction.The property set in persistence.xml or passed to
createEntityManagerFactory affects all EntityManagers created by the
factory.
javax.persistence.jtaDataSource"
property specifies the JTA data
source name that will look up a valid DataSource
.
ListAttribute
represent persistent
javax.util.List
-valued attributes.ListJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a java.util.List
.ProviderUtil
SPI methods.str
in this
Example:
EclipseLink: employee.get("firstName").locate("ob")
Java: employee.getFirstName().indexOf("ob") + 1
SQL: LOCATE('ob', t0.F_NAME)
Note that while in String.locate(str) -1 is returned if not found, and the
index starting at 0 if found, in SQL it is 0 if not found, and the index
starting at 1 if found.
str
in this
,
starting the search at fromIndex
.
str
in this
,
starting the search at fromIndex
.
LockModeType
argument to one of the EntityManager
methods that take locks
(lock
, find
, or refresh
) or
to the Query.setLockMode()
or
TypedQuery.setLockMode()
method.LockTimeoutException
exception
with null
as its detail message.
LockTimeoutException
exception
with the specified detail message.
LockTimeoutException
exception
with the specified detail message and cause.
LockTimeoutException
exception
with the specified cause.
LockTimeoutException
exception
with the specified object.
LockTimeoutException
exception
with the specified detail message, cause, and entity.
"eclipselink.logging.connection"
Values:
"true" (Default)
"false"
"eclipselink.logging.file"
property configures a file
location where the log will be output to instead of standard out.
"eclipselink.logging.level
allows the default logging levels to be specified.
"eclipselink.logging.session"
indicating if the
session in use should have its identity included in each log message.
"eclipselink.logging.thread"
indicating if current
thread should have its identity included in each log message.
"eclipselink.logging.timestamp"
property configures if
the current timestamp should be included in each log message.
ManagedType
represent entity, mapped
superclass, and embeddable types.MapAttribute
represent
persistent java.util.Map
-valued attributes.MapJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a java.util.Map
.java.util.Map
when the map key is itself the primary
key or a persistent field or property of the entity that is
the value of the map.java.util.Map
.Date
and Calendar
.MappedSuperclassType
represent mapped
superclass types.ManyToOne
or
OneToOne
relationship attribute that provides the
mapping for an EmbeddedId
primary key, an attribute within
an EmbeddedId
primary key, or a simple primary key of
the parent entity.mark
and reset
methods.
XMLStreamWriter
.
XMLEventWriter
.
Marshaller
to externally listen
for marshal events.QueryRedirector
without implementing
QueryRedirector
.fromIndex
to toIndex
.
It is common for an XML document to include one or more namespaces.
CORBAConnection
.
SunCORBAConnectionHelper
class.
"eclipselink.jdbc.uppercase-columns"
property configures
native SQL queries are used, the JDBC meta-data may return column names
in lower case on some platforms.
"eclipselink.jdbc.native-sql"
property specifies whether
generic SQL should be used or platform specific 'native' SQL.
VARRAYs
except internally they store their information in a separate table
from their parent structure's table.XmlSchema.location()
attribute,
which indicates that the schema generator will generate
components in this namespace.
javax.persistence.nonJtaDataSource"
property specifies the
non-JTA data source name that will look up a valid
DataSource
.
attributeName
holding true for criteria
.
Query.getSingleResult()
or TypedQuery.getSingleResult()
is executed on a
query and there is more than one result from the query.NonUniqueResultException
exception
with null
as its detail message.
NonUniqueResultException
exception
with the specified detail message.
Query.getSingleResult()
or TypedQuery.getSingleResult()
is executed on a query
and there is no result to return.NoResultException
exception with
null
as its detail message.
NoResultException
exception with the
specified detail message.
XmlAdapter
to handle xs:normalizedString.attributeName
not being empty.
ClassDescriptor.setShouldOnlyRefreshCacheIfNewerVersion(boolean)
with an argument of true
:
it configures a ClassDescriptor
to only refresh the cache if the data received from the database by a query is newer than
the data in the cache (as determined by the optimistic locking field) and as long as one of the following is true:
the ClassDescriptor
was configured by calling ClassDescriptor.alwaysRefreshCache()
or ClassDescriptor.alwaysRefreshCacheOnRemote()
,
the query was configured by calling ObjectLevelReadQuery.refreshIdentityMapResult()
, or
the query was a call to Session.refreshObject(java.lang.Object)
However, if a query hits the cache, data is not refreshed regardless of how this setting is configured.
OptimisticLockException
exception with
null
as its detail message.
OptimisticLockException
exception with the
specified detail message.
OptimisticLockException
exception with the
specified detail message and cause.
OptimisticLockException
exception with the
specified cause.
OptimisticLockException
exception with the
specified entity.
OptimisticLockException
exception with the
specified detail message, cause, and entity.
"eclipselink.oracle.proxy-type"
property is used to
specify proxy type that should be passed to
OracleConnection.openProxySession method.
EntityManagerFactory
in Java SE environments."eclipselink.persistence-context.close-on-commit"
property specifies that the EntityManager will be closed or not used
after commit (not extended).
"eclipselink.persistence-context.commit-without-persist-rules"
property specifies that the EntityManager will search all managed objects
and persist any related non-managed new objects that are found ignoring
any absence of CascadeType.PERSIST settings.
"eclipselink.persistence-context.flush-mode
property configures the EntityManager FlushMode to be set as a
persistence property.
"eclipselink.persistence-context.persist-on-commit"
property specifies that the EntityManager will search all managed objects
and persist any related non-managed new objects that are cascade persist.
"eclipselink.persistence-context.reference-mode"
property configures whether there should be hard or soft references used
within the Persistence Context.
EntityManager
and its
associated persistence context.PersistenceContext
annotations.PersistenceContext
.PersistenceException
exception
with null
as its detail message.
PersistenceException
exception
with the specified detail message.
PersistenceException
exception
with the specified detail message and cause.
PersistenceException
exception
with the specified cause.
PersistenceProviderResolver
instance.EntityManagerFactory
and its
associated persistence unit.EntityManagerFactory
.PersistenceUnit
annotations.EntityManagerFactory
will be JTA or
resource-local entity managers."javax.persistence.lock.timeout"
property configures the
WAIT timeout used in pessimistic locking, if the database query exceeds
the timeout the database will terminate the query and return an
exception.
PessimisticLockException
exception
with null
as its detail message.
PessimisticLockException
exception
with the specified detail message.
PessimisticLockException
exception
with the specified detail message and cause.
PessimisticLockException
exception
with the specified cause.
PessimisticLockException
exception
with the specified entity.
PessimisticLockException
exception
with the specified detail message, cause, and entity.
javax.persistence.lock.scope
property for pessimistic locking.PluralAttribute
represent
persistent collection-valued attributes.PluralJoin
interface defines functionality
that is common to joins to all collection types.PrimaryKeyJoinColumn
annotations."eclipselink.profiler"
property configures the type of
profiler used to capture runtime statistics.
type
of a data object
."javax.persistence.query.timeout"
property configures
the default query timeout value.
NamedQuery
or NamedNativeQuery
annotation.QueryTimeoutException
exception
with null
as its detail message.
QueryTimeoutException
exception
with the specified detail message.
QueryTimeoutException
exception
with the specified detail message and cause.
QueryTimeoutException
exception
with the specified cause.
QueryTimeoutException
exception
with the specified query.
QueryTimeoutException
exception
with the specified detail message, cause, and query.
RecordConverter
interface allows conversion of an adapter
specific record.Session
.
EntityTransaction.commit()
fails.RollbackException
exception
with null
as its detail message.
RollbackException
exception
with the specified detail message.
RollbackException
exception
with the specified detail message and cause.
RollbackException
exception
with the specified cause.
data objects
along with their
metadata, that is, data describing the data.type
of a data object
.Selection
interface defines an item that is to be
returned in a query result.properties
and corresponding values.GeneratedValue
annotation."eclipselink.session.customizer"
property configures a
SessionCustomizer
used to alter the runtime configuration through
API.
"eclipselink.session-event-listener"
property configures
a session event listener class.
"eclipselink.session-name"
property configures a
specific name to use when storing the singleton server session within the
SessionManager
.
"eclipselink.sessions-xml"
property configures the use
of the specified native sessions.xml configuration file.
property list
of this object's
type
, to the specified value.
XmlAdapter
with this marshaller.
XmlAdapter
with this marshaller.
XmlAdapter
with this unmarshaller.
XmlAdapter
with this unmarshaller.
SetAttribute
represent
persistent java.util.Set
-valued attributes.BigDecimal
property identified by the specified path, to the specified value.
BigDecimal
property identified by the specified property index, to the specified value.
BigDecimal
property, to the specified value.
BigInteger
property identified by the specified path, to the specified value.
BigInteger
property identified by the specified property index, to the specified value.
BigInteger
property, to the specified value.
boolean
property identified by the specified path, to the specified value.
boolean
property identified by the specified property index, to the specified value.
boolean
property, to the specified value.
byte
property identified by the specified path, to the specified value.
byte
property identified by the specified property index, to the specified value.
byte
property, to the specified value.
byte[]
property identified by the specified path, to the specified value.
byte[]
property identified by the specified property index, to the specified value.
byte[]
property, to the specified value.
char
property identified by the specified path, to the specified value.
char
property identified by the specified property index, to the specified value.
char
property, to the specified value.
DataObject
property identified by the specified path, to the specified value.
DataObject
property identified by the specified property index, to the specified value.
DataObject
property, to the specified value.
Date
property identified by the specified path, to the specified value.
Date
property identified by the specified property index, to the specified value.
Date
property, to the specified value.
double
property identified by the specified path, to the specified value.
double
property identified by the specified property index, to the specified value.
double
property, to the specified value.
float
property identified by the specified path, to the specified value.
float
property identified by the specified property index, to the specified value.
float
property, to the specified value.
int
property identified by the specified path, to the specified value.
int
property identified by the specified property index, to the specified value.
int
property, to the specified value.
SetJoin
interface is the type of the result of
joining to a collection over an association or element
collection that has been specified as a java.util.Set
.List
property identified by the specified path, to the specified value.
List
property identified by the specified property index, to the specified value.
List
property, to the specified value.
Marshaller.Listener
with this Marshaller
.
Unmarshaller.Listener
with this Unmarshaller
.
long
property identified by the specified path, to the specified value.
long
property identified by the specified property index, to the specified value.
long
property, to the specified value.
SDOType.isOpen()
.
Parameter
object.
java.util.Calendar
to a Parameter
object.
java.util.Date
to a Parameter
object.
java.util.Calendar
to a named parameter.
java.util.Date
to a named parameter.
java.util.Calendar
to a positional
parameter.
java.util.Date
to a positional parameter.
Parameter
object.
java.util.Calendar
to a Parameter
object.
java.util.Date
to a Parameter
object.
java.util.Calendar
to a named parameter.
java.util.Date
to a named parameter.
java.util.Calendar
to a positional
parameter.
java.util.Date
to a positional parameter.
Schema
object that should be used to validate subsequent marshal operations
against.
Schema
object that should be used to validate subsequent unmarshal operations
against.
short
property identified by the specified path, to the specified value.
short
property identified by the specified property index, to the specified value.
short
property, to the specified value.
shouldAlwaysRefreshCache
argument passed into this method is true
,
this method configures a ClassDescriptor
to always refresh the cache if data is received from
the database by any query.
shouldAlwaysRefreshCacheOnRemote
argument passed into this method is true
,
this method configures a ClassDescriptor
to always remotely refresh the cache if data is received from
the database by any query in a RemoteSession
.
LoadGroup
when set to true
and load all of the specified relationships so that the entities returned
from the query where this group was used have the requested relationships
populated.
LoadGroup
the same as
FetchGroup.setShouldLoad(boolean)
.
shouldOnlyRefreshCacheIfNewerVersion
argument passed into this method is true
,
this method configures a ClassDescriptor
to only refresh the cache if the data received from the database
by a query is newer than the data in the cache (as determined by the optimistic locking field) and as long as one of the following is true:
the ClassDescriptor
was configured by calling ClassDescriptor.alwaysRefreshCache()
or ClassDescriptor.alwaysRefreshCacheOnRemote()
,
the query was configured by calling ObjectLevelReadQuery.refreshIdentityMapResult()
, or
the query was a call to Session.refreshObject(java.lang.Object)
However, if a query hits the cache, data is not refreshed regardless of how this setting is configured.
null
attribute in the example object
either to objects with that attribute also set to null
or to any
value other than null
.
equal
.
String
property identified by the specified path, to the specified value.
String
property identified by the specified property index, to the specified value.
String
property, to the specified value.
Unmarshaller.setSchema(javax.xml.validation.Schema)
Element
representing parameter level
annotations that should be applied to this type.
true
if the ClassDescriptor
is configured to always refresh
the cache if data is received from the database by any query.
true
if the ClassDescriptor
is configured to always remotely
refresh the cache if data is received from the database by any query in a RemoteSession
.
true
if the ClassDescriptor
is configured to only refresh the cache
if the data received from the database by a query is newer than the data in the cache (as determined by the
optimistic locking field).
null
attribute in the example object
either to objects with that attribute also set to null
or to any
value other than null
.
SingularAttribute
represents persistent
single-valued properties or fields.attributeName
.
"eclipselink.jdbc.sql-cast"
property specifies is
platform specific CAST SQL operations should be used.
SqlResultSetMapping
annotations.StaticMetamodel
annotation specifies that the class
is a metamodel class that represents the entity, mapped
superclass, or embeddable class designated by the value
element.Subquery
interface defines functionality that is
specific to subqueries."eclipselink.ddl.table-creation-suffix"
property is used in
conjunction with DDL generation options to append a string to the end of
generated CREATE Table statements
This value is applied to all Table creation statements through the DDL generation feature
ie GeneratedValue
annotation."eclipselink.target-database"
property configures the
database that will be used controlling custom operations and SQL
generation for the specified database.
"eclipselink.target-server"
property configures the
ServerPlatform
that will be used to enable integration with a
host container.
java.util.Date
and
java.util.Calendar
."eclipselink.temporal.mutable"
property configures the
default for detecting changes to temporal field (Date, Calendar).
java.util.Date
or java.util.Calendar
.javax.persistence.transactionType"
property specifies the
transaction type for the persistence unit.
TransactionRequiredException
exception with
null
as its detail message.
TransactionRequiredException
exception with
the specified detail message.
TupleElement
interface defines an element that is returned in
a query result tuple.property
of a data object
.Type
represent persistent object
or attribute types.Unmarshaller
to externally listen
for unmarshal events.property list
of this object's type
.
"eclipselink.jpa.uppercase-column-names"
property configures JPA processing
to uppercase all column name definitions.
ConnectionPool
with the minimum and maximum number of connections.
ConnectionPool
with the initial, minimum and maximum number of connections.
ExternalConnectionPool
.
ConnectionPool
with the minimum and maximum number of connections.
ConnectionPool
with the minimum and maximum number of connections.
"eclipselink.validate-existence"
property configures if
the existence of an object should be verified on persist(), otherwise it
will assume to be new if not in the persistence context.
"javax.persistence.validation.group.pre-persist"
property specifies the name of the validator groups to execute for
preUpdate event.
"javax.persistence.validation.group.pre-remove"
property
specifies the name of the validator groups to execute for preRemove
event.
"javax.persistence.validation.group.pre-update"
property
specifies the name of the validator groups to execute for preUpdate
event.
"javax.persistence.validation.mode"
property specifies
whether the automatic lifecycle event validation is in effect.
"eclipselink.validation-only"
property validates deployment
which includes initializing descriptors but does not connect (no login to the database).
ValidationEventHandler
implementation that collects all events."javax.persistence.validation.factory"
property
specifies an instance of javax.validation.ValidatorFactory used by
EclipseLink to perform Automatic Validation upon Lifecycle Events.
DomHandler
implementation for W3C DOM (org.w3c.dom
package.)"eclipselink.weaving"
property configures whether
weaving should be performed.
"eclipselink.weaving.changetracking"
property configures
whether AttributeLevelChangeTracking should be enabled through weaving.
"eclipselink.weaving.eager"
property configures whether
EAGER mapping's attributes should be woven to use indirection.
"eclipselink.weaving.fetchgroups"
property configures
whether FetchGroup support should be enabled through weaving.
"eclipselink.weaving.internal"
property indicates
whether internal optimizations should be enabled through weaving.
"eclipselink.weaving.lazy"
property configures whether
LAZY OneToOne and ManyToOne mappings should be enabled through weaving.
XmlElement.type()
to
signal that the type be inferred from the signature
of the property.XmlElementDecl.scope()
to
signal that the declaration is in the global scope.XmlElementRef.type()
to
signal that the type be inferred from the signature
of the property.XmlElement
or JAXBElement.XmlElement
annotations.Enum
to XML representation.Enum
type to XML representation.XmlAdapter
for custom marshaling.XmlJavaTypeAdapter.type()
to
signal that the type be inferred from the signature
of the field, property, parameter or the class.XmlJavaTypeAdapter
annotations.XmlElementDecl
s.XmlSchemaType.type()
to
signal that the type be inferred from the signature
of the property.XmlSchemaType
annotations.
XMLContext xmlContext = new XMLContext("session-name");
XMLMarshaller xmlMarshaller = xmlContext.createMarshaller();
XMLStreamWriterRecord writerRecord = new XMLStreamWriterRecord(xmlStreamWriter);
xmlMarshaller.marshal(myObject, writerRecord);
- XMLStreamWriterRecord(XMLStreamWriter) -
Constructor for class org.eclipse.persistence.oxm.record.XMLStreamWriterRecord
-
- XmlTransformation - Class in org.eclipse.persistence.jaxb.xmlmodel
- Java class for anonymous complex type.
- XmlTransformation() -
Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
- XmlTransformation - Annotation Type in org.eclipse.persistence.oxm.annotations
- Transformation is an optional annotation for org.eclipse.persistence.mappings.oxm.XMLTransformationMapping.
- XmlTransformation.XmlReadTransformer - Class in org.eclipse.persistence.jaxb.xmlmodel
- Java class for anonymous complex type.
- XmlTransformation.XmlReadTransformer() -
Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlReadTransformer
-
- XmlTransformation.XmlWriteTransformer - Class in org.eclipse.persistence.jaxb.xmlmodel
- Java class for anonymous complex type.
- XmlTransformation.XmlWriteTransformer() -
Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation.XmlWriteTransformer
-
- XMLTransformationMapping - Class in org.eclipse.persistence.oxm.mappings
- Transformation XML mappings are used to create a custom mapping where one or more XML nodes can
be used to create the object to be stored in a Java class's attribute.
- XMLTransformationMapping() -
Constructor for class org.eclipse.persistence.oxm.mappings.XMLTransformationMapping
-
- XMLTransformer - Interface in org.eclipse.persistence.platform.xml
-
- XmlTransient - Annotation Type in javax.xml.bind.annotation
-
Prevents the mapping of a JavaBean property/type to XML representation.
- xmlTransient -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
- XmlTransient - Class in org.eclipse.persistence.jaxb.xmlmodel
- Java class for anonymous complex type.
- XmlTransient() -
Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlTransient
-
- XmlType - Annotation Type in javax.xml.bind.annotation
-
Maps a class or an enum type to a XML Schema type.
- xmlType -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.JavaType
-
- XmlType - Class in org.eclipse.persistence.jaxb.xmlmodel
- Java class for anonymous complex type.
- XmlType() -
Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlType
-
- XmlType.DEFAULT - Class in javax.xml.bind.annotation
- Used in
XmlType.factoryClass()
to
signal that either factory mehod is not used or
that it's in the class with this XmlType
itself. - XmlType.DEFAULT() -
Constructor for class javax.xml.bind.annotation.XmlType.DEFAULT
-
- XMLUnionField - Class in org.eclipse.persistence.oxm
- Subclass of XMLField for fields that are mapped to unions.
- XMLUnionField() -
Constructor for class org.eclipse.persistence.oxm.XMLUnionField
- Constructs an XMLUnionField
- XMLUnionField(String) -
Constructor for class org.eclipse.persistence.oxm.XMLUnionField
- Constructs an XMLUnionField with the xpath set to the specified xPath
- XMLUnmarshaller - Class in org.eclipse.persistence.oxm
- Class used to unmarshal XML to objects.
- XMLUnmarshaller(XMLContext) -
Constructor for class org.eclipse.persistence.oxm.XMLUnmarshaller
-
- XMLUnmarshaller(XMLContext, Map<String, Boolean>) -
Constructor for class org.eclipse.persistence.oxm.XMLUnmarshaller
-
- XMLUnmarshallerHandler - Class in org.eclipse.persistence.oxm
- Class used to unmarshal SAX events to objects.
- XMLUnmarshalListener - Interface in org.eclipse.persistence.oxm
-
- XMLValidator - Class in org.eclipse.persistence.oxm
- Class used to validate XML.
- XMLValidator(XMLContext) -
Constructor for class org.eclipse.persistence.oxm.XMLValidator
-
- XmlValue - Annotation Type in javax.xml.bind.annotation
-
Enables mapping a class to a XML Schema complex type with a
simpleContent or a XML Schema simple type.
- XmlValue - Class in org.eclipse.persistence.jaxb.xmlmodel
- Java class for anonymous complex type.
- XmlValue() -
Constructor for class org.eclipse.persistence.jaxb.xmlmodel.XmlValue
-
- XMLVALUE_ALREADY_SET -
Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- XMLVALUE_ATTRIBUTE_CONFLICT -
Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- xmlValueAlreadySet(String, String, String) -
Static method in exception org.eclipse.persistence.exceptions.JAXBException
- This exception should be used when an attempt is made to set an XmlValue property
when one has already been set.
- xmlVersion -
Variable in class org.eclipse.persistence.oxm.XMLRoot
-
- XmlWriteOnly - Annotation Type in org.eclipse.persistence.oxm.annotations
- Purpose: This annotation indicates that a specific property should be flagged as read-only
by EclipseLink.
- xmlWriteTransformer -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlTransformation
-
- XmlWriteTransformer - Annotation Type in org.eclipse.persistence.oxm.annotations
- Annotation for org.eclipse.persistence.mappings.oxm.XMLTransformationMapping.
- XmlWriteTransformers - Annotation Type in org.eclipse.persistence.oxm.annotations
-
- XOP_PREFIX -
Static variable in class org.eclipse.persistence.oxm.XMLConstants
-
- XOP_URL -
Static variable in class org.eclipse.persistence.oxm.XMLConstants
-
- XPATH -
Static variable in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFilePlatform
-
- XPathEngine - Class in org.eclipse.persistence.sdo.helper
- Purpose: Perform operations based on SDO XPath against DataObjects.
- XPathExpression - Class in org.eclipse.persistence.sdo.helper.extension
-
- XPathExpression(String) -
Constructor for class org.eclipse.persistence.sdo.helper.extension.XPathExpression
- This constructor sets the expression to the provided value.
- XPathHelper - Class in org.eclipse.persistence.sdo.helper.extension
- This singleton provides support for querying DataObjects
via xpath expression where the result is a List containing
one or more simple types or DataObjects.
- XPathHelper() -
Constructor for class org.eclipse.persistence.sdo.helper.extension.XPathHelper
-
- XPathHelper.QueryPart - Class in org.eclipse.persistence.sdo.helper.extension
- A QueryPart knows the name of the property to be queried against on a
given DataObject, as well as the value to be used in the comparison.
- XPathHelper.QueryPart(String) -
Constructor for class org.eclipse.persistence.sdo.helper.extension.XPathHelper.QueryPart
- This constructor breaks the provided query into
property name and query value parts.
- XPathHelper.QueryPart(String, String, int) -
Constructor for class org.eclipse.persistence.sdo.helper.extension.XPathHelper.QueryPart
- This constructor sets a logical operator and breaks
the provided query into property name and query
value parts.
- xPathNode(XPathNode, NullCapableValue) -
Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
- INTERNAL: When using the SAX Platform this allows a NodeValue to be
registered to receive events from the TreeObjectBuilder.
- xPathNode(XPathNode, NullCapableValue) -
Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.IsSetNullPolicy
-
- xPathNode(XPathNode, NullCapableValue) -
Method in class org.eclipse.persistence.oxm.mappings.nullpolicy.NullPolicy
-
- XQUERY -
Static variable in class org.eclipse.persistence.eis.adapters.xmlfile.XMLFilePlatform
-
- XQueryInteraction - Class in org.eclipse.persistence.eis.interactions
- Defines the specification for a call to a JCA interaction that uses XQuery.
- XQueryInteraction() -
Constructor for class org.eclipse.persistence.eis.interactions.XQueryInteraction
- Default constructor.
- XQueryInteraction(String) -
Constructor for class org.eclipse.persistence.eis.interactions.XQueryInteraction
- Construct the interaction with the XQuery string.
- xQueryString -
Variable in class org.eclipse.persistence.eis.interactions.XQueryInteraction
-
- XSDHelper - Interface in commonj.sdo.helper
- Provides access to additional information when the
Type or Property is defined by an XML Schema (XSD).
- xsdHelper -
Variable in class org.eclipse.persistence.sdo.helper.SDOHelperContext
-
- XSI_NIL_ATTRIBUTE -
Static variable in class org.eclipse.persistence.oxm.mappings.nullpolicy.AbstractNullPolicy
-
- xsiNilRepresentsNull -
Variable in class org.eclipse.persistence.jaxb.xmlmodel.XmlAbstractNullPolicy
-
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV NEXT | FRAMES NO FRAMES |