|
EclipseLink 2.0.2, build 'v20100323-r6872' 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.
- 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
-
- 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
-
- cacheKeysAreEqual(CacheKey, CacheKey) -
Method in class org.eclipse.persistence.mappings.ObjectReferenceMapping
- INTERNAL:
- cacheKeysAreEqual(CacheKey, CacheKey) -
Method in class org.eclipse.persistence.mappings.VariableOneToOneMapping
- INTERNAL:
- 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
-
- CacheNounType -
Static variable in interface org.eclipse.persistence.sessions.SessionProfiler
-
- 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() -
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_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_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_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
-
- 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
-
- 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
-
- 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.ObjectCopyingPolicy
- 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.ObjectCopyingPolicy
- Depth level indicating that only relationships with mapping indicated privately-
owned 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.ObjectCopyingPolicy
- 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(Object, MergeManager) -
Method in class org.eclipse.persistence.mappings.CollectionMapping
- INTERNAL:
Cascade the merge to the component object, if appropriate.
- cascadeMerge(Object, MergeManager) -
Method in class org.eclipse.persistence.mappings.DatabaseMapping
- INTERNAL:
Cascade the merge to the component object, if appropriate.
- cascadeMerge -
Variable in class org.eclipse.persistence.mappings.ForeignReferenceMapping
-
- 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.ObjectCopyingPolicy
- 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
-
- 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
-
- 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.
- 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.
- 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(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.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
-
- 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.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.
- 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.
- 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() -
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, Vector, 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.
- checkEarlyReturnImpl(AbstractSession, AbstractRecord) -
Method in class org.eclipse.persistence.queries.ObjectLevelReadQuery
- INTERNAL:
Contains the body of the check early return call, implemented by subclasses.
- checkEarlyReturnImpl(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.
- checkEarlyReturnImpl(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.
- checkEarlyReturnImpl(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
-
- ChoiceProperty - Class in org.eclipse.persistence.jaxb.compiler
- INTERNAL:
Purpose:Subclass Property to add XmlElements specific information
Responsibilities:
Indicate that a property represents an xsd:choice construct
Store additional XmlElements specific information
This class is a subclass of Property and is used to indicate that
a property maps to a choice structure in the schema.
- ChoiceProperty(Helper) -
Constructor for class org.eclipse.persistence.jaxb.compiler.ChoiceProperty
-
- 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_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_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.
- 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 - 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
- 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(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 -
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, Vector) -
Static method in exception org.eclipse.persistence.exceptions.QueryException
-
- 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.
- 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.
- 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 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.XMLRecord
- PUBLIC:
Clear the sub-nodes of the DOM.
- 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) -
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) -
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) -
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.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.weblogic.MBeanWebLogicRuntimeServicesMBean
- Used to clear the statement cache.
- clearStatementCache() -
Method in class org.eclipse.persistence.services.weblogic.WebLogicRuntimeServices
- 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
-
- 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.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.