|
EclipseLink 2.3.2, build 'v20111125-r10461' 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
.
"eclipselink.jdbc.allow-native-sql-queries"
property
specifies whether any user defined SQL is allowed within a persistence
unit.
"eclipselink.jdbc.allow-native-sql-query"
property
specifies whether a single native SQL query should override a persistence
unit level setting (eclipselink.jdbc.allow-native-sql-queries).
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
.
"eclipselink.application-location"
Specifies the file system directory location where
DDL files are written (output) to.
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.cache.storeMode"
Configures the behavior when data is read from the database and when
data is committed into the database.
- CACHE_TYPE_ -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- All valid values for CACHE_TYPE_ properties are declared in CacheType
class.
- CACHE_TYPE_DEFAULT -
Static variable in class org.eclipse.persistence.config.PersistenceUnitProperties
- Default caching properties - apply to all entities.
- CACHE_USAGE -
Static variable in class org.eclipse.persistence.config.QueryHints
- "eclipselink.cache-usage"
Configures the query to utilize the EclipseLink cache, by default the cache is not checked on queries before accessing the database.
- 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_SEQUENCES_TO_SESSION_BROKER -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_ADD_TO_CONTAINER -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CACHE_CURSOR_RESULTS_ON_QUERY -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CACHE_ISOLATED_DATA_ON_QUERY -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CACHE_PARTIAL_OBJECT -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CAST_TO_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_COMMIT_AND_RESUME_UOW_WITH_MODIFY_ALL_QUERIES -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_COMMIT_UOW_AGAIN -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_COMPARE_TABLES_IN_EXPRESSION -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_COMPARE_TARGET_FOREIGN_KEYS_TO_NULL -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CONFORM_AND_CACHE_QUERY_RESULTS -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CONFORM_EXPRESSION -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CONFORM_UNFETCHED_ATTRIBUTE -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CREATE_CLONE -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_CREATE_DYNAMIC_CONTEXT_FROM_CLASSES -
Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- CANNOT_CREATE_EXTERNAL_TRANSACTION_CONTROLLER -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_DELETE_READ_ONLY_OBJECT -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_DEPLOY_WITHOUT_PREDEPLOY -
Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- CANNOT_ENLIST_MULTIPLE_DATASOURCES -
Static variable in exception org.eclipse.persistence.exceptions.TransactionException
-
- CANNOT_INITIALIZE_FROM_NODE -
Static variable in exception org.eclipse.persistence.exceptions.JAXBException
-
- CANNOT_INSTANTIATE_EXCEPTIONHANDLER_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_INSTANTIATE_PROFILER_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_INSTANTIATE_SESSIONEVENTLISTENER_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_INVOKE_METHOD_ON_CONFIG_CLASS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_LOGIN_TO_A_SESSION -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_LOGOUT_OF_A_SESSION -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_MODIFY_READ_ONLY_CLASSES_SET_AFTER_USING_UNIT_OF_WORK -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_MODIFY_SCHEMA_IN_SESSION -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_PERFORM_OP_WITH_NULL_PARAM -
Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- CANNOT_PERFORM_OPERATION_ON_NULL_ARGUMENT -
Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- CANNOT_PERFORM_OPERATION_ON_PROPERTY -
Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- CANNOT_PERSIST_MANAGED_OBJECT -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_PREDEPLOY -
Static variable in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- CANNOT_QUERY_ACROSS_VARIABLE_ONE_TO_ONE_MAPPING -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_REFRESH_EMF_CREATED_FROM_SESSION -
Static variable in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- CANNOT_REGISTER_AGGREGATE_OBJECT_IN_UNIT_OF_WORK -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_REGISTER_SYNCHRONIZATIONLISTENER_FOR_UNITOFWORK -
Static variable in exception org.eclipse.persistence.exceptions.DatabaseException
-
- CANNOT_RELEASE_NON_CLIENTSESSION -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_REMOVE_FROM_CONTAINER -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_REMOVE_FROM_READ_ONLY_CLASSES_IN_NESTED_UNIT_OF_WORK -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_RESUME_SYNCHRONIZED_UOW -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_SET_CONVERTER_FOR_NON_DIRECT_MAPPING -
Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- CANNOT_SET_CURSOR_FOR_PARAMETER_TYPE_OTHER_THAN_OUT -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_SET_DEFAULT_SEQUENCE_AS_DEFAULT -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_SET_PROPERTY_TYPE_ANNOTATION_IF_TARGET_DATATYPE_TRUE -
Static variable in exception org.eclipse.persistence.exceptions.SDOException
-
- CANNOT_SET_READ_POOL_SIZE_AFTER_LOGIN -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_SET_REPORT_QUERY_TO_CHECK_CACHE_ONLY -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_TRANSLATE_UNPREPARED_CALL -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_UNWRAP_NON_MAP_MEMBERS -
Static variable in exception org.eclipse.persistence.exceptions.QueryException
-
- CANNOT_USE_ID_VALUE_FOR_COMPOSITE_ID -
Static variable in exception org.eclipse.persistence.exceptions.DescriptorException
-
- CANNOT_WRITE_CHANGES_ON_NESTED_UNIT_OF_WORK -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- CANNOT_WRITE_CHANGES_TWICE -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotAccessFieldOnObject(Field, Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotAccessMethodOnObject(Method, Object) -
Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- cannotAccessMethodOnObject(Method, Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotAcquireClientSessionFromSession() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotAcquireDataSource(Object, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotAcquireHistoricalSession() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotAddDescriptorsToSessionBroker() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotAddElement(Object, Object, Exception) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotAddElementWithoutKeyToMap(Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotAddSequencesToSessionBroker() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotAddToContainer(Object, Object, ContainerPolicy) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCacheCursorResultsOnQuery(DatabaseQuery) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCacheIsolatedDataOnQuery(DatabaseQuery) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCachePartialObjects(DatabaseQuery) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCastToClass(Object, Object, Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotCommitAndResumeSynchronizedUOW(UnitOfWorkImpl) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotCommitAndResumeUOWWithModifyAllQueries() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotCommitUOWAgain() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotCompareTablesInExpression(Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCompareTargetForeignKeysToNull(Expression, Object, DatabaseMapping) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotConformAndCacheQueryResults(ReadQuery) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotConformExpression() -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotConformUnfetchedAttribute(String) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCreateClone(ContainerPolicy, Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotCreateDynamicContextFromClasses() -
Static method in exception org.eclipse.persistence.exceptions.JAXBException
- This exception is thrown if the user tries to create a new instance of DynamicJAXBContext using an
array of actual classes.
- cannotCreateExternalTransactionController(String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotDeleteReadOnlyObject(Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotDeployWithoutPredeploy(String, String) -
Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- cannotHaveUnboundInOutputArguments() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotInitializeFromNode() -
Static method in exception org.eclipse.persistence.exceptions.JAXBException
- This exception is thrown if the user tries to create a new instance of DynamicJAXBContext using an
Node, that is not an instance of either Document or Element.
- cannotInstantiateExceptionHandlerClass(String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotInstantiateProfilerClass(String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotInstantiateSessionEventListenerClass(String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotInvokeMethodOnConfigClass(String, String, String, Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotIssueModifyAllQueryWithOtherWritesWithinUOW() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotModifyReadOnlyClassesSetAfterUsingUnitOfWork() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotPerformOperationOnNullArgument(String) -
Static method in exception org.eclipse.persistence.exceptions.SDOException
- INTERNAL:
Exception when trying to perform an operation with a null argument
- cannotPerformOperationOnProperty(String, String) -
Static method in exception org.eclipse.persistence.exceptions.SDOException
- INTERNAL:
Exception when trying to set a property via path based access.
- cannotPerformOperationWithNullInputParameter(String, String) -
Static method in exception org.eclipse.persistence.exceptions.SDOException
- INTERNAL:
Exception trying to call a method with a null input parameter
- cannotPersistExistingObject(Object, AbstractSession) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotPredeploy(String, String) -
Static method in exception org.eclipse.persistence.exceptions.EntityManagerSetupException
-
- cannotQueryAcrossAVariableOneToOneMapping(DatabaseMapping, ClassDescriptor) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotRefreshEntityManagerFactoryCreatedFromSession(String) -
Static method in exception org.eclipse.persistence.exceptions.PersistenceUnitLoadingException
-
- cannotRegisterAggregateObjectInUnitOfWork(Object) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotRegisterSynchronizatonListenerForUnitOfWork(Exception) -
Static method in exception org.eclipse.persistence.exceptions.DatabaseException
-
- cannotReleaseNonClientSession() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotRemoveFromContainer(Object, Object, ContainerPolicy) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotRemoveFromReadOnlyClassesInNestedUnitOfWork() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotSetConverterForNonDirectMapping(ClassDescriptor, DatabaseMapping, String) -
Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- cannotSetCursorForParameterTypeOtherThanOut(String, String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotSetDefaultSequenceAsDefault(String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotSetListenerClasses(Exception) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotSetReadPoolSizeAfterLogin() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotSetShouldCheckCacheOnlyOnReportQuery() -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotTranslateUnpreparedCall(String) -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- cannotUnwrapNonMapMembers(Object) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- cannotUseIdValueForCompositeId(ClassDescriptor) -
Static method in exception org.eclipse.persistence.exceptions.DescriptorException
-
- cannotWriteChangesTwice() -
Static method in exception org.eclipse.persistence.exceptions.ValidationException
-
- canRollbackTransaction_impl(Object) -
Method in class org.eclipse.persistence.transaction.AbstractTransactionController
- INTERNAL:
Return true if the status indicates that a transaction can be rolled back.
- canRollbackTransaction_impl(Object) -
Method in class org.eclipse.persistence.transaction.JTATransactionController
- INTERNAL:
Return true if the status indicates that a transaction can be rolled back.
- CANT_HAVE_UNBOUND_IN_OUTPUT_ARGUMENTS -
Static variable in exception org.eclipse.persistence.exceptions.ValidationException
-
- canUnwrapOracleConnection() -
Method in class org.eclipse.persistence.platform.database.OraclePlatform
- INTERNAL:
Indicates whether this Oracle platform can unwrap Oracle connection.
- capacity() -
Method in class org.eclipse.persistence.indirection.IndirectList
-
- CASCADE_ALL_PARTS -
Static variable in class org.eclipse.persistence.sessions.CopyGroup
- Depth level indicating that all relationships with mappings should be used when
building the copied object graph
- CASCADE_PRIVATE_PARTS -
Static variable in class org.eclipse.persistence.sessions.CopyGroup
- Depth level indicating that only relationships with mapping indicated privately-
owned should be copied
- CASCADE_TREE -
Static variable in class org.eclipse.persistence.sessions.CopyGroup
- Depth level indicating that only the attributes found in the attribute group should be copied
- CascadeAggregateDelete -
Static variable in class org.eclipse.persistence.queries.DatabaseQuery
-
- CascadeAllParts -
Static variable in class org.eclipse.persistence.config.CascadePolicy
-
- CascadeAllParts -
Static variable in class org.eclipse.persistence.queries.DatabaseQuery
-
- cascadeAllParts() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- PUBLIC: Cascade the query and its properties on the queries object(s) and
all objects related to the queries object(s).
- cascadeAllParts() -
Method in class org.eclipse.persistence.sessions.CopyGroup
- PUBLIC:
Set if the copy should cascade all relationships when copying the object(s).
- CascadeByMapping -
Static variable in class org.eclipse.persistence.config.CascadePolicy
-
- CascadeByMapping -
Static variable in class org.eclipse.persistence.queries.DatabaseQuery
-
- cascadeByMapping() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- PUBLIC: Cascade the query and its properties on the queries object(s) and
all related objects where the mapping has been set to cascade the merge.
- CascadeDependentParts -
Static variable in class org.eclipse.persistence.queries.DatabaseQuery
-
- cascadeDetach -
Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean, Set) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Cascade discover and persist new objects during commit to the map key
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) -
Method in class org.eclipse.persistence.mappings.DirectMapMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean, Set) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Cascade discover and persist new objects during commit to the map key.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean, Set) -
Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
- INTERNAL:
Cascade discover and persist new objects during commit to the map key
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, Set) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadeDiscoverAndPersistUnregisteredNewObjects(Object, Map, Map, Map, UnitOfWorkImpl, boolean, Set) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade discover and persist new objects during commit.
- cascadedLockingInitialized -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
- INTERNAL: flag to indicate the initialization state of cascade locking for this descriptor
- cascadeLockingPolicies -
Variable in class org.eclipse.persistence.descriptors.ClassDescriptor
-
- cascadeMerge -
Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- CascadeOnDelete - Annotation Type in org.eclipse.persistence.annotations
- Define the foreign key defined by the relationship to cascade the delete on the database.
- cascadeOnDelete() -
Method in class org.eclipse.persistence.tools.schemaframework.ForeignKeyConstraint
- PUBLIC:
Enables delete cascading on the database.
- cascadeOnlyDependentParts() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- INTERNAL: Used by unit of work, only cascades constraint dependencies.
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DirectMapMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade.
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade.
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade remove through mappings that require the cascade.
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- cascadePerformRemoveIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
- INTERNAL:
Cascade perform delete through mappings that require the cascade
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Cascade removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
Cascade perform removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePerformRemovePrivateOwnedObjectFromChangeSetIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade removal of orphaned private owned objects from the UnitOfWorkChangeSet
- cascadePersist -
Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
- Cascading flags used by the EntityManager
- CascadePolicy - Class in org.eclipse.persistence.config
- Cascade policy hint values.
- CascadePolicy() -
Constructor for class org.eclipse.persistence.config.CascadePolicy
-
- cascadePolicy -
Variable in class org.eclipse.persistence.queries.DatabaseQuery
- Policy that determines how the query will cascade to its object's parts.
- CascadePrivateParts -
Static variable in class org.eclipse.persistence.config.CascadePolicy
-
- CascadePrivateParts -
Static variable in class org.eclipse.persistence.queries.DatabaseQuery
-
- cascadePrivateParts() -
Method in class org.eclipse.persistence.queries.DatabaseQuery
- PUBLIC: Cascade the query and its properties on the queries object(s) and
all privately owned objects related to the queries object(s).
- cascadePrivateParts() -
Method in class org.eclipse.persistence.sessions.CopyGroup
- PUBLIC:
Set if the copy should cascade only those relationships that are configured
as privately-owned.
- cascadeRefresh -
Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.AggregateCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.AggregateObjectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DirectCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.DirectMapMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeDirectCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractCompositeObjectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade.
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractDirectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade.
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.foundation.AbstractTransformationMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in interface org.eclipse.persistence.mappings.foundation.MapKeyMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map, boolean) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyAttributeMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLAnyObjectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceCollectionMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLChoiceObjectMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLInverseReferenceMapping
-
- cascadeRegisterNewIfRequired(Object, UnitOfWorkImpl, Map) -
Method in class org.eclipse.persistence.oxm.mappings.XMLObjectReferenceMapping
- INTERNAL:
Cascade registerNew for Create through mappings that require the cascade
- cascadeRemove -
Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- cascadeTree() -
Method in class org.eclipse.persistence.sessions.CopyGroup
- PUBLIC:
Set if the copy should cascade only those attributes that are found in the group.
- 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
- CHAR -
Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- CHARACTER -
Static variable in class org.eclipse.persistence.jaxb.javamodel.Helper
-
- 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(QName, Object, String, boolean) -
Method in class org.eclipse.persistence.oxm.record.MarshalRecord
- Convert the value if necessary and write out the converted value.
- characters(String) -
Method in class org.eclipse.persistence.oxm.record.NodeRecord
- INTERNAL:
- characters(String) -
Method in class org.eclipse.persistence.oxm.record.OutputStreamRecord
- INTERNAL:
- characters(char[], int, int) -
Method in class org.eclipse.persistence.oxm.record.